Created
February 12, 2015 21:19
-
-
Save garyhussey/d3a17e5ae4083d928a7e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<!-- @reload --> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>L2: Learn - Lead | John Maxwell</title> | |
<meta name="description" content="The John Maxwell L2: Learn - Lead Simulcast | October 10th 2014" /> | |
<meta name="keywords" content="John Maxwell, L2" /> | |
<meta name="author" content="humans.txt"> | |
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> | |
<!-- Facebook Metadata /--> | |
<meta property="fb:page_id" content="" /> | |
<meta property="og:image" content="" /> | |
<meta property="og:description" content=""/> | |
<meta property="og:title" content=""/> | |
<!-- Google+ Metadata /--> | |
<meta itemprop="name" content=""> | |
<meta itemprop="description" content=""> | |
<meta itemprop="image" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> | |
<link rel="stylesheet" href="/assets/css/style.css"> | |
<script src="/assets/js/vendor/modernizr.js"></script> | |
</head> | |
<body class="home | |
"> | |
<nav class="top-bar" data-topbar role="navigation"> | |
<ul class="title-area"> | |
<li class="name"> | |
<h1><a href="#">My Site</a></h1> | |
</li> | |
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone --> | |
<li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li> | |
</ul> | |
<section class="top-bar-section"> | |
<!-- Right Nav Section --> | |
<ul class="right"> | |
<li class="active"><a href="/">Home</a></li> | |
<li><a href="#">Host A Site</a></li> | |
<li><a href="#">Live Event</a></li> | |
<li><a href="#">Speakers</a></li> | |
<li><a href="#">Find A Site</a></li> | |
<li><a href="#">Store</a></li> | |
</ul> | |
</section> | |
</nav> | |
<script src="/assets/js/vendor/jquery.min.js"></script> | |
<script src="/assets/js/scripts.min.js"></script> | |
<script> | |
jQuery().ready(function(){ | |
$(document).foundation(); | |
}); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment