Skip to content

Instantly share code, notes, and snippets.

View walkerstone's full-sized avatar

Daniel Walker walkerstone

View GitHub Profile
@walkerstone
walkerstone / index.html
Created October 28, 2014 15:39
Single page template
<html>
<head>
<style>
html { height: 101%; }
body { margin: 0; padding: 0; font-family: sans-serif;}
h1, h2, h3 { margin: 0; }
a { font-weight: ; text-decoration: none; color: #586FB2;}
.active { background: #586FB2; color: white;}
@walkerstone
walkerstone / doc.sublime-snippet
Created October 10, 2014 09:00
doc.sublime-snippet
<snippet>
<content><![CDATA[
/**
${0:* ${1:@thang}}
**/
]]></content>
<tabTrigger>doc</tabTrigger>
<!-- <scope>source.php</scope> -->
</snippet>