Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: pages/navbar.md

Issue 29588576: Issue 5635 - Implement website-default navbar component (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 25, 2017, 10:02 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pages/index.html ('k') | static/js/main.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 title=Developer Styleguide
ire 2017/10/25 10:03:35 Wrong title. Will fix
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.
11
12 ## How to Use:
13
14 1. Copy Navbar HTML from **includes/components/navbar.html**
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>
OLDNEW
« no previous file with comments | « pages/index.html ('k') | static/js/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld