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

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

Issue 29856570: Fixes #120 - Force Portugese Subtitles for homepage video on PT_BR (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Aug. 15, 2018, 2:50 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/hero-download-video-url.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="hero-download" class="container content"> 1 <div id="hero-download" class="container content">
2 <div class="row"> 2 <div class="row">
3 <header class="column one-half content hide-on-maxthon"> 3 <header class="column one-half content hide-on-maxthon">
4 <h1>{{ surf-the-web-heading[heading] <span>SURF THE WEB </span><span>WITH NO ANNOYING ADS</span> }}</h1> 4 <h1>{{ surf-the-web-heading[heading] <span>SURF THE WEB </span><span>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>{{ tos-short[terms of service] By clicking the Agree and Install button below, you agree to our <a href="terms">Terms of Use</a>. }}</small> 11 <small>{{ tos-short[terms of service] By clicking the Agree and Install button below, you agree to our <a href="terms">Terms of Use</a>. }}</small>
12 </p> 12 </p>
13 <? include install-button ?> 13 <? include install-button ?>
14 </header> 14 </header>
15 <header class="column one-half content show-on-maxthon"> 15 <header class="column one-half content show-on-maxthon">
16 <h1>{{ abp-and-maxthon-heading[heading] ADBLOCK PLUS IS ALREADY PART OF YO UR MAXTHON BROWSER }}</h1> 16 <h1>{{ abp-and-maxthon-heading[heading] ADBLOCK PLUS IS ALREADY PART OF YO UR MAXTHON BROWSER }}</h1>
17 <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 <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>
18 </header> 18 </header>
19 <aside class="column one-half"> 19 <aside class="column one-half">
20 <div id="hero-download-video" class="video-parent"> 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"> 21 <a class="video-link" target="_blank" href="<? include hero-download-vid eo-url ?>">
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 }}"> 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 }}"> 23 <img class="video-play" src="/img/video-external.png" alt="{{ video-pl ay-alt-text[alt text] Play Video }}">
24 </a> 24 </a>
25 <p class="video-disclaimer"> 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>. }} 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> 27 </p>
28 </div> 28 </div>
29 </aside> 29 </aside>
30 </div> 30 </div>
31 <? include hero-download-conditional ?> 31 <? include hero-download-conditional ?>
32 </div> 32 </div>
OLDNEW
« no previous file with comments | « no previous file | includes/hero-download-video-url.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld