Skip to content

Commit 6f23271

Browse files
committed
chore(ui): remove quotes
1 parent b7198c2 commit 6f23271

2 files changed

Lines changed: 0 additions & 159 deletions

File tree

packages/console/app/src/routes/go/index.css

Lines changed: 0 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -942,97 +942,6 @@ body {
942942
}
943943
}
944944

945-
[data-component="testimonials"] {
946-
border-top: 1px solid var(--color-border-weak);
947-
padding: var(--vertical-padding) var(--padding);
948-
display: flex;
949-
flex-direction: column;
950-
gap: 20px;
951-
952-
[data-slot="testimonial"] {
953-
background: var(--color-background-weak);
954-
border-radius: 6px;
955-
border: 1px solid var(--color-border-weak);
956-
padding: 20px;
957-
display: flex;
958-
flex-direction: column;
959-
gap: 12px;
960-
961-
@media (max-width: 30rem) {
962-
flex-direction: column-reverse;
963-
gap: 24px;
964-
}
965-
966-
[data-slot="name"] {
967-
display: flex;
968-
gap: 16px;
969-
970-
strong {
971-
font-weight: 500;
972-
flex: 0 0 auto;
973-
}
974-
975-
span {
976-
color: var(--color-text);
977-
}
978-
979-
@media (max-width: 30rem) {
980-
flex-direction: column;
981-
gap: 8px;
982-
}
983-
984-
span {
985-
display: inline-block;
986-
}
987-
988-
img {
989-
height: 24px;
990-
width: 24px;
991-
border-radius: 24px;
992-
}
993-
}
994-
995-
[data-slot="quote"] {
996-
margin-left: 40px;
997-
998-
@media (max-width: 30rem) {
999-
margin-left: 0;
1000-
}
1001-
span {
1002-
color: var(--color-text);
1003-
text-decoration: none;
1004-
}
1005-
}
1006-
}
1007-
1008-
[data-slot="button"] {
1009-
all: unset;
1010-
cursor: pointer;
1011-
display: flex;
1012-
align-items: center;
1013-
color: var(--color-text);
1014-
gap: var(--space-2-5);
1015-
font-size: 1rem;
1016-
1017-
@media (max-width: 24rem) {
1018-
font-size: 0.875rem;
1019-
}
1020-
1021-
strong {
1022-
color: var(--color-text-strong);
1023-
font-weight: 500;
1024-
}
1025-
1026-
@media (max-width: 40rem) {
1027-
justify-content: flex-start;
1028-
}
1029-
1030-
@media (max-width: 30rem) {
1031-
justify-content: center;
1032-
}
1033-
}
1034-
}
1035-
1036945
[data-component="copy-status"] {
1037946
@media (max-width: 38rem) {
1038947
display: none;

packages/console/app/src/routes/go/index.tsx

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ import { For, createSignal, onCleanup, onMount } from "solid-js"
55
//import { HttpHeader } from "@solidjs/start"
66
import goLogoLight from "../../asset/go-ornate-light.svg"
77
import goLogoDark from "../../asset/go-ornate-dark.svg"
8-
import avatarDax from "../../asset/lander/avatar-dax.png"
9-
import avatarJay from "../../asset/lander/avatar-jay.png"
10-
import avatarFrank from "../../asset/lander/avatar-frank.png"
11-
import avatarAdam from "../../asset/lander/avatar-adam.png"
12-
import avatarDavid from "../../asset/lander/avatar-david.png"
138
import { EmailSignup } from "~/component/email-signup"
149
import { Faq } from "~/component/faq"
1510
import { Legal } from "~/component/legal"
@@ -348,69 +343,6 @@ export default function Home() {
348343
</ul>
349344
</section>
350345

351-
<section data-component="testimonials">
352-
{/*Dax*/}
353-
<div data-slot="testimonial">
354-
<div data-slot="name">
355-
<img src={avatarDax} alt="" />
356-
<strong>{i18n.t("go.testimonials.dax.name")}</strong>
357-
<span>{i18n.t("go.testimonials.dax.title")}</span>
358-
</div>
359-
<div data-slot="quote">
360-
<span>{i18n.t("go.testimonials.handle")}</span> <s>{i18n.t("go.testimonials.brand.zen")}</s>{" "}
361-
{i18n.t("go.testimonials.brand.go")} {i18n.t("go.testimonials.dax.quoteAfter")}
362-
</div>
363-
</div>
364-
{/*Jay*/}
365-
<div data-slot="testimonial">
366-
<div data-slot="name">
367-
<img src={avatarJay} alt="" />
368-
<strong>{i18n.t("go.testimonials.jay.name")}</strong>
369-
<span>{i18n.t("go.testimonials.jay.title")}</span>
370-
</div>
371-
<div data-slot="quote">
372-
{i18n.t("go.testimonials.jay.quoteBefore")} <span>{i18n.t("go.testimonials.handle")}</span>{" "}
373-
<s>{i18n.t("go.testimonials.brand.zen")}</s> {i18n.t("go.testimonials.brand.go")}
374-
{i18n.t("go.testimonials.jay.quoteAfter")}
375-
</div>
376-
</div>
377-
{/*Adam*/}
378-
<div data-slot="testimonial">
379-
<div data-slot="name">
380-
<img src={avatarAdam} alt="" />
381-
<strong>{i18n.t("go.testimonials.adam.name")}</strong>
382-
<span>{i18n.t("go.testimonials.adam.title")}</span>
383-
</div>
384-
<div data-slot="quote">
385-
{i18n.t("go.testimonials.adam.quoteBefore")} <span>{i18n.t("go.testimonials.handle")}</span>{" "}
386-
<s>{i18n.t("go.testimonials.brand.zen")}</s> {i18n.t("go.testimonials.brand.go")}{" "}
387-
{i18n.t("go.testimonials.adam.quoteAfter")}
388-
</div>
389-
</div>
390-
{/*David*/}
391-
<div data-slot="testimonial">
392-
<div data-slot="name">
393-
<img src={avatarDavid} alt="" />
394-
<strong>{i18n.t("go.testimonials.david.name")}</strong>
395-
<span>{i18n.t("go.testimonials.david.title")}</span>
396-
</div>
397-
<div data-slot="quote">
398-
{i18n.t("go.testimonials.david.quoteBefore")} <span>{i18n.t("go.testimonials.handle")}</span>{" "}
399-
<s>{i18n.t("go.testimonials.brand.zen")}</s> {i18n.t("go.testimonials.brand.go")}{" "}
400-
{i18n.t("go.testimonials.david.quoteAfter")}
401-
</div>
402-
</div>
403-
{/*Frank*/}
404-
<div data-slot="testimonial">
405-
<div data-slot="name">
406-
<img src={avatarFrank} alt="" />
407-
<strong>{i18n.t("go.testimonials.frank.name")}</strong>
408-
<span>{i18n.t("go.testimonials.frank.title")}</span>
409-
</div>
410-
<div data-slot="quote">{i18n.t("go.testimonials.frank.quote")}</div>
411-
</div>
412-
</section>
413-
414346
<section data-component="faq">
415347
<div data-slot="section-title">
416348
<h3>{i18n.t("common.faq")}</h3>

0 commit comments

Comments
 (0)