 }})
 }})
{{ _('What does I2P do for you?') }}
{% 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 %}
{% trans version=ver() %}Get I2P {{ version }}{% endtrans %} diff --git a/i2p2www/static/images/console-active.png b/i2p2www/static/images/console-active.png new file mode 100644 index 00000000..d7042a76 Binary files /dev/null and b/i2p2www/static/images/console-active.png differ diff --git a/i2p2www/static/images/routerconsole-light.png b/i2p2www/static/images/routerconsole-light.png new file mode 100644 index 00000000..369b56da Binary files /dev/null and b/i2p2www/static/images/routerconsole-light.png differ diff --git a/i2p2www/static/styles/duck/desktop.css b/i2p2www/static/styles/duck/desktop.css index 89a11979..7a27485d 100644 --- a/i2p2www/static/styles/duck/desktop.css +++ b/i2p2www/static/styles/duck/desktop.css @@ -206,19 +206,30 @@ menu ul, */ 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 { - position: absolute; - right: 10%; - 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); + margin-top: 1em; + max-width: 50%; } .main .get-i2p:hover { diff --git a/i2p2www/static/styles/duck/mobile.css b/i2p2www/static/styles/duck/mobile.css index abcdf7b0..9ea7c100 100644 --- a/i2p2www/static/styles/duck/mobile.css +++ b/i2p2www/static/styles/duck/mobile.css @@ -108,6 +108,22 @@ div#content .main { 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 { margin-bottom: -1.5em; margin-top: .5em;