You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2022/06/21 21:39:45 UTC

[beam] branch master updated: [Website] add lyft to quote cards on homepage, use relative paths for linkUrl in quotes.yaml

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new ba59262f464 [Website] add lyft to quote cards on homepage, use relative paths for linkUrl in quotes.yaml
     new d49d3216968 Merge pull request #21934 from [Website] add lyft to quote cards on homepage
ba59262f464 is described below

commit ba59262f464a70285e334cbb2d04ad0dd04a0560
Author: bulat safiullin <bu...@akvelon.com>
AuthorDate: Sat Jun 18 02:32:04 2022 +0600

    [Website] add lyft to quote cards on homepage, use relative paths for linkUrl in quotes.yaml
---
 website/www/site/assets/scss/_case_study.scss           |   4 ++++
 website/www/site/data/en/quotes.yaml                    |  14 ++++++++++----
 .../site/static/images/case-study/lyft/lyft-quote.png   | Bin 0 -> 58757 bytes
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/website/www/site/assets/scss/_case_study.scss b/website/www/site/assets/scss/_case_study.scss
index d254473eb77..6458927f3da 100644
--- a/website/www/site/assets/scss/_case_study.scss
+++ b/website/www/site/assets/scss/_case_study.scss
@@ -304,6 +304,10 @@ h2.case-study-h2 {
         display: block;
         margin: 0 auto;
         width: 40%;
+
+        @media (max-width: $mobile) {
+          width: 25%;
+        }
       }
     }
   }
diff --git a/website/www/site/data/en/quotes.yaml b/website/www/site/data/en/quotes.yaml
index 93823113678..58bf277a24a 100644
--- a/website/www/site/data/en/quotes.yaml
+++ b/website/www/site/data/en/quotes.yaml
@@ -10,25 +10,31 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+#Cards with quotes will be displayed by the order listed, e.g., first card will display the first quote
+- text: Apache Beam enabled real-time ML streaming feature generation and model execution playing a pivotal role in optimizing Lyft’s Marketplace ML predictions, processing ~4mil events per minute to generate ~100 features.
+  icon: icons/quote-icon.svg
+  logoUrl: images/case-study/lyft/lyft-quote.png
+  linkUrl: case-studies/lyft/index.html
+  linkText: Learn more
 - text: Seznam, a Czech search engine, has been an early contributor and adopter of Apache Beam, and they migrated several petabyte-scale workloads to Apache Beam pipelines.
   icon: icons/quote-icon.svg
   logoUrl: images/logos/powered-by/seznam.png
-  linkUrl: https://beam.apache.org/case-studies/seznam/
+  linkUrl: case-studies/seznam/index.html
   linkText: Learn more
 - text: Palo Alto Networks, Inc. is a global cybersecurity leader that uses Apache Beam to process ~10 millions of security log events per second for their real-time streaming infrastructure.
   icon: icons/quote-icon.svg
   logoUrl: images/logos/powered-by/paloalto.png
-  linkUrl: https://beam.apache.org/case-studies/paloalto/
+  linkUrl: case-studies/paloalto/index.html
   linkText: Learn more
 - text: Apache Beam provides Ricardo, a leading Swiss second hand marketplace, with a scalable and reliable data processing framework that supports fundamental business scenarios and enables real-time and ML data processing.
   icon: icons/quote-icon.svg
   logoUrl: images/logos/powered-by/ricardo.png
-  linkUrl: https://beam.apache.org/case-studies/ricardo/
+  linkUrl: case-studies/ricardo/index.html
   linkText: Learn more
 - text: Apache Hop, an open-source data orchestration platform, uses Apache Beam to "design once, run anywhere" and creates a value-add for Apache Beam users by enabling visual pipeline development and lifecycle management.
   icon: icons/quote-icon.svg
   logoUrl: images/logos/powered-by/hop.svg
-  linkUrl: https://beam.apache.org/case-studies/hop/
+  linkUrl: case-studies/hop/index.html
   linkText: Learn more
 - text: Have a story to share? Your logo could be here.
   icon: icons/quote-icon.svg
diff --git a/website/www/site/static/images/case-study/lyft/lyft-quote.png b/website/www/site/static/images/case-study/lyft/lyft-quote.png
new file mode 100644
index 00000000000..3e1d44c67d1
Binary files /dev/null and b/website/www/site/static/images/case-study/lyft/lyft-quote.png differ