Skip to content

Commit

Permalink
removed sidenav demo
Browse files Browse the repository at this point in the history
  • Loading branch information
acburst committed Jan 21, 2015
1 parent a409efa commit 39508f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
22 changes: 1 addition & 21 deletions jade/page-contents/sideNav_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,7 @@

<div id="introduction" class="section scrollspy">
<h4>Introduction</h4>
<p>This is a slide out menu. If you want a sidebar that will work on all widths, just add the class <code class="language-markup">full</code> to your sidebar list. You can add a dropdown to your sidebar by using our collapsible component.</p>
<ul id="slide-out" class="side-nav full">
<li><a href="#!">First Sidebar Link</a></li>
<li><a href="#!">Second Sidebar Link</a></li>
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
<li>
<div class="collapsible-header">Dropdown<i class="mdi-navigation-arrow-drop-down"></i></div>
<div class="collapsible-body">
<ul>
<li><a href="#!">First Dropdown Link</a></li>
<li><a href="#!">Second Dropdown Link</a></li>
<li><a href="#!">Third Dropdown Link</a></li>
<li><a href="#!">Fourth Dropdown Link</a></li>
</ul>
</div>
</li>
</ul>
</li>
</ul>
<a href="#" data-activates="slide-out" class="button-collapse btn">Open Sidebar</a>
<p>This is a slide out menu. If you want a sidebar that will work on all widths, just add the class <code class="language-markup">full</code> to your sidebar list. You can add a dropdown to your sidebar by using our collapsible component. If you want to see a demo, our sidebar will use this on smaller screens.</p>
</div>


Expand Down
22 changes: 1 addition & 21 deletions side-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,27 +104,7 @@

<div id="introduction" class="section scrollspy">
<h4>Introduction</h4>
<p>This is a slide out menu. If you want a sidebar that will work on all widths, just add the class <code class="language-markup">full</code> to your sidebar list. You can add a dropdown to your sidebar by using our collapsible component.</p>
<ul id="slide-out" class="side-nav full">
<li><a href="#!">First Sidebar Link</a></li>
<li><a href="#!">Second Sidebar Link</a></li>
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
<li>
<div class="collapsible-header">Dropdown<i class="mdi-navigation-arrow-drop-down"></i></div>
<div class="collapsible-body">
<ul>
<li><a href="#!">First Dropdown Link</a></li>
<li><a href="#!">Second Dropdown Link</a></li>
<li><a href="#!">Third Dropdown Link</a></li>
<li><a href="#!">Fourth Dropdown Link</a></li>
</ul>
</div>
</li>
</ul>
</li>
</ul>
<a href="#" data-activates="slide-out" class="button-collapse btn">Open Sidebar</a>
<p>This is a slide out menu. If you want a sidebar that will work on all widths, just add the class <code class="language-markup">full</code> to your sidebar list. You can add a dropdown to your sidebar by using our collapsible component. If you want to see a demo, our sidebar will use this on smaller screens.</p>
</div>


Expand Down

0 comments on commit 39508f7

Please sign in to comment.