Switch to side-by-side view

--- a/opensourceprojects/templates/jinja_master/theme_macros.html
+++ b/opensourceprojects/templates/jinja_master/theme_macros.html
@@ -21,8 +21,13 @@
 
 {%- macro footer(year, path_to_static='') %}
 <footer id="site-footer">
+<div class="footer-container">
 <a href="/about">About</a>
+<a href="/p/osp/docs/GettingStarted">Documentation</a>
+<a href="/p/osp/discussion/">Discussion</a>
 <a href="/p/osp/tickets/">Report a bug</a>
+<a href="http://www.ict-prose.eu/">PROSE CA</a>
+</div>
 </footer>
 {%- endmacro %}