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

Unified Diff: firstRun.html

Issue 29565721: No Issue - Implemented first run page Base URL: https://hg.adblockplus.org/adblockplusui/
Patch Set: Included Header / Footer, addressed previous feedback Created Oct. 17, 2017, 2:06 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 | firstRun.js » ('j') | skin/firstRun.css » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firstRun.html
===================================================================
--- a/firstRun.html
+++ b/firstRun.html
@@ -17,83 +17,293 @@
-->
<html>
<head>
<title class="i18n_firstRun_title"></title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link type="text/css" href="skin/common.css" rel="stylesheet" />
+ <link type="text/css" href="skin/defaults.css" rel="stylesheet" />
<link type="text/css" href="skin/firstRun.css" rel="stylesheet"/>
<script type="text/javascript" src="polyfill.js"></script>
<script type="text/javascript" src="ext/common.js"></script>
<script type="text/javascript" src="ext/content.js"></script>
<script type="text/javascript" src="common.js"></script>
<script type="text/javascript" src="i18n.js"></script>
<script type="text/javascript" src="firstRun.js"></script>
</head>
+
<body>
-
-
- <header>
- <img id="logo">
- <h1 id="title-main" class="i18n_firstRun_title"></h1>
- </header>
-
- <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlistsReinitializedWarning warning" hidden="true"></section>
-
- <div id="content">
- <section id="general">
- <div id="acceptable-ads-block" class="block">
- <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2>
- <p id="acceptable-ads-explanation" class="i18n_firstRun_acceptableAdsExplanation"></p>
- </div>
- <div id="abb-promotion-block" class="block">
- <h2 class="i18n_firstRun_abbPromotionHeadline"></h2>
- <a href="https://adblockbrowser.org/?ref=frp">
- <div>
- <img src="skin/abb-logo.png" alt="Adblock Browser logo" />
- </div>
- <div>
- <div class="i18n_firstRun_abbButtonTitle title"></div>
- <div class="i18n_firstRun_abbButtonSubtitle subtitle"></div>
- </div>
- </a>
- </div>
- </section>
-
-
- <section id="share">
- <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2>
+
+ <nav id="navbar">
+ <div class="navbar-container">
+ <a href="/en/" hreflang="en" id="navbar-logo">
+ <img src="skin/img/navbar-logo.png" srcset="skin/img/navbar-logo.svg 2x">
+ <span>Adblock <strong>Plus</strong></span>
+ </a>
+ <a href="#" id="navbar-menu-toggle">
+ <img src="skin/img/menu-toggle.png" srcset="skin/img/menu-toggle.svg 2x">
+ </a>
+ <ul id="navbar-menu">
+
+ <li>
+ <a href="/en/about" hreflang="en">About</a>
juliandoucette 2017/10/18 10:42:35 Missing translations (the same applies elsewhere)
+ </li>
+
+ <li>
+ <a href="/en/features" hreflang="en">Features</a>
+ </li>
+
+ <li>
+ <a href="/en/bugs" hreflang="en">Report an issue</a>
+ </li>
+
+ <li>
+ <a href="/en/contribute" hreflang="en">Contribute</a>
+ </li>
+
+ <li id="navbar-locale-menubar">
+ <a href="#" id="navbar-locale-selected">
juliandoucette 2017/10/18 10:42:35 This dropdown is not working.
+ English (US)
+ </a>
+ <ul id="navbar-locale-menu">
+
+ <li>
+ <a href="/ar/firefox" hreflang="ar">
juliandoucette 2017/10/18 10:42:34 Wrong href (the same applies elsewhere)
+ العربية (AR)
+ </a>
+ </li>
+
+ <li>
+ <a href="/bg/firefox" hreflang="bg">
+ Български (BG)
+ </a>
+ </li>
+
+ <li>
+ <a href="/de/firefox" hreflang="de">
+ Deutsch (DE)
+ </a>
+ </li>
+
+ <li>
+ <a href="/en/firefox" hreflang="en">
+ English (US)
+ </a>
+ </li>
+
+ <li>
+ <a href="/es/firefox" hreflang="es">
+ Español (España) (LA)
+ </a>
+ </li>
+
+ <li>
+ <a href="/fr/firefox" hreflang="fr">
+ Français (FR)
+ </a>
+ </li>
+
+ <li>
+ <a href="/he/firefox" hreflang="he">
+ עברית (IL)
+ </a>
+ </li>
+
+ <li>
+ <a href="/hu/firefox" hreflang="hu">
+ Magyar (HU)
+ </a>
+ </li>
+
+ <li>
+ <a href="/ko/firefox" hreflang="ko">
+ 한국어 (KR)
+ </a>
+ </li>
+
+ <li>
+ <a href="/lt/firefox" hreflang="lt">
+ Lietuvių (LT)
+ </a>
+ </li>
+
+ <li>
+ <a href="/nl/firefox" hreflang="nl">
+ Nederlands (NL)
+ </a>
+ </li>
+
+ <li>
+ <a href="/pt_BR/firefox" hreflang="pt_BR">
+ Português (Brasil) (BR)
+ </a>
+ </li>
+
+ <li>
+ <a href="/ru/firefox" hreflang="ru">
+ Русский (RU)
+ </a>
+ </li>
+
+ <li>
+ <a href="/sk/firefox" hreflang="sk">
+ Slovenčina (SK)
+ </a>
+ </li>
+
+ <li>
+ <a href="/zh_CN/firefox" hreflang="zh_CN">
+ 中文(简体) (CN)
+ </a>
+ </li>
+
+ <li>
+ <a href="/zh_TW/firefox" hreflang="zh_TW">
+ 中文(台灣) (TW)
+ </a>
+ </li>
+
+ </ul>
+ </li>
+ </ul>
+ </div>
+ </nav>
- <div class="block">
- <a id="donate" class="i18n_firstRun_donate" target="_blank"></a>
- <span id="donate-label" class="i18n_firstRun_donate_label"></span>
+ <main>
+ <header class="installation-status-header">
juliandoucette 2017/10/18 10:42:34 NIT: This class is too specific and not re-used. I
+ <img src="skin/icons/first-run/icon-checkmark-header.svg" alt="checkmark icon">
+ <h1 class="i18n_firstRun_title"></h1>
+ <p class="i18n_firstRun_subtitle"></p>
+ </header>
+
+ <div class="container content">
+
+ <div class="row">
+
+ <section class="column one-third column-centered-content">
+ <header class="section-header">
+ <img src="skin/icons/first-run/icon-checkmark.svg" alt="checkmark icon">
+ <h2 class="i18n_firstRun_columnOneTitle"></h2>
+ </header>
+ <p class="i18n_firstRun_columnOneDescription column-description"></p>
+ <a id="options-trigger" class="i18n_firstRun_configure-button button-primary" href="#"></a>
+ </section>
+
+ <section class="column one-third column-centered-content">
+ <header class="section-header">
+ <img src="skin/icons/first-run/icon-rocket.svg" alt="rocket icon">
+ <h2 class="i18n_firstRun_columnTwoTitle"></h2>
+ </header>
+ <p class="i18n_firstRun_columnTwoDescription column-description"></p>
+ <div class="store-buttons">
+ <a href="" class="store-button applestore-button">
+ <img src="skin/icons/first-run/appstore-bg.svg" alt="apple store button">
+ </a>
+ <a href="" class="store-button googleplay-button">
+ <img src="skin/icons/first-run/googleplay-bg.svg" alt="google play store button">
+ </a>
+ </div>
+ </section>
+
+ <section class="column one-third column-centered-content">
+ <header class="section-header">
+ <img src="skin/icons/first-run/icon-lock.svg" alt="padlock icon">
+ <h2 class="i18n_firstRun_columnThreeTitle"></h2>
+ </header>
+ <p class="i18n_firstRun_columnThreeDescription column-description"></p>
+ </section>
+
</div>
-
- <div class="block">
- <div id="share-general" class="share-buttons">
- <a id="share-facebook" href="https://www.facebook.com/adblockplus" target="_blank" data-script="https://facebook.com/plugins/like.php?">
- </a>
- <a id="share-twitter" href="https://twitter.com/adblockplus" target="_blank" data-script="https://platform.twitter.com/widgets/">
- </a>
- <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target="_blank" data-script="https://apis.google.com/se/0/_/+1/fastbutton?">
- </a>
- </div>
+
+ </div>
+ </main>
- <!-- Chinese social networks -->
- <div id="share-chinese" class="share-buttons">
- <a id="share-renren" href="http://www.renren.com/601651969" target="_blank">
- </a>
- <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_blank">
- </a>
- </div>
- <span class="i18n_firstRun_share"></span>
- </div>
- </section>
+ <footer id="footer" class="content">
+ <div class="container">
+ <div class="row">
+ <nav class="column one-fourth">
+ <h5>Resources</h5>
+ <ul>
+
+ <li><a href="/en/acceptable-ads" hreflang="en">Acceptable Ads</a></li>
juliandoucette 2017/10/18 10:42:34 href should have https://adblockplus.org/... (the
+
+ <li><a href="/en/documentation" hreflang="en">Documentation</a></li>
+
+ <li><a href="/en/deployments" hreflang="en">For admins</a></li>
+
+ </ul>
+ </nav>
+ <nav class="column one-fourth">
+ <h5>Community</h5>
+ <ul>
+ <li><a href="/releases/" hreflang="en">Announcements</a></li>
+ <li><a href="/blog/" hreflang="en">Blog</a></li>
+ <li><a href="/forum/" hreflang="en">Forum</a></li>
+
+
+ <li><a href="/en/development-builds" hreflang="en">Development builds</a></li>
+
+
+ </ul>
+ </nav>
+ <nav class="column one-fourth">
+ <h5>Development</h5>
+ <ul>
+
+
+ <li><a href="/en/source" hreflang="en">Source Code</a></li>
+
+
+ <li><a href="https://issues.adblockplus.org/report/13" hreflang="en">Roadmap</a></li>
+
+
+ <li><a href="/en/tools" hreflang="en">Tools</a></li>
+
+
+ <li><a href="https://eyeo.com/jobs/" hreflang="en">Jobs</a></li>
+ </ul>
+ </nav>
+ <nav id="social-list" class="column one-fourth">
+ <h5>Follow Us On</h5>
+ <ul>
+ <li>
+ <a href="https://twitter.com/AdblockPlus" target="_blank">
+ <img src="skin/img/footer-twitter-glyphicon.png" alt="Twitter">
+ </a>
+ </li>
+ <li>
+ <a href="https://www.youtube.com/user/AdblockPlusOfficial" target="_blank">
+ <img src="skin/img/footer-youtube-glyphicon.png">
+ </a>
+ </li>
+ <li>
+ <a href="https://www.facebook.com/adblockplus" target="_blank">
+ <img src="skin/img/footer-facebook-glyphicon.png">
+ </a>
+ </li>
+ <li>
+ <a href="https://www.instagram.com/adblockplus/" target="_blank">
+ <img src="skin/img/footer-instagram-glyphicon.png">
+ </a>
+ </li>
+ </ul>
+ </nav>
+ </div>
+ <div id="footer-legal">
+ <p id="copyright-notice">Copyright © 2017 All rights reserved. Adblock Plus<sup>®</sup> is a registered trademark of <a href="https://eyeo.com">eyeo GmbH</a>.</p>
+ <ul id="legal-list">
+
+ <li><a href="/en/terms" hreflang="en">Terms of use</a></li>
+
+ <li><a href="/en/privacy" hreflang="en">Privacy policy</a></li>
+
+ <li><a href="/en/impressum" hreflang="en">Legal notice</a></li>
+
+ </ul>
+ </div>
+ </div>
+ </footer>
- </div>
+ </body>
- <footer>
- <a id="contributors" class="i18n_firstRun_contributor_credits"></a>
- </footer>
- </body>
</html>
« no previous file with comments | « no previous file | firstRun.js » ('j') | skin/firstRun.css » ('J')

Powered by Google App Engine
This is Rietveld