Line 29: | Line 29: | ||
</header> | </header> | ||
− | < | + | <div id="wrapper"> |
− | + | ||
− | + | <!-- Sidebar --> | |
− | + | <div id="sidebar-wrapper"> | |
− | + | <ul class="sidebar-nav"> | |
− | + | <li class="sidebar-brand"> | |
− | + | <a href="#"> | |
− | + | Start Bootstrap | |
− | + | </a> | |
− | + | </li> | |
− | + | <li> | |
+ | <a href="#">Dashboard</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#">Shortcuts</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#">Overview</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#">Events</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#">About</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#">Services</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#">Contact</a> | ||
+ | </li> | ||
</ul> | </ul> | ||
− | |||
</div> | </div> | ||
− | + | <!-- /#sidebar-wrapper --> | |
− | + | ||
− | + | <!-- Page Content --> | |
− | + | <div id="page-content-wrapper"> | |
− | + | <div class="container-fluid"> | |
− | + | <h1>Simple Sidebar</h1> | |
− | + | <p>This template has a responsive menu toggling system. The menu will appear collapsed on smaller screens, and will appear non-collapsed on larger screens. When toggled using the button below, the menu will appear/disappear. On small screens, the page content will be pushed off canvas.</p> | |
− | + | <p>Make sure to keep all page content within the <code>#page-content-wrapper</code>.</p> | |
− | + | <a href="#menu-toggle" class="btn btn-secondary" id="menu-toggle">Toggle Menu</a> | |
+ | </div> | ||
</div> | </div> | ||
− | + | <!-- /#page-content-wrapper --> | |
− | + | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<!-- Footer --> | <!-- Footer --> | ||
Line 81: | Line 90: | ||
<!-- Bootstrap core JavaScript --> | <!-- Bootstrap core JavaScript --> | ||
− | <script src=" | + | <script src="https://2018.igem.org/Team:Oxford/scripts?action=raw&ctype=text/javascript"></script> |
− | <script src=" | + | <script src="https://2018.igem.org/Team:Oxford/scripts/bootstrapminjs?action=raw&ctype=text/javascript"></script> |
</body> | </body> | ||
</html> | </html> |
Revision as of 11:34, 28 August 2018
Initial Ideas
Simple Sidebar
This template has a responsive menu toggling system. The menu will appear collapsed on smaller screens, and will appear non-collapsed on larger screens. When toggled using the button below, the menu will appear/disappear. On small screens, the page content will be pushed off canvas.
Make sure to keep all page content within the #page-content-wrapper
.