There was an error while loading. Please reload this page.
1 parent 0c08054 commit be86e79Copy full SHA for be86e79
1 file changed
talk/20110921/index.html
@@ -27,6 +27,17 @@
27
-webkit-transition-duration: 500ms;
28
}
29
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
41
#previous {
42
opacity: 0;
43
-moz-transform: translateX(-1300px);
@@ -51,6 +62,12 @@
51
62
<iframe id="previous"></iframe>
52
63
<iframe id="current"></iframe>
53
64
<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>
54
71
<script type="text/javascript">
55
72
56
73
var slides = [
0 commit comments