| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 title=Developer Styleguide | |
| 2 template=minimal | |
| 3 | |
| 4 <? include components/navbar ?> | |
| 5 | |
| 6 <div class="container content" markdown="1"> | |
| 7 | |
| 8 # Navbar Component | |
| 9 | |
| 10 Default navbar component for eyeo websites. | |
|
juliandoucette
2017/10/26 15:55:55
NIT: Is the word "component" necessary here?
| |
| 11 | |
| 12 ## How to Use: | |
| 13 | |
| 14 1. Copy Navbar HTML from **includes/components/navbar.html** | |
|
juliandoucette
2017/10/26 15:55:55
suggest: Use a configurable include template inste
| |
| 15 1. Copy Navbar CSS from **static/scss/_navbar.scss** | |
| 16 1. Copy Navbar JavaScript from **static/js/navbar.js** | |
| 17 | |
| 18 </div> | |
| 19 | |
| 20 <script src="/js/navbar.js"></script> | |
| OLD | NEW |