Skip to content

Commit e21b5b7

Browse files
bullet03AKosolapov
andauthored
[Website] add credit karma case-study card (#24970)
* [Website] add credit karma case-study card * Case study updates * Case study updates * add link Co-authored-by: Alex Kosolapov <[email protected]>
1 parent 6de4d5f commit e21b5b7

10 files changed

Lines changed: 275 additions & 1 deletion

File tree

website/www/site/assets/scss/_case_study.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125

126126
.case-study-card-img img {
127127
height: 50px;
128+
object-fit: scale-down;
128129
@media (min-width: $mobile) and (max-width: $tablet) {
129130
object-fit: contain;
130131
}
@@ -362,6 +363,9 @@ h2.case-study-h2 {
362363
}
363364
}
364365
}
366+
.pb-0 {
367+
padding-bottom: 30px;
368+
}
365369
}
366370

367371
.case-study-post {
@@ -386,6 +390,15 @@ h2.case-study-h2 {
386390
}
387391
}
388392

393+
.post-scheme--centered {
394+
margin-left: auto;
395+
margin-right: auto;
396+
397+
img {
398+
width: 70%;
399+
}
400+
}
401+
389402
@media screen and (max-width: $mobile) {
390403
.case-study-content {
391404
flex-direction: column;

website/www/site/content/en/case-studies/creditKarma.md

Lines changed: 256 additions & 0 deletions
Large diffs are not rendered by default.

website/www/site/data/en/quotes.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
# limitations under the License.
1212

1313
#Cards with quotes will be displayed by the order listed, e.g., first card will display the first quote
14+
- 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.
15+
icon: icons/quote-icon.svg
16+
logoUrl: images/logos/powered-by/credit-karma.png
17+
linkUrl: case-studies/creditkarma/index.html
18+
linkText: Learn more
1419
- 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.
1520
icon: icons/quote-icon.svg
1621
logoUrl: images/case-study/intuit/intuit-quote.png
@@ -38,7 +43,7 @@
3843
linkText: Learn more
3944
- 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.
4045
icon: icons/quote-icon.svg
41-
logoUrl: images/logos/powered-by/hop.svg
46+
logoUrl: images/logos/powered-by/hop.png
4247
linkUrl: case-studies/hop/index.html
4348
linkText: Learn more
4449
- text: Have a story to share? Your logo could be here.
57.4 KB
Loading
54.2 KB
Loading
33 KB
Loading
19.7 KB
Loading
16.8 KB
Loading
37.8 KB
Loading
17.6 KB
Loading

0 commit comments

Comments
 (0)