-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (68 loc) · 3.72 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
67
68
<!doctype HTML>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,200,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width">
</head>
<body>
<h1>Gustaff Weldon</h1>
<h2>Some of my slides</h2>
<ul class="ui-list--plain">
<li class="ui-list-item">
<h3><a href="./meetjs/messageformat/">MessageFormat - Translations for the web</a></h3>
<h4>meet.js</h4>
<p class="date"><time datetime="2013-11-22">2013.11.22</time></p>
<p class="comment">Features a specially made <a href="http://jsfiddle.net/gustaff_weldon/ALhny/show/">MessageFormat viewer</a> and demo project</p>
</li>
<li class="ui-list-item">
<h3><a href="./meetjs/web-performance/index2.html ">Don't make me wait. Web Performance - Episode 2</a></h3>
<h4>internal workshop</h4>
<p class="date"><time datetime="2013-11-14">2013.11.14</time></p>
<p class="comment"></p>
</li>
<li class="ui-list-item">
<h3><a href="./meetjs/web-performance/index.html ">When browser meets server. Web Performance - Episode 1</a></h3>
<h4>internal workshop</h4>
<p class="date"><time datetime="2013-10-31">2013.10.31</time></p>
<p class="comment">An updated web performance talk, touching more modern performance concepts like eg. 60fps</p>
</li>
<li class="ui-list-item">
<h3><a href="./meetjs/html5-video/index.html"></video></a></h3>
<h4>internal workshop</h4>
<p class="date"><time datetime="2013-09-04">2013.09.04</time></p>
<p class="comment">A gentle introduction to HTML5 video</p>
</li>
<li class="ui-list-item">
<h3><a href="./meetjs/debugging-node/">Debugging Node JS</a></h3>
<h4>meet.js</h4>
<p class="date"><time datetime="2012-06">2012.06</time></p>
<p class="comment"></p>
</li>
<li class="ui-list-item">
<h3><a href="./meetjs/mf-rwd/">meet.js: Mobile First Responsive Web Design</a></h3>
<h4>meet.js</h4>
<p class="date"><time datetime="2012-03">2012.03</time></p>
<p class="comment"></p>
</li>
<li class="ui-list-item">
<h3><a href="./meetjs/async-js/template/">meet.js: Asynchronous JavaScript</a></h3>
<h4>meet.js</h4>
<p class="date"><time datetime="2011-11">2011.11</time></p>
<p class="comment"></p>
</li>
<li class="ui-list-item">
<h3><a href="./meetjs/high-performance/hpw-expanded.pdf">High Performance Websites - Expanded Version</a></h3>
<h4>internal workshop</h4>
<p class="date"><time datetime="2011-03">2011.03</time></p>
<p class="comment">Extended, two part version of older, web performance-related presentation. Still, old times, originally done in PPT (yew ;) )</p>
</li>
<li class="ui-list-item">
<h3><a href="./meetjs/high-performance/hpw.pdf">High Performance Websites</a></h3>
<h4>internal workshop </h4>
<p class="date"><time datetime="2010-11">2010.11</time></p>
<p class="comment">Web performance related presentation. Old times, originally done in PPT (yew ;) )</p>
</li>
</ul>
</body>
</html>