Make the Download buttons on the download page the same color as the get i2p button on the home page. Minor revisions to the home page text. Add OS detection by user-agent to download page.

This commit is contained in:
idk
2021-04-14 18:29:24 -04:00
parent 68704eba7b
commit 10f8129d13
6 changed files with 60 additions and 14 deletions

View File

@@ -14,10 +14,11 @@
<div class="aside">
<h1>{% trans %}What is I2P?{% endtrans %}</h1>
<ul>
<li>{% trans %}The Invisible Internet Project (I2P) is a fully encrypted private network layer that
has been developed with privacy and security by design in order to provide protection for your
activity, location and your identity. The software ships with a router that connects you to the
network and applications for sharing, communicating and building. {%- endtrans %}</li>
<li>{% trans %}
The Invisible Internet Project (I2P) is a fully encrypted private network layer.
It protects your activity and location. Every day people use the network to connect
with people without worry of being tracked or their data being collected. In some
cases people rely on the network when they need to be discrete or are doing sensitive work.{%- endtrans %}</li>
</ul>
<h1>{% trans %}I2P Cares About Privacy{% endtrans %}</h1>
<ul>
@@ -28,15 +29,15 @@
</ul>
</div>
<div class="aside">
<h1>Peer-to-Peer</h1>
<p>Everyday, people use the I2P network to connect with other people without the worry of being tracked or their data being collected. In some cases people rely on the network when they cannot safely communicate or while doing sensitive work. The network is P2P - people powered, and always growing. <a href="{{ site_url('docs/protocol') }}">Learn more about the Protocol Stack</a>.</p>
<h1>{% trans %}Peer-to-Peer{% endtrans %}</h1>
<p>{% trans %}The network is people powered . Peers make a portion of their resources, particularly bandwidth, available to other network participants. This allows the network to function with relying on centralized servers.{% endtrans %} <a href="{{ site_url('docs/protocol') }}">{% trans %}Learn more about the Protocol Stack{% endtrans %}</a>.</p>
<h1>Privacy and Security By Design</h1>
<p>I2P has created transport protocols that resist DPI censorship, and continuously improves its end to end encryption.
<a href="{{ site_url('docs/transport') }}">Read the I2P Transport Overview</a></p>
<h1>{% trans %}Privacy and Security By Design{% endtrans %}</h1>
<p>{% trans %}I2P has created transport protocols that resist DPI censorship, and continuously improves its end to end encryption.{% endtrans %}
<a href="{{ site_url('docs/transport') }}">{% trans %}Read the I2P Transport Overview{% endtrans %}</a>.</p>
<h1>Built For Communication</h1>
<p>I2P has an application layer with easy to use <a href="{{ site_url('docs/api/i2ptunnel') }}">APIs for creating your own privacy - aware apps.</a></p>
<h1>{% trans %}Built For Communication{% endtrans %}</h1>
<p>{% trans %}I2P has an application layer with easy to use {% endtrans %}<a href="{{ site_url('docs/api/i2ptunnel') }}">{% trans %}APIs for creating your own privacy - aware apps.{% endtrans %}</a></p>
</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>
@@ -44,7 +45,8 @@
{% include "blog/latest.html" %}
</div>
<div id="herocredit">
<a href="https://pixabay.com/users/montevideo-5677795/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=3621630%22%3EMontevideo">Hero Image courtesy of Pixabay artist Montevideo</a>
<a href="https://pixabay.com/users/montevideo-5677795/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=3621630%22%3EMontevideo">Hero Image courtesy of Pixabay artist Montevideo</a></br>
<!--<a href="https://decentpatterns.xyz/report/#key-terms">*Further information about decentralized principles collated by DOTS(Decentralization Off-The-Shelf) study</a>-->
</div>
</div>