Add feature images to homepage

This commit is contained in:
str4d
2016-03-07 01:39:32 +00:00
parent 4bef9cb3c2
commit ee88c76a89
5 changed files with 39 additions and 10 deletions

View File

@@ -4,6 +4,8 @@
{% block metadesc %}{{ _('Anonymous peer-to-peer distributed communication layer built with open source tools and designed to run any traditional Internet service such as email, IRC or web hosting.') }}{% endblock %}
{% block content_outer %}
<div class="main">
<img src="{{ url_for('static', filename='images/routerconsole-light.png') }}" class="routerconsole" />
<img src="{{ url_for('static', filename='images/console-active.png') }}" class="android" />
<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.{% endtrans %}</p>
<a class="get-i2p" href="{{ url_for('downloads_list', lang=g.lang) }}">{% trans version=ver() %}Get I2P {{ version }}{% endtrans %}</a>