From f05a47d739d768c2cfa54c2373a40c394ec7e5b8 Mon Sep 17 00:00:00 2001 From: hankhill19580 Date: Fri, 28 Jun 2019 18:22:13 +0000 Subject: [PATCH] update sticker blurb --- i2p2www/pages/site/get-involved/donate.html | 14 +++++----- i2p2www/pages/site/index.html | 31 ++++++++++++++++++++- i2p2www/static/styles/duck/default.css | 5 ++-- 3 files changed, 40 insertions(+), 10 deletions(-) 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 %}

+
    +
  • {% trans -%}I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. +{% endtrans %}
  • +
  • {% trans -%}I2P is used by many people who care about their privacy: activists, oppressed people, journalists and whistleblowers, as well as people with nothing to hide. +{% endtrans %}
  • +
  • {% trans -%}All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties. +{% endtrans %}
  • +
  • {% trans -%}It is intended to protect communication and resist monitoring by third parties such as ISPs. +{% endtrans %}
  • +
  • + {% trans %}Read more…{% 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:

+
    +
  • RightsCon ( 11-14 June 2019, Tunis, Tunisia)
  • +
  • Internet Freed Festival( 1- 5 April 2019, Valencia, Spain)
  • +
  • DEF CON 27 (August 8-11, Hollywood, Las Vegas)
  • +
+
{% 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; }