-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (64 loc) · 2.67 KB
/
Copy pathindex.html
File metadata and controls
64 lines (64 loc) · 2.67 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
<!doctype html>
<html>
<head>
<title>Seth Samuel</title>
<link href="css/index.css" rel="stylesheet"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<section>
<div class='content'>
<h1>Seth Samuel</h1>
<div class='talks'>
<a class='talk' href='talks/2017-05-16-brooklynjs/public/index.html'>
<img src='talks/2017-05-16-brooklynjs/public/images/preview.png' width='280' height='280' alt='BrooklynJS May 2017'>
<h3>BrooklynJS May 2017</h3>
<h4>Who needs Javascript? <br>Building an Application in WebGL</h4>
</a>
<a class='talk' href='talks/2016-11-28-jskongress/public/index.html'>
<img src='talks/2016-11-28-jskongress/public/images/preview.png' width='280' height='280' alt='JS Kongress Munich 2016'>
<h3>JS Kongress Munich 2016</h3>
<h4>WebGL For More Than Graphics</h4>
</a>
<a class='talk' href='talks/2016-11-07-empirenode/public/index.html'>
<img src='talks/2016-11-07-empirenode/public/images/preview.png' width='280' height='280' alt='EmpireNode 2016'>
<h3>EmpireNode 2016</h3>
<h4>WebAssembly and the Future Of Javascript</h4>
</a>
<a class='talk' href='talks/2016-10-07-jsconfcolombia/public/index.html'>
<img src='talks/2016-10-07-jsconfcolombia/public/images/preview.png' width='280' height='280' alt='JCConf Colombia 2016'>
<h3>JSConf Colombia 2016</h3>
<h4>WebGL For More Than Graphics</h4>
</a>
<a class='talk' href='talks/2016-09-14-manhattanjs/public/index.html'>
<img src='talks/2016-09-14-manhattanjs/public/images/preview.png' width='280' height='280' alt='ManhattanJS September 2016'>
<h3>ManhattanJS September 2016</h3>
<h4>Impractical WebGL</h4>
</a>
<a class='talk' href='talks/2016-08-25-jsconficeland/public/index.html'>
<img src='talks/2016-08-25-jsconficeland/public/images/preview.png' width='280' height='280' alt='JSConf Iceland 2016'>
<h3>JSConf Iceland 2016</h3>
<h4>Arbitrary Computation on the GPU with WebGL</h4>
</a>
<a class='talk' href='talks/2016-08-03-cascadiafest/public/index.html'>
<img src='talks/2016-08-03-cascadiafest/public/images/preview.png' width='280' height='280' alt='CascadiaFest 2016'>
<h3>CascadiaFest 2016</h3>
<h4>Arbitrary Computation on the GPU with WebGL</h4>
</a>
</div>
</div>
</section>
<footer>
<div class='content'>
<a class='contact' href='http://twitter.com/sethfsamuel'>
<img src='images/twit.png'/>
@sethfsamuel
</a>
<a class='contact' href='http://github.com/sethsamuel'>
<img src='images/github.png'/>
@sethsamuel
</a>
</div>
</footer>
</body>
</html>