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

Side by Side Diff: includes/hero-download.html

Issue 29841563: Noissue - Merged index_page into master (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Fixed more misc issues discussed in IRC Created July 30, 2018, 4:40 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
OLDNEW
(Empty)
1 <div id="hero-download" class="container content">
2 <div class="row">
3
4 <header class="column one-half content hide-on-maxthon">
5 <h1>{{ surf-the-web-heading[heading] <span class="avoid-wrap">SURF THE WEB </span> <span class="avoid-wrap">WITH NO ANNOYING ADS</span> }}</h1>
6 <ul>
7 <li>{{ surf-the-web-item-1[list item] Experience a cleaner, faster web a nd block annoying ads }}</li>
8 <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>
9 <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>
10 </ul>
11 <? include install-button ?>
12 </header>
13
14 <header class="column one-half content show-on-maxthon">
15 <h1>{{ abp-and-maxthon-heading[heading] ADBLOCK PLUS IS ALREADY PART OF YO UR MAXTHON BROWSER }}</h1>
16 <p>{{ abp-and-maxthon-body Together, Maxthon and Adblock Plus allow you to experience a faster, cleaner web by eliminating annoying and malicious ads, dis abling tracking and more. To help keep the web sustainable, support websites wit h <a href="https://acceptableads.com/">Acceptable Ads</a> (enabled by default). }}</p>
17 </header>
18
19 <aside class="column one-half">
20 <div id="hero-download-video" class="video-parent">
21 <a class="video-link" target="_blank" href="https://www.youtube-nocookie .com/embed/PAfHJNv-a7I?html5=1&amp;autohide=1&amp;enablejsapi=1&amp;controls=2&a mp;fs=1&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;theme=light&amp;autopl ay=1">
22 <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 }}">
23 <img class="video-play" src="/img/video-external.png" alt="{{ video-pl ay-alt-text[alt text] Play Video }}">
24 </a>
25 <p class="video-disclaimer">
26 {{ 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>. }}
27 </p>
28 </div>
29 </aside>
30
31 </div>
32 <? include hero-download-conditional ?>
33 </div>
34
35 <? include install-button-templates ?>
OLDNEW

Powered by Google App Engine
This is Rietveld