Skip to content

Commit 73e4b2b

Browse files
committed
Add about slide.
1 parent a6c0298 commit 73e4b2b

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

talk/20111116/about.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
5+
<link type="text/css" rel="stylesheet" href="style.css"/>
6+
</head>
7+
<body>
8+
<h2><a href="http://mbostock.github.com/d3/">D3: Visualizing Data with Web Standards</a></h2>
9+
Before we begin, here are some tips:
10+
<p>
11+
<ul>
12+
<li>Use the arrow keys (or space bar) to navigate.
13+
<li>Most slides have an interactive feature. Click around!
14+
<li>If you want the demos first, go left (←).
15+
<li>Accompanying video will be available soon.
16+
</ul>
17+
<p>
18+
Enjoy!<br>
19+
<a href="http://twitter.com/mbostock/">@mbostock</a><br>
20+
</body>
21+
</html>

talk/20111116/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<script type="text/javascript">
1313

1414
var slides = [
15+
"about.html",
1516
"title.html",
1617
"wilkinson.html",
1718
"bertin.html",

talk/20111116/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body {
88
}
99

1010
a:link, a:visited {
11-
color: #000;
11+
color: #777;
1212
text-decoration: none;
1313
}
1414

0 commit comments

Comments
 (0)