correct path of front page images, which is CC NA https://pixabay.com/service/license/

This commit is contained in:
idk
2020-12-04 15:22:34 -05:00
parent e239e59a51
commit b23bd8485b
4 changed files with 25 additions and 30 deletions

View File

@@ -66,9 +66,4 @@ The following are discussed on the <a href="{{ othernetworks }}">other networks
<li>Haystack</li> <li>Haystack</li>
</ul> </ul>
<p>{% trans trac='https://trac.i2p2.de/report/1' -%}
The content of this page is subject to update, discussion and dispute, and we welcome comments and additions.
You may contribute an analysis by entering a <a href="{{ trac }}">new ticket on Trac</a>.
{%- endtrans %}</p>
{% endblock %} {% endblock %}

View File

@@ -1,33 +1,33 @@
{% extends "global/layout.html" %} {% extends "global/layout.html" %}
{% block title %}{{ _('Donate') }}{% endblock %} {% block title %}{{ _('Donate') }}{% endblock %}
{% block content %} {% block content %}
<p>{% trans -%} <h2>{% trans -%}Thank you for your interest in contributing to I2P!{%- endtrans %}</h2>
Thank you for your interest in contributing to I2P!<br> <p>{% trans -%}For almost two decades the Invisible Internet Project (I2P) has
<br> researched and developed a transport layer and software with a focus on providing
For nearly two decades the I2P network has provided protected communication privacy and security for online communication. The Invisible Internet Project
platforms and access to information and resources to individuals who are (I2P) supports the right to access. The project works to constantly improve
concerned about online privacy. Designed with security and privacy first, its circumvention abilities and resistance.
peer-to-peer and decentralized, it continues to provide the opportunity for
access to the free flow of information on its network and resist internet
filtering and blocks. I2P has done this with the support of its community
through volunteers and donations.
{%- endtrans %}</p> {%- endtrans %}</p>
<p>{% trans %}Your donations help I2P continue to be an alternative option for <p>{% trans %}Both the network and its software is completely free to use.{% endtrans %}</p>
online communication for everyone and create a space to resist the persistence
of surveillance and monitoring of our digital lives. Your donations facilitate
research and development to create applications that will increase access to I2P
services, and its outreach in at-risk communities.{% endtrans %}</p>
<p>{% trans %}I2P accepts donations in cryptocurrencies and via Paypal. Android <h3>{% trans -%}Who Uses The Invisible Internet?{%- endtrans %}</h3>
users may also support the project through the Google Play Store by choosing
the "Donate" edition. I2P funding is handled by meeh.{% endtrans %}<br>
<br> <p>{% trans %}
{% trans %}The following addresses are valid as of June 10th, 2019. Please note People who are concerned about their privacy and interested in alternatives to the internet make use of the network and its applications to chat, email, torrent and run their own sites and forums. In some circumstances individuals rely on the network to communicate due to safety issues or censorship. Researchers, developers and digital rights defenders make use of the network as well.
that any other addresses not listed here are no longer valid. Please note that {% endtrans %}</p>
addresses may update and more coins may be added. {% endtrans %}
<br><br> <h3>{% trans -%}How Is The Invisible Internet Project Funded and How Is That Funding Used?{%- endtrans %}</h3>
<p>{% trans %}The Invisible Internet Project (I2P) is 100% community funded. In the past the Project has received a grant from DuckDuckGo, and has received support from the OTF Usability Lab providers. This helped to guide improvements to the Java software and website UX and information architecture.
Donations support I2P maintainers server costs, and other costs associated with keeping the network services up and running. Donations support improving the I2P protocol, application layer, outreach and design.{% endtrans %}</p>
<p>{% trans %}I2P accepts donations in cryptocurrencies and via Paypal. Android users may also support the project through the Google Play Store by choosing the "Donate" edition. I2P funding is handled by meeh.{% endtrans %}</p>
<p>
{% trans %}The following addresses are valid as of June 10th, 2019. Please note that any other addresses not listed here are no longer valid. Please note that addresses may update and more coins may be added. {% endtrans %}
</p>
<p>
{% trans %} Double-Clicking on the cryptocurrency address will copy it onto your {% trans %} Double-Clicking on the cryptocurrency address will copy it onto your
clipboard.{% endtrans %} clipboard.{% endtrans %}
<br></p> <br></p>
@@ -42,7 +42,7 @@ clipboard.{% endtrans %}
<img class="qrcode" width="250px" src="{{ url_for('static', filename='images/donate/cur-xmr-addr.png') }}" /> <img class="qrcode" width="250px" src="{{ url_for('static', filename='images/donate/cur-xmr-addr.png') }}" />
<b class="address">{% trans %}XMR Address{% endtrans %}:</b> <textarea ondblclick="copy(this)" class="coinaddr" rows="1" readonly>447kucUDzM21jDxdmx7h2jFT4UT4PprD8EMjDk4Bc471gRGkbeZSfSPHcB7JtiumR7gNRJgKqf1dHa2T49nQ7jsfSZSfoLA</textarea><br> <b class="address">{% trans %}XMR Address{% endtrans %}:</b> <textarea ondblclick="copy(this)" class="coinaddr" rows="1" readonly>447kucUDzM21jDxdmx7h2jFT4UT4PprD8EMjDk4Bc471gRGkbeZSfSPHcB7JtiumR7gNRJgKqf1dHa2T49nQ7jsfSZSfoLA</textarea><br>
<p><b>{% trans %}We now also accept paypal donations!{% endtrans %}</b></p> <!--<p><b>{% trans %}We now also accept paypal donations!{% endtrans %}</b></p>-->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" /> <input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="WJA7BJTH89JKN" /> <input type="hidden" name="hosted_button_id" value="WJA7BJTH89JKN" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

View File

@@ -103,7 +103,7 @@ div#content {
div#content .main { div#content .main {
background: url('../../images/dots.png') 0 10% no-repeat; background: url('../../images/dots.png') 0 10% no-repeat;
background: url('/_static/images/pexels-jakub-novacek.jpg'); background: url('/_static/images/pexels-montevideo-starsky.jpg');
background-size: auto; background-size: auto;
background-size: 100% auto; background-size: 100% auto;
width: auto; width: auto;