Home page updates

This commit is contained in:
hankhill19580
2019-06-28 20:53:31 +00:00
parent 02cda0fbfd
commit 55c8d292b0
2 changed files with 27 additions and 16 deletions

View File

@@ -6,25 +6,33 @@
<div class="main">
<img src="{{ url_for('static', filename='images/undraw_group_chat_v059.svg') }}" class="home_splash_image" />
<h1>{{ _('What does I2P do for you?') }}</h1>
<p>{% 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 %}</p>
<p>{% 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 %}</p>
<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.
{% endtrans %}</li>
<li>{% trans -%}It is for everyone and an alternative to the internet
because it solves issues like privacy and censorship.
{% 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>{% trans -%}I2P is an anonymous overlay network - a network within a
network. It allows netizens to create and access content and build
online communities on a network that is both distributed and dynamic. It
is intended to protect communication and resist monitoring by third
parties such as ISPs.
{% endtrans %}</li>
<li>{% trans -%}Aside from anonymizing traffic within the network, I2P
functions with the same capabilities as the Internet, however its design
and decentralization create a censorship resistant environment for the
free-flow of information.
{% endtrans %}</li>
<li>{% trans -%}Mirrored sites hosted on the network allow access to news
outlets and other resources in areas where information is being filtered
or denied. Online communities wishing to organize in
restrictive environments can do so anonymously to mitigate political
threat and protect each other.
{% endtrans %}</li>
<li>
<a href="{{ site_url('about/intro') }}"><em>{% trans %}Read more&hellip;{% endtrans %}</em></a>
</li>
@@ -39,9 +47,9 @@ because it solves issues like privacy and censorship.
<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>
<li>RightsCon (June 11-14 2019, Tunis, Tunisia)</li>
<li>Internet Freedom Festival (April 1-5 2019, Valencia, Spain)</li>
<li>DEF CON 27 (August 8-11 2019, Hollywood, Las Vegas)</li>
</ul>
</div>
</div>