forked from I2P_Developers/i2p.www
Add feature images to homepage
This commit is contained in:
@@ -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>
|
||||||
|
BIN
i2p2www/static/images/console-active.png
Normal file
BIN
i2p2www/static/images/console-active.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
BIN
i2p2www/static/images/routerconsole-light.png
Normal file
BIN
i2p2www/static/images/routerconsole-light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 282 KiB |
@@ -206,19 +206,30 @@ menu ul,
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
div#content .main {
|
div#content .main {
|
||||||
padding: 4em 35% 4em 10%;
|
padding: 4em 10% 4em 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main img {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main img.routerconsole {
|
||||||
|
left: 10%;
|
||||||
|
max-height: 70%;
|
||||||
|
max-width: 35%;
|
||||||
|
top: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main img.android {
|
||||||
|
left: 35%;
|
||||||
|
max-height: 60%;
|
||||||
|
max-width: 10%;
|
||||||
|
top: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main .get-i2p {
|
.main .get-i2p {
|
||||||
position: absolute;
|
margin-top: 1em;
|
||||||
right: 10%;
|
max-width: 50%;
|
||||||
margin-top: -1em;
|
|
||||||
max-width: 20%;
|
|
||||||
-moz-transform: rotate(-5deg);
|
|
||||||
transform: rotate(-5deg);
|
|
||||||
-webkit-transform: rotate(-5deg);
|
|
||||||
-ms-transform: rotate(-5deg);
|
|
||||||
-o-transform: rotate(-5deg);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.main .get-i2p:hover {
|
.main .get-i2p:hover {
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user