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

Side by Side Diff: includes/components/navbar.html

Issue 29587584: Issue 5635 - Implement website-default navbar component (Closed) Base URL: https://hg.adblockplus.org/website-defaults
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:
View unified diff | Download patch
« no previous file with comments | « no previous file | pages/index.html » ('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 <div class="navbar bg-primary">
2 <div class="navbar-container">
3 <a href="index" class="navbar-branding float-start">
4 <img src="/img/png/eyeo-logo.png" srcset="/img/svg/eyeo-logo.svg 2x" alt=" eyeo">
5 </a>
6
7 <button class="toggle-navbar-collapse button-link float-end">
8 Toggle Menu
9 </button>
10
11 <nav class="navbar-nav navbar-collapse">
12 <ul>
13 <li><a href="index">Navbar Menu Link</a></li>
14 <li><a href="index">Navbar Menu Link</a></li>
15 <li><a href="index">Navbar Menu Link</a></li>
16 <li><a href="index">Navbar Menu Link</a></li>
17 </ul>
18 </nav>
19 </div>
20 </div>
OLDNEW
« no previous file with comments | « no previous file | pages/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld