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

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

Issue 29723566: Fixes #37 - Refactor cross-promotion.tmpl and abb-notification.json (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Rebase Created March 21, 2018, 9:02 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/cross-promotion.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 {{ abb-cross-promotion-heading[Heading] Want to block ads and disable trac king on <span class='avoid-wrap'>mobile devices?</span> }}
5 </h2>
6
7 <figure>
8 <img src="/img/abb-logo.png"
9 alt="{{ abb-full-logo-alt[Alt text] Adblock Browser icon against a sh ield }}"
10 id="abb-logo">
11 <figcaption>
12 <h3>
13 {{ abb-cross-promotion-subheading[Heading] Adblock Browser App }}
14 </h3>
15 <p>
16 {{ abb-cross-promotion-description[Paragraph] From the team behind Adb lock Plus, the most popular ad blocker for desktop browsers, Adblock Browser is now available for your Android and iOS devices. }}
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="{{ abb-ios-link-title[Link title] Get Adblock Browser on iOS }}"
24 class="column one-half">
25 <img src="/img/apple-app-store-badge.png"
26 srcset="/img/apple-app-store-badge.svg 2x"
27 alt="{{ abb-ios-badge-alt[Alt text] Download Adblock Browser on the App Store }}">
28 </a>
29 <a href="https://eyeo.to/adblockbrowser/android/abp-website"
30 title="{{ abb-android-link-title[Link title] Get Adblock Browser on And roid }}"
31 class="column one-half">
32 <img src="/img/google-play-badge.png"
33 srcset="/img/google-play-badge.svg 2x"
34 alt="{{ abb-android-badge-alt[Alt text] Download Adblock Browser on Google Play }}">
35 </a>
36 </div>
37 </div>
38 </section>
OLDNEW
« no previous file with comments | « no previous file | includes/cross-promotion.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld