Skip to content

Instantly share code, notes, and snippets.

@Samsinite
Created May 16, 2015 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Samsinite/24e46314d52262f97885 to your computer and use it in GitHub Desktop.
Save Samsinite/24e46314d52262f97885 to your computer and use it in GitHub Desktop.
Basic Application Layout
<nav id="top-nav">
<h1>Ember Fit</h1>
</nav>
<nav id="side-nav">
<ul>
<li><a id="ember418" class="ember-view" href="/"><i class="fa fa-calendar icon"></i>Scheduler</a></li>
<li><a id="ember419" class="ember-view" href="/stop-watch"><i class="fa fa-clock-o icon"></i>Stop Watch</a></li>
<li><a id="ember420" class="ember-view active" href="/workout-builder/index"><i class="fa fa-plus-square icon"></i>Workout Builder</a></li>
</ul>
</nav>
<div id="application-container">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment