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: Add navigation <ul> links Created Nov. 10, 2017, 10:22 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') | pages/navbar.md » ('J')
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="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 Website Defaults">
juliandoucette 2017/11/10 11:42:50 SuperNIT: The image is about eyeo and the alt text
juliandoucette 2017/11/10 11:42:51 This image is not aligned vertically center within
ire 2017/11/13 17:57:38 Done.
ire 2017/11/13 17:57:39 Done.
5 </a>
6
7 <div class="toggle-navbar-collapse float-end">
juliandoucette 2017/11/10 11:42:51 NIT: "toggle-navbar-collapse" (verb-noun) is incon
ire 2017/11/13 17:57:39 It would have to be navbar-collapse-toggle since t
juliandoucette 2017/11/14 15:34:16 Ack :/
8 <button class="unstyled">
9 <span class="open-label">Open</span>
juliandoucette 2017/11/10 11:42:50 NIT/Suggest: "navbar-open" and "navbar-close" woul
juliandoucette 2017/11/10 11:42:51 NIT/Suggest: Use an image example instead of a tex
ire 2017/11/13 17:57:39 1. It would have to be `navbar-collapse-open`/clos
ire 2017/11/13 17:57:40 I think this is something that can/should be handl
juliandoucette 2017/11/14 15:34:16 Ack :/ (Proceed as-is.)
juliandoucette 2017/11/14 15:34:16 Ack, good point. I was thinking "the help centre u
10 <span class="sr-only">/</span>
11 <span class="close-label">Close</span>
12 Menu
13 </button>
14 </div>
15
16 <nav class="nav navbar-collapse">
juliandoucette 2017/11/10 11:42:51 NIT: It's inconsistent not to preface this "nav" c
ire 2017/11/13 17:57:39 Done.
17 <ul>
18 <li><a href="index">Navbar Menu Link</a></li>
19 <li><a href="index">Navbar Menu Link</a></li>
20 <li><a href="index">Navbar Menu Link</a></li>
21 <li><a href="index">Navbar Menu Link</a></li>
22 </ul>
23 </nav>
24 </div>
25 </div>
OLDNEW
« no previous file with comments | « no previous file | pages/index.html » ('j') | pages/navbar.md » ('J')

Powered by Google App Engine
This is Rietveld