-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (38 loc) · 1.77 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IPNI: Inter-Planetary Network Indexers</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<header class="hero-section">
<h1>IPNI: Inter-Planetary Network Indexers</h1>
<img src="./ipni.png" alt="IPNI" width="100vw" />
<p>Scalable, high-performance content routing for IPFS</p>
</header>
<div class="section about-section">
<h2>About IPNI</h2>
<p>IPNI is a federated network of index nodes designed to supercharge content discovery on IPFS. Operated as a non-profit by dedicated individuals, IPNI offers a high-performance solution to content routing as storage densities increase. Unlike traditional DHTs, IPNI leverages complete routing tables for blazing-fast lookups.</p>
</div>
<div class="section benefits-section">
<h2>IPNI Benefits</h2>
<ul>
<li>Ultra-fast Content Routing: Discover IPFS content with unparalleled speed and efficiency.</li>
<li>Scalability: IPNI scales effortlessly to accommodate the ever-growing IPFS network.</li>
<li>Data Bridging: Seamlessly connect IPFS to Filecoin and other major data providers.</li>
</ul>
</div>
<div class="section get-involved-section">
<h2>How to Get Involved</h2>
<p>Join the IPNI federation and help shape the future of the decentralized web. Contact us to learn how you can contribute.</p>
<button><a href="https://bsky.app/profile/ipni.bsky.social">Get updates</a></button>
<form action="mailto:[email protected]">
<button>Email us</button>
</form>
</div>
<footer>
</footer>
</body>
</html>