| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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="site-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 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 name in ["acceptable-ads", "documentation", "deployments"] %} |
| 165 {{pageitem(name)}} | 165 {{ pageitem(name) }} |
|
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 </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 rel="nofollow" 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 rel="nofollow" href="https://www.youtube.com/user/AdblockPlus Official" target="_blank"> |
| 201 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p lus.google.com/110020691898167279887"></a> | 199 <img |
| 202 </li> | 200 src="/img/footer-youtube-glyphicon.png" |
| 201 alt="{{ "YouTube" | translate("youtube-alt", "YouTube glyphi con alt text")}}"> | |
| 202 </a> | |
| 203 </li> | |
| 204 <li> | |
| 205 <a rel="nofollow" href="https://www.facebook.com/adblockplus" ta rget="_blank"> | |
| 206 <img | |
| 207 src="/img/footer-facebook-glyphicon.png" | |
| 208 alt="{{ "Facebook" | translate("facebook-alt", "Facebook gly phicon alt text")}}"> | |
|
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> | |
| 210 </li> | |
| 211 <li> | |
| 212 <a rel="nofollow" href="https://www.instagram.com/adblockplus/" target="_blank"> | |
| 213 <img | |
| 214 src="/img/footer-instagram-glyphicon.png" | |
| 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"> | |
| 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> | |
| 223 <ul id="legal-list"> | |
| 224 {% for pagename in ["terms", "privacy", "impressum"] %} | |
| 225 {{ pageitem(pagename) }} | |
| 226 {% endfor %} | |
| 203 </ul> | 227 </ul> |
| 204 </section> | 228 </div> |
| 205 </div> | 229 </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.
| |
| 206 </footer> | 230 </footer> |
| 207 | 231 |
| 208 <script src="/js/main.js"></script> | 232 <script src="/js/main.js"></script> |
| 209 </body> | 233 </body> |
| 210 </html> | 234 </html> |
| OLD | NEW |