-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathindex.html
88 lines (80 loc) · 3.67 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Talks by @73rhodes</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!--
<link rel="icon" type="image/png" href="images/favicon.png">
-->
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 25%">
<h4>Talks by @73rhodes</h4>
<ul>
<li>
<a href="http://73rhodes.github.io/talks/multicore/">Scaling CPU-Intensive Node Apps on Multicore Systems</a>
</li>
<li>
<a href="http://73rhodes.github.io/talks/MachineLearning/">Machine Learning with Node.JS</a>
</li>
<li>
<a href="http://73rhodes.github.io/talks/ProcessingJS/">Intro to Processing.JS</a>
</li>
<li>
<a href="http://73rhodes.github.io/talks/ModulePatterns/">Node.JS Module Patterns with Simple Examples</a>
</li>
<li>
<a href="http://73rhodes.github.io/talks/Closures/">JavaScript Closures for 6 Year Olds</a>
</li>
<li>
<a href="http://73rhodes.github.io/talks/callbacks/">I <3 Callbacks - Taming the Pyramid of Doom</a>
</li>
<li>
<a href="http://73rhodes.github.io/talks/functional-intro/">Intro to Functional Programming in JS</a>
</li>
<li>
<a href="http://73rhodes.github.io/talks/Golden/">Secret Canons of Medieval Incunabula</a>
</li>
<li>
<a href="http://73rhodes.github.io/talks/getting-started-with-js/">Getting Started with JavaScript</a>
</li>
<li>
<a href="http://73rhodes.github.io/talks/FlowIntro/README.md">Flow Intro</a>
</li>
<li>
<a href="http://73rhodes.github.io/talks/jswidgets/README.md">JS Widgets</a>
</li>
<li>
<a href="http://73rhodes.github.io/talks/jsdoctypes">Types with JSDoc</a>
</li>
<li>
<a href="http://73rhodes.github.io/talks/concurrency">Concurrency: a bug story</a>
</li>
</ul>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>