Skip to content

Instantly share code, notes, and snippets.

View nerdburn's full-sized avatar

Shawn Adrian nerdburn

View GitHub Profile
<p>Some Code Here</p>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/lets-get-started">Letˈs Get Started</a></li>
<li><a href="/pricing">Pricing</a></li>
<li><a href="/the-process">The Process</a></li>
<li><a href="/services">Services</a></li>
</ul>
@nerdburn
nerdburn / postachio-tag-cloud
Created March 25, 2014 05:31
An example of a tag cloud on Postach.io - The Evernote powered blogging platform.
{% if site.tags %}
<div class="tags">
{% for tag in site.tags %}
<a href="/tag/{{ tag.name }}">#{{ tag.name }}</a>
{% endfor %}
</div>
{% endif %}
<script type="text/javascript">
$(document).ready(function(){
$('iframe#WBCommentFrame').css({ 'height': '100%' });
});
</script>
<link rel="icon" type="image/png" href="http://example.com/myicon.png">
<!-- replace this line: -->
<div class="post-content">
<!-- with this line: -->
<div class="post-content" data-type-cleanup="true">
[youtube url=" URL goes here " width="100%" height="400"]
@nerdburn
nerdburn / gist:999e55ccdb991c1362d5
Created June 16, 2014 18:31
HTML Example for Dropbox
<!DOCTYPE html>
<html>
<head>
<title>My Awesome HTML Blog Post</title>
<meta name="date" content="2014-01-01" /><!-- YYYY-MM-DD -->
<meta name="type" content="post" /><!-- use "post" or "page" -->
<meta name="tags" content="food, tech" /><!-- comma separated -->
</head>
[flickr url="http://www.flickr.com/photos/josh_hua_richardson/sets/72157633425874466/"]
@nerdburn
nerdburn / gist:2ee8e956a5fdc5c2ddbe
Created June 24, 2014 17:03
Code Embed Example
<!DOCTYPE html>
<html>
<head>
<title>Yay!</title>
</head>
<body>
<p>Whee!</p>
</body>
</html>