Skip to content

Commit 95729bd

Browse files
fix logos and styles
Signed-off-by: Mathew Wicks <[email protected]>
1 parent 64e3898 commit 95729bd

21 files changed

+101
-137
lines changed

assets/scss/_styles_project.scss

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -543,37 +543,19 @@ nav.foldable-nav {
543543
}
544544
}
545545

546-
.trusted-logo-light {
546+
.adopter-logo {
547547
pointer-events: none;
548-
user-select: none;
549-
max-height: 3rem;
550-
max-width: 12.5rem;
551-
object-fit: contain;
552-
display: block !important;
553-
}
554-
555-
.trusted-logo-dark {
556-
pointer-events: none;
557-
user-select: none;
558-
max-height: 3rem;
559-
max-width: 12.5rem;
560-
object-fit: contain;
561-
display: none !important;
562-
}
563-
564-
.trusted-logo-container {
565-
display: flex;
566-
justify-content: center;
567-
align-items: center;
568-
flex-wrap: wrap;
569-
gap: 3rem;
548+
user-select: none;
549+
height: 3rem;
550+
width: 100%;
570551
}
571552

572553
.section-head {
573554
color: $home-section-title-color;
574555

575556
font-size: 1.8rem;
576557
font-weight: bold;
558+
line-height: 1.8;
577559

578560
margin-bottom: 2rem;
579561
padding-bottom: 1rem;

content/en/_index.html

Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,44 @@ <h3 class="section-head">
4343
<div id="adopters" class="text-center">
4444
<div class="container">
4545
<h3 class="section-head">
46-
<span class="border-bottom pb-2">Trusted by</span>
46+
<span class="border-bottom pb-2">Featured Adopters of Kubeflow</span>
4747
</h3>
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.svg" alt="Amazon-light" class="trusted-logo-light">
52-
<img src="/docs/images/logos/Amazon_white.png" alt="Amazon-light" class="trusted-logo-dark">
53-
54-
<img src="/docs/images/logos/Nvidia_Logo_1.svg" alt="Nvidia" class="trusted-logo-light">
55-
<img src="/docs/images/logos/Nvidia-Logo-White.svg" alt="Nvidia" class="trusted-logo-dark">
48+
<div class="mb-5 d-flex flex-wrap align-content-between align-items-center justify-content-center user-select-none">
49+
<!-- ====================================================================================== -->
50+
<!-- WARNING: logos MUST be approved by the KSC BEFORE being featured on the homepage -->
51+
<!-- WARNING: organizations MUST be listed in at least one adopter file -->
52+
<!-- https://github.com/kubeflow/community/blob/master/ADOPTERS.md -->
53+
<!-- WARNING: we only consider logos of CNCF Member organizations for trademark reasons -->
54+
<!-- https://landscape.cncf.io/?group=members&view-mode=card -->
55+
<!-- ====================================================================================== -->
5656

57-
<img src="/docs/images/logos/Microsoft_logo.svg" alt="Microsoft" class="trusted-logo-light">
58-
<img src="/docs/images/logos/microsoft_white.png" alt="Microsoft" class="trusted-logo-dark">
57+
<!-- NVIDIA (Organization Contact: TBA) -->
58+
<div class="px-5 py-4">
59+
<img class="adopter-logo show_light-only" src="/docs/images/logos/nvidia-light.svg" alt="NVIDIA Logo">
60+
<img class="adopter-logo show_dark-only" src="/docs/images/logos/nvidia-dark.svg" alt="NVIDIA Logo">
61+
</div>
5962

60-
<img src="/docs/images/logos/Red_Hat.svg" alt="RedHat" class="trusted-logo-light">
61-
<img src="/docs/images/logos/RedHat_White.png" alt="RedHat" class="trusted-logo-dark">
62-
63-
<img src="/docs/images/logos/Google.svg" alt="Google" class="trusted-logo-light">
64-
<img src="/docs/images/logos/Google_white.svg" alt="Google" class="trusted-logo-dark">
63+
<!-- RedHat (Organization Contact: TBA) -->
64+
<div class="px-5 py-4">
65+
<img class="adopter-logo show_light-only" src="/docs/images/logos/redhat-light.svg" alt="RedHat Logo">
66+
<img class="adopter-logo show_dark-only" src="/docs/images/logos/redhat-dark.svg" alt="RedHat Logo">
67+
</div>
6568

69+
<!-- Google Cloud (Organization Contact: TBA) -->
70+
<div class="px-5 py-4">
71+
<img class="adopter-logo show_light-only" src="/docs/images/logos/google-cloud-light.svg" alt="Google Cloud Logo">
72+
<img class="adopter-logo show_dark-only" src="/docs/images/logos/google-cloud-dark.svg" alt="Google Cloud Logo">
73+
</div>
74+
75+
<!-- AWS (Organization Contact: @vara-bonthu) -->
76+
<div class="px-5 py-4">
77+
<img class="adopter-logo show_light-only" src="/docs/images/logos/aws-light.svg" alt="AWS Logo">
78+
<img class="adopter-logo show_dark-only" src="/docs/images/logos/aws-dark.svg" alt="AWS Logo">
79+
</div>
6680
</div>
67-
<div class="mx-auto mt-4">
68-
<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">
69-
See Our Adopters <i class="fas fa-book-open ml-2"></i>
81+
<div>
82+
<a class="btn btn-lg btn-outline-primary" href="https://github.com/kubeflow/community/blob/master/ADOPTERS.md" target="_blank" rel="noopener">
83+
see more adopters on <i class="fab fa-github ml-1"></i>
7084
</a>
7185
</div>
7286
</div>

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

Lines changed: 0 additions & 72 deletions
This file was deleted.
-32.8 KB
Binary file not shown.

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

Lines changed: 0 additions & 2 deletions
This file was deleted.
-129 KB
Binary file not shown.

0 commit comments

Comments
 (0)