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

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

Issue 29735569: Fixes #19 - Define how conditional text should be displayed on the index page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Separate conditional blocks Created April 5, 2018, 7:23 a.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-conditional.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"> 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
28 <a class="video-link" target="_blank" href="https://www.youtube-nocookie .com/embed/pVYtzF5SemU?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"> 28 <a class="video-link" target="_blank" href="https://www.youtube-nocookie .com/embed/pVYtzF5SemU?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">
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>
OLDNEW
« no previous file with comments | « no previous file | includes/hero-download-conditional.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld