Remove Warp sponsorship and refine endorsement cards (#1953)

Remove the ended Warp sponsorship from multilingual READMEs and landing pages, and restyle the landing-page endorsements as rounded cards.
This commit is contained in:
Yudong Jin
2026-07-24 15:31:39 +08:00
committed by GitHub
parent 69acdc5bf3
commit 69932aed18
11 changed files with 30 additions and 145 deletions
+20 -2
View File
@@ -726,8 +726,20 @@ a:hover .device-on-hover {
fill: var(--md-primary-bg-color);
}
.endor-container {
align-items: stretch;
gap: 20px;
margin: 0 auto;
}
.endor-text {
width: 50%;
margin: 0;
padding: 1.25em 2.5em;
border-radius: 28px;
background-color: #101010;
box-sizing: border-box;
overflow: hidden;
}
.intro-quote {
@@ -853,8 +865,14 @@ a:hover .device-on-hover {
}
.endor-text {
width: auto;
margin: 0 auto;
width: 100%;
margin: 0;
padding: 1em 2em;
border-radius: 20px;
}
.endor-container {
gap: 20px;
}
.intro-image {