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

Side by Side Diff: includes/abb-cross-promotion.tmpl

Issue 29798626: Fixes #91 - Homepage duplicate in Polish for SEM (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created June 4, 2018, 3:06 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 | « includes/abb-cross-promotion.html ('k') | includes/as-mentioned.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <section id="abb-cross-promotion" class="bg-secondary">
2 <div class="container phablet-width content text-center">
3 <h2 class="h1">
4 {{ "Want to block ads and disable tracking on <span class='avoid-wrap'>mob ile devices?</span>" | translate("abb-cross-promotion-heading", "Heading") }}
5 </h2>
6
7 <figure>
8 <img src="/img/abb-logo.png"
9 alt="{{ "Adblock Browser icon against a shield" | translate("abb-ful l-logo-alt", "Alt text") }}"
10 id="abb-logo">
11 <figcaption>
12 <h3>
13 {{ "Adblock Browser App" | translate("abb-cross-promotion-subheading", "Heading") }}
14 </h3>
15 <p>
16 {{ "From the team behind Adblock Plus, the most popular ad blocker for desktop browsers, Adblock Browser is now available for your Android and iOS dev ices." | translate("abb-cross-promotion-description", "Paragraph") }}
17 </p>
18 </figcaption>
19 </figure>
20
21 <div id="abb-app-store-badges" class="row">
22 <a href="https://eyeo.to/adblockbrowser/ios/abp-website"
23 title="{{ "Get Adblock Browser on iOS" | translate("abb-ios-link-title ", "Link title") }}"
24 class="column one-half">
25 <img src="{% if page != "poland" %}/{% endif %}img/apple-app-store-badge .png"
26 srcset="{% if page != "poland" %}/{% endif %}img/apple-app-store-b adge.svg 2x"
27 alt="{{ "Download Adblock Browser on the App Store" | translate("a bb-ios-badge-alt", "Alt text") }}">
28 </a>
29 <a href="https://eyeo.to/adblockbrowser/android/abp-website"
30 title="{{ "Get Adblock Browser on Android" | translate("abb-android-li nk-title", "Link title") }}"
31 class="column one-half">
32 <img src="{% if page != "poland" %}/{% endif %}img/google-play-badge.png "
33 {% if page != "poland" %}srcset="/img/google-play-badge.svg 2x"{% e ndif %}
34 alt="{{ "Download Adblock Browser on Google Play" | translate("abb- android-badge-alt", "Alt text") }}">
35 </a>
36 </div>
37 </div>
38 </section>
OLDNEW
« no previous file with comments | « includes/abb-cross-promotion.html ('k') | includes/as-mentioned.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld