Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 <header id="site-header" class="navbar"> | |
2 <div class="navbar-wrapper"> | |
3 <h1 id="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") }}"> | |
6 </a> | |
7 </h1> | |
8 | |
9 <button class="toggle-navbar-collapse unstyled tablet-and-mobile-only"> | |
10 <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") }} "> | |
11 </button> | |
12 | |
13 <div class="navbar-collapse"> | |
14 <form id="search-form" action="https://duckduckgo.com" method="GET"> | |
15 <label for="search" class="sr-only">{{ "Search Adblock Plus Help" | tran slate("search-form-label", "Input label") }}</label> | |
16 <input id="search" name="q" type="search" placeholder="{{ "Search Adbloc k Plus Help" | translate("search-form-label", "Input label") }}"> | |
17 <input type="hidden" name="sites" value="adblockplus.org"> | |
18 <button type="submit"> | |
19 <img src="/img/png/search-icon.png" srcset="/img/svg/search-icon.svg 2 x" alt="{{ "Search" | translate("search-icon-alt", "Image alt text") }}"> | |
20 </button> | |
21 </form> | |
22 | |
23 <nav id="product-website-link"> | |
24 <a href="https://adblockplus.org/"> | |
juliandoucette
2017/08/29 16:17:28
NIT: You can't see the text-decoration under the i
ire
2017/09/01 10:57:20
Done. Removed the empty space between the text and
| |
25 {{ "Adblock Plus" | translate("abp-product-link", "Link label") }} | |
26 <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") }}"> | |
27 </a> | |
28 </nav> | |
29 </div> | |
30 </div> | |
31 </header> | |
OLD | NEW |