Skip to content

Instantly share code, notes, and snippets.

View tmray's full-sized avatar

Tom Ray tmray

View GitHub Profile
@tmray
tmray / AND_OR_NOT
Last active September 19, 2015 17:42 — forked from oliverdoetsch/AND_OR_NOT
Blogger: Globally conditional data tags for all page types
#AND
<b:if cond='data:blog.pageType == "index"'>
<b:if cond='data:blog.searchQuery'>
<!--search_page AND index_page-->
</b:if>
</b:if>
#OR
@tmray
tmray / 0_reuse_code.js
Created November 4, 2013 22:27
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@tmray
tmray / Contact page
Last active December 21, 2015 14:38 — forked from ghaida/gist:5054646
Design template for squeeze campaign.
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1>
<a href="#">
Top Bar Title
</a>
</h1>
</li>