{{ element.type.description | markdown }}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Remove animations and transitions for people who prefer not to see them */ | |
@media screen and (prefers-reduced-motion: reduce), (update: slow) { | |
* { | |
background-attachment: initial !important; | |
animation-duration: 0.001ms !important; | |
animation-iteration-count: 1 !important; | |
transition-duration: 0.001ms !important; | |
scroll-behavior: auto !important; | |
} | |
} |
Daily git log command by Nate Beaty:
git log --author=Nate --since=1.day.ago --all-match --format='%s' | tail -r | paste -s -d : - | sed -e 's/:/; /g' | pbcopy
A Pen by Matt Soria on CodePen.
##1 — Install Wget https://www.merenbach.com/software/wget/
##2 — Scrape a Site
wget -m -k -K -E -p http://url/of/web/site
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul> | |
<li>The birch canoe slid on the smooth planks. | |
</li><li>Glue the sheet to the dark blue background. | |
</li><li>It's easy to tell the depth of a well. | |
</li><li>These days a chicken leg is a rare dish. | |
</li><li>Rice is often served in round bowls. | |
</li><li>The juice of lemons makes fine punch. | |
</li><li>The box was thrown beside the parked truck. | |
</li><li>The hogs were fed chopped corn and garbage. | |
</li><li>Four hours of steady work faced us. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2>Some standard content types in posts.</h2> | |
Donec sed odio dui. <strong>This is bold</strong>. <em>This is italic</em>. Nullam id dolor id nibh ultricies vehicula ut id elit. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. <a href="http://github.org">This is a link</a>. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. | |
Here is a horizontal line, used sparingly for breaking content: | |
<hr> | |
The following is an image, which when selected, the size should be set to "full-width", the alignment set to "none", and typically, the 'Link to' should be set to "none". Avoid trying to align images to the left or right, let them stay full-width. |
Some resources and tips for getting started as a Web Developer (with a front end emphasis)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"auto_complete_commit_on_tab": true, | |
"auto_complete_triggers": | |
[ | |
{ | |
"characters": "<", | |
"selector": "text.html" | |
}, | |
{ | |
"characters": "/", |
Copy ssh key
cat ~/.ssh/id_rsa.pub
NewerOlder