Skip to content

Commit

Permalink
[Website] add credit karma case-study card (#24970)
Browse files Browse the repository at this point in the history
* [Website] add credit karma case-study card

* Case study updates

* Case study updates

* add link

Co-authored-by: Alex Kosolapov <alex.kosolapov@gmail.com>
  • Loading branch information
bullet03 and AKosolapov authored Jan 11, 2023
1 parent 6de4d5f commit e21b5b7
Show file tree
Hide file tree
Showing 10 changed files with 275 additions and 1 deletion.
13 changes: 13 additions & 0 deletions website/www/site/assets/scss/_case_study.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@

.case-study-card-img img {
height: 50px;
object-fit: scale-down;
@media (min-width: $mobile) and (max-width: $tablet) {
object-fit: contain;
}
Expand Down Expand Up @@ -362,6 +363,9 @@ h2.case-study-h2 {
}
}
}
.pb-0 {
padding-bottom: 30px;
}
}

.case-study-post {
Expand All @@ -386,6 +390,15 @@ h2.case-study-h2 {
}
}

.post-scheme--centered {
margin-left: auto;
margin-right: auto;

img {
width: 70%;
}
}

@media screen and (max-width: $mobile) {
.case-study-content {
flex-direction: column;
Expand Down
256 changes: 256 additions & 0 deletions website/www/site/content/en/case-studies/creditKarma.md

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion website/www/site/data/en/quotes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
# 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 has future-proofed Credit Karma’s data and ML platform for scalability and efficiency, enabling MLOps with unified pipelines, processing 5-10 TB daily at 5K events per second, and managing 20K+ ML features.
icon: icons/quote-icon.svg
logoUrl: images/logos/powered-by/credit-karma.png
linkUrl: case-studies/creditkarma/index.html
linkText: Learn more
- text: Apache Beam is a central component to Intuit's Stream Processing Platform, which has driven 3x faster time-to-production for authoring a stream processing pipeline.
icon: icons/quote-icon.svg
logoUrl: images/case-study/intuit/intuit-quote.png
Expand Down Expand Up @@ -38,7 +43,7 @@
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
logoUrl: images/logos/powered-by/hop.png
linkUrl: case-studies/hop/index.html
linkText: Learn more
- text: Have a story to share? Your logo could be here.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e21b5b7

Please sign in to comment.