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: Created March 28, 2018, 2:08 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-conditional.tmpl » ('j') | static/css/index.css » ('J')
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">(<a href="acceptable-ads">learn more </a>) [<a href="#footnote">1</a>]</span> }}</li> 7 <li>{{ surf-the-web-item-2[list item] Acceptable Ads are allowed by defa ult to support websites <span class="small">(<a href="acceptable-ads">learn more </a>) [<a href="#footnote">1</a>]</span> }}</li>
8 <li>{{ surf-the-web-item-3[list item] Adblock Plus is free and open sour ce (GPLv3) }}</li> 8 <li>{{ surf-the-web-item-3[list item] Adblock Plus is free and open sour ce (GPLv3) }}</li>
9 </ul> 9 </ul>
10 <p> 10 <p>
11 <small id="hero-download-tos">{{ hero-download-tos[terms of service] By clicking the Agree and Install button below, you agree to our <a href="terms">Te rms of Use</a>. }}</small> 11 <small id="hero-download-tos">{{ hero-download-tos[terms of service] By clicking the Agree and Install button below, you agree to our <a href="terms">Te rms of Use</a>. }}</small>
12 <br> 12 <br>
13 <a 13 <a
(...skipping 13 matching lines...) Expand all
27 <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"> 27 <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 <img class="video-thumbnail" src="/img/video-thumbnail.jpg" alt="{{ vi deo-alt-text[alt text] Introduction to Adblock Plus video thumbnail }}"> 28 <img class="video-thumbnail" src="/img/video-thumbnail.jpg" alt="{{ vi deo-alt-text[alt text] Introduction to Adblock Plus video thumbnail }}">
29 <img class="video-play" src="/img/video-external.png" alt="{{ video-pl ay-alt-text[alt text] Play Video }}"> 29 <img class="video-play" src="/img/video-external.png" alt="{{ video-pl ay-alt-text[alt text] Play Video }}">
30 </a> 30 </a>
31 <p class="video-disclaimer"> 31 <p class="video-disclaimer">
32 {{ 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>. }} 32 {{ 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 </p> 33 </p>
34 </div> 34 </div>
35 </aside> 35 </aside>
36 </div> 36 </div>
37 <? include hero-download-conditional ?>
37 </div> 38 </div>
OLDNEW
« no previous file with comments | « no previous file | includes/hero-download-conditional.tmpl » ('j') | static/css/index.css » ('J')

Powered by Google App Engine
This is Rietveld