-
Notifications
You must be signed in to change notification settings - Fork 59
/
index.html
45 lines (39 loc) · 1.61 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>D3 Intro</title>
<link rel="stylesheet" type="text/css" href="deck/deck.css">
<script src="d3/d3.v3.js"></script>
<script src="deck/slide_maker.js"></script>
</head>
<body>
<section class="main_title">
<h1>D3</h1>
<h2>Data Driven Documents</h2>
this = <a href="http://vadim.ogievetsky.com/IntroD3">http://vadim.ogievetsky.com/IntroD3</a>
<br>
github = <a href="https://github.com/vogievetsky/IntroD3">https://github.com/vogievetsky/IntroD3</a>
<div class="name">Vadim Ogievetsky</div>
<div class="date">Slides last updated November 18, 2014</div>
</section>
<script src="slides.js"></script>
<section class="top_title">
<h1>Where to learn more about D3?</h1>
<a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide">https://developer.mozilla.org/en-US/docs/JavaScript/Guide</a>
<a href="http://d3js.org">http://d3js.org</a>
<a href="https://github.com/mbostock/d3/wiki">https://github.com/mbostock/d3/wiki</a>
<a href="http://groups.google.com/group/d3-js">http://groups.google.com/group/d3-js</a>
<a href="http://www.janwillemtulp.com/category/d3/">http://www.janwillemtulp.com/category/d3/</a>
</section>
<section class="top_title">
<h1>Where to learn more about SVG?</h1>
<img src="images/svgbook.png" alt="SVG Book"/>
<img src="images/inspect.png" alt="Chrome Inspect Element"/>
</section>
<section class="title">
<h1>Questions?</h1>
</section>
<script src="deck/deck.js"></script>
</body>
</html>