-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
94 lines (82 loc) · 3.05 KB
/
resources.html
File metadata and controls
94 lines (82 loc) · 3.05 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<title>dctrl - learning resources</title>
<style type="text/css">
/*<![CDATA[*/
div.youtube { float: left; padding: 0.5em; width: 280px; text-align: center; }
h1,h2,h3 { clear: both; text-align: center; }
/*]]>*/
</style>
</head>
<body>
<img src="dctrl-logo.svg">
<h3>Books and Articles</h3>
<ul>
<li>Book: <a href=
"https://github.com/bitcoinbook/bitcoinbook">Mastering Bitcoin,
by Andreas Antonopoulos</a></li>
</ul>
<h3>Talks at Decentral</h3>
<div class="youtube">
<iframe width="280" height="158" src=
"https://www.youtube.com/embed/NQaAPkbMh-A" frameborder="0"
gesture="media" allow="encrypted-media" allowfullscreen=
""></iframe>
<a href="https://www.youtube.com/watch?v=NQaAPkbMh-A">Intro to
Bitcoin - dctrl Vancouver - September 26 2017</a><br>
</div>
<div class="youtube">
<iframe width="280" height="158" src=
"https://www.youtube.com/embed/DczhVeAf_OI" frameborder="0"
gesture="media" allow="encrypted-media" allowfullscreen=
""></iframe>
<a href="https://www.youtube.com/watch?v=DczhVeAf_OI">Intro to
Ethereum - dctrl Vancouver - September 20 2017</a><br>
</div>
<div class="youtube">
<iframe width="280" height="158" src=
"https://www.youtube.com/embed/lHYuRmVPS3I" frameborder="0"
gesture="media" allow="encrypted-media" allowfullscreen=
""></iframe>
<a href="https://www.youtube.com/watch?v=lHYuRmVPS3I">Chelsea
presents intro to decentralization to Emily Carr class</a><br>
</div>
<div class="youtube">
<iframe width="280" height="158" src=
"https://www.youtube.com/embed/HZb17EA0VNY" frameborder="0"
gesture="media" allow="encrypted-media" allowfullscreen=
""></iframe>
<a href="https://www.youtube.com/watch?v=HZb17EA0VNY">Bitcoin
Lightning: Thunderstruck (Alex Melville & Taylor Rhodes at
DCTRL Vancouver)</a><br>
</div>
<div class="youtube">
<iframe width="280" height="158" src=
"https://www.youtube.com/embed/1oB-uI1C09A" frameborder="0"
gesture="media" allow="encrypted-media" allowfullscreen=
""></iframe>
<a href="https://www.youtube.com/watch?v=1oB-uI1C09A">Alex
Melville - Elliptical curve of bitcoin cryptography</a><br>
</div>
<h3>Videos</h3>
<div class="youtube">
<iframe width="280" height="158" src=
"https://www.youtube.com/embed/URCc0Vcm_68" frameborder="0"
gesture="media" allow="encrypted-media" allowfullscreen=
""></iframe>
<a href="https://www.youtube.com/watch?v=URCc0Vcm_68">Banking
on Bitcoin - Full Movie Documentary HD</a><br>
</div>
<div class="youtube">
<iframe width="280" height="158" src=
"https://www.youtube.com/embed/1sOxtBiBpE4" frameborder="0"
gesture="media" allow="encrypted-media" allowfullscreen=
""></iframe>
<a href="https://www.youtube.com/watch?v=1sOxtBiBpE4">Joe Rogan
Experience #844 - Andreas Antonopoulos</a><br>
</div>
</body>
</html>