diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 41e41cb84..9f061a3ba 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -217,10 +217,10 @@ diff --git a/plinth/templates/index.html b/plinth/templates/index.html index 54fb8084a..232fc7092 100644 --- a/plinth/templates/index.html +++ b/plinth/templates/index.html @@ -41,7 +41,7 @@
{{ shortcut.label|linebreaks }} - + @@ -89,50 +89,76 @@ {% endblock %} -{% block center-info %} -
- - - -
- {% blocktrans trimmed %} -
-
- Manual -
-
- Homepage -
- - {% endblocktrans %} +{% block footer_block %} -
-
-
- {% blocktrans trimmed %} -
-
- Wiki -
- - - {% endblocktrans %} +

+ + + +

-
+

+ {% blocktrans trimmed %} + {{ box_name }}, a Debian pure blend, is a 100% free software + self-hosting web server to deploy social applications on small + machines. It provides online communication tools respecting your + privacy and data ownership. + {% endblocktrans %} +

+ +

+ {% blocktrans trimmed %} + This portal is a part of Plinth, the {{ box_name }} web + interface. Plinth is free software, distributed under the GNU + Affero General Public License, Version 3 or later. + {% endblocktrans %} +

+ +
+ + +
-
- Donate -
-
- FreedomBox Foundation -
+ +

+ + {% trans "JavaScript license information" %} +

{% endblock %} diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index 5ae29d41c..68b740730 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -74,11 +74,14 @@ body { width: 60px; } -.foot-logo{ +footer { + text-align: center; +} + +footer .license-info { + opacity: 0.75; +} + +.footer-logo { width: 140px; } -.foot-columns{ - padding-right: 20%; - padding-left: 20%; - padding-bottom: 1%; -}