aboutsummaryrefslogtreecommitdiff
path: root/common/footer.j2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'common/footer.j2.inc')
-rw-r--r--common/footer.j2.inc17
1 files changed, 8 insertions, 9 deletions
diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index b35cf373..aedd1e0c 100644
--- a/common/footer.j2.inc
+++ b/common/footer.j2.inc
@@ -6,29 +6,28 @@
6 <ul class="footer-list"> 6 <ul class="footer-list">
7 <li><p><a href="about.html">{{ _("About") }}</a></p></li> 7 <li><p><a href="about.html">{{ _("About") }}</a></p></li>
8 <li><p><a href="contact.html">{{ _("Contact") }}</a></p></li> 8 <li><p><a href="contact.html">{{ _("Contact") }}</a></p></li>
9 <li><p><a href="investors.html">{{ _("For Investors") }}</a></p></li> 9 <li><p><a href="ev.html">{{ _("GNUnet e.V.") }}</a></p></li>
10 </ul> 10 </ul>
11 </div> 11 </div>
12 <div class="col-xs-12 col-sm-4"> 12 <div class="col-xs-12 col-sm-4">
13 <ul class="footer-list"> 13 <ul class="footer-list">
14 <li><p><a href="citizens.html">{{ _("Citizens")}} </a></p></li> 14 <li><p><a href="https://bugs.gnunet.org/">{{ _("Bug Tracker") }}</a></p></li>
15 <li><p><a href="merchants.html">{{ _("Merchants") }}</a></p></li> 15 <li><p><a href="discussion.html">{{ _("Discussion") }}</a></p></li>
16 <li><p><a href="governments.html">{{ _("Governments") }} </a></p></li> 16 <li><p><a href="https://logs.gnunet.org/gnunet">{{ _("IRC logs") }}</a></p></li>
17 </ul> 17 </ul>
18 </div> 18 </div>
19 <div class="col-xs-12 col-sm-4"> 19 <div class="col-xs-12 col-sm-4">
20 <ul class="footer-list"> 20 <ul class="footer-list">
21 <li><p><a href="developers.html">{{ _("Developer Resources") }}</a></p></li> 21 <li><p><a href="copyright.html">{{ _("Copyright Assignment") }}</a></p></li>
22 <li><p><a href="faq.html">{{ _("FAQ") }}</a></p></li> 22 <li><p><a href="https://ci.gnunet.org/">{{ _("Continuous Integration") }}</a></p></li>
23 <li><p><a href="bibliography.html">{{ _("Bibliography") }}</a></p></li> 23 <li><p><a href="https://bibliography.gnunet.org/">{{ _("Bibliography") }}</a></p></li>
24 </ul> 24 </ul>
25 </div> 25 </div>
26 </div> 26 </div>
27 </div> 27 </div>
28 </div> 28 </div>
29 <div class="container text-center"> 29 <div class="container text-center">
30 <p>&copy; <a href="https://gnunet.org/ev">GNUnet e.V.</a> {{_("and") }} 30 <p>&copy; <a href="https://gnunet.org/ev">GNUnet e.V.</a></p> 2015, 2016, 2017, 2018</p>
31 <a href="http://inria.fr/">Inria</a> 2015, 2016, 2017</p>
32 <p>{{ _("This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.") }}</p> 31 <p>{{ _("This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.") }}</p>
33 </div> 32 </div>
34</footer> 33</footer>