Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions css/jupyter.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ body {
}

div#main-title {
margin: 50px 0px;
margin: 40px 0px;
}

div#main-title h1 {
font-size: 48px;
}

div#jupyter-logo {
margin: 100px 0px;
margin: 60px 0px;
position: relative;
}

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


div#footer {
position: absolute;
position: relative;
bottom: 0px;
margin-bottom: 20px;
}
Expand Down
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ <h1 class="text-center">Project Jupyter</h1>

<div id="sub-title">
<h2 class="text-center">Evolved from the IPython Project</h2>

<center>
<iframe width="500" height="300" style="margin:20px 0px 0px"
src="//www.youtube.com/embed/JDrhn0-r9Eg?start=250"
frameborder="0" allowfullscreen></iframe>
</center>
<h4 class="text-center">
<a href="https://speakerdeck.com/fperez/project-jupyter"
target="_blank">(Slides for talk above announcing the project)</a>
</h4>
</div>

<div id="footer">
Expand Down