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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | includes/hero-download-conditional.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/hero-download.html
===================================================================
--- a/includes/hero-download.html
+++ b/includes/hero-download.html
@@ -1,11 +1,11 @@
-<div id="hero-download" class="container">
+<div id="hero-download" class="container content">
<div class="row">
- <header class="column one-half content">
+ <header class="column one-half">
<h1>{{ surf-the-web-heading[heading] <span class="avoid-wrap">SURF THE WEB</span> <span class="avoid-wrap">WITH NO ANNOYING ADS</span> }}</h1>
<ul>
<li>{{ surf-the-web-item-1[list item] Experience a cleaner, faster web and block annoying ads }}</li>
<li>{{ surf-the-web-item-2[list item] Acceptable Ads are allowed by default to support websites <span class="small avoid-wrap">(<a href="acceptable-ads">learn more</a>) <sup>[<a href="#footnote">1</a>]</sup></span> }}</li>
<li>{{ surf-the-web-item-3[list item] Adblock Plus is free and open source <span class="small">(<a href="https://www.gnu.org/licenses/gpl.html">GPLv3+</a>)</span> }}</li>
</ul>
<p id="hero-download-tos">
<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>. }}</small>
@@ -30,9 +30,10 @@
<img class="video-play" src="/img/video-external.png" alt="{{ video-play-alt-text[alt text] Play Video }}">
</a>
<p class="video-disclaimer">
{{ video-disclaimer Click to play this video. Please note that this video is hosted by YouTube. When this video is played, some personal data is transferred to YouTube. For more information, please review YouTube's <a href='https://www.google.com/intl/en/policies/privacy/' target='_blank'>privacy policy</a>. }}
</p>
</div>
</aside>
</div>
+ <? include hero-download-conditional ?>
</div>
« 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