-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
78 lines (77 loc) · 2.34 KB
/
about.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
---
layout: default-with-background
title: About | Chaincode Labs
---
<div class="about-container">
<div class="about-row">
<div class="about-text">
<p>
Chaincode Labs is a Bitcoin research and development center based in
Midtown Manhattan, New York.
</p>
<br />
<p>
At Chaincode Labs, we are passionate about the development progress of
the Bitcoin network and providing resources for independent innovators
in the Bitcoin ecosystem. We are privately funded and exist solely to
support and develop Bitcoin.
</p>
<br />
<p>
Chaincode Labs was co-founded in 2014 by Alex Morcos and Suhas Daftuar,
who both co-founded global trading firm Hudson River Trading.
</p>
</div>
<div class="about-image">
<img src="assets/images/about.png" alt="Picture of Chaincode Office" />
</div>
</div>
<div class="contact-row" id="first-row">
<div class="about-icon">
<img src="assets/images/arrow-right.png" alt="white right arrow icon" />
</div>
<div class="about-contact">
<h2>450 Lexington Avenue, Fl 38</h2>
<h2>New York, NY</h2>
</div>
</div>
<div class="contact-row">
<div class="about-icon">
<img src="assets/images/mail.png" alt="white mail icon" />
</div>
<div class="about-contact">
<a href="mailto:[email protected]"><h2>[email protected]</h2></a>
</div>
</div>
<div class="contact-row">
<div class="about-icon">
<img src="assets/images/phone.png" alt="white phone icon" />
</div>
<div class="about-contact">
<a href="tel:+1-212-273-0450"><h2>212.273.0450</h2></a>
</div>
</div>
<div class="contact-row">
<div class="about-icon">
<img src="assets/images/twitter.png" alt="white twitter icon" />
</div>
<div class="about-contact">
<a href="https://twitter.com/chaincodelabs" target="_blank" rel="noopener"
><h2>@ChaincodeLabs</h2></a
>
</div>
</div>
<div class="contact-row">
<div class="about-icon">
<img src="assets/images/linkedin.png" alt="white linkedin icon" />
</div>
<div class="about-contact">
<a
href="https://www.linkedin.com/company/chaincode-labs"
target="_blank"
rel="noopener"
><h2>Linkedin</h2>
</a>
</div>
</div>
</div>