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

Delta Between Two Patch Sets: templates/default.tmpl

Issue 29558641: Issue 5740 - Implemented new abp.org footer styles (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Left Patch Set: Rebased on header Created Oct. 11, 2017, 12:14 p.m.
Right Patch Set: Addressed comments Created Oct. 11, 2017, 1:11 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « static/js/main.js ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 {# 1 {#
2 # This file is part of the Adblock Plus website, 2 # This file is part of the Adblock Plus website,
3 # Copyright (C) 2006-present eyeo GmbH 3 # Copyright (C) 2006-present eyeo GmbH
4 # 4 #
5 # Adblock Plus is free software: you can redistribute it and/or modify 5 # Adblock Plus is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License version 3 as 6 # it under the terms of the GNU General Public License version 3 as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
8 # 8 #
9 # Adblock Plus is distributed in the hope that it will be useful, 9 # Adblock Plus is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 {{toc(toclist)}} 148 {{toc(toclist)}}
149 </div> 149 </div>
150 {% endif %} 150 {% endif %}
151 {% endif %} 151 {% endif %}
152 152
153 {% block body %} 153 {% block body %}
154 {{body|safe}} 154 {{body|safe}}
155 {% endblock %} 155 {% endblock %}
156 </div> 156 </div>
157 157
158 <footer id="site-footer" class="content"> 158 <footer id="footer" class="content">
juliandoucette 2017/10/11 13:12:08 Note: I'm going to change this to just "footer" fo
ire 2017/10/11 16:28:32 Acknowledged.
159 <div class="container"> 159 <div class="container">
160 <div class="row"> 160 <div class="row">
161 <nav class="column one-fourth"> 161 <nav class="column one-fourth">
162 <h5>{{ get_string("resources", "menu") }}</h5> 162 <h5>{{ get_string("resources", "menu") }}</h5>
163 <ul> 163 <ul>
164 {% for name in ["acceptable-ads", "documentation", "deployments"] %} 164 {% for pagename in ["acceptable-ads", "documentation", "deployment s"] %}
165 {{ pageitem(name) }} 165 <li>{{ pagename | linkify }}{{ get_string(pagename, "menu") }}</ a></li>
juliandoucette 2017/10/11 13:12:09 Note: I'm going to refactor away pageitem so that
ire 2017/10/11 16:28:31 Acknowledged.
166 {% endfor %} 166 {% endfor %}
167 </ul> 167 </ul>
168 </nav> 168 </nav>
169 <nav class="column one-fourth"> 169 <nav class="column one-fourth">
170 <h5>{{ get_string("community", "menu") }}</h5> 170 <h5>{{ get_string("community", "menu") }}</h5>
171 <ul> 171 <ul>
172 <li><a href="/releases/" hreflang="en">{{get_string("releases", "m enu")}}</a></li> 172 <li><a href="/releases/" hreflang="en">{{get_string("releases", "m enu")}}</a></li>
173 <li><a href="/blog/" hreflang="en">{{get_string("blog", "menu")}}< /a></li> 173 <li><a href="/blog/" hreflang="en">{{get_string("blog", "menu")}}< /a></li>
174 <li><a href="/forum/" hreflang="en">{{get_string("forum", "menu")} }</a></li> 174 <li><a href="/forum/" hreflang="en">{{get_string("forum", "menu")} }</a></li>
175 {{ pageitem("development-builds") }} 175 {{ pageitem("development-builds") }}
176 </ul> 176 </ul>
177 </nav> 177 </nav>
178 <nav class="column one-fourth"> 178 <nav class="column one-fourth">
179 <h5>{{get_string("development", "menu")}}</h5> 179 <h5>{{get_string("development", "menu")}}</h5>
180 <ul> 180 <ul>
181 {{ pageitem("source") }} 181 {{ pageitem("source") }}
182 <li><a href="https://issues.adblockplus.org/report/13" hreflang="e n">{{ get_string("roadmap", "menu") }}</a></li> 182 <li><a href="https://issues.adblockplus.org/report/13" hreflang="e n">{{ get_string("roadmap", "menu") }}</a></li>
183 {{ pageitem("tools") }} 183 {{ pageitem("tools") }}
184 <li><a href="https://eyeo.com/jobs/" hreflang="en">{{ get_string(" jobs", "menu") }}</a></li> 184 <li><a href="https://eyeo.com/jobs/" hreflang="en">{{ get_string(" jobs", "menu") }}</a></li>
185 </ul> 185 </ul>
186 </nav> 186 </nav>
187 <nav id="social-list" class="column one-fourth"> 187 <nav id="social-list" class="column one-fourth">
188 <h5>{{get_string("follow-us", "menu")}}</h5> 188 <h5>{{get_string("follow-us", "menu")}}</h5>
189 <ul> 189 <ul>
190 <li> 190 <li>
191 <a rel="nofollow" href="https://twitter.com/AdblockPlus" target= "_blank"> 191 <a href="https://twitter.com/AdblockPlus" target="_blank">
192 <img 192 <img
193 src="/img/footer-twitter-glyphicon.png" 193 src="/img/footer-twitter-glyphicon.png"
194 alt="{{ "Twitter" | translate("twitter-alt", "Twitter glyphi con alt text")}}"> 194 alt="{{ "Twitter" | translate("twitter-alt", "Twitter glyphi con alt text")}}">
195 </a> 195 </a>
196 </li> 196 </li>
197 <li> 197 <li>
198 <a rel="nofollow" href="https://www.youtube.com/user/AdblockPlus Official" target="_blank"> 198 <a href="https://www.youtube.com/user/AdblockPlusOfficial" targe t="_blank">
199 <img 199 <img src="/img/footer-youtube-glyphicon.png">
200 src="/img/footer-youtube-glyphicon.png" 200 </a>
201 alt="{{ "YouTube" | translate("youtube-alt", "YouTube glyphi con alt text")}}"> 201 </li>
202 </a> 202 <li>
203 </li> 203 <a href="https://www.facebook.com/adblockplus" target="_blank">
204 <li> 204 <img src="/img/footer-facebook-glyphicon.png">
205 <a rel="nofollow" href="https://www.facebook.com/adblockplus" ta rget="_blank"> 205 </a>
206 <img 206 </li>
207 src="/img/footer-facebook-glyphicon.png" 207 <li>
208 alt="{{ "Facebook" | translate("facebook-alt", "Facebook gly phicon alt text")}}"> 208 <a href="https://www.instagram.com/adblockplus/" target="_blank" >
juliandoucette 2017/10/11 13:12:09 Note: I'm going to remove these alts and add them
ire 2017/10/11 16:28:31 Acknowledged.
209 </a> 209 <img src="/img/footer-instagram-glyphicon.png">
210 </li> 210 </a>
211 <li> 211 </li>
212 <a rel="nofollow" href="https://www.instagram.com/adblockplus/" target="_blank"> 212 </ul>
213 <img 213 </nav>
214 src="/img/footer-instagram-glyphicon.png" 214 </div> {# .row #}
215 alt="{{ "Instagram" | translate("instagram-alt", "Instagram glyphicon alt text")}}">
216 </a>
217 </li>
218 </ul>
219 </nav>
220 </div><!-- .row -->
221 <div id="footer-legal"> 215 <div id="footer-legal">
222 <p id="copyright-notice">{{ "Copyright © 2017 All rights reserved. Adb lock Plus® is a registered trademark of <a href='https://eyeo.com'>eyeo GmbH</a> ." | translate("copyright-notice", "Footer copyright notice") }}</p> 216 <p id="copyright-notice">{{ "Copyright © 2017 All rights reserved. Adb lock Plus<sup>®</sup> is a registered trademark of <a href='https://eyeo.com'>ey eo GmbH</a>." | translate("copyright-notice", "Footer copyright notice") }}</p>
223 <ul id="legal-list"> 217 <ul id="legal-list">
224 {% for pagename in ["terms", "privacy", "impressum"] %} 218 {% for pagename in ["terms", "privacy", "impressum"] %}
225 {{ pageitem(pagename) }} 219 <li>{{ pagename | linkify }}{{ get_string(pagename, "menu") }}</a> </li>
226 {% endfor %} 220 {% endfor %}
227 </ul> 221 </ul>
228 </div> 222 </div> {# #footer-legal #}
229 </div><!-- .container --> 223 </div> {# .container #}
juliandoucette 2017/10/11 13:12:09 Note: I changed the comments to {# #} so that they
ire 2017/10/11 16:28:31 Acknowledged.
230 </footer> 224 </footer> {# #footer #}
231 225
232 <script src="/js/main.js"></script> 226 <script src="/js/main.js"></script>
233 </body> 227 </body>
234 </html> 228 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld