I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit ee88c76a authored by str4d's avatar str4d
Browse files

Add feature images to homepage

parent 4bef9cb3
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ ...@@ -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 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 %} {% block content_outer %}
<div class="main"> <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> <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> <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> <a class="get-i2p" href="{{ url_for('downloads_list', lang=g.lang) }}">{% trans version=ver() %}Get I2P {{ version }}{% endtrans %}</a>
......
i2p2www/static/images/console-active.png

122 KiB

i2p2www/static/images/routerconsole-light.png

282 KiB

...@@ -206,19 +206,30 @@ menu ul, ...@@ -206,19 +206,30 @@ menu ul,
*/ */
div#content .main { div#content .main {
padding: 4em 35% 4em 10%; padding: 4em 10% 4em 50%;
} }
.main .get-i2p { .main img {
position: absolute; position: absolute;
right: 10%; }
margin-top: -1em;
max-width: 20%; .main img.routerconsole {
-moz-transform: rotate(-5deg); left: 10%;
transform: rotate(-5deg); max-height: 70%;
-webkit-transform: rotate(-5deg); max-width: 35%;
-ms-transform: rotate(-5deg); top: 10%;
-o-transform: rotate(-5deg); }
.main img.android {
left: 35%;
max-height: 60%;
max-width: 10%;
top: 30%;
}
.main .get-i2p {
margin-top: 1em;
max-width: 50%;
} }
.main .get-i2p:hover { .main .get-i2p:hover {
......
...@@ -108,6 +108,22 @@ div#content .main { ...@@ -108,6 +108,22 @@ div#content .main {
padding: 4em 10% padding: 4em 10%
} }
.main img.routerconsole {
float: left;
left: 10%;
margin-bottom: 1em;
max-width: 85%;
top: 10%;
}
.main img.android {
left: 70%;
max-height: 60%;
max-width: 20%;
position: absolute;
top: 15%;
}
.main .get-i2p { .main .get-i2p {
margin-bottom: -1.5em; margin-bottom: -1.5em;
margin-top: .5em; margin-top: .5em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment