Skip to content

Instantly share code, notes, and snippets.

View befletcher's full-sized avatar

Brian Fletcher befletcher

  • Huge
  • Atlanta, GA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am befletcher on github.
  • I am befletcher (https://keybase.io/befletcher) on keybase.
  • I have a public key ASBconUy1ZGt9v2WOM78bymLTKkN7sbahQJ5vtIc6Ze0lwo

To claim this, I am signing this object:

===================================================================
--- templates/site/site[menu].php (revision 223)
+++ templates/site/site[menu].php (working copy)
@@ -152,7 +152,7 @@
<li><a class="nav-back desktop-hidden tablet-hidden" href="#"><span aria-hidden="true" class="back icon" data-icon="&#xe00f;"></span>back</a></li><!--
--><li><a class="nav-link" href="https://apps.ko.com/sparkcity/DNA/index.htm"><span class="nav-text shortened"><?php _e( 'DNA', 'sparkcity' ); ?></span></a></li>
<li><a class="nav-link" href="https://sparkcitydna.coke.com/"><span class="nav-text shortened"><?php _e( 'DNA Test Site', 'sparkcity' ); ?></span></a></li>
- <li><a class="nav-link more" href="http://apps.ko.com/sparkcity/DNA/BusinessGrowthStrategies/index.htm"><span class="nav-text shortened"><?php _e( 'Business Growth Strategy', 'sparkcity' ); ?></span><span aria-hidden="true" class="icon" data-icon="&#xe004;"></span></a>
+ <!-- <li><a class="nav-link more" hr
@befletcher
befletcher / index.html
Last active December 17, 2015 05:09
Example of conditional loading of Zepto/jQuery using Require.
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<title>Howdy</title>
</head>
<body>
<div class="yo">Yo!</div>
<script data-main="main.js" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.5/require.min.js"></script>