Skip to content

Commit de70ee9

Browse files
committed
combine partner and sponsor
1 parent c1c40d4 commit de70ee9

File tree

7 files changed

+27
-48
lines changed

7 files changed

+27
-48
lines changed

src/app/conf/2024/layout.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export default function Layout({
4545
{ children: <span>FAQ</span>, href: "/conf/2024/faq" },
4646
{ children: <span>Speak</span>, href: "/conf/2024/speak" },
4747
{ children: <span>Register</span>, href: "#attend" },
48-
{ children: <span>Sponsor</span>, href: "/conf/2024/sponsor" },
4948
{ children: <span>Partner</span>, href: "/conf/2024/partner" },
5049
{
5150
children: <span>Schedule</span>,
@@ -69,8 +68,8 @@ export default function Layout({
6968
[
7069
{ children: "Speak", href: "/conf/2024/speak" },
7170
{ children: "Register", href: "https://cvent.me/gk2dRw" },
72-
{ children: "Sponsor", href: "/conf/2024/sponsor" },
73-
{ children: "Partner", href: "/conf/2024/partner" },
71+
{ children: "Sponsor", href: "/conf/2024/partner" },
72+
{ children: "Partner", href: "/conf/2024/partner#partner" },
7473
{
7574
children: "Speakers",
7675
href: "/conf/2024/speakers",

src/app/conf/2024/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ export default function Page() {
5454
Submit to Speak
5555
</a>
5656
<a
57-
href="/conf/2024/sponsor"
57+
href="/conf/2024/sponsor#sponsor"
5858
className="whitespace-nowrap with-arrow w-40 hover:text-primary transition-colors"
5959
>
6060
Join as a Sponsor
6161
</a>
6262
<a
63-
href="/conf/2024/partner"
63+
href="/conf/2024/partner#program"
6464
className="whitespace-nowrap with-arrow w-40 hover:text-primary transition-colors"
6565
>
6666
Join as a Partner

src/app/conf/2024/partner/index.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
import { Button } from "@/app/conf/_components/button"
22

3-
# Partner with GraphQLConf
3+
<h1 id="sponsor">Sponsor GraphQLConf 2024</h1>
4+
5+
<div className="flex flex-row justfiy-center">
6+
<Button target="_blank" href="/conf/sponsor/sponsor_2024.pdf" className="!text-white !block">Sponsorship Details</Button>
7+
<Button href="mailto:[email protected]?subject=Sponsorships" className="!text-white !block ml-3.5">Contact Us</Button>
8+
</div>
9+
Contact us at [email protected] to reserve your sponsorship, ask questions or talk about different options.
10+
11+
GraphQLConf is the official GraphQL conference hosted by the GraphQL Foundation. It is a premier event by the community for the community to promote education, adoption, and advancement of GraphQL.
12+
13+
Help make this event one to remember by becoming a sponsor.
14+
15+
GraphQLConf will attract members of the GraphQL community from around the world. Developers, users, architects, and technology leaders from multiple industries will gather in San Francisco to meet, collaborate and build. GraphQLConf 2024 is the flagship event in the GraphQL Foundation’s official event series.
16+
17+
Investing in GraphQLConf provides the opportunity to build awareness and loyalty with leaders and decision makers in organizations across the GraphQL and open source community.
18+
19+
20+
<h1 id="partner">Partner with GraphQLConf</h1>
421

522
We are pleased to offer a Media and Community Partner Program for
623
our upcoming GraphQLConf 2024. Our program is designed to provide

src/app/conf/2024/sponsor/client-mdx.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/app/conf/2024/sponsor/index.mdx

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/app/conf/2024/sponsor/page.tsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"destination": "https://graphql-conf-attendee-nextjs.vercel.app/:path*",
66
"statusCode": 200
77
},
8+
{
9+
"source": "/conf/sponsor",
10+
"destination": "/conf/partner",
11+
"permanent": false
12+
},
813
{
914
"source": "/conf/program",
1015
"destination": "/conf/2023/schedule",

0 commit comments

Comments
 (0)