diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html index 03f66acb12d8e..6acffe8a405d4 100755 --- a/docs/_layouts/global.html +++ b/docs/_layouts/global.html @@ -137,25 +137,21 @@ {% if page.url == "/" %}
-
-

Apache Spark - A Unified engine for large-scale data analytics

-
-
- Apache Spark is a unified analytics engine for large-scale data processing. - It provides high-level APIs in Java, Scala, Python and R, - and an optimized engine that supports general execution graphs. - It also supports a rich set of higher-level tools including - Spark SQL for SQL and structured data processing, - pandas API on Spark for pandas workloads, - MLlib for machine learning, - GraphX for graph processing, - and Structured Streaming - for incremental computation and stream processing. -
+
+ Apache Spark is a unified analytics engine for large-scale data processing. + It provides high-level APIs in Java, Scala, Python and R, + and an optimized engine that supports general execution graphs. + It also supports a rich set of higher-level tools including + Spark SQL for SQL and structured data processing, + pandas API on Spark for pandas workloads, + MLlib for machine learning, + GraphX for graph processing, + and Structured Streaming + for incremental computation and stream processing.
diff --git a/docs/css/custom.css b/docs/css/custom.css index e80ca506a74c3..51e89066e4d5a 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -96,18 +96,7 @@ section { border-color: transparent; } -.hero-banner .bg { - background: url(/img/spark-hero-thin-light.jpg) no-repeat; - transform: translate(36%, 0%); - height: 475px; - top: 0; - position: absolute; - right: 0; - width: 100%; - opacity: 50%; -} - -.hero-banner h1 { +.hero-banner .container .row h1 { color: #0B9ACE; font-style: normal; font-weight: normal; @@ -116,13 +105,6 @@ section { letter-spacing: -0.045em; } -.hero-banner h2 { - font-style: normal; - font-weight: bold; - font-size: 32px; - line-height: 42px; -} - .what-is-spark { font-style: normal; font-weight: normal; @@ -823,18 +805,29 @@ ul { margin-bottom: 10px; } -.global h2, .global .h2 { +.global h1, .global .h1 { font-size: 30px; } -.global h3 { +#content h1.title { + font-size: 40px; +} + +.global h2 { font-size: 24px !important; } +.global h3 { + font-size: 20px !important; +} + .global h4 { font-size: 18px !important; } +.global h5 { + font-size: 16px !important; +} .global h1:first-letter, .global h2:first-letter, .global h3:first-letter, .global h4:first-letter, .global h5:first-letter, .global h6:first-letter, .global .h1:first-letter, .global .h2:first-letter, .global .h3:first-letter, .global .h4:first-letter, .global .h5:first-letter, .global .h6:first-letter { text-transform: uppercase; diff --git a/docs/img/spark-hero-thin-light.jpg b/docs/img/spark-hero-thin-light.jpg deleted file mode 100644 index 4d9ed926b361f..0000000000000 Binary files a/docs/img/spark-hero-thin-light.jpg and /dev/null differ