Skip to content

Instantly share code, notes, and snippets.

@jonesmac
Last active December 12, 2015 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jonesmac/4747169 to your computer and use it in GitHub Desktop.
Save jonesmac/4747169 to your computer and use it in GitHub Desktop.
HTML: Single Page Site Waypoint Markup
<section id="main" class="nameof-page">
<nav id="page-menu-wrapper">
<ul id="page-menu">
<li><a href="#"></a></li>
<li><a href="#" class="last"></a></li>
</ul>
</nav>
<div id="sectionname" class="page-section">
</div>
<div id="sectionname" class="page-section">
</div>
</section>
<nav>
<ul>
<li><a class="top" href="#" title="Back to top">Top</a></li>
</ul>
</nav>
<div id="device"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment