| Index: includes/layout/header.tmpl |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/includes/layout/header.tmpl |
| @@ -0,0 +1,21 @@ |
| +<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.
|
| + <div class="navbar-wrapper"> |
| + <h1 class="site-title"> |
| + {{ "index" | linkify() }} |
| + <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.
|
| + </a> |
| + </h1> |
| + <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.
|
| + <img src="/img/png/search-icon.png" srcset="/img/svg/search-icon.svg 2x" alt="{{ "Toggle Search Bar" | translate("search-toggle-alt", "Image alt text") }}"> |
| + </button> |
| + <div id="site-search"> |
| + <? include search-form ?> |
| + <nav id="product-website-link"> |
| + <a href="https://adblockplus.org/"> |
| + {{ "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
|
| + <img src="/img/png/external-icon.png" srcset="/img/svg/external-icon.svg 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
|
| + </a> |
| + </nav> |
| + </div> |
| + </div> |
| +</header> |