| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 <div id="adblock-browser-notification" class="notice"> | 1 <section id="abb-notification" class="section bg-secondary"> |
|
juliandoucette
2018/02/28 19:48:21
NIT: This isn't really a "notification" anymore IM
ire
2018/03/01 09:11:10
You already brought this up here - https://coderev
juliandoucette
2018/03/01 09:53:33
Yes, thank you. I'll respond there.
| |
| 2 {{get_string("abb_notification", "abb-notification")}} | 2 <div class="container phablet-width content text-center"> |
| 3 <span> | 3 <h2 class="h1">{{ get_string("abb_notification", "abb-notification") }}</h2> |
| 4 <img src="/img/abb-logo.png" alt="{{get_string("abb_logo_alt", "abb-notifica tion")}}" /> | 4 |
| 5 <a href="https://adblockbrowser.org">{{get_string("abb_notification_link", " abb-notification")}}</a> | 5 <figure> |
| 6 </span> | 6 <img src="/img/abb-logo.png" alt="{{ get_string("abb_logo_alt", "abb-notif ication") }}" id="abb-logo"> |
| 7 </div> | 7 <figcaption> |
| 8 <h3>{{ get_string("abb_notification_link", "abb-notification") }}</h3> | |
| 9 <p>{{ get_string("abb_notification_description", "abb-notification") }}< /p> | |
| 10 </figcaption> | |
| 11 </figure> | |
| 12 | |
| 13 <div id="abb-app-store-badges" class="row"> | |
| 14 <a href="https://eyeo.to/adblockbrowser/ios/abp-website" title="{{ get_str ing("abb_ios_link_title", "abb-notification") }}" class="column one-half"> | |
| 15 <img src="/img/apple-app-store-badge.png" srcset="/img/apple-app-store-b adge.svg 2x" alt="{{ get_string("abb_ios_badge_alt", "abb-notification") }}"> | |
| 16 </a> | |
| 17 <a href="https://eyeo.to/adblockbrowser/android/abp-website" title="{{ get _string("abb_android_link_title", "abb-notification") }}" class="column one-half "> | |
| 18 <img src="/img/google-play-badge.png" srcset="/img/google-play-badge.svg 2x" alt="{{ get_string("abb_android_badge_alt", "abb-notification") }}"> | |
| 19 </a> | |
| 20 </div> | |
| 21 </div> | |
| 22 </section> | |
| OLD | NEW |