Skip to content

Commit be86e79

Browse files
committed
Add video link to slides.
1 parent 0c08054 commit be86e79

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

talk/20110921/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@
2727
-webkit-transition-duration: 500ms;
2828
}
2929

30+
#about {
31+
font: 14px "Helvetica Neue";
32+
position: absolute;
33+
width: 1280px;
34+
top: 840px;
35+
}
36+
37+
#about, #about a {
38+
color: #fff;
39+
}
40+
3041
#previous {
3142
opacity: 0;
3243
-moz-transform: translateX(-1300px);
@@ -51,6 +62,12 @@
5162
<iframe id="previous"></iframe>
5263
<iframe id="current"></iframe>
5364
<iframe id="next"></iframe>
65+
<div id="about">
66+
67+
Video: <a href="http://vimeo.com/29458354">http://vimeo.com/29458354</a><br>
68+
Source: <a href="http://github.com/mbostock/d3">http://github.com/mbostock/d3</a>
69+
70+
</div>
5471
<script type="text/javascript">
5572

5673
var slides = [

0 commit comments

Comments
 (0)