Skip to content

Instantly share code, notes, and snippets.

View rblakejohnson's full-sized avatar

Blake Johnson rblakejohnson

View GitHub Profile
@rblakejohnson
rblakejohnson / gist:6370315
Created August 28, 2013 19:38 — forked from erunyon/gist:5509414
Markup for titles and subtitles for news. Could use with teaser pattern.
<p>News:</p>
<article>
<header>
<h1 class="entry-title"><a href="/news/hey-look-it-s-news/">Sample News Story</a></h1>
<h2 class="publish-info"><time class="pubdate" datetime="2010-08-31T10:00:00-05:00"><b>Published:</b> August 31, 2010</time></h2>
<h3 class="author"><b>Author:</b> Erik Runyon</h3>
</header>
</article>
<p>Events:</p>
@rblakejohnson
rblakejohnson / js: setTimeout
Created August 30, 2013 20:37
JS: setTimeout
window.setTimeout(
function() {
},
1000
);
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Modal Sans-JS</title>
<style>
* { box-sizing: border-box }
body {