File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ body {
10
10
}
11
11
12
12
div # main-title {
13
- margin : 50 px 0px ;
13
+ margin : 40 px 0px ;
14
14
}
15
15
16
16
div # main-title h1 {
17
17
font-size : 48px ;
18
18
}
19
19
20
20
div # jupyter-logo {
21
- margin : 100 px 0px ;
21
+ margin : 60 px 0px ;
22
22
position : relative;
23
23
}
24
24
@@ -36,7 +36,7 @@ div#sub-title h2 {
36
36
37
37
38
38
div # footer {
39
- position : absolute ;
39
+ position : relative ;
40
40
bottom : 0px ;
41
41
margin-bottom : 20px ;
42
42
}
Original file line number Diff line number Diff line change @@ -37,6 +37,16 @@ <h1 class="text-center">Project Jupyter</h1>
37
37
38
38
< div id ="sub-title ">
39
39
< h2 class ="text-center "> Evolved from the IPython Project</ h2 >
40
+
41
+ < center >
42
+ < iframe width ="500 " height ="300 " style ="margin:20px 0px 0px "
43
+ src ="//www.youtube.com/embed/JDrhn0-r9Eg?start=250 "
44
+ frameborder ="0 " allowfullscreen > </ iframe >
45
+ </ center >
46
+ < h4 class ="text-center ">
47
+ < a href ="https://speakerdeck.com/fperez/project-jupyter "
48
+ target ="_blank "> (Slides for talk above announcing the project)</ a >
49
+ </ h4 >
40
50
</ div >
41
51
42
52
< div id ="footer ">
You can’t perform that action at this time.
0 commit comments