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,24 +6,32 @@
<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
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> {% endtrans %}</li>
<li>{% trans -%}I2P is used by many people who care about their privacy: <li>{% trans -%}Aside from anonymizing traffic within the network, I2P
activists, oppressed people, journalists and whistleblowers. 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> {% endtrans %}</li>
<li>{% trans -%}It is for everyone and an alternative to the internet <li>{% trans -%}Mirrored sites hosted on the network allow access to news
because it solves issues like privacy and censorship. outlets and other resources in areas where information is being filtered
{% endtrans %}</li> or denied. Online communities wishing to organize in
<li>{% trans -%}All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties. restrictive environments can do so anonymously to mitigate political
{% endtrans %}</li> threat and protect each other.
<li>{% trans -%}It is intended to protect communication and resist monitoring by third parties such as ISPs.
{% endtrans %}</li> {% 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>
@@ -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>