Skip to content

Instantly share code, notes, and snippets.

View jesseshowalter's full-sized avatar

Jesse Showalter jesseshowalter

View GitHub Profile
@jesseshowalter
jesseshowalter / Thinkful-About-Page.markdown
Created September 11, 2014 19:53
A Pen by Jesse Showalter.
<article class="full-overlay">
<div class="content">
<h2>Full black overlay with opacity</h2>
<a class="btn" href="#">Super clean</a>
</div>
</article>
<article class="gradient-overlay">
<div class="content">
<h2>Gradient overlay</h2>
@jesseshowalter
jesseshowalter / gist:7224531
Last active December 26, 2015 22:39
My first Gist, learning how to use this so I can embed code on my site
<nav>
<a class="brand" href="../../index.html"><h1>Jesse Showalter</h1></a>
<span>Jesse Showalter - EST.1984</span>
<ul>
<li><a href="../../about.html">Info</a></li>
<li><a href="../../articles/index.html">Articles</a></li>
<li><a href="../../contact.html">Contact</a></li>
</ul>
</nav>