Skip to content
Closed
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
26 changes: 11 additions & 15 deletions docs/_layouts/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,25 +137,21 @@

{% if page.url == "/" %}
<section class="hero-banner position-relative">
<div class="bg">
</div>
<div class="container position-relative">
<div class="row">
<h1 style="max-width: 680px;">Apache Spark - A Unified engine for large-scale data analytics</h1>
</div>
<div class="row mt-5">
<div class="col-12 col-lg-6 no-gutters">
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
<a href="sql-programming-guide.html">Spark SQL</a> for SQL and structured data processing,
<a href="api/python/getting_started/quickstart_ps.html">pandas API on Spark</a> for pandas workloads,
<a href="ml-guide.html">MLlib</a> for machine learning,
<a href="graphx-programming-guide.html">GraphX</a> for graph processing,
and <a href="structured-streaming-programming-guide.html">Structured Streaming</a>
for incremental computation and stream processing.
</div>
<div class="content mr-3">
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
<a href="sql-programming-guide.html">Spark SQL</a> for SQL and structured data processing,
<a href="api/python/getting_started/quickstart_ps.html">pandas API on Spark</a> for pandas workloads,
<a href="ml-guide.html">MLlib</a> for machine learning,
<a href="graphx-programming-guide.html">GraphX</a> for graph processing,
and <a href="structured-streaming-programming-guide.html">Structured Streaming</a>
for incremental computation and stream processing.
</div>
</div>
</section>
Expand Down
35 changes: 14 additions & 21 deletions docs/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
Binary file removed docs/img/spark-hero-thin-light.jpg
Binary file not shown.