2012-06-03 01:06:09 +00:00
{% extends "global/layout.html" %}
2013-01-18 07:15:38 +00:00
{% block title_outer %}{{ _('I2P Anonymous Network') }}{% endblock %}
{% block title %}{{ _('The Invisible Internet Project') }}{% endblock %}
{% block metadesc %}{{ _('Anonymous peer-to-peer distributed communication layer built with open source tools and designed to run any traditional Internet service such as email, IRC or web hosting.') }}{% endblock %}
2012-09-11 00:09:39 +00:00
{% block content_outer %}
2012-09-10 23:11:13 +00:00
< div class = "main" >
2019-03-08 19:56:57 +00:00
< img src = "{{ url_for('static', filename='images/undraw_group_chat_v059.svg') }}" class = "home_splash_image" / >
2013-01-18 07:15:38 +00:00
< h1 > {{ _('What does I2P do for you?') }}< / h1 >
2012-12-14 08:00:02 +00:00
< 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 >
2012-12-13 21:36:49 +00:00
< a class = "get-i2p" href = "{{ url_for('downloads_list', lang=g.lang) }}" > {% trans version=ver() %}Get I2P {{ version }}{% endtrans %}< / a >
2009-05-30 21:43:30 +00:00
< / div >
2012-09-10 23:11:13 +00:00
< div class = "aside-wrap" >
2019-06-28 18:22:13 +00:00
< 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 >
2019-06-28 19:36:01 +00:00
< 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.
2019-06-28 18:22:13 +00:00
{% 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 >
2010-07-31 15:24:13 +00:00
< / div >
2008-01-31 20:38:37 +00:00
{% endblock %}