1
0
mirror of https://github.com/PurpleI2P/purplei2p.github.io synced 2025-01-15 17:19:56 +00:00
i2pd.website/index.html

66 lines
4.2 KiB
HTML
Raw Normal View History

2016-05-25 18:54:28 +03:00
<!DOCTYPE html>
2016-04-11 13:56:23 -04:00
<html>
2016-05-25 18:54:28 +03:00
<head>
<meta charset="utf-8">
2016-10-17 15:24:06 +00:00
<title>Invisible Internet Protocol Daemon</title>
2016-05-25 18:54:28 +03:00
<link href="css/app.css" rel="stylesheet">
<script src="js/app.js"></script>
2016-09-11 22:24:58 +00:00
<link rel="icon" type="image/png" href="images/favicon.png" />
2016-05-25 18:54:28 +03:00
</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">
2016-10-17 15:03:05 +00:00
<img src="images/favicon.png" id="logo">
2016-10-17 15:24:06 +00:00
<h2 data-i18n="header.title">Invisible Internet Protocol:</h2>
2016-05-25 18:54:28 +03:00
<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">
2016-10-17 15:34:56 +00:00
<p style="font-size: 1.2em;" data-i18n="content.how.title">i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client</p>
2016-10-17 15:24:06 +00:00
<p data-i18n="content.how.p1">I2P (Invisible Internet Protocol) is a universal anonymous network layer. All communications over I2P are anonymous and end-to-end encrypted, participants don't reveal their real IP addresses.</p>
<p data-i18n="content.how.p2">I2P client is a software used for building and using anonymous I2P networks. Such networks are commonly used for anonymous peer-to-peer applications (filesharing, cryptocurrencies) and anonymous client-server applications (websites, instant messengers, chat-servers).</p>
<p data-i18n="content.how.p3">I2P allows people from all around the world to communicate and share information without restrictions.</p>
2016-05-25 18:54:28 +03:00
<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>
2016-04-11 13:56:23 -04:00
</html>