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

Delta Between Two Patch Sets: pages/navbar.md

Issue 29587584: Issue 5635 - Implement website-default navbar component (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Left Patch Set: Demo - Use table layout Created Nov. 2, 2017, 11:08 a.m.
Right Patch Set: Rebase Created Jan. 4, 2018, 7:40 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « pages/index.html ('k') | static/img/png/eyeo-logo.png » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 title=Navbar Component 1 title=Navbar Component
2 template=minimal 2 template=minimal
3 3
4 <? include components/navbar ?> 4 <? include components/navbar ?>
5 5
6 <div class="container content" markdown="1"> 6 <div class="container content" markdown="1">
7 7
8 # Navbar 8 # Navbar
9 9
10 Default navbar for eyeo websites. 10 Default navbar for eyeo websites.
11 11
12 ## How to Use: 12 ## How to Use:
juliandoucette 2017/11/02 13:31:23 suggest: Add this separately because other website
13 13
14 1. Copy Navbar HTML from **includes/components/navbar.html** 14 1. Copy Navbar HTML from **includes/components/navbar.html**
15 1. Copy Navbar CSS from **static/scss/_navbar.scss** 15 1. Copy Navbar CSS from **static/scss/_navbar.scss**
16 1. Copy Navbar JavaScript from **static/js/navbar.js** 16 1. Copy Navbar JavaScript from **static/js/navbar.js**
17 17
18 </div> 18 </div>
19 19
20 <script src="/js/navbar.js"></script> 20 <script src="/js/navbar.js"></script>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld