-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (37 loc) · 1.14 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
<!doctype html>
<html>
<head>
<title>Codecation: Ben and Chris</title>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta name="viewport" content="initial-scale=1.0" />
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico'>
<link href='style.css' rel='stylesheet' type='text/css' />
</head>
<body>
<h1>Codecation</h1>
<ul>
<li>
<a href="/elm-in-santa-barbara"><b>October 2016</b></a>
Ben and Edwin learn Elm in Santa Barbara, CA.
</li>
<li>
<a href="https://www.briefs.fm/"><b>January 2016</b></a>
Ben and Chris build Briefs.fm in Austin, TX.
</li>
<li>
<a href="https://www.trailmix.life"><b>September 2014</b></a>
Ben and Chris build Trailmix in Boulder, CO.
</li>
<li>
<a href="/2014-02-clojure-rica"><b>February 2014</b></a>
Ben and Chris learn ClojureScript in Costa Rica.
</li>
</ul>
<footer>
codecation by
<a href="http://twitter.com/chrishunt">@chrishunt</a>
and
<a href="http://twitter.com/r00k">@r00k</a>
</footer>
</body>
</html>