Skip to content

Commit 72376f8

Browse files
committed
Add video of SciPy'14 with ligthning talk about project.
Made some CSS tweaks to help the whole thing fit vertically in smaller screens without too much scrolling. In particular, had to change the footer to relative positioning so it wouldn't clobber the bottom of the page so easily.
1 parent 8fe4e62 commit 72376f8

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

css/jupyter.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ body {
1010
}
1111

1212
div#main-title {
13-
margin: 50px 0px;
13+
margin: 40px 0px;
1414
}
1515

1616
div#main-title h1 {
1717
font-size: 48px;
1818
}
1919

2020
div#jupyter-logo {
21-
margin: 100px 0px;
21+
margin: 60px 0px;
2222
position: relative;
2323
}
2424

@@ -36,7 +36,7 @@ div#sub-title h2 {
3636

3737

3838
div#footer {
39-
position: absolute;
39+
position: relative;
4040
bottom: 0px;
4141
margin-bottom: 20px;
4242
}

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ <h1 class="text-center">Project Jupyter</h1>
3737

3838
<div id="sub-title">
3939
<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>
4050
</div>
4151

4252
<div id="footer">

0 commit comments

Comments
 (0)