Skip to content

Instantly share code, notes, and snippets.

View wadehammes's full-sized avatar
🎯
Not focusing

Wade Hammes wadehammes

🎯
Not focusing
View GitHub Profile
@wadehammes
wadehammes / gist:3f5c6175a0a4f7f3215e
Last active August 29, 2015 14:04
GA FEWD6 Press Release Recap
<!-- Every document must start with a doctype telling the browser what it's reading -->
<!DOCTYPE html>
<html>
<body>
<!-- HTML documents are very similar to a Word Document outline, with headers, lists, paragraphs - all neatly ordered on the page -->
<h1>For Immediate Release</h1>
<p>General Assembly, which started in New York as a startup incubator, now offers classes and workshops in technology, design, and entrepreneurship, with campuses around the world in:</p>
<!-- Some HTML elements depend on other elements nested within them - for instance, a <ul> needs list items, or <li>'s, in order to create the unordered list! -->
@wadehammes
wadehammes / gist:9883185
Last active August 29, 2015 13:57
Assemberly
; Uses S-C Assembler variant.
main jibberish $400
.notarealthing #$89
.qwe fake $00
.1 .wat str,x
lie .2
nah $fded ; ROM routine, COOTIES, why is preserved
oye
nope .1
@wadehammes
wadehammes / Font
Last active December 17, 2015 01:39
@font-face {
font-family: 'PatronBold';
src: url('fonts/patron_bold_v1001-webfont.eot');
src: url('fonts/patron_bold_v1001-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/patron_bold_v1001-webfont.woff') format('woff'),
url('fonts/patron_bold_v1001-webfont.ttf') format('truetype'),
url('fonts/patron_bold_v1001-webfont.svg#PatronBold') format('svg');
}
@mixin patronBold() {