OLD | NEW |
1 <div id="hero-download" class="container"> | 1 <div id="hero-download" class="container content"> |
2 <div class="row"> | 2 <div class="row"> |
3 <header class="column one-half content"> | 3 <header class="column one-half"> |
4 <h1>{{ surf-the-web-heading[heading] <span class="avoid-wrap">SURF THE WEB
</span> <span class="avoid-wrap">WITH NO ANNOYING ADS</span> }}</h1> | 4 <h1>{{ surf-the-web-heading[heading] <span class="avoid-wrap">SURF THE WEB
</span> <span class="avoid-wrap">WITH NO ANNOYING ADS</span> }}</h1> |
5 <ul> | 5 <ul> |
6 <li>{{ surf-the-web-item-1[list item] Experience a cleaner, faster web a
nd block annoying ads }}</li> | 6 <li>{{ surf-the-web-item-1[list item] Experience a cleaner, faster web a
nd block annoying ads }}</li> |
7 <li>{{ surf-the-web-item-2[list item] Acceptable Ads are allowed by defa
ult to support websites <span class="small avoid-wrap">(<a href="acceptable-ads"
>learn more</a>) <sup>[<a href="#footnote">1</a>]</sup></span> }}</li> | 7 <li>{{ surf-the-web-item-2[list item] Acceptable Ads are allowed by defa
ult to support websites <span class="small avoid-wrap">(<a href="acceptable-ads"
>learn more</a>) <sup>[<a href="#footnote">1</a>]</sup></span> }}</li> |
8 <li>{{ surf-the-web-item-3[list item] Adblock Plus is free and open sour
ce <span class="small">(<a href="https://www.gnu.org/licenses/gpl.html">GPLv3+</
a>)</span> }}</li> | 8 <li>{{ surf-the-web-item-3[list item] Adblock Plus is free and open sour
ce <span class="small">(<a href="https://www.gnu.org/licenses/gpl.html">GPLv3+</
a>)</span> }}</li> |
9 </ul> | 9 </ul> |
10 <p id="hero-download-tos"> | 10 <p id="hero-download-tos"> |
11 <small>{{ hero-download-tos[terms of service] By clicking the Agree and
Install button below, you agree to our <a href="terms">Terms of Use</a>. }}</sma
ll> | 11 <small>{{ hero-download-tos[terms of service] By clicking the Agree and
Install button below, you agree to our <a href="terms">Terms of Use</a>. }}</sma
ll> |
12 </p> | 12 </p> |
13 <div> | 13 <div> |
(...skipping 14 matching lines...) Expand all Loading... |
28 <a class="video-link" target="_blank" href="https://www.youtube-nocookie
.com/embed/pVYtzF5SemU?html5=1&autohide=1&enablejsapi=1&controls=2&a
mp;fs=1&modestbranding=1&rel=0&showinfo=0&theme=light&autopl
ay=1"> | 28 <a class="video-link" target="_blank" href="https://www.youtube-nocookie
.com/embed/pVYtzF5SemU?html5=1&autohide=1&enablejsapi=1&controls=2&a
mp;fs=1&modestbranding=1&rel=0&showinfo=0&theme=light&autopl
ay=1"> |
29 <img class="video-thumbnail" src="/img/hero-video.jpg" srcset="/img/he
ro-video-2x.jpg 2x" alt="{{ video-alt-text[alt text] Introduction to Adblock Plu
s video thumbnail }}"> | 29 <img class="video-thumbnail" src="/img/hero-video.jpg" srcset="/img/he
ro-video-2x.jpg 2x" alt="{{ video-alt-text[alt text] Introduction to Adblock Plu
s video thumbnail }}"> |
30 <img class="video-play" src="/img/video-external.png" alt="{{ video-pl
ay-alt-text[alt text] Play Video }}"> | 30 <img class="video-play" src="/img/video-external.png" alt="{{ video-pl
ay-alt-text[alt text] Play Video }}"> |
31 </a> | 31 </a> |
32 <p class="video-disclaimer"> | 32 <p class="video-disclaimer"> |
33 {{ video-disclaimer Click to play this video. Please note that this vi
deo is hosted by YouTube. When this video is played, some personal data is trans
ferred to YouTube. For more information, please review YouTube's <a href='https:
//www.google.com/intl/en/policies/privacy/' target='_blank'>privacy policy</a>.
}} | 33 {{ video-disclaimer Click to play this video. Please note that this vi
deo is hosted by YouTube. When this video is played, some personal data is trans
ferred to YouTube. For more information, please review YouTube's <a href='https:
//www.google.com/intl/en/policies/privacy/' target='_blank'>privacy policy</a>.
}} |
34 </p> | 34 </p> |
35 </div> | 35 </div> |
36 </aside> | 36 </aside> |
37 </div> | 37 </div> |
| 38 <? include hero-download-conditional ?> |
38 </div> | 39 </div> |
OLD | NEW |