Ticket #792 - replaced "Who Uses I2P" in left front page column with "What is I2P"

This commit is contained in:
str4d
2013-01-07 03:49:56 +00:00
parent b3a558e16b
commit c7dec35b08

View File

@@ -10,14 +10,20 @@
</div> </div>
<div class="aside-wrap"> <div class="aside-wrap">
<div class="aside"> <div class="aside">
<h1>{% trans %}Who Uses I2P?{% endtrans %}</h1> <h1>{% trans %}What is 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>
<ul> <ul>
<li><a href='#'>{{ _('Activists') }}</a></li> <li>{% trans -%}
<li><a href='#'>{{ _('Oppressed People') }}</a></li> I2P is a full darknet implementation - a network within a network, unmonitorable by your ISP or government.
<li><a href='#'>{{ _('Journalists') }}</a></li> {% endtrans %}</li>
<li><a href='#'>{{ _('Whistleblowers') }}</a></li> <li>{% trans -%}
<li><a href='#'>{{ _('The Privacy-Conscious') }}</a></li> 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&hellip;{% endtrans %}</em></a>
</li>
</ul> </ul>
</div> </div>
<div class="aside"> <div class="aside">