help: Move additional info from sidebar to main

This commit is contained in:
Sunil Mohan Adapa 2015-07-28 12:39:02 +05:30
parent 04d0e3a550
commit fc6bc09c9e

View File

@ -38,8 +38,15 @@ runs on must be cheap. The software it runs on must be easy to
install and administrate by anybody. It must be easy to install and administrate by anybody. It must be easy to
transition from existing services.</p> transition from existing services.</p>
<p>There are a number of projects working to realize a future of
distributed services; we aim to bring them all together in a
convenient package.</p>
<p>For more information about the FreedomBox project, see the
<a href="https://wiki.debian.org/FreedomBox">Debian Wiki</a>.</p>
<p><a class="btn btn-primary btn-lg" <p><a class="btn btn-primary btn-lg"
href="http://wiki.debian.org/FreedomBox" target="_blank">Learn more href="https://wiki.debian.org/FreedomBox" target="_blank">Learn more
&raquo;</a></p> &raquo;</a></p>
<p style='margin-top:30px'> <p style='margin-top:30px'>
@ -47,20 +54,3 @@ href="http://wiki.debian.org/FreedomBox" target="_blank">Learn more
</p> </p>
{% endblock %} {% endblock %}
{% block sidebar %}
<div class="sidebar">
<h3>Our Goal</h3>
<p>There are a number of projects working to realize a future of
distributed services; we aim to bring them all together in a
convenient package.</p>
<p>For more information about the FreedomBox project, see the
<a href="http://wiki.debian.org/FreedomBox">Debian Wiki</a>.</p>
</div>
{% endblock %}