Skip to content

Commit a911dfc

Browse files
authored
[DRAFT] Conf website updates (#2356)
I forget how to actually mark something as Draft... @bignimbus @benjie @leebyron for review We are getting additional info for hotels, resources and so forth.
1 parent 9f1e7cc commit a911dfc

File tree

12 files changed

+36
-37
lines changed

12 files changed

+36
-37
lines changed

src/app/conf/2026/components/call-for-proposals.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ function DatesTab() {
2323
term="Schedule Announced"
2424
definition="Wednesday, 4 March"
2525
/>
26-
<DefinitionListItem term="Slides due date" definition="Monday, 4 May" />
26+
<DefinitionListItem term="Slides due date" definition="Monday, 11 May" />
2727
<DefinitionListItem
2828
term="Event Dates"
29-
definition="Wednesday, May 6 - Thursday, May 7"
29+
definition="Tuesday, May 19 - Wednesday, May 20"
3030
/>
3131
<DefinitionListItem
3232
term="WG Day"
33-
definition="Friday, May 8 (9:30 AM - 4:30 PM)"
33+
definition="Thursday, May 21 (9:30 AM - 4:30 PM)"
3434
/>
3535
</DefinitionListBox>
3636
)

src/app/conf/2026/components/footer/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ export function Footer({
2727
{logo}
2828
<div className="typography-body-lg flex gap-x-4 max-sm:grid max-sm:grid-cols-2 max-sm:items-start max-sm:text-lg sm:gap-y-2">
2929
<p className="flex items-center whitespace-pre">
30-
<time dateTime="2026-05-06">May 06</time>
30+
<time dateTime="2026-05-19">May 19</time>
3131
<span>-</span>
32-
<time dateTime="2026-05-07">
33-
07<span className="max-sm:hidden">, 2026</span>
32+
<time dateTime="2026-05-20">
33+
20<span className="max-sm:hidden">, 2026</span>
3434
</time>
3535
</p>
3636
<p className="flex items-center whitespace-pre">
3737
WG Day:
3838
<span className="ml-1">
39-
<time dateTime="2026-05-08">May 08</time>
39+
<time dateTime="2026-05-21">May 21</time>
4040
</span>
4141
</p>
42-
<address className="not-italic">Menlo Park, California</address>
42+
<address className="not-italic">Fremont, California</address>
4343
</div>
4444
</div>
4545
<ul className="grid grid-cols-2 gap-px bg-neu-400 py-px dark:bg-neu-100 lg:grid-cols-4">

src/app/conf/2026/components/hero/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ export function HeroDateAndLocation() {
8989
<div className="typography-body-md flex flex-col gap-4 md:flex-row md:gap-6">
9090
<div className="flex items-center gap-2">
9191
<CalendarIcon className="size-5 sm:size-6" />
92-
<time dateTime="2026-05-06">May 06</time>
92+
<time dateTime="2026-05-19">May 19</time>
9393
<span>-</span>
94-
<time dateTime="2026-05-07">07, 2026</time>
94+
<time dateTime="2026-05-20">20, 2026</time>
9595
</div>
9696
<div className="flex items-center gap-2">
9797
<PinIcon className="size-5 sm:size-6" />
98-
<address className="not-italic">Menlo Park, California</address>
98+
<address className="not-italic">Fremont, California</address>
9999
</div>
100100
</div>
101101
)

src/app/conf/2026/components/navbar.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ export function Navbar({ links, year }: NavbarProps): ReactElement {
6262

6363
<div className="typography-menu mr-auto flex h-full flex-col justify-center whitespace-pre border-x border-blk/60 px-4 dark:border-white/80 max-xl:hidden">
6464
<p className="flex items-center gap-2 text-sm">
65-
<time dateTime="2026-05-06">May 06</time>
65+
<time dateTime="2026-05-19">May 19</time>
6666
<span>-</span>
67-
<time dateTime="2026-05-07">07, 2026</time>
67+
<time dateTime="2026-05-20">20, 2026</time>
6868
</p>
6969
<p className="text-sm text-neu-800 dark:text-neu-100">
70-
WG Day: <time dateTime="2026-05-08">May 08</time>
70+
WG Day: <time dateTime="2026-05-21">May 21</time>
7171
</p>
7272
<address className="text-sm not-italic">
73-
Menlo Park, California
73+
Fremont, California
7474
</address>
7575
</div>
7676

src/app/conf/2026/components/og-images/simple-opengraph-image.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ export async function SimpleOpengraphImage({
2525
(
2626
<GenericOpengraphImage
2727
pageTitle={pageTitle}
28-
date="May 6-7"
28+
date="May 19-20"
2929
year="2026"
30-
location="Menlo Park, California"
30+
location="Fremont, California"
3131
/>
3232
),
3333
{

src/app/conf/2026/components/venue/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ export function Venue(props: VenueProps) {
3737
<h2 className="typography-h2">Venue</h2>
3838
<p className="typography-body-lg">
3939
We're heading back to where it all began: GraphQLConf 2026 will
40-
be hosted at Meta's Menlo Park campus, where GraphQL was first
40+
be hosted at Meta's Fremont campus, where GraphQL was first
4141
conceptualized by Facebook engineers in 2012.
4242
</p>
4343
<div className="flex-1" />
4444
</>
4545
}
4646
<p className="typography-body-lg">
47-
Meta MPK 22 Bayfront Campus <br />
48-
305 Constitution Dr <br />
49-
Menlo Park, CA 94025
47+
Meta FRE 117 - Fremont Campus <br />
48+
6611 Dumbarton Circle <br />
49+
Fremont, CA 94555
5050
</p>
5151
{
52-
<Button href="https://maps.app.goo.gl/rRTvnDFk8LgwHjsV7">
52+
<Button href="https://maps.app.goo.gl/2nBp7Pp3Qrs8299G9">
5353
Google Maps
5454
</Button>
5555
}

src/app/conf/2026/faq.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ const FAQS = [
1313
),
1414
},
1515
{
16-
question: "Is anything happening on May 08 after the main conference?",
16+
question: "Is anything happening on May 21 after the main conference?",
1717
answer: (
1818
<>
19-
Working Group Day is on May 08, 2026. For attendance, schedule, and
19+
Working Group Day is on May 21, 2026. For attendance, schedule, and
2020
day-of logistics, see{" "}
2121
<a className="typography-link" href="/conf/2026/wg-day">
2222
the WG Day page

src/app/conf/2026/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ import { GALLERY_LINK } from "./links"
1313

1414
export const metadata = {
1515
description:
16-
"Join the official GraphQL Conference by the GraphQL Foundation in Menlo Park, California, from May 06-07, 2026. Discover the future of GraphQL with leading experts, workshops, and networking opportunities.",
16+
"Join the official GraphQL Conference by the GraphQL Foundation in Fremont, California, from May 19-20, 2026. Discover the future of GraphQL with leading experts, workshops, and networking opportunities.",
1717
openGraph: {
1818
images: [
1919
{
2020
url: "/img/og-graphql-conf-2025.jpeg",
21-
alt: "GraphQLConf 2026 hosted by the GraphQL Foundation. May 06-07. Menlo Park, California",
21+
alt: "GraphQLConf 2026 hosted by the GraphQL Foundation. May 19-20. Fremont, California",
2222
},
2323
],
2424
},

src/app/conf/2026/page.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { HeroImage } from "./components/hero/hero-image"
2121
import { HERO_MARQUEE_ITEMS } from "./utils"
2222

2323
export const metadata: Metadata = {
24-
title: "GraphQLConf 2026 — May 06-07 + WG Day May 08",
24+
title: "GraphQLConf 2026 — May 19-20 + WG Day May 21",
2525
}
2626

2727
export default function Page() {
@@ -30,7 +30,6 @@ export default function Page() {
3030
<Hero year="2026" bottom={<HeroImage />}>
3131
<HeroDateAndLocation />
3232
<div className="flex flex-wrap gap-x-4 gap-y-2 max-xs:*:w-full sm:gap-x-6">
33-
<Button href={BECOME_A_SPEAKER_LINK}>Submit your talk</Button>
3433
<Button variant="tertiary" href={GET_TICKETS_LINK}>
3534
Get a ticket
3635
</Button>
@@ -54,9 +53,9 @@ export default function Page() {
5453
<MarqueeRows
5554
variant="secondary"
5655
items={[
57-
["MENLO PARK", "MAY 2026", "TWO DAYS", "META CAMPUS"],
56+
["FREMONT", "MAY 2026", "TWO DAYS", "META CAMPUS"],
5857
["TWO DAYS", "META CAMPUS", "CALIFORNIA", "GRAPHQL COMMUNITY"],
59-
["CALIFORNIA", "10 YEARS OF GRAPHQL", "06-07 MAY", "MENLO PARK"],
58+
["CALIFORNIA", "10 YEARS OF GRAPHQL", "19-20 MAY", "FREMONT"],
6059
]}
6160
className="my-8 xl:mb-16 xl:mt-10 2xl:mb-24"
6261
/>

src/app/conf/2026/schedule/[id]/opengraph-image.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ export default async function SessionOGImage({
3333
(
3434
<SessionOpengraphImage
3535
session={session}
36-
date="May 6-7"
36+
date="May 19-20"
3737
year="2026"
38-
location="Menlo Park, California"
38+
location="Fremont, California"
3939
/>
4040
),
4141
{

0 commit comments

Comments
 (0)