-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
178 lines (161 loc) · 8.12 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GPRVXS7690"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GPRVXS7690');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Impervious | Cypherpunk development for decentralized naming</title>
<meta name="description" content="Impervious is a team of developers contributing open source core software for Handshake and Bitcoin.">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/android-icon-192x192.png">
<meta name="msapplication-TileImage" content="images/ms-icon-144x144.png">
<link rel="canonical" href="https://impervious.com" />
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all">
<link href="css/impervioustyle.css" rel="stylesheet" type="text/css" media="all">
<link rel="stylesheet" href="https://use.typekit.net/ydg0vkm.css">
</head>
<body>
<!-- Hero -->
<div class="container">
<div class="hero">
<img src="images/logo.svg" class="logo" alt="Impervious">
<h1>Cypherpunk development for decentralized naming</h1>
<h2>Impervious is a team of developers contributing open source software to decentralized naming systems</h2>
</div>
</div>
<!-- Details -->
<section class="details">
<div class="container-fluid">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<h5>Mission</h5>
<p>Impervious is building technology to help bring freedom to the internet. </p>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<h5>Projects</h5>
<p><a href="https://spacesprotocol.org/">Spaces Protocol</a></p>
<p><a href="https://impervious.domains">Impervious domains</a></p>
<p><a href="https://forever.id">Forever IDs</a></p>
<p><a href="/fingertip">Fingertip</a></p>
<p><a href="/beacon">Beacon Browser</a></p>
<p><a href="https://badass.domains">.badass Domains</a></p>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section class="contact" id="contact">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 col-sm-offset-2">
<h5>Get in Touch</h5>
<p>We'd love to hear from you.</p>
</div>
<div class="col-sm-4">
<!-- Form -->
<form>
<div class="form-group">
<input type="text" class="form-control" id="InputName" aria-describedby="Name" placeholder="Name">
</div>
<div class="form-group">
<input type="email" class="form-control" id="InputEmail" aria-describedby="Email" placeholder="Email">
</div>
<div class="form-group">
<textarea type="text" class="form-control" id="InputMessage" aria-describedby="Message" placeholder="Message"></textarea>
</div>
<button type="button" class="btn" data-toggle="modal" data-target="#thanks">Send</button>
</form>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer>
<div class="container text-center">
<div class="footer-logo">
<img src="images/logo-footer.svg">
</div>
<p>© Copyright 2023 Impervious Inc.</p>
</div>
</footer>
<!-- Modal mike_carson -->
<div class="modal fade" id="mike_carson" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<div class="pic"><img src="images/mike_carson.jpg" alt="Mike Carson"></div>
</div>
<div class="modal-body">
<h3>Mike Carson</h2>
<h4>CEO/Founder</h4>
<p>Mike founded <a href="http://www.park.io" target="_blank">park.io</a> and ran it solo for 5 years, growing it to $1M+ in annual revenue. Before that he co-founded and was CTO of <a href="http://www.wizehive.com" target="_blank">wizehive.com</a>. Mike has run ICANN-accredited registrars and partnered with the .ai registry to create an aftermarket for expired .ai domains. He got into Bitcoin has devoted himself to decentralized naming systems.</p>
</div>
</div>
</div>
</div>
<!-- Modal steve_webb -->
<div class="modal fade" id="steve_webb" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<div class="pic"><img src="images/steve_webb.jpg" alt="Steve Webb"></div>
</div>
<div class="modal-body">
<h3>Steve Webb</h3>
<h4>Co-founder</h4>
<p>Steve is an ex-Googler who received his Ph.D. in Computer Science from Georgia Tech. He created a reputation system for an Internet security startup that was eventually acquired, and then became a visiting professor at the University of Canterbury. He joined <a href="http://www.park.io" target="_blank">park.io</a> as partner in 2019.</p>
</div>
</div>
</div>
</div>
<!-- Modal matthew_zipkin -->
<div class="modal fade" id="matthew_zipkin" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<div class="pic"><img src="images/matthew_zipkin.jpg" alt="Matt Zipkin"></div>
</div>
<div class="modal-body">
<h3>Matt Zipkin</h3>
<h4>Lead Developer</h4>
<p>Matthew joined the Bitcoin community in 2013, bought his first coins from Mt. Gox, and withdrew them to his own Bitcoin Core full node. In 2015 he produced the first Bitcoin Block Clock (a not-boring full node) and entered the cryptocurrency art scene, selling Bitcoin Block Clocks on OpenBazaar, the decentralized marketplace platform. </p>
<p>After a 15-year career in audio engineering, he joined Purse.io in 2018 and started a new full-time career developing Bitcoin software. As part of the Purse team, Matthew also contributed to the Handshake core protocol implementations hsd and hnsd. </p>
<p>Since the mainnet launch of the Handshake blockchain, he has been one of the top contributors to the Handshake ecosystem and community. Matthew also continues to contribute to the Bitcoin community, offering support for bcoin, reviewing pull requests to Bitcoin Core, and educating new users on Stack Exchange.</p>
</div>
</div>
</div>
</div>
<!-- Modal Thanks -->
<div class="modal fade" id="thanks" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
<div class="modal-body">
<h3>Oops!</h3>
<p style="text-align: center;">Sorry but this form doesn't work yet, please contact us via email at [email protected].</p>
</div>
</div>
</div>
</div>
<!-- javascript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>