Skip to content

Commit 32dae3d

Browse files
authored
Merge branch 'master' into breakpoints
2 parents 750bcba + 89f1619 commit 32dae3d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

_sass/components/_homepage.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
.homepage-section {
55
display: table;
66
padding: 7em 0;
7+
width: 100%;
78
@media (max-width: $breakpoint-s) {
89
padding: 3em 0;
910
}
1011
.showcase {
1112
display: table;
1213
clear: both;
14+
max-width: 2200px;
15+
margin: 0 auto;
1316
}
1417
.description {
1518
margin-top: 2em;

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
alt: icon to represent an interactive widget
8080
src: assets/homepage/widget.svg
8181
- headline: Big data integration
82-
description: Leverage big data tools, such as Apache Spark, from Python, R and Scala. Explore that same data with pandas, scikit-learn, ggplot2, TensorFlow.
82+
description: Leverage big data tools, such as Apache Spark, from Python, R, and Scala. Explore that same data with pandas, scikit-learn, ggplot2, and TensorFlow.
8383
image:
8484
alt: spark logo to represent big data
8585
src: assets/homepage/spark.svg
@@ -140,12 +140,12 @@
140140
description: Project Jupyter promotes open standards that third-party developers can leverage to build customized applications. Think HTML and CSS for interactive computing on the web.
141141
features:
142142
- headline: Notebook Document Format
143-
description: Jupyter Notebooks are an open document format based on JSON. They contain a complete record of the user's sessions and include code, narrative text, equations and rich output.
143+
description: Jupyter Notebooks are an open document format based on JSON. They contain a complete record of the user's sessions and include code, narrative text, equations, and rich output.
144144
image:
145145
alt: icon to represent notebook format
146146
src: assets/homepage/notebook-format.svg
147147
- headline: Interactive Computing Protocol
148-
description: The Notebook communicates with computational Kernels using the Interactive Computing Protocol, an open network protocol based on JSON data over ZMQ and WebSockets.
148+
description: The Notebook communicates with computational Kernels using the Interactive Computing Protocol, an open network protocol based on JSON data over ZMQ, and WebSockets.
149149
image:
150150
alt: icon to represent a protocol
151151
src: assets/homepage/protocol.svg

0 commit comments

Comments
 (0)