Skip to content

Commit

Permalink
move nav into sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
marrero984 committed Jan 6, 2016
1 parent fda34e4 commit ee31b5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

<body>

<div id="navigation" class="hidden"></div>

<i id="hamburger" class="fa fa-bars fa-2x"></i>
<div id="feedbackSidebar" class="sideMenu">
<!-- <div id="tableOfContents" class="buttonWrapper">Table of Contents</div> -->
<div id="tocToggle" class="buttonWrapper"><i class=" fa fa-bookmark"></i> Table of Contents</div>
<div id="navigation" class="submenu"></div>

<div id="fileDownloads" class="buttonWrapper"><i class="fa fa-download"></i> Downloads</div>
<hr>

Expand Down

0 comments on commit ee31b5d

Please sign in to comment.