| Index: firstRun.html |
| =================================================================== |
| --- a/firstRun.html |
| +++ b/firstRun.html |
| @@ -9,91 +9,173 @@ |
| - |
| - Adblock Plus is distributed in the hope that it will be useful, |
| - but WITHOUT ANY WARRANTY; without even the implied warranty of |
| - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| - GNU General Public License for more details. |
| - |
| - You should have received a copy of the GNU General Public License |
| - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| - --> |
| +--> |
| <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/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> |
| +<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> |
|
Thomas Greiner
2018/02/16 16:19:10
Detail: The "type" property is optional in HTML5 s
|
| + <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> |
| + |
| + <nav id="navbar"> |
| + <div class="navbar-container"> |
| + <a href="https://adblockplus.org/en/" hreflang="en" id="navbar-logo"> |
|
Thomas Greiner
2018/02/16 16:19:08
As done with the Updates page, don't hardcode any
Thomas Greiner
2018/02/16 16:19:09
Unlike on the website itself, we don't know whethe
Thomas Greiner
2018/02/16 16:19:10
All external links should be opened in a new tab.
|
| + <img src="skin/img/navbar-logo.svg"> |
|
Thomas Greiner
2018/02/16 16:19:08
I noticed that the PNG files are still included in
|
| + <span>Adblock <strong>Plus</strong></span> |
| + </a> |
| + <a href="#" id="navbar-menu-toggle"> |
| + <img src="skin/img/menu-toggle.svg"> |
| + </a> |
| + <ul id="navbar-menu"> |
| + <li> |
| + <a href="https://adblockplus.org/en/about" hreflang="en" class="i18n_firstRun_aboutLink"></a> |
| + </li> |
| - <header> |
| - <img id="logo"> |
| - <h1 id="title-main" class="i18n_firstRun_title"></h1> |
| - </header> |
| + <li> |
| + <a href="https://adblockplus.org/en/features" hreflang="en" class="i18n_firstRun_featuresLink"></a> |
| + </li> |
| - <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlistsReinitializedWarning warning" hidden="true"></section> |
| + <li> |
| + <a href="https://adblockplus.org/en/bugs" hreflang="en" class="i18n_firstRun_reportAnIssueLink"></a> |
| + </li> |
| - <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> |
| - |
| - <div class="block"> |
| - <a id="donate" class="i18n_firstRun_donate" target="_blank"></a> |
| - <span id="donate-label" class="i18n_firstRun_donate_label"></span> |
| - </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?"> |
| + <li> |
| + <a href="https://adblockplus.org/en/contribute" hreflang="en" class="i18n_firstRun_contributeLink"></a> |
| + </li> |
| + </ul> |
| + </div> |
| + </nav> |
| + |
| + <main> |
| + <header id="installation-status-header"> |
| + <img src="skin/icons/first-run/icon-checkmark-header.svg" alt="checkmark icon"> |
|
Thomas Greiner
2018/02/16 16:19:09
Detail: As mentioned in the Updates page review, w
|
| + <h1 class="i18n_firstRun_title"></h1> |
| + <p class="i18n_firstRun_subtitle"></p> |
| + </header> |
| + |
| + <div id="content" class="container content"> |
|
Thomas Greiner
2018/02/16 16:19:09
There are now two elements on this page with the I
|
| + |
| + <div id="content" class="row ta-centre"> |
| + |
| + <section class="column one-third"> |
| + <header class="section-header"> |
| + <img src="skin/icons/first-run/icon-checkmark.svg" alt="checkmark icon"> |
| + <h2 class="i18n_firstRun_columnOneTitle"></h2> |
| + </header> |
| + <p id="first-column-description" class="i18n_firstRun_controlDescription column-description"></p> |
|
Thomas Greiner
2018/02/16 16:19:08
Detail: There are still element IDs which mention
|
| + <a id="options-trigger" class="i18n_firstRun_configure-button button-primary" href="#"></a> |
| + </section> |
| + |
| + <section class="column one-third"> |
| + <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_browserAppDescription column-description"></p> |
| + <div class="store-buttons"> |
| + <a href="" class="store-button applestore-button"> |
|
Thomas Greiner
2018/02/16 16:19:11
Please add the missing links to the mobile stores.
|
| + <img src="skin/icons/first-run/appstore-bg.svg" alt="apple store button"> |
|
Thomas Greiner
2018/02/16 16:19:10
Let's reuse the app store badge SVGs we added for
|
| </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 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"> |
| + <header class="section-header"> |
| + <img src="skin/icons/first-run/icon-lock.svg" alt="padlock icon"> |
| + <h2 class="i18n_firstRun_columnThreeTitle"></h2> |
| + </header> |
| + <p id="third-column-description" class="i18n_firstRun_fairUseDescription column-description"></p> |
| + </section> |
| + </div> |
| + </div> |
| + </main> |
| + |
| + <footer id="footer" class="content"> |
| + <div class="container"> |
| + <div class="row"> |
| + <nav class="column one-fourth"> |
| + <h5 class="i18n_firstRun_footerResourcesHeader"></h5> |
| + <ul> |
| + <li><a href="https://adblockplus.org/en/acceptable-ads" class="i18n_firstRun_footerAcceptableAdsLink" hreflang="en"></a></li> |
| + <li><a href="https://adblockplus.org/en/documentation" class="i18n_firstRun_footerDocumentationLink" hreflang="en"></a></li> |
| + <li><a href="https://adblockplus.org/en/deployments" class="i18n_firstRun_footerForAdminsLink" hreflang="en"></a></li> |
| + </ul> |
| + </nav> |
| + <nav class="column one-fourth"> |
| + <h5 class="i18n_firstRun_footerCommunityHeader"></h5> |
| + <ul> |
| + <li><a href="https://adblockplus.org/releases/" class="i18n_firstRun_footerAnnouncementsLink" hreflang="en"></a></li> |
| + <li><a href="https://adblockplus.org/blog/" class="i18n_firstRun_footerBlogLink" hreflang="en"></a></li> |
| + <li><a href="https://adblockplus.org/forum/" class="i18n_firstRun_footerForumLink" hreflang="en"></a></li> |
| + <li><a href="https://adblockplus.org/en/development-builds" class="i18n_firstRun_footerDevelopmentBuildsLink" hreflang="en"></a></li> |
| + </ul> |
| + </nav> |
| + <nav class="column one-fourth"> |
| + <h5 class="i18n_firstRun_footerDevelopmentHeader"></h5> |
| + <ul> |
| + <li><a href="https://adblockplus.org/en/source" class="i18n_firstRun_footerSourceCodeLink" hreflang="en"></a></li> |
| + <li><a href="https://issues.adblockplus.org/report/13" class="i18n_firstRun_footerRoadmapLink" hreflang="en"></a></li> |
| + <li><a href="https://adblockplus.org/en/tools" class="i18n_firstRun_footerToolsLink" hreflang="en"></a></li> |
| + <li><a href="https://eyeo.com/jobs/" class="i18n_firstRun_footerJobsLink" hreflang="en"></a></li> |
| + </ul> |
| + </nav> |
| + <nav id="social-list" class="column one-fourth"> |
| + <h5 class="i18n_firstRun_footerFollowUsHeader"></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" class="i18n_firstRun_footerCopyright"></p> |
| + <ul id="legal-list"> |
| + <li><a href="https://adblockplus.org/en/terms" class="i18n_firstRun_footerTermsOfUseLink" hreflang="en"></a></li> |
| + <li><a href="https://adblockplus.org/en/privacy" class="i18n_firstRun_footerPrivacyPolicyLink" hreflang="en"></a></li> |
| + <li><a href="https://adblockplus.org/en/impressum" class="i18n_firstRun_footerLegalNoticeLink" hreflang="en"></a></li> |
| + </ul> |
| + </div> |
| + </div> |
| + </footer> |
| + |
| +</body> |
| - <!-- 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> |
| - |
| - </div> |
| - |
| - <footer> |
| - <a id="contributors" class="i18n_firstRun_contributor_credits"></a> |
| - </footer> |
| - </body> |
| </html> |