Skip to content

Instantly share code, notes, and snippets.

@pixelwhip
Created August 19, 2012 22:43
Show Gist options
  • Select an option

  • Save pixelwhip/3398272 to your computer and use it in GitHub Desktop.

Select an option

Save pixelwhip/3398272 to your computer and use it in GitHub Desktop.
Session navigation
<h4 class="session-title">Session 1 name <a href="/whatever/page" class="session-link">Go to Session</a></h4>
<ul class="session-pages">
<li class="session-page"><a href="/whatever/page" class="session-page-link">Page 1</a></li>
<li>...</li>
<li>...</li>
</ul>
<h4 class="session-title">Session 2 name <a href="/whatever/page" class="session-link">Go to Session</a></h4>
<ul class="session-pages">
<li class="session-page"><a href="/whatever/page" class="session-page-link">Page 1</a></li>
<li>...</li>
<li>...</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment