-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
80 lines (76 loc) · 6.48 KB
/
team.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
<!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"><!-- 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">
<h1 style="margin-top: -30px;margin-bottom: 40px;">the Ipns link team</h1>
<div class="container" style="background: #2a2c339c;border-radius: 33px;width: 90%;">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 style="font-family: Alef, sans-serif;font-size: 32px;"><br>Somajit dey*</h2>
<p style="text-align: center;font-family: Alef, sans-serif;"><br>Somajit is the original creator of IPNS-Link. He wrote the Bash implementations of IPNS-Link as well as the docs found in the specs repository. He additionally runs a Public Gateway at <a href="https://ipns.live"><strong>IPNS Live</strong></a> for everyone to use.<br><br></p>
</div>
<div class="col-lg-8 mx-auto">
<h2 style="font-family: Alef, sans-serif;">Electro cloud</h2>
<p style="text-align: center;font-family: Alef, sans-serif;"><br>Electro Cloud is our Javascript coder. He manages the hosting of the project's websites and codes the NodeJS implementation of IPNS-Link Gateway. He additionally manages the project's funds and it's domain as well as other logistics.<br><br></p>
</div>
<div class="col-lg-8 mx-auto">
<h2 style="font-family: Alef, sans-serif;">winterhuman*</h2>
<p style="text-align: center;font-family: Alef, sans-serif;"><br>Winterhuman is our docs writer, community support member, and project coordinator. He manages the project's Matrix rooms and writes most of the updates <a href="https://github.com/ipns-link/forum/discussions/1"><strong>posted on GitHub</strong></a>.<br><br></p>
</div>
<div class="col-lg-8 mx-auto">
<h2 style="font-family: Alef, sans-serif;">Jaguwr*</h2>
<p style="text-align: center;font-family: Alef, sans-serif;"><br>Jaguwr is our C and Python coder. He helps with in-depth discussions about changes to IPNS-Link's specs.<br><br><em>Note Jaguwr is currently on a dev break and is not currently participating in the development of IPNS-Link.</em><br><br></p>
</div>
<div class="col-lg-8 mx-auto">
<h2 style="font-family: Alef, sans-serif;">Our sponsors<br></h2>
<p style="text-align: center;font-family: Alef, sans-serif;"><br>Das and Chaitanya were this project's first sponsors, to them we thank our initial funding and support.<br><br></p>
</div>
<div class="col-lg-8 mx-auto">
<h2 style="font-family: Alef, sans-serif;">and maybe you?<br></h2>
<p style="text-align: center;font-family: Alef, sans-serif;"><br>IPNS-Link is licensed under MIT and is open to contributions. As of writing, we are currently looking for JS and Go developers, you will be required to understand <strong>Libp2p </strong>and <strong>IPFS </strong>or be willing to learn in order to contribute. If you're interested, please contact us in our <a href="https://matrix.to/#/#ipns-link:matrix.org"><strong>Matrix space</strong></a> to let us know.<br><br></p>
<p><em>* Currently inactive or no longer working on the project.</em></p>
</div>
</div>
</div>
<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="index.html">home</a></li>
</ul>
</div>
</div>
</nav>
</section>
<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>