Skip to content

Instantly share code, notes, and snippets.

@CompMike
CompMike / gist:8883546
Created February 8, 2014 13:13
Gitignore
# Ignore docs files
_gh_pages
_site
.ruby-version
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
@CompMike
CompMike / dabblet.html
Created January 4, 2013 14:30
Untitled
<!-- 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>
@CompMike
CompMike / dabblet.html
Created December 26, 2012 01:56
Untitled
<div class="wrap">
<h1 class="thing"> This is my 0123456789 content. This is another sentence.</h1>
</div>
@CompMike
CompMike / dabblet.html
Created September 16, 2012 18:36
Untitled
<div class="wrap">
<h1 class="thing"> This is my content. This is another sentence.</h1>
</div>