add social icons to footer

This commit is contained in:
idk
2020-11-27 19:28:36 -05:00
parent d6b5e34290
commit 5984b01fb5
7 changed files with 15 additions and 12 deletions

View File

@@ -6,9 +6,7 @@
<div class="main">
<!--<img src="{{ url_for('static', filename='images/pexels-jakub-novacek.jpg') }}" class="home_splash_image" />-->
<h1>{{ _('What does I2P do for you?') }}</h1>
<p>{% trans %}The Invisible Internet is a privacy by design people-powered network.
Explore and create an Internet alternative that is both distributed and dynamic.
Share, communicate, create.
<p>{% trans %}The Invisible Internet is a privacy by design people-powered network. No tracking, protected communication and truly free.
{% endtrans %}</p>
<a class="get-i2p" href="{{ url_for('downloads_list', lang=g.lang) }}">{% trans version=ver() %}Get I2P {{ version }}{% endtrans %}</a>
</div>