TheNeuralBit commented on a change in pull request #13596:
URL: https://github.com/apache/beam/pull/13596#discussion_r568741716



##########
File path: website/www/site/i18n/home/en.yaml
##########
@@ -33,4 +33,18 @@
 - id: home-section
   translation: "section"
 - id: home-ctas-title
-  translation: "Get started"
\ No newline at end of file
+  translation: "Get started"
+- id: home-model-title1
+  translation: "How it works?"

Review comment:
       ```suggestion
     translation: "How Does It Work?"
   ```
   
   Gris told me offline that this is supposed to say "How Does it work?", does 
the copy in this file need to be updated still?

##########
File path: website/www/site/layouts/index.html
##########
@@ -63,73 +61,105 @@ <h2 class="pillars-title">
 {{ end }}
 
 {{ define "graphic-section" }}
-  <div class="graphic section">
-    <div class="graphic__image">
-      <img src="/images/beam_architecture.png" alt="Beam architecture">
+  <div class="graphic">
+    <div class="quotes">
+      <h2 class="margin">{{ T "home-model-title1" }}</h2>
+      <div class="margin section">
+        <div class="row images desktop">
+          <img src="/images/model-sources-icon.svg" class='icon'/>
+          <img src="/images/model-ellipse.svg"/>
+          <img src="/images/model-processing-icon.svg" class='icon'/>
+          <img src="/images/model-ellipse.svg"/>
+          <img src="/images/model-sinks-icon.svg" class='icon'/>
+        </div>

Review comment:
       It looks like the title is still "How it works?" and needs to be changed 
to "How Does it Work?".




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to