diff --git a/i2p2www/pages/site/get-involved/donate.html b/i2p2www/pages/site/get-involved/donate.html index 828939ff..df1f24ba 100644 --- a/i2p2www/pages/site/get-involved/donate.html +++ b/i2p2www/pages/site/get-involved/donate.html @@ -4,13 +4,13 @@

{% trans -%} Thank you for your interest in contributing to I2P!

-For over a decade the I2P network has provided protected communication platforms -and access to information and resources to individuals who are concerned about -online privacy. Designed with security and privacy first, peer-to-peer and -decentralized, it continues to provide the opportunity for access to the free -flow of information on its network and resist internet filtering and blocks. I2P -has done this with the support of its community through volunteers and -donations. +For nearly two decades the I2P network has provided protected communication +platforms and access to information and resources to individuals who are +concerned about online privacy. Designed with security and privacy first, +peer-to-peer and decentralized, it continues to provide the opportunity for +access to the free flow of information on its network and resist internet +filtering and blocks. I2P has done this with the support of its community +through volunteers and donations. {%- endtrans %}

{% trans %}Your donations help I2P continue to be an alternative option for diff --git a/i2p2www/pages/site/index.html b/i2p2www/pages/site/index.html index c2e87506..8d3c2cf7 100644 --- a/i2p2www/pages/site/index.html +++ b/i2p2www/pages/site/index.html @@ -10,6 +10,35 @@ {% trans version=ver() %}Get I2P {{ version }}{% endtrans %}

- +
+

{% trans %}What is I2P?{% endtrans %}

+ +
+
+ {{ _('I2P Blog ATOM Feed') }} +

{% trans %}News & Updates{% endtrans %}

+ {% include "blog/latest.html" %} +
+
+

{% trans %}Conferences Calendar 2019{% endtrans %}

+

I2P Developers will be visiting these conferences this year:

+ +
{% endblock %} diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css index c10d6e0e..6c3c3638 100644 --- a/i2p2www/static/styles/duck/default.css +++ b/i2p2www/static/styles/duck/default.css @@ -149,11 +149,12 @@ div#content .main p { div#content .aside-wrap { width: 80%; margin: 1.25em auto; + display: inline-block; } div#content .aside { - /*position: relative; - display: inline-block;*/ + position: relative; + display: inline-block; vertical-align: top; font-size: 0.75rem; }