forked from I2P_Developers/i2p.www
Ticket #792 - replaced "Who Uses I2P" in left front page column with "What is I2P"
This commit is contained in:
@@ -10,14 +10,20 @@
|
||||
</div>
|
||||
<div class="aside-wrap">
|
||||
<div class="aside">
|
||||
<h1>{% trans %}Who Uses I2P?{% endtrans %}</h1>
|
||||
<p>{% trans %}I2P is used by many people who care about their privacy, as well as those in high-risk situations such as:{% endtrans %}</p>
|
||||
<h1>{% trans %}What is I2P?{% endtrans %}</h1>
|
||||
<ul>
|
||||
<li><a href='#'>{{ _('Activists') }}</a></li>
|
||||
<li><a href='#'>{{ _('Oppressed People') }}</a></li>
|
||||
<li><a href='#'>{{ _('Journalists') }}</a></li>
|
||||
<li><a href='#'>{{ _('Whistleblowers') }}</a></li>
|
||||
<li><a href='#'>{{ _('The Privacy-Conscious') }}</a></li>
|
||||
<li>{% trans -%}
|
||||
I2P is a full darknet implementation - a network within a network, unmonitorable by your ISP or government.
|
||||
{% endtrans %}</li>
|
||||
<li>{% trans -%}
|
||||
I2P is used by many people who care about their privacy, as well as those in high-risk situations such as activists, oppressed people, journalists and whistleblowers.
|
||||
{% endtrans %}</li>
|
||||
<li>{% trans -%}
|
||||
I2P runs on Java and is therefore available anywhere Java will run, including desktops, embedded systems (like the Raspberry Pi) and Android phones.
|
||||
{% endtrans %}</li>
|
||||
<li>
|
||||
<a href="{{ site_url('about/intro') }}"><em>{% trans %}Read more…{% endtrans %}</em></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="aside">
|
||||
|
Reference in New Issue
Block a user