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

Unified Diff: includes/index.tmpl

Issue 29705597: Fixes #7 - Updated benefits section on index page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Moved features and renamed card/card-deck to item/item-group Created Feb. 28, 2018, 7:37 p.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 | « includes/features.html ('k') | static/css/main.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/index.tmpl
===================================================================
--- a/includes/index.tmpl
+++ b/includes/index.tmpl
@@ -138,42 +138,17 @@
{{ "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>." | translate("video-disclaimer") }}
</p>
</div>
<img id="maxthon-instruction" src="/img/maxthon-instruction.png" alt="{{"Activate Adblock Plus in Maxthon"|translate("maxthon-instruction")}}">
<img id="edge-teaser" src="/img/edge_teaser.png" alt="{{"Comming soon image of Adblock Plus for Microsoft Edge"|translate("edge-teaser")}}" />
</div>
-<div id="key-facts">
- <section class="first">
- <div class="sprite" id="facts-open-source"></div>
- <h1>{{"Open Source"|translate("s44")}}</h1>
- <p>
- {{"Adblock Plus is an open source project.\n <a href=\"contribute\">Join us!</a>"|translate("s45")}}
- </p>
- </section>
-
- <section>
- <div class="sprite" id="facts-downloads"></div>
- <h1>{{"Active on <fix>100</fix> million devices"|translate("s46")}}</h1>
- <p>
-{{"<fix>Adblock Plus</fix> is the world’s most popular browser extension."|translate("s47")}}
- </p>
- </section>
-
- <section>
- <div class="sprite" id="facts-privacy"></div>
- <h1>{{"Privacy Guaranteed"|translate("s48")}}</h1>
- <p>
- {{"Adblock Plus will never collect your <a href=\"privacy\">personal data</a>."|translate("privacy-policy-note")}}
- </p>
-
- </section>
-</div>
+<? include features ?>
{% if page == "internet-explorer" %}
<p id="ready-for-windows-notice" class="notice">
{{"Adblock Plus for Internet Explorer is supported by eyeo GmbH on the following editions of Windows 10 – Windows 10 Pro, Windows 10 Education and Windows 10 Enterprise. Adblock Plus for Internet Explorer is supported on the in-market supported servicing branches of Windows 10 including - Current Branch, Current Branch for Business and the following Long-Term Servicing branch: Windows 10."|translate("ready-for-windows-notice")}}
</p>
{% endif %}
<hr>
« no previous file with comments | « includes/features.html ('k') | static/css/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld