File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 77body {
88 font-family : "proxima-nova" , sans-serif;
99 font-size : 18px ;
10+ background-color : # eee ;
1011}
1112
1213.container {
14+ background-color : white;
15+ }
16+
17+ # ipython-jupyter-bullets {
18+ margin-bottom : 50px ;
1319}
1420
1521div # main-title {
@@ -31,7 +37,7 @@ div#jupyter-logo {
3137}
3238
3339div # sub-title {
34- margin : 50px 0 px ;
40+ margin-bottom : 50px ;
3541 text-align : center;
3642}
3743
Original file line number Diff line number Diff line change 2424 < div id ="main-title ">
2525 < img src ="images/jupyter-sq-text.svg " alt ="Jupyter " id ="jupyter-logo "/>
2626 </ div >
27- < div id ="sub-title ">
27+ < div class ="row ">
28+ < div id ="sub-title " class ="col-md-8 col-md-offset-2 ">
2829 < h2 class ="text-center "> Evolved from the IPython Project</ h2 >
2930 < h2 class ="text-center ">
3031 The language-agnostic parts of IPython are getting a new home in Project Jupyter
3132 </ h2 >
3233 </ div >
34+ </ div >
3335
34-
35- < div class ="row ">
36+ < div class ="row " id ="ipython-jupyter-bullets ">
3637 < div class ="col-md-3 col-md-offset-3 ">
3738 < h2 class ="text-center "> IPython</ h2 >
3839 < ul >
@@ -52,6 +53,17 @@ <h2 class="text-center">Jupyter</h3>
5253 </ div >
5354 </ div >
5455
56+ < div class ="row ">
57+ < div class ="col-md-6 col-md-offset-3 ">
58+ < p >
59+ IPython will continue to exist as a Python kernel for Jupyter,
60+ but the notebook and other language-agnostic parts of IPython
61+ will move to new projects under the Jupyter name.
62+ IPython 3.0 will be the last monolithic release of IPython.
63+ </ p >
64+ </ div >
65+ </ div >
66+
5567 < div id ="announcement-video ">
5668 < center >
5769 < iframe width ="500 " height ="300 " style ="margin:20px 0px 0px "
You can’t perform that action at this time.
0 commit comments