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

Side by Side Diff: firstRun.html

Issue 29349840: Issue 4294 - Removed feature section from first-run page (Closed)
Patch Set: Created Aug. 16, 2016, 9:59 a.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 | firstRun.js » ('j') | locale/en-US/firstRun.json » ('J')
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-2016 Eyeo GmbH 4 - Copyright (C) 2006-2016 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 <div id="share-chinese" class="share-buttons"> 83 <div id="share-chinese" class="share-buttons">
84 <a id="share-renren" href="http://www.renren.com/601651969" target=" _blank"> 84 <a id="share-renren" href="http://www.renren.com/601651969" target=" _blank">
85 </a> 85 </a>
86 <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_ blank"> 86 <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_ blank">
87 </a> 87 </a>
88 </div> 88 </div>
89 <span class="i18n_firstRun_share"></span> 89 <span class="i18n_firstRun_share"></span>
90 </div> 90 </div>
91 </section> 91 </section>
92 92
93
94 <section id="can-do-more">
95 <h2 class="i18n_firstRun_features"></h2>
96
97 <div id="can-do-more-content">
98 <ul id="features">
99 <li id="feature-malware" class="feature">
100 <div class="feature-image feature-malware-image"></div>
101 <div class="feature-description">
102 <div class="feature-description-textblock">
103 <h3 class="i18n_firstRun_feature_malware feature-title"></h3>
104 <span class="i18n_firstRun_feature_malware_description"></span >
105 </div>
106 <div id="toggle-malware" class="toggle">
107 <div class="i18n_firstRun_toggle_on toggle-on"></div>
108 <div class="toggle-blob"></div>
109 <div class="i18n_firstRun_toggle_off toggle-off"></div>
110 </div>
111 </div>
112
113 </li>
114 <li id="feature-social" class="feature">
115 <div class="feature-image feature-social-image"></div>
saroyanm 2016/08/16 12:00:11 What about feature images themselves ? I think th
Thomas Greiner 2016/08/16 13:12:00 I mentioned this in the review description. Admitt
saroyanm 2016/08/16 13:20:32 OOps sorry, missed that.
116 <div class="feature-description">
117 <div class="feature-description-textblock">
118 <h3 class="i18n_firstRun_feature_social feature-title"></h3>
119 <span class="i18n_firstRun_feature_social_description"></span>
120 </div>
121 <div id="toggle-social" class="toggle">
122 <div class="i18n_firstRun_toggle_on toggle-on"></div>
123 <div class="toggle-blob"></div>
124 <div class="i18n_firstRun_toggle_off toggle-off"></div>
125 </div>
126 </div>
127 </li>
128
129 <li id="feature-tracking" class="feature">
130 <div class="feature-image feature-tracking-image"></div>
131 <div class="feature-description">
132 <div class="feature-description-textblock">
133 <h3 class="i18n_firstRun_feature_tracking feature-title"></h 3>
134 <span class="i18n_firstRun_feature_tracking_description"></s pan>
135 </div>
136 <div id="toggle-tracking" class="toggle">
137 <div class="i18n_firstRun_toggle_on toggle-on"></div>
138 <div class="toggle-blob"></div>
139 <div class="i18n_firstRun_toggle_off toggle-off"></div>
140 </div>
141 </div>
142 </li>
143
144 </ul>
145
146 </div>
147 </section>
148 </div> 93 </div>
149 94
150 <footer> 95 <footer>
151 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> 96 <a id="contributors" class="i18n_firstRun_contributor_credits"></a>
152 </footer> 97 </footer>
153 </body> 98 </body>
154 </html> 99 </html>
OLDNEW
« no previous file with comments | « no previous file | firstRun.js » ('j') | locale/en-US/firstRun.json » ('J')

Powered by Google App Engine
This is Rietveld