forked from mikedewar/d3talk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.html
More file actions
24 lines (24 loc) · 755 Bytes
/
intro.html
File metadata and controls
24 lines (24 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<link type="text/css" rel="stylesheet" href="style.css">
<title></title>
</head>
<body>
<div id="body">
<div id="header">
<h1>two facts:</h1>
<p>d3.js is a javascript library by Mike Bostock.</p>
<p>d3.js is not (just) a visualisation framework.</p>
<p style="margin-left:3em; margin-top:0em;">
<div style="float:left; width: 5em; height:5em; padding-top:1em; font-size:1.5em;">d3.js = </div>
<div style="font-size:1.5em">
data<br/>
driven<br/>
documents<br/>
</div>
</p>
</div>
</div>
</body>
</html>