update sticker blurb
This commit is contained in:
@ -4,13 +4,13 @@
|
||||
<p>{% trans -%}
|
||||
Thank you for your interest in contributing to I2P!<br>
|
||||
<br>
|
||||
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 %}</p>
|
||||
|
||||
<p>{% trans %}Your donations help I2P continue to be an alternative option for
|
||||
|
@ -10,6 +10,35 @@
|
||||
<a class="get-i2p" href="{{ url_for('downloads_list', lang=g.lang) }}">{% trans version=ver() %}Get I2P {{ version }}{% endtrans %}</a>
|
||||
</div>
|
||||
<div class="aside-wrap">
|
||||
|
||||
<div class="aside">
|
||||
<h1>{% trans %}What is I2P?{% endtrans %}</h1>
|
||||
<ul>
|
||||
<li>{% trans -%}I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate.
|
||||
{% endtrans %}</li>
|
||||
<li>{% 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 %}</li>
|
||||
<li>{% trans -%}All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.
|
||||
{% endtrans %}</li>
|
||||
<li>{% trans -%}It is intended to protect communication and resist monitoring by third parties such as ISPs.
|
||||
{% endtrans %}</li>
|
||||
<li>
|
||||
<a href="{{ site_url('about/intro') }}"><em>{% trans %}Read more…{% endtrans %}</em></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="aside">
|
||||
<a href="{{ url_for('blog_atom', lang=g.lang) }}" class="feed-icon" title="{{ _('I2P Blog ATOM Feed') }}">{{ _('I2P Blog ATOM Feed') }}</a>
|
||||
<h1>{% trans %}News & Updates{% endtrans %}</h1>
|
||||
{% include "blog/latest.html" %}
|
||||
</div>
|
||||
<div class="aside">
|
||||
<h1>{% trans %}Conferences Calendar 2019{% endtrans %}</h1>
|
||||
<p>I2P Developers will be visiting these conferences this year:</p>
|
||||
<ul>
|
||||
<li>RightsCon ( 11-14 June 2019, Tunis, Tunisia)</li>
|
||||
<li>Internet Freed Festival( 1- 5 April 2019, Valencia, Spain)</li>
|
||||
<li>DEF CON 27 (August 8-11, Hollywood, Las Vegas)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user