Skip to content

Commit f78720c

Browse files
committed
refactor: use Nvidia logo instead of ByteDance; created adopters class
Signed-off-by: Dylan Lin <[email protected]>
1 parent 48aa155 commit f78720c

File tree

4 files changed

+31
-65
lines changed

4 files changed

+31
-65
lines changed

assets/scss/_styles_project.scss

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,7 @@ nav.foldable-nav {
547547
pointer-events: none;
548548
user-select: none;
549549
max-height: 3rem;
550-
width: auto;
551-
margin: 0 1.25rem;
550+
max-width: 12.5rem;
552551
object-fit: contain;
553552
}
554553

@@ -557,7 +556,7 @@ nav.foldable-nav {
557556
justify-content: center;
558557
align-items: center;
559558
flex-wrap: wrap;
560-
gap: 1.25rem;
559+
gap: 3rem;
561560
}
562561

563562
.section-head {
@@ -600,7 +599,7 @@ nav.foldable-nav {
600599
margin: 0 0 1.5em 1.5em;
601600
}
602601

603-
#overview, #pageContent, #cncf, #community {
602+
#overview, #pageContent, #cncf, #community, #adopters {
604603
padding: 4rem 0 4rem 0 !important;
605604
}
606605

@@ -612,6 +611,10 @@ nav.foldable-nav {
612611
border-bottom: 0.1rem solid $home-section-border-color;
613612
}
614613

614+
#adopters {
615+
border-bottom: 0.1rem solid $home-section-border-color;
616+
}
617+
615618
#pageContent .container {
616619
max-width: 70rem;
617620
}

content/en/_index.html

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,25 @@ <h3 class="section-head">
4040
</div>
4141
</div>
4242

43-
<div id="overview" class="text-center">
43+
<div id="adopters" class="text-center">
4444
<div class="container">
4545
<h3 class="section-head">
4646
<span class="border-bottom pb-2">Trusted by</span>
4747
</h3>
48-
<div class="container trusted-logo-container">
49-
<img src="/docs/images/logos/Amazon_2024.svg" alt="Amazon" class="trusted-logo">
50-
<img src="/docs/images/logos/ByteDance.svg" alt="ByteDance" class="trusted-logo">
51-
<img src="/docs/images/logos/Microsoft_logo.svg" alt="Microsoft" class="trusted-logo">
52-
<img src="/docs/images/logos/Red_Hat.svg" alt="RedHat" class="trusted-logo">
53-
<img src="/docs/images/logos/Google_2015_logo.svg" alt="Google" class="trusted-logo">
54-
</div>
55-
<div class="mx-auto mt-4">
56-
<a class="btn btn-lg btn-outline-primary mr-1 mb-4" href="https://github.com/kubeflow/community/blob/master/ADOPTERS.md" target="_blank" rel="noopener">
57-
View our adopters on GitHub <i class="fas fa-book-open ml-2"></i>
58-
</a>
48+
<div class="trusted-logo-container">
49+
<!-- WARNING: only include logos from organizations which have been approved by the KSC -->
50+
<!-- WARNING: only include logos from CNCF Members https://landscape.cncf.io/?group=members -->
51+
<img src="/docs/images/logos/Amazon_2024.svg" alt="Amazon" class="trusted-logo">
52+
<img src="/docs/images/logos/Nvidia_logo.svg" alt="Nvidia" class="trusted-logo">
53+
<img src="/docs/images/logos/Microsoft_logo.svg" alt="Microsoft" class="trusted-logo">
54+
<img src="/docs/images/logos/Red_Hat.svg" alt="RedHat" class="trusted-logo">
55+
<img src="/docs/images/logos/Google_2015_logo.svg" alt="Google" class="trusted-logo">
56+
</div>
57+
<div class="mx-auto mt-4">
58+
<a class="btn btn-lg btn-outline-primary mr-1 mb-4" href="https://github.com/kubeflow/community/blob/master/ADOPTERS.md" target="_blank" rel="noopener">
59+
See Our Adopters <i class="fas fa-book-open ml-2"></i>
60+
</a>
61+
</div>
5962
</div>
6063
</div>
6164

content/en/docs/images/logos/ByteDance.svg

Lines changed: 0 additions & 49 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)