Skip to content

Commit ebe73b6

Browse files
committed
Merge pull request jupyter#32 from jupyter/website-changes
Added & Improved Content
2 parents 2b6ede6 + ea3d063 commit ebe73b6

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

css/logo-nav.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ a {
154154
.jumbotron img {
155155
margin: 0 auto;
156156
}
157+
.jumbotron-text p{
158+
font-size: 21px;
159+
line-height: 31px;
160+
text-align: center;
161+
padding-bottom: 30px;
162+
}
157163
@media (max-width: 768px){
158164
.jumbotron {
159165
margin-right: 5%;
@@ -325,7 +331,6 @@ a {
325331
line-height: 1.5;
326332
text-align: center;
327333
color: #766A6A;
328-
text-align: center;
329334
}
330335
.hubfeature p {
331336
font-size: 15px;

index.html

+14-1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,19 @@
115115
</div>
116116
</div>
117117
</div>
118+
<div class="container">
119+
<div class="row">
120+
<div class="col-md-12">
121+
<div class="col-md-2">
122+
</div>
123+
<div class="col-md-8 jumbotron-text">
124+
<p>Open source, interactive data science and scientific computing across over 40 programming languages.</p>
125+
</div>
126+
<div class="col-md-2">
127+
</div>
128+
</div>
129+
</div>
130+
</div>
118131
</section>
119132
<section>
120133
<!-- Notebook Preview -->
@@ -123,7 +136,7 @@
123136
<div class="col-md-6">
124137
<!--<img class="img-responsive" src="assets/notebook_header.svg" />-->
125138
<h1><img src="assets/notebookicon.svg" id="notebookicon"> Jupyter Notebook</h1>
126-
<p>The Jupyter Notebook is a web-based interactive computing platform that allows users to author data- and code-driven narratives that combine live code, equations, narrative text, visualizations, interactive dashboards and other media.</p>
139+
<p>The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, machine learning and much more.</p>
127140
</div>
128141
<div class="col-md-6">
129142
<img class="img-responsive" src="assets/jupyterpreview.png" id="portal"/>

0 commit comments

Comments
 (0)