Created
July 18, 2013 18:02
-
-
Save jrob00/6031505 to your computer and use it in GitHub Desktop.
Base Markup
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
<div id="siteContent"> | |
<header id="headerContent"> | |
<div class="branding"> | |
<h1>Anthem</h1> | |
<h2>Church</h2> | |
</div> | |
<nav class="pageNav"> | |
<ul> | |
<li>connect</li> | |
<li>locations</li> | |
<li>who we are</li> | |
<li>our media</li> | |
<li>give</li> | |
</ul> | |
</nav> | |
</header> | |
<div id="pageContent"> | |
<section></section> | |
<section></section> | |
<section></section> | |
</div> | |
<footer id="footerContent"> | |
<nav class="pageNav"> | |
<ul> | |
<li>Home</li> | |
<li>Connect</li> | |
<li>Locations</li> | |
<li>Who we are</li> | |
<li>Our Media</li> | |
<li>Give</li> | |
</ul> | |
</nav> | |
<address> | |
<h5>Anthem Church Offices</h5> | |
<p>501-I S. Reino Rd. #360 <br>Newbury Park, CA 91320</p> | |
<p>(805) 617-4411</p> | |
<a href="mailto:[email protected]">[email protected]</a> | |
</address> | |
<nav class="socialIcons"> | |
<ul> | |
<li class="twitter"><a href="#">Twitter</a></li> | |
<li class="facebook"><a href="#">Facebook</a></li> | |
<li class="wordpress"><a href="#">Our Blog</a></li> | |
<li class="vimeo"><a href="#">Vimeo</a></li> | |
</ul> | |
</nav> | |
</footer> | |
<div id="cloverIcon"> | |
<p><small><a href="#">made by clover</a></small></p> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment