forked from apache/beam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request apache#17408 from [BEAM-14312] [Website] change se…
…ction order, move socials to footer * [BEAM-14312] [Website] change section order, move socials to footer * [BEAM-14312] [Website] change margin * [BEAM-14312] [Website] change link * [BEAM-14312] [Website] delete section, change title and links of the pillars * [BEAM-14312] [Website] add pipelines section * [BEAM-14312] [Website] change image in graphic section * [BEAM-14312] [Website] delete width of 95%, change flink link * [BEAM-14312] [Website] move css style, delete unused html, optimized logos size * [BEAM-14312] [Website] substitute images, fix css styles for pipelines and logos sections * [BEAM-14312] [Website] add kinesis runner * [BEAM-14312] [Website] add kinesis runner, add margin-right to pipelines-logos * [BEAM-14312] [Website] change amazon kinesis logo * [BEAM-14312] change structure of logos in the footer * [BEAM-14312] add license header to linkedin.svg * [BEAM-14312] change margin in quote section
- Loading branch information
Showing
25 changed files
with
304 additions
and
86 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
/*! | ||
* Licensed to the Apache Software Foundation (ASF) under one or more | ||
* contributor license agreements. See the NOTICE file distributed with | ||
* this work for additional information regarding copyright ownership. | ||
* The ASF licenses this file to You under the Apache License, Version 2.0 | ||
* (the "License"); you may not use this file except in compliance with | ||
* the License. You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
@import "media"; | ||
|
||
.pipelines { | ||
padding: 40px 30px 10px; | ||
|
||
.pipelines-title { | ||
@extend .component-title; | ||
|
||
text-align: center; | ||
} | ||
|
||
.pipelines-logos { | ||
display: flex; | ||
justify-content: space-around; | ||
width: 100%; | ||
max-width: 1111px; | ||
margin: 70px auto 60px; | ||
|
||
.pipelines-logo { | ||
line-height: 0; | ||
|
||
img { | ||
max-height: 70px; | ||
} | ||
} | ||
} | ||
} | ||
|
||
@media (max-width: $tablet) { | ||
.pipelines { | ||
padding: 20px 30px 10px; | ||
|
||
.pipelines-logos { | ||
max-width: 360px; | ||
flex-wrap: wrap; | ||
justify-content: center; | ||
margin: 50px auto 0; | ||
|
||
.pipelines-logo { | ||
margin-right: 60px; | ||
margin-bottom: 50px; | ||
|
||
img { | ||
max-height: 45px; | ||
} | ||
} | ||
|
||
:nth-child(2), | ||
:last-child { | ||
margin-right: 0; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
- title: Python | ||
image_url: /images/logos/sdks/python_pipelines.png | ||
url: http://apache-beam-website-pull-requests.storage.googleapis.com/17388/documentation/sdks/python/index.html | ||
- title: Java | ||
image_url: /images/logos/sdks/java_pipelines.png | ||
url: http://apache-beam-website-pull-requests.storage.googleapis.com/17388/documentation/sdks/java/index.html | ||
- title: Go | ||
image_url: /images/logos/sdks/go_pipelines.png | ||
url: http://apache-beam-website-pull-requests.storage.googleapis.com/17388/documentation/sdks/go/index.html | ||
- title: SQL | ||
image_url: /images/logos/sdks/sql_pipelines.png | ||
url: http://apache-beam-website-pull-requests.storage.googleapis.com/17388/documentation/dsls/sql/overview/index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.