-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (60 loc) · 3.06 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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>ESX</title>
<meta name="description" content="ESX">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/tachyons.min.css"/>
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a class="link dark-pink" href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<div class="ph4 ph5-m ph6-l bg-near-white">
<div class="pv5 f4 f2-ns measure center">
<div class="measure f4 f3-ns center ma0 black mb3-ns">
<h1 class="fw6 f1 fl w-100 black mt0 avenir tc pb4-ns mb4-ns">
<a class="link dark-pink" href="https://github.com/esxjs/esx">
<img src=esx.png height=120 width=120 alt=ESX>
</a>
</h1>
</div>
<div class="measure f4 f3-ns center mv5 black">
<a name='talk-reactams'></a>
<h2 class="fw6 f3 avenir"> <span class="dib">7 minute introduction</span> <span class="dib">(React Amsterdam)</span> </h2>
<div class="aspect-ratio aspect-ratio--16x9 mv2">
<iframe src="https://www.youtube.com/embed/FaJosYCMnRA" class="aspect-ratio--object" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
<div class="measure f4 f3-ns center mv5 black">
<a name='talk-workerconf'></a>
<h2 class="fw6 f3 avenir"> 25 minute talk (WorkerConf.sh)</h2>
<div class="aspect-ratio aspect-ratio--16x9 mv2">
<iframe src="https://www.youtube.com/embed/WhZb_rSUGh0" class="aspect-ratio--object" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
<div class="measure f4 f3-ns center mv5 black">
<a name='slides-oreilly'></a>
<h2 class="fw6 f3 avenir"> 45 minute explanation (O'Reilly Berlin) </h2>
<a class="link dark-pink dib" href='./esx-oreilly.pdf'> O'Reilly talk slides </a>
<div class="aspect-ratio aspect-ratio--16x9 mv2">
<object class="aspect-ratio--object" data="./esx-oreilly.pdf" type="application/pdf">
<embed class="aspect-ratio--object" src="./esx-oreilly.pdf" type="application/pdf" />
</object>
</div>
</div>
<div class="measure f4 f3-ns center mv4 black">
<h2 class="fw6 f3 avenir"> Contact </h2>
<a class="link dark-pink dib" href='https://twitter.com/messages/compose?recipient_id=323355503'> @davidmarkclem </a>
</div>
<div class="measure f4 f3-ns center mv5 black">
<h2 class="fw6 f3 avenir"> Github </h2>
<a class="db link dark-pink mv2" href='https://github.com/esxjs'> https://github.com/esxjs </a>
<a class="db link dark-pink" href='https://github.com/davidmarkclements'> https://github.com/davidmarkclements </a>
</div>
</div>
</div>
</body>
</html>