-
Notifications
You must be signed in to change notification settings - Fork 43
/
index.html
34 lines (32 loc) · 1.36 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
<!DOCTYPE html>
<meta charset="utf-8">
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,300,600,900' rel='stylesheet' type='text/css'> </head>
<style>
body {
font-family: Open Sans;
}
</style>
</head>
<body>
<p>
<a style="font-size:24px" href="costofliving">Cost of Living Workshop</a><br> given at the <a href="http://svgopen.org/2012/#workshop_13">Graphical Web 2012 Conference</a>
</p>
<p>
<a style="font-size:24px" href="gaffta">Web Development with d3.js Workshop</a><br> given at the <a href="http://www.gaffta.org/2012/08/20/web-development-with-d3-js/">GAFFTA</a>
</p>
<p>
<a style="font-size:24px" href="frontendmasters">Interactive Data Visualizations with d3.js Workshop</a><br> given at <a href="http://frontendmasters.com/workshops/interactive-data-visualization-d3js/">Frontend Masters</a>
</p>
<p>
<a style="font-size:24px" href="html5devconf">Intermediate d3.js Workshop</a><br> given at <a href="http://html5devconf.com">HTML5 Dev Conf 10/2013</a>
</p>
<p>
<a style="font-size:24px" href="mozilla">Introductory d3.js Workshop</a><br> given at <a href="http://mozilla.org">Mozilla 6/2014</a>
</p>
<p>
<a style="font-size:24px" href="maptime">Making maps with d3.js</a><br> given at <a href="http://www.meetup.com/Maptime-SF/">Maptime SF 7/2014</a>
</p>
</body>
</html>