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

@@ -8,3 +8,6 @@ if [ $(which timeout) ]; then
else else
MTN="mtn" MTN="mtn"
fi fi
BLOG_POSTS_PER_FEED=6
BLOG_POSTS_PER_PAGE=6

View File

@@ -6,25 +6,33 @@
<div class="main"> <div class="main">
<img src="{{ url_for('static', filename='images/undraw_group_chat_v059.svg') }}" class="home_splash_image" /> <img src="{{ url_for('static', filename='images/undraw_group_chat_v059.svg') }}" class="home_splash_image" />
<h1>{{ _('What does I2P do for you?') }}</h1> <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> <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"> <div class="aside">
<h1>{% trans %}What is I2P?{% endtrans %}</h1> <h1>{% trans %}What is I2P?{% endtrans %}</h1>
<ul> <ul>
<li>{% trans -%}I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. <li>{% trans -%}I2P is an anonymous overlay network - a network within a
{% endtrans %}</li> network. It allows netizens to create and access content and build
<li>{% trans -%}I2P is used by many people who care about their privacy: online communities on a network that is both distributed and dynamic. It
activists, oppressed people, journalists and whistleblowers. is intended to protect communication and resist monitoring by third
{% endtrans %}</li> parties such as ISPs.
<li>{% trans -%}It is for everyone and an alternative to the internet {% endtrans %}</li>
because it solves issues like privacy and censorship. <li>{% trans -%}Aside from anonymizing traffic within the network, I2P
{% endtrans %}</li> functions with the same capabilities as the Internet, however its design
<li>{% trans -%}All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties. and decentralization create a censorship resistant environment for the
{% endtrans %}</li> free-flow of information.
<li>{% trans -%}It is intended to protect communication and resist monitoring by third parties such as ISPs. {% endtrans %}</li>
{% 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> <li>
<a href="{{ site_url('about/intro') }}"><em>{% trans %}Read more&hellip;{% endtrans %}</em></a> <a href="{{ site_url('about/intro') }}"><em>{% trans %}Read more&hellip;{% endtrans %}</em></a>
</li> </li>
@@ -39,9 +47,9 @@ because it solves issues like privacy and censorship.
<h1>{% trans %}Conferences Calendar 2019{% endtrans %}</h1> <h1>{% trans %}Conferences Calendar 2019{% endtrans %}</h1>
<p>I2P Developers will be visiting these conferences this year:</p> <p>I2P Developers will be visiting these conferences this year:</p>
<ul> <ul>
<li>RightsCon ( 11-14 June 2019, Tunis, Tunisia)</li> <li>RightsCon (June 11-14 2019, Tunis, Tunisia)</li>
<li>Internet Freed Festival( 1- 5 April 2019, Valencia, Spain)</li> <li>Internet Freedom Festival (April 1-5 2019, Valencia, Spain)</li>
<li>DEF CON 27 (August 8-11, Hollywood, Las Vegas)</li> <li>DEF CON 27 (August 8-11 2019, Hollywood, Las Vegas)</li>
</ul> </ul>
</div> </div>
</div> </div>