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

Side by Side Diff: firstRun.html

Issue 29329048: Issue 1292 - Optimized first-run page share section for smaller screens (Closed)
Patch Set: Created Dec. 3, 2015, 3:10 p.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 | skin/firstRun.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <https://adblockplus.org/>, 3 - This file is part of Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-2015 Eyeo GmbH 4 - Copyright (C) 2006-2015 Eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 25 matching lines...) Expand all
36 <img id="logo"> 36 <img id="logo">
37 <h1 id="title-main" class="i18n_firstRun_title"></h1> 37 <h1 id="title-main" class="i18n_firstRun_title"></h1>
38 </header> 38 </header>
39 39
40 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning w arning" hidden="true"></section> 40 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning w arning" hidden="true"></section>
41 <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlis tsReinitializedWarning warning" hidden="true"></section> 41 <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlis tsReinitializedWarning warning" hidden="true"></section>
42 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni ng warning" hidden="true"></section> 42 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni ng warning" hidden="true"></section>
43 43
44 <div id="content"> 44 <div id="content">
45 <section id="general"> 45 <section id="general">
46 <div id="acceptable-ads-block"> 46 <div id="acceptable-ads-block" class="block">
47 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> 47 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2>
48 <p id="acceptable-ads-explanation" class="i18n_firstRun_acceptableAdsE xplanation"></p> 48 <p id="acceptable-ads-explanation" class="i18n_firstRun_acceptableAdsE xplanation"></p>
49 </div> 49 </div>
50 <div id="abb-promotion-block"> 50 <div id="abb-promotion-block" class="block">
51 <h2 class="i18n_firstRun_abbPromotionHeadline"></h2> 51 <h2 class="i18n_firstRun_abbPromotionHeadline"></h2>
52 <a href="https://adblockbrowser.org/?ref=frp"> 52 <a href="https://adblockbrowser.org/?ref=frp">
53 <div> 53 <div>
54 <img src="skin/abb-logo.png" alt="Adblock Browser logo" /> 54 <img src="skin/abb-logo.png" alt="Adblock Browser logo" />
55 </div> 55 </div>
56 <div> 56 <div>
57 <div class="i18n_firstRun_abbButtonTitle title"></div> 57 <div class="i18n_firstRun_abbButtonTitle title"></div>
58 <div class="i18n_firstRun_abbButtonSubtitle subtitle"></div> 58 <div class="i18n_firstRun_abbButtonSubtitle subtitle"></div>
59 </div> 59 </div>
60 </a> 60 </a>
61 </div> 61 </div>
62 </section> 62 </section>
63 63
64 64
65 <section id="share"> 65 <section id="share">
66 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2> 66 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2>
67 67
68 <div id="donate-block"> 68 <div class="block">
69 <a id="donate" class="i18n_firstRun_donate" target="_blank"></a> 69 <a id="donate" class="i18n_firstRun_donate" target="_blank"></a>
70 <span id="donate-label" class="i18n_firstRun_donate_label"></span> 70 <span id="donate-label" class="i18n_firstRun_donate_label"></span>
71 </div> 71 </div>
72 72
73 <div id="share-block"> 73 <div class="block">
74 <div id="share-general" class="share-buttons"> 74 <div id="share-general" class="share-buttons">
75 <a id="share-facebook" href="https://www.facebook.com/adblockplus" t arget="_blank" data-script="https://facebook.com/plugins/like.php?"> 75 <a id="share-facebook" href="https://www.facebook.com/adblockplus" t arget="_blank" data-script="https://facebook.com/plugins/like.php?">
76 </a> 76 </a>
77 <a id="share-twitter" href="https://twitter.com/adblockplus" target= "_blank" data-script="https://platform.twitter.com/widgets/"> 77 <a id="share-twitter" href="https://twitter.com/adblockplus" target= "_blank" data-script="https://platform.twitter.com/widgets/">
78 </a> 78 </a>
79 <a id="share-gplus" href="https://www.google.com/+AdblockPlus" targe t="_blank" data-script="https://apis.google.com/se/0/_/+1/fastbutton?"> 79 <a id="share-gplus" href="https://www.google.com/+AdblockPlus" targe t="_blank" data-script="https://apis.google.com/se/0/_/+1/fastbutton?">
80 </a> 80 </a>
81 </div> 81 </div>
82 82
83 <!-- Chinese social networks --> 83 <!-- Chinese social networks -->
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 146
147 </div> 147 </div>
148 </section> 148 </section>
149 </div> 149 </div>
150 150
151 <footer> 151 <footer>
152 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> 152 <a id="contributors" class="i18n_firstRun_contributor_credits"></a>
153 </footer> 153 </footer>
154 </body> 154 </body>
155 </html> 155 </html>
OLDNEW
« no previous file with comments | « no previous file | skin/firstRun.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld