index: Remove links and about text and link to about page

- Make a separate image for 'FreedomBox Powered'.

- Link to the now publicly available about page.

Tests:

- Clicking on the new 'Powered' image leads to about page which is available to
logged in and logged out users.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2024-10-24 18:22:23 -07:00 committed by James Valleroy
parent 6084b95a65
commit 6bb13140e8
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
3 changed files with 163 additions and 78 deletions

View File

@ -92,75 +92,10 @@
{% block footer_block %}
<p>
<a href="{% url 'index' %}" title="{{ box_name }}">
<img class="footer-logo" src="{% static 'theme/img/freedombox-logo-standard.svg' %}"
alt="{{ box_name }}" />
<a href="{% url 'help:about' %}" title="{% trans "About" %}">
<img class="footer-logo" alt="{{ box_name }}"
src="{% static 'theme/img/freedombox-logo-powered.svg' %}"/>
</a>
</p>
<p>
{% 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 %}
</p>
<p>
{% blocktrans trimmed %}
This portal is a part of the {{ box_name }} web interface. {{ box_name }}
is free software, distributed under the GNU Affero General Public License,
Version 3 or later.
{% endblocktrans %}
</p>
<div class="row">
<div class="col-lg-2 offset-lg-3">
<p>
<a href="https://wiki.debian.org/FreedomBox/Manual">
{% trans "Manual" context "User guide"%}
</a>
</p>
<p>
<a href="https://wiki.debian.org/FreedomBox">{% trans "Wiki" %}</a>
</p>
<p>
<a href="https://salsa.debian.org/freedombox-team/">{% trans "Source Code" %}</a>
</p>
</div>
<div class="col-lg-2">
<p>
<a href="https://freedombox.org">{% trans "Homepage" %}</a>
</p>
<p>
<a href="https://freedomboxfoundation.org/donate/">{% trans "Donate" %}</a>
</p>
<p>
<a href="https://freedomboxfoundation.org/">
{% trans "FreedomBox Foundation" %}
</a>
</p>
</div>
<div class="col-lg-2">
<p>
<a href="https://discuss.freedombox.org/">
{%trans "Forum" %}
</a>
</p>
<p>
<a href="https://webchat.oftc.net/?randomnick=1&channels=freedombox&prompt=1">
{%trans "IRC Chatroom" %}
</a>
</p>
<p>
<a href="https://lists.alioth.debian.org/mailman/listinfo/freedombox-discuss">
{% trans "Mailing list" %}
</a>
</p>
</div>
</div>
{% endblock %}

View File

@ -280,12 +280,6 @@ body {
text-align: center;
}
/* Sticky footer styles
-------------------------------------------------- */
.footer-logo {
width: 8.75rem;
}
html {
position: relative;
}
@ -351,10 +345,6 @@ html {
footer {
text-align: center;
position: relative;
bottom: 0;
width: 100%;
height: 9.375rem;
padding-top: 9.375rem;
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB