 Issue 29587584:
  Issue 5635 - Implement website-default navbar component  (Closed) 
  Base URL: https://hg.adblockplus.org/website-defaults
    
  
    Issue 29587584:
  Issue 5635 - Implement website-default navbar component  (Closed) 
  Base URL: https://hg.adblockplus.org/website-defaults| Index: pages/navbar.md | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/pages/navbar.md | 
| @@ -0,0 +1,20 @@ | 
| +title=Navbar Component | 
| +template=minimal | 
| + | 
| +<? include components/navbar ?> | 
| + | 
| +<div class="container content" markdown="1"> | 
| + | 
| +# Navbar | 
| + | 
| +Default navbar for eyeo websites. | 
| + | 
| +## How to Use: | 
| 
juliandoucette
2017/11/02 13:31:23
suggest: Add this separately because other website
 | 
| + | 
| +1. Copy Navbar HTML from **includes/components/navbar.html** | 
| +1. Copy Navbar CSS from **static/scss/_navbar.scss** | 
| +1. Copy Navbar JavaScript from **static/js/navbar.js** | 
| + | 
| +</div> | 
| + | 
| +<script src="/js/navbar.js"></script> |