-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
118 lines (114 loc) · 12.8 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html data-bs-theme="light">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Home - IPNS-Link</title>
<meta name="description" content="The website for everything IPNS-Link related. Get started with using the new internet today.">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cabin:700&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Actor&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Aldrich&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alef&display=swap">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/buttons.css">
<link rel="stylesheet" href="assets/css/Codeblock.css">
<link rel="stylesheet" href="assets/css/extra.css">
<link rel="stylesheet" href="assets/css/Highlight-Blue.css">
<link rel="stylesheet" href="assets/css/new-vars.css">
<link rel="stylesheet" href="assets/css/particlejs.css">
</head>
<body id="page-top" data-bs-spy="scroll" data-bs-target="#mainNav" data-bs-offset="77">
<nav class="navbar navbar-expand-md fixed-top navbar-light" id="mainNav">
<div class="container"><img src="assets/img/ipfs-logo.png" style="width: 35px;margin-right: 5px;"><a class="navbar-brand" href="index.html">IPNS-Link</a><button data-bs-toggle="collapse" class="navbar-toggler navbar-toggler-right" data-bs-target="#navbarResponsive" type="button" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation" value="Menu"><i class="fa fa-bars"></i></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item nav-link"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item nav-link"><a class="nav-link" href="#get-started">Get started</a></li>
<li class="nav-item nav-link"><a class="nav-link" href="#contact">Contact US</a></li>
<li class="nav-item dropdown" style="margin-right: 0px;"><a class="dropdown-toggle nav-link nav-link" aria-expanded="false" data-bs-toggle="dropdown" style="margin-bottom: 0px;margin-top: 7px;" href="#">other</a>
<div class="dropdown-menu dropdown-menu-end dropdown-menu-dark shadow"><a class="dropdown-item" href="feedback.html">Feedback</a><a class="dropdown-item" href="team.html">our team</a><a class="dropdown-item" href="https://matrix.to/#/#ipns-link:matrix.org" target="_blank">matrix room</a><a class="dropdown-item" href="https://dsc.gg/ipnslink" target="_blank">Discord server</a></div>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead" style="background: url("assets/img/intro-bg.jpg") left / cover;">
<div class="intro-body">
<div class="container">
<div class="alert alert-warning" role="alert"><span><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-exclamation-triangle-fill" style="margin-bottom: 4px;">
<path d="M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5m.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2"></path>
</svg> This project is currently not maintained, see <a class="alert-link" href="https://x.com/IPNS_Link/status/1819464303575281697" target="_blank">this twitter post</a> for more information! <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-exclamation-triangle-fill" style="margin-bottom: 4px;">
<path d="M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5m.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2"></path>
</svg> </span></div>
<div class="row">
<div class="col-lg-8 mx-auto">
<h1 class="brand-heading">IPNS Link</h1>
<p class="intro-text">Powering the next generation of content hosted on the IPFS network.</p><a class="btn btn-link btn-circle" role="button" href="#about"><i class="fa fa-angle-double-down animated"></i></a>
</div>
</div>
</div>
</div>
</header><!-- particles.js container -->
<div id="particles-js"></div>
<!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<section class="text-center content-section" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>About IPNS-Link</h2>
<p style="text-align: center;">IPNS-Link leverages <a href="https://ipfs.io"><strong>IPFS</strong></a>, a decentralized HTTP replacement, to it's full potential...<br></p>
<ul style="font-size: 18px;margin-bottom: 35px;">
<li style="text-align: left;margin-bottom: 8px;">NAT traversal and decentralised relays allow your services to be reached from nearly anywhere, even if they're behind NATs with dynamic ip-addresses.<br></li>
<li style="text-align: left;margin-bottom: 8px;">IPNS-Link Gateways act like a CDN and will resolve IPFS and IPNS URLs, offloading work from you to the IPFS network.<br></li>
<li style="text-align: left;margin-bottom: 8px;">Your ip-addresses are hidden from third-parties behind encryption, only IPNS-Link Gateways you decide to trust can access your service.<br></li>
<li style="text-align: left;margin-bottom: 8px;">IPNS-Link is simple to deploy and easy to relocate to new devices.<br></li>
</ul>
<p>IPNS-Link is simple to setup and start using. If you're interested, read more in our about page.<br></p><a class="btn btn-primary btn-lg btn-default" role="button" href="about.html" style="border-radius: 5px;border-color: #34aaae;"><i class="fa fa-file-text-o fa-fw" style="margin-right: 7px;"></i><span class="network-name">read more</span></a>
</div>
</div>
</div>
</section></div>
<section class="text-center download-section content-section" id="get-started" style="background: linear-gradient(#1011149c, rgba(42,44,51,0.611764705882353) 25%, rgba(42,44,51,0.611764705882353) 75%, #1011149c), url("assets/img/water-4326260.jpg");background-size: auto, cover;">
<div class="container">
<div class="col-lg-8 mx-auto" style="padding-top: 15px;padding-right: 5px;padding-bottom: 15px;padding-left: 5px;border-radius: 5px;">
<h1>Get started now</h1>
<p>You can download IPNS-Link from GitHub to help build the next era of the internet.</p><a class="btn btn-primary btn-lg btn-default" role="button" href="get-started.html" style="border-radius: 5px;margin-right: 5px;"><i class="fa fa-coffee fa-fw" style="margin-right: 5px;"></i>Get started</a><a class="btn btn-primary btn-lg btn-default" role="button" href="downloads.html" style="border-radius: 5px;"><i class="fa fa-cloud-download fa-fw" style="margin-right: 5px;"></i>Download</a>
</div>
</div>
</section>
<section class="text-center content-section" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>Contact us</h2>
<p>Feel free to contact us using one of the following methods or by using our <a href="feedback.html">feedback page</a> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" fill="currentColor" style="color: rgb(52,170,174);">
<!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. -->
<path d="M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z"></path>
</svg>.</p>
<ul class="list-inline banner-social-buttons">
<li class="list-inline-item"> <a class="btn btn-primary btn-lg btn-default" role="button" href="mailto:[email protected]" style="border-radius: 5px;border-color: #34aaae;"><i class="fa fa-envelope fa-fw" style="margin-right: 7px;"></i><span class="network-name">Email</span></a></li>
<li class="list-inline-item"> <a class="btn btn-primary btn-lg btn-default" role="button" href="https://twitter.com/IPNS_Link" style="border-radius: 5px;color: rgb(52, 170, 174);" target="_blank"><i class="fa fa-twitter fa-fw"></i><span class="network-name"> Twitter</span></a></li>
<li class="list-inline-item"> <a class="btn btn-primary btn-lg btn-default" role="button" href="https://dsc.gg/ipnslink" style="border-radius: 5px;" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -64 640 640" width="1em" height="1em" fill="currentColor" class="fa-fw">
<!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. -->
<path d="M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"></path>
</svg><span class="network-name"> Discord</span></a></li>
<li class="list-inline-item"> <a class="btn btn-primary btn-lg btn-default" role="button" href="https://github.com/ipns-link/specs/discussions" title="visit" style="border-radius: 5px;" target="_blank"><i class="fa fa-github fa-fw"></i><span class="network-name" style="border-radius: 0px;"> github</span></a></li>
</ul>
</div>
</div>
</div>
</section>
<div class="map-clean"></div>
<footer>
<div class="container text-center">
<p><br>Copyright © IPNS-Link 2024<br>This website is licensed under <a href="https://choosealicense.com/licenses/mit/"><strong>MIT</strong></a>. All images are royalty-free unless stated otherwise.<br>Contact us: <a href="mailto:[email protected]"><strong>[email protected]</strong></a><br>Source code: <a href="https://github.com/ipns-link"><strong>IPNS-Link GitHub</strong></a><br><br></p>
</div>
</footer>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/grayscale.js"></script>
<script src="assets/js/particle.js"></script>
</body>
</html>