mirror of
https://github.com/PurpleI2P/purplei2p.github.io
synced 2025-01-19 19:10:02 +00:00
Update index.html
This commit is contained in:
parent
a76abeed69
commit
cadfd10943
12
index.html
12
index.html
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Invisible Internet Project: Purple</title>
|
||||
<title>Invisible Internet Protocol Daemon</title>
|
||||
<link href="css/app.css" rel="stylesheet">
|
||||
<script src="js/app.js"></script>
|
||||
<link rel="icon" type="image/png" href="images/favicon.png" />
|
||||
@ -13,7 +13,7 @@
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<img src="images/favicon.png" id="logo">
|
||||
<h2 data-i18n="header.title">Invisible Internet Project:</h2>
|
||||
<h2 data-i18n="header.title">Invisible Internet Protocol:</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>
|
||||
@ -30,10 +30,10 @@
|
||||
</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 style="font-size: 1.2em;" data-i18n="content.how.title">i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.</p>
|
||||
<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>
|
||||
<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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user