forked from jonatack/jonatack.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
91 lines (87 loc) · 2.53 KB
/
contact.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
<!--
jon atack bitcoin core developer and protocol researcher
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>jon atack - contact</title>
<meta charset="utf-8">
<base target="_blank">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body>
<div id="content">
<div id="right">
<div class="list">
<ul>
<li>
<a href="/" target="_self">home</a>
</li>
<li>
<a href="articles" target="_self">articles</a>
</li>
<li>
<a href="presentations" target="_self">presentations</a>
</li>
<li>
<a href="sponsors" target="_self">sponsors</a>
</li>
<li>
<a href="contact" target="_self">contact</a>
</li>
<li>
<a href="donate" target="_self">donate</a>
</li>
<li>
</li>
<li class="small">
style:<br>
<a href="https://basicbitch.software" class="small" target="_blank">basicbitch.software</a>
</li>
</ul>
</div>
<div class="namecap">
<a href="/" target="_self"> jon <br>atack</a>
</div>
</div>
<div id="entry_block">
<div class="entry">
<div class="date">Last updated: 28 April 2020</div>
<div class="body">
<div class="title">Contact</div>
<p>
Jon Atack
</p>
<p>
Bitcoin Core contributor and protocol researcher
</p>
<p>
GitHub:
<a href="https://github.com/jonatack"
target="_blank">https://github.com/jonatack</a>
</p>
<p>
Twitter:
<a href="https://twitter.com/jonatack"
target="_blank">https://twitter.com/jonatack</a> (DMs open)
</p>
<p>
Fediverse: <a href="https://x0f.org/@jon"
target="_blank">https://x0f.org/@jon</a>
</p>
<p>
Keybase:
<a href="https://keybase.io/jonatack"
target="_blank">https://keybase.io/jonatack</a>
</p>
<p>
Email: [email protected]
</p>
</div>
</div>
</div>
</div>
</body>
</html>