WIP: experiment with CTA's

This commit is contained in:
idk
2020-10-21 16:43:11 -04:00
parent 635d06d9d2
commit 65e7e0f806

View File

@@ -6,9 +6,9 @@
<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 I2P network provides strong privacy protections for
communication over the Internet. Many activities that would risk your
privacy on the public Internet can be conducted anonymously inside I2P.
<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.
{% endtrans %}</p>
<a class="get-i2p" href="{{ url_for('downloads_list', lang=g.lang) }}">{% trans version=ver() %}Get I2P {{ version }}{% endtrans %}</a>
</div>