-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
34 lines (25 loc) · 914 Bytes
/
index.htm
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">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width,user-scalable=no">
<style>
body {
font-size: 14pt;
font-family: Open Sans Light;
text-anchor: left;
padding: 0px;
margin: 0px;
}
.nav {float: right; background-color: #f0ebd0; padding: 5px 50px 10px 50px; }
</style>
<body>
<div class = "nav">
Angie's D3.js things:
<p><a href='rof/radar.htm'>[Risk of failure radar]</a></p>
<p><a href='rof/table.htm'>[Risk of failure table]</a></p>
<p><a href='linechart/index.htm'>[Scrollnig line chart]</a></p>
<p><a href='barchart/index.htm'>[D3 live coding for students 1]</a></p>
<p><a href='budget/index.htm'>[Budget vis by infotanka]</a></p>
<p><a href='plotting_scalability/vectors/index.htm'>[Plotting Scalability]</a></p>
</div>
</body>