[
https://issues.apache.org/jira/browse/BEAM-14312?focusedWorklogId=762908&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-762908
]
ASF GitHub Bot logged work on BEAM-14312:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Apr/22 14:27
Start Date: 27/Apr/22 14:27
Worklog Time Spent: 10m
Work Description: bullet03 commented on code in PR #17408:
URL: https://github.com/apache/beam/pull/17408#discussion_r859870946
##########
website/www/site/data/pipelines.yaml:
##########
@@ -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
Review Comment:
optimized logos size using tinypng.com
##########
website/www/site/layouts/index.html:
##########
@@ -46,17 +46,34 @@ <h2 class="pillars-title">
{{ partial "pillars/pillars-item" (dict "logo" $pillar.icon
"header" $pillar.title "text" $pillar.body) }}
{{ end }}
</div>
- <div class="pillars-social">
- <div class="pillars-social-icons">
- {{ $data := index $.Site.Data .Site.Language.Lang }}
- {{ range $pillars_social := $data.pillars_social }}
- {{ partial "pillars/pillars-social" (dict "icon"
$pillars_social.icon "url" $pillars_social.url "name" $pillars_social.name) }}
- {{ end }}
- </div>
- <p class="pillars-social-text">
- {{ T "home-pillars-social-text" }}
- </p>
- </div>
+<!
Issue Time Tracking
-------------------
Worklog Id: (was: 762908)
Time Spent: 2h 20m (was: 2h 10m)
> [Website] Home Page Improvements - Reorder Sections
> ---------------------------------------------------
>
> Key: BEAM-14312
> URL: https://issues.apache.org/jira/browse/BEAM-14312
> Project: Beam
> Issue Type: Improvement
> Components: website
> Reporter: Daria Bezkorovaina
> Assignee: Bulat Safiullin
> Priority: P3
> Labels: website
> Attachments: How Does It Work_ Cat's Whiskers.png,
> image-2022-04-15-12-04-46-880.png, image-2022-04-15-12-10-59-510.png,
> image-2022-04-15-12-11-15-682.png, image-2022-04-26-01-48-42-795.png,
> image-2022-04-26-16-22-01-360.png
>
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> Create a *draft* PR with reordered sections of the Home page and changed
> footer (need to have staging version for comparison). Keep it as draft for
> review.
> 1) Change order of the sections:
> +Current UX flow of the page sections:+ How does it work? (graph) -> You
> Choose Your Favorite Environment and Programming Language! -> Apache Beam
> Features -> Check out our social media -> Try Beam Playground -> Apache Beam
> Runs in These Environments -> Case Studies Powered by Apache Beam -> Stay Up
> To Date with Beam
> +Proposed UX flow of the page sections:+ How does it work? (graph)> Apache
> Beam Features > You Choose Your Favorite Environment and Programming
> Language! -> Apache Beam Runs in These Environments -> Try Beam Playground ->
> Case Studies Powered by Apache Beam -> Stay Up To Date with Beam
> *removed "Check out our social media" section from the main flow.
> 2) Move GitHub, Twitter, Youtube buttons to the page footer (area on the
> right highlighted with red) and arrange them vertically, add LinkedIn button,
> link to [https://www.linkedin.com/company/apache-beam/] :
> !image-2022-04-15-12-11-15-682.png!
> !image-2022-04-15-12-10-59-510.png!
>
> 3)
> 3.1 Remove the section "You Choose Your Environment and Programming language.
> 3.2. Change title of the section "Apache Beam runs in these environments" to
> "Write Once, Run Anywhere"
> Link each logo to the respective documentation:
> Flink ->
> [http://apache-beam-website-pull-requests.storage.googleapis.com/17408/documentation/runners/flink/index.html]
>
> Samza -> [https://beam.apache.org/documentation/runners/samza/]
> Spark -> [https://beam.apache.org/documentation/runners/spark/]
> Dataflow -> [https://beam.apache.org/documentation/runners/dataflow/]
> Twister -> [https://beam.apache.org/documentation/runners/twister2/]
>
> 3.3. Add new section below: "Create Multi-language Pipelines"
> Add logos and link to documentation:
> Java - >
> [http://apache-beam-website-pull-requests.storage.googleapis.com/17388/documentation/sdks/java/index.html]
>
> Python ->
> [http://apache-beam-website-pull-requests.storage.googleapis.com/17388/documentation/sdks/python/index.html]
>
> Go ->
> [http://apache-beam-website-pull-requests.storage.googleapis.com/17388/documentation/sdks/go/index.html]
>
> SQL ->
> [http://apache-beam-website-pull-requests.storage.googleapis.com/17388/documentation/dsls/sql/overview/index.html]
>
> The final result should look like below:
>
> !image-2022-04-26-01-48-42-795.png|width=742,height=616!
>
> 4. Replace the "How Does It Work?" Graph with the updated design:
> !image-2022-04-26-16-22-01-360.png|width=617,height=268!
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)