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

Side by Side Diff: includes/layout/header.tmpl

Issue 29485575: Issue 5385 - Create Site Header Component for Help Center (Closed)
Patch Set: Unfix header, implement standard spacing units Created Aug. 16, 2017, 2:37 p.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 | includes/search-form.tmpl » ('j') | includes/search-form.tmpl » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <header id="site-header" class="navbar">
ire 2017/08/16 14:41:26 I spoke with Jeen and she said the header shouldn'
juliandoucette 2017/08/18 15:03:54 Acknowledged.
2 <div class="navbar-wrapper">
3 <h1 class="site-title">
4 {{ "index" | linkify() }}
5 <img src="/img/png/eyeo-help.png" srcset="/img/svg/eyeo-help.svg 2x" alt ="{{ "eyeo Help" | translate("site-title", "Image alt text") }}">
juliandoucette 2017/08/18 15:03:52 NIT: This 1x image quality is unacceptable IMO. I'
juliandoucette 2017/08/18 15:03:55 Note: I'm not sure if no textContent within an h1
ire 2017/08/21 15:23:17 Acknowledged.
ire 2017/08/21 15:23:17 Acknowledged.
6 </a>
7 </h1>
8 <button id="toggle-search-form" class="unstyled tablet-and-mobile-only">
juliandoucette 2017/08/18 15:03:54 Note: It seems super-confusing t ome that the togg
juliandoucette 2017/08/18 15:03:54 NIT: The click area of this button is too small IM
ire 2017/08/21 15:23:17 Done.
ire 2017/08/21 15:23:18 Yes it did come up, sorry that I didn't address it
juliandoucette 2017/08/21 16:28:38 Acknowledged. I agree.
9 <img src="/img/png/search-icon.png" srcset="/img/svg/search-icon.svg 2x" a lt="{{ "Toggle Search Bar" | translate("search-toggle-alt", "Image alt text") }} ">
10 </button>
11 <div id="site-search">
12 <? include search-form ?>
13 <nav id="product-website-link">
14 <a href="https://adblockplus.org/">
15 {{ "Adblock Plus" | translate("abp-product-link", "Link") }}
juliandoucette 2017/08/18 15:03:54 NIT: I think this text is larger in the mock up.
ire 2017/08/21 15:23:17 Will ask Jeen for font sizes
16 <img src="/img/png/external-icon.png" srcset="/img/svg/external-icon.s vg 2x" alt="{{ "External link icon" | translate("external-link-icon", "Image alt text") }}">
juliandoucette 2017/08/18 15:03:51 Note: I'm assuming that you will replace "Image al
juliandoucette 2017/08/18 15:03:53 NIT: Isn't this the wrong icon? (The one in the sp
ire 2017/08/21 15:23:18 Discussed with Jeen and she said we should use thi
ire 2017/08/21 15:23:18 It wasn't brought up before. I didn't intent to re
juliandoucette 2017/08/21 16:28:38 Yup. I seem to have mistaken this for the alt text
ire 2017/08/22 12:15:15 Haha :p
17 </a>
18 </nav>
19 </div>
20 </div>
21 </header>
OLDNEW
« no previous file with comments | « no previous file | includes/search-form.tmpl » ('j') | includes/search-form.tmpl » ('J')

Powered by Google App Engine
This is Rietveld