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
# Ignore docs files | |
_gh_pages | |
_site | |
.ruby-version | |
# Numerous always-ignore extensions | |
*.diff | |
*.err | |
*.orig | |
*.log |
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
<!-- content to be placed inside <body>…</body> --> | |
<div class="container"> | |
<div class="wrap row1"> | |
<div class='diamond'></div> | |
<div class='diamond second'></div> | |
<div class='diamond third'></div> | |
<div class='diamond fourth'></div> | |
</div> | |
<div class="wrap row2"> | |
<div class='diamond'></div> |
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
<div class="wrap"> | |
<h1 class="thing"> This is my 0123456789 content. This is another sentence.</h1> | |
</div> | |
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
<div class="wrap"> | |
<h1 class="thing"> This is my content. This is another sentence.</h1> | |
</div> | |