You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
3.8 KiB
64 lines
3.8 KiB
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<title>Invisible Internet Project: Purple</title> |
|
<link href="css/app.css" rel="stylesheet"> |
|
<script src="js/app.js"></script> |
|
</head> |
|
<body> |
|
<a class="github-fork-ribbon" href="https://github.com/PurpleI2P/i2pd" |
|
title="Fork me on GitHub">Fork me on GitHub</a> |
|
<div class="container"> |
|
<div class="header"> |
|
<img src="images/purplei2p.png" id="logo"> |
|
<h2 data-i18n="header.title">Invisible Internet Project:</h2> |
|
<h1 data-i18n="header.slogan">Network without borders</h1> |
|
<p data-i18n="header.p1">We are building network which helps people to communicate and share information without restrictions.</p> |
|
<p data-i18n="header.p2">Free from censorship. Free from privacy violations.</p> |
|
<div class="download"> |
|
<a href="https://github.com/PurpleI2P/i2pd/releases/latest" |
|
id="dl-btn" target="_blank">Downloads</a> |
|
</div> |
|
<p class="header-links"> |
|
<a href="https://github.com/PurpleI2P/i2pd/releases/latest" id="all-dls" |
|
data-i18n="header.dl-all" style="display: none;" target="_blank"> |
|
All downloads</a> |
|
<a href="https://i2pd.readthedocs.io/en/latest/" target="_blank" |
|
data-i18n="header.docs">Documentation</a> |
|
</p> |
|
</div> |
|
<div class="content"> |
|
<h2 data-i18n="content.how.title">How Invisible Internet works?</h2> |
|
<p data-i18n="content.how.p1">I2P (Invisible Internet Project) is anonymous network which works on top of public Internet.</p> |
|
<p data-i18n="content.how.p2">Privacy and anonymity are achieved by strong encryption and bouncing your traffic through thousands of I2P nodes all around the world.</p> |
|
<p data-i18n="content.how.p3">Nobody can track your activities inside Invisible Internet.</p> |
|
<p> |
|
<span data-i18n="content.how.p4">If you are interested in deeper technical details, visit</span> |
|
<a data-i18n="content.how.details" href="https://geti2p.net/en/about/intro" |
|
target="_blank">this page</a>. |
|
</p> |
|
<div class="p-hr"></div> |
|
<h2 data-i18n="content.support.title">Let's make the world a better place</h2> |
|
<p data-i18n="content.support.p1">I2P runs and is developed by people like you.</p> |
|
<p data-i18n="content.support.p2">You can help to protect our civil rights online, just run I2P node 24/7 and spread the word!</p> |
|
<p><a data-i18n="content.support.donate-link" href="#donations">Support with coins</a></p> |
|
<div id="donations"> |
|
<h2 data-i18n="content.support.donate-text">Donations for Purple I2P developing:</h2> |
|
<p>E-Mail: i2porignal at yandex.ru</p> |
|
<p>BTC: 1K7Ds6KUeR8ya287UC4rYTjvC96vXyZbDY</p> |
|
<p>DASH: Xw8YUrQpYzP9tZBmbjqxS3M97Q7v3vJKUF</p> |
|
<p>LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59</p> |
|
<p>ANC: AQJYweYYUqM1nVfLqfoSMpUMfzxvS4Xd7z</p> |
|
<p>DOGE: DNXLQKziRPAsD9H3DFNjk4fLQrdaSX893Y</p> |
|
</div> |
|
<div class="p-hr"></div> |
|
<p class="links"> |
|
<a href="https://github.com/PurpleI2P/i2pd" target="_blank">@GitHub</a> |
|
<a href="https://en.wikipedia.org/wiki/I2P" target="_blank">@Wikipedia</a> |
|
<a href="https://geti2p.net/" target="_blank">Vanilla I2P</a> |
|
</p> |
|
</div> |
|
</div> |
|
</body> |
|
</html>
|
|
|