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

Unified Diff: includes/abb-notification.tmpl

Issue 29690912: Fixes #9 - Update cross-promotional section (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Feb. 6, 2018, 4:24 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 | « no previous file | includes/index.tmpl » ('j') | static/css/index.css » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/abb-notification.tmpl
===================================================================
--- a/includes/abb-notification.tmpl
+++ b/includes/abb-notification.tmpl
@@ -1,7 +1,26 @@
-<div id="adblock-browser-notification" class="notice">
juliandoucette 2018/02/20 09:23:33 NIT/Suggest: "notification" has new meaning now th
ire 2018/02/20 11:16:47 I agree that notification is not ideal and I would
juliandoucette 2018/03/01 09:53:33 You can change the include file name, ids, and cla
ire 2018/03/01 14:04:37 In that case I would prefer to not have inconsiste
- {{get_string("abb_notification", "abb-notification")}}
- <span>
- <img src="/img/abb-logo.png" alt="{{get_string("abb_logo_alt", "abb-notification")}}" />
- <a href="https://adblockbrowser.org">{{get_string("abb_notification_link", "abb-notification")}}</a>
- </span>
-</div>
+<section id="abb-notification" class="section">
juliandoucette 2018/02/20 09:23:33 NIT/Suggest: This include only appears on one page
ire 2018/02/20 11:16:47 I'm a bit unsure about this. Since this only appea
juliandoucette 2018/02/20 14:06:17 Acknowledged.
ire 2018/02/21 08:53:16 Ack. If it is the case that this will change acros
juliandoucette 2018/02/26 13:11:26 Agreed
+ <div class="container phablet-width content text-center">
+ <h2 class="h1">{{ get_string("abb_notification", "abb-notification") }}</h2>
+
+ <figure>
+ <img src="/img/abb-logo.png" alt="{{ get_string("abb_logo_alt", "abb-notification") }}" class="abb-logo">
+ <figcaption>
+ <h3>
+ <a href="https://eyeo.to/adblockbrowser/abp-website">
juliandoucette 2018/02/20 09:23:33 NIT: I suspect Jeen would like this to open in a n
juliandoucette 2018/02/20 09:23:33 NIT/Detail: This link doesn't make any sense to me
ire 2018/02/20 11:16:47 Would you like to bring this up with Jeen? As this
ire 2018/02/20 11:16:47 If we do this, wouldn't we have to have all the us
juliandoucette 2018/02/20 14:06:17 Yes, an external link icon; I think :/ (Obviously
juliandoucette 2018/02/20 14:06:18 Acknowledged. I'll ask her.
+ {{ get_string("abb_notification_link", "abb-notification") }}
+ </a>
+ </h3>
+ <p>{{ get_string("abb_notification_description", "abb-notification") }}</p>
+ </figcaption>
+ </figure>
+
+ <div id="abb-app-store-badges" class="row">
+ <a href="https://eyeo.to/adblockbrowser/ios/abp-website" title="{{ get_string("abb_ios_link_title", "abb-notification") }}" class="column one-half">
+ <img src="/img/apple-app-store-badge.png" srcset="/img/apple-app-store-badge.svg 2x" alt="{{ get_string("abb_ios_badge_alt", "abb-notification") }}">
+ </a>
+ <a href="https://eyeo.to/adblockbrowser/android/abp-website" title="{{ get_string("abb_android_link_title", "abb-notification") }}" class="column one-half">
+ <img src="/img/google-play-badge.png" srcset="/img/google-play-badge.svg 2x" alt="{{ get_string("abb_android_badge_alt", "abb-notification") }}">
+ </a>
+ </div>
+ </div>
+</section>
« no previous file with comments | « no previous file | includes/index.tmpl » ('j') | static/css/index.css » ('J')

Powered by Google App Engine
This is Rietveld