forked from I2P_Developers/i2p.www
update sticker blurb
This commit is contained in:
@@ -4,13 +4,13 @@
|
|||||||
<p>{% trans -%}
|
<p>{% trans -%}
|
||||||
Thank you for your interest in contributing to I2P!<br>
|
Thank you for your interest in contributing to I2P!<br>
|
||||||
<br>
|
<br>
|
||||||
For over a decade the I2P network has provided protected communication platforms
|
For nearly two decades the I2P network has provided protected communication
|
||||||
and access to information and resources to individuals who are concerned about
|
platforms and access to information and resources to individuals who are
|
||||||
online privacy. Designed with security and privacy first, peer-to-peer and
|
concerned about online privacy. Designed with security and privacy first,
|
||||||
decentralized, it continues to provide the opportunity for access to the free
|
peer-to-peer and decentralized, it continues to provide the opportunity for
|
||||||
flow of information on its network and resist internet filtering and blocks. I2P
|
access to the free flow of information on its network and resist internet
|
||||||
has done this with the support of its community through volunteers and
|
filtering and blocks. I2P has done this with the support of its community
|
||||||
donations.
|
through volunteers and donations.
|
||||||
{%- endtrans %}</p>
|
{%- endtrans %}</p>
|
||||||
|
|
||||||
<p>{% trans %}Your donations help I2P continue to be an alternative option for
|
<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>
|
<a class="get-i2p" href="{{ url_for('downloads_list', lang=g.lang) }}">{% trans version=ver() %}Get I2P {{ version }}{% endtrans %}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="aside-wrap">
|
<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>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@@ -149,11 +149,12 @@ div#content .main p {
|
|||||||
div#content .aside-wrap {
|
div#content .aside-wrap {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin: 1.25em auto;
|
margin: 1.25em auto;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#content .aside {
|
div#content .aside {
|
||||||
/*position: relative;
|
position: relative;
|
||||||
display: inline-block;*/
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user