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

Side by Side Diff: templates/default.tmpl

Issue 29558641: Issue 5740 - Implemented new abp.org footer styles (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
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:
View unified diff | Download patch
« no previous file with comments | « static/js/main.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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="footer-main"> 158 <footer id="footer" class="content">
159 <div id="footer-content"> 159 <div class="container">
160 <nav> 160 <div class="row">
161 <section class="first"> 161 <nav class="column one-fourth">
162 <h1>{{get_string("resources", "menu")}}</h1> 162 <h5>{{ get_string("resources", "menu") }}</h5>
163 <ul> 163 <ul>
164 {% for name in ["acceptable-ads", "documentation", "deployments", "terms", "privacy", "impressum"] %} 164 {% for pagename in ["acceptable-ads", "documentation", "deployment s"] %}
165 {{pageitem(name)}} 165 <li>{{ pagename | linkify }}{{ get_string(pagename, "menu") }}</ a></li>
166 {% endfor %} 166 {% endfor %}
167 </ul> 167 </ul>
168 </section> 168 </nav>
169 169 <nav class="column one-fourth">
170 <section> 170 <h5>{{ get_string("community", "menu") }}</h5>
171 <h1>{{get_string("community", "menu")}}</h1>
172 <ul> 171 <ul>
173 <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>
174 <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>
175 <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>
176 {{pageitem("development-builds")}} 175 {{ pageitem("development-builds") }}
177 </ul> 176 </ul>
178 </section> 177 </nav>
179 178 <nav class="column one-fourth">
180 <section> 179 <h5>{{get_string("development", "menu")}}</h5>
181 <h1>{{get_string("development", "menu")}}</h1>
182 <ul> 180 <ul>
183 {{pageitem("source")}} 181 {{ pageitem("source") }}
184 <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>
185 {{pageitem("tools")}} 183 {{ pageitem("tools") }}
186 <li><a href="https://eyeo.com/jobs/" hreflang="en">{{get_string("j obs", "menu")}}</a></li> 184 <li><a href="https://eyeo.com/jobs/" hreflang="en">{{ get_string(" jobs", "menu") }}</a></li>
187 </ul> 185 </ul>
188 </section> 186 </nav>
189 </nav> 187 <nav id="social-list" class="column one-fourth">
190 188 <h5>{{get_string("follow-us", "menu")}}</h5>
191 <section id="social"> 189 <ul>
192 <h1>{{get_string("follow-us", "menu")}}</h1> 190 <li>
193 <ul id="social-list"> 191 <a href="https://twitter.com/AdblockPlus" target="_blank">
194 <li class="social-entry"> 192 <img
195 <a rel="nofollow" id="social-facebook" class="sprite" href="https: //www.facebook.com/adblockplus"></a> 193 src="/img/footer-twitter-glyphicon.png"
196 </li> 194 alt="{{ "Twitter" | translate("twitter-alt", "Twitter glyphi con alt text")}}">
197 <li class="social-entry"> 195 </a>
198 <a rel="nofollow" id="social-twitter" class="sprite" href="https:/ /twitter.com/adblockplus"></a> 196 </li>
199 </li> 197 <li>
200 <li class="social-entry"> 198 <a href="https://www.youtube.com/user/AdblockPlusOfficial" targe t="_blank">
201 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p lus.google.com/110020691898167279887"></a> 199 <img src="/img/footer-youtube-glyphicon.png">
202 </li> 200 </a>
201 </li>
202 <li>
203 <a href="https://www.facebook.com/adblockplus" target="_blank">
204 <img src="/img/footer-facebook-glyphicon.png">
205 </a>
206 </li>
207 <li>
208 <a href="https://www.instagram.com/adblockplus/" target="_blank" >
209 <img src="/img/footer-instagram-glyphicon.png">
210 </a>
211 </li>
212 </ul>
213 </nav>
214 </div> {# .row #}
215 <div id="footer-legal">
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>
217 <ul id="legal-list">
218 {% for pagename in ["terms", "privacy", "impressum"] %}
219 <li>{{ pagename | linkify }}{{ get_string(pagename, "menu") }}</a> </li>
220 {% endfor %}
203 </ul> 221 </ul>
204 </section> 222 </div> {# #footer-legal #}
205 </div> 223 </div> {# .container #}
206 </footer> 224 </footer> {# #footer #}
207 225
208 <script src="/js/main.js"></script> 226 <script src="/js/main.js"></script>
209 </body> 227 </body>
210 </html> 228 </html>
OLDNEW
« no previous file with comments | « static/js/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld