diff --git a/src/app/colors.css b/src/app/colors.css index 39c02c2b22..95ec008b24 100644 --- a/src/app/colors.css +++ b/src/app/colors.css @@ -1,8 +1,8 @@ :root, .light { --color-pri-lighter: 319 100% 90%; - --color-pri-light: 319 100% 90%; - --color-pri-base: 319 100% 44%; + --color-pri-light: 318 100% 80%; + --color-pri-base: 319 100% 44.1%; --color-pri-dark: 319 100% 30%; --color-pri-darker: 319 100% 20%; diff --git a/src/app/conf/2025/components/graphql-foundation-card.tsx b/src/app/conf/2025/components/graphql-foundation-card.tsx new file mode 100644 index 0000000000..3002915829 --- /dev/null +++ b/src/app/conf/2025/components/graphql-foundation-card.tsx @@ -0,0 +1,20 @@ +import { clsx } from "clsx" + +import FoundationWordmark from "../assets/graphql-foundation-wordmark.svg?svgr" + +export function GraphQLFoundationCard({ className }: { className?: string }) { + return ( + + + + + + + GraphQLConf is presented by the GraphQL Foundation, uniting the global + GraphQL community to promote education, adoption, and advancement of + GraphQL. + + + + ) +} diff --git a/src/app/conf/2025/faq.tsx b/src/app/conf/2025/faq.tsx index 1617a1929c..115c5a4145 100644 --- a/src/app/conf/2025/faq.tsx +++ b/src/app/conf/2025/faq.tsx @@ -200,7 +200,7 @@ export function FAQ({ className }: { className?: string }) { diff --git a/src/app/conf/2025/page.tsx b/src/app/conf/2025/page.tsx index bf23c8318c..49be2a4f4c 100644 --- a/src/app/conf/2025/page.tsx +++ b/src/app/conf/2025/page.tsx @@ -10,7 +10,7 @@ import TopMindsSection from "./components/top-minds" import { GetYourTicket } from "./components/get-your-ticket" import { RegisterSection } from "./components/register-section" import { Sponsors } from "./components/sponsors" - +import { GraphQLFoundationCard } from "./components/graphql-foundation-card" export const metadata: Metadata = { title: "GraphQLConf 2025 — Sept 08-10", } @@ -30,9 +30,10 @@ export default function Page() { - + + diff --git a/src/app/conf/2025/sponsorship.tsx b/src/app/conf/2025/sponsorship.tsx index b5651bf918..31b20a16c7 100644 --- a/src/app/conf/2025/sponsorship.tsx +++ b/src/app/conf/2025/sponsorship.tsx @@ -3,7 +3,7 @@ import { Button } from "../_design-system/button" export function Sponsor() { return ( - + )", blk: "#000", + + /** + * GraphQL Rhodamine as per the trademark guidelines + * https://www.graphql.org/brand/ + */ + rhodamine: "#e10098", // #endregion new design system colors }, backgroundImage: {
+ GraphQLConf is presented by the GraphQL Foundation, uniting the global + GraphQL community to promote education, adoption, and advancement of + GraphQL. +