From 1d1d43229ea07a6ca5b39fb9344ecad610ff01d7 Mon Sep 17 00:00:00 2001
From: hankhill19580 <hankhill19580@gmail.com>
Date: Mon, 3 Feb 2020 16:19:33 +0000
Subject: [PATCH] Add the research papers and github mirror to the footer

---
 i2p2www/pages/downloads/browser-content.html | 4 ++--
 i2p2www/pages/global/footer.html             | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/i2p2www/pages/downloads/browser-content.html b/i2p2www/pages/downloads/browser-content.html
index 21d74d342..396b93ee0 100644
--- a/i2p2www/pages/downloads/browser-content.html
+++ b/i2p2www/pages/downloads/browser-content.html
@@ -63,7 +63,7 @@ can be obtained from the Mozilla addon store or any of these mirrors:
 {% endtrans %}</p>
 <ul>
   <li><a href="https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox/releases">{% trans %}Github Releases{% endtrans %}</a></li>
-  <li><a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox/i2ppb@eyedeekay.github.io">{% trans %}In-I2P Mirror{% endtrans %}</a></li>
+  <li><a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox/i2ppb@eyedeekay.github.io.xpi">{% trans %}In-I2P Mirror{% endtrans %}</a></li>
   <li><a href="magnet:?xt=urn:btih:90f1cef9f03f802499ecd7e22226aae72ddaa9c0">{% trans %}Bittorrent Magnet Link{% endtrans %}</a></li>
   <li><a href="https://eyedeekay.github.io/I2P-in-Private-Browsing-Mode-Firefox/i2ppb@eyedeekay.github.io.xpi.torrent">{% trans %}Bittorrent Torrent File(Hosted at Github){% endtrans %}</a></li>
 </ul>-->
@@ -136,7 +136,7 @@ that are accessible via .i2p addresses are also not allowed via the outproxies.
 As a convenience, the outproxy blocks ad servers.
 {%- endtrans %}</p>
 <p>{% trans -%}
-<a href="https://www.torproject.org">Tor</a> is good application to use as an
+<a href="https://www.torproject.org">Tor</a> is a good application to use as an
 outproxy to the Internet.
 {%- endtrans %}</p>
 <!-- vim: set noai ff=unix nosi ft=html tw=79 et sw=4 ts=4 spell spelllang=en: -->
diff --git a/i2p2www/pages/global/footer.html b/i2p2www/pages/global/footer.html
index 455ba594c..af6286e8f 100644
--- a/i2p2www/pages/global/footer.html
+++ b/i2p2www/pages/global/footer.html
@@ -3,6 +3,7 @@
     <li><a href="{{ get_url('downloads_list') }}"><div class="footeritem"><span>{{ _('Download') }}</span></div></a></li>
     <li><a href="{{ site_url('faq') }}"><div class="footeritem"><span>{{ _('FAQ') }}</span></div></a></li>
     <li><a href="{{ site_url('docs') }}"><div class="footeritem"><span>{{ _('Documentation') }}</span></div></a></li>
+    <li><a href="{{ site_url('research') }}"><div class="footeritem"><span>{{ _('Research') }}</span></div></a></li>
   </ul>
 </div>
 <div id="footermenu" class="second">
@@ -10,13 +11,15 @@
     <li><a href="{{ site_url('contact') }}"><div class="footeritem"><span>{{ _('Contact us') }}</span></div></a></li>
     <li><a href="http://{{ i2pconv('i2pforum.i2p') }}/"><div class="footeritem"><span>{{ _('Forums') }}</span></div></a></li>
     <li><a href="https://reddit.com/r/i2p"><div class="footeritem"><span>Reddit</span></div></a></li>
+    <li><a href="https://github.com/i2p"><div class="footeritem"><span>Github(Mirror)</span></div></a></li>
   </ul>
 </div>
 <div id="footermenu" class="third">
   <ul>
     <li><a href="{{ site_url('get-involved') }}"><div class="footeritem"><span>{{ _('Get involved!') }}</span></div></a></li>
     <li><a href="{{ site_url('get-involved/donate') }}"><div class="footeritem"><span>{{ _('Donate') }}</span></div></a></li>
-    <li><a href="{{ site_url('docs') }}"><div class="footeritem"><span>{{ _('Learn More!') }}</span></div></a></li>
+    <li><a href="{{ site_url('media') }}"><div class="footeritem"><span>{{ _('Media') }}</span></div></a></li>
+    <li><a href="{{ site_url('papers') }}"><div class="footeritem"><span>{{ _('Papers') }}</span></div></a></li>
   </ul>
 </div>
 
-- 
GitLab