Skip to content

Commit b65f545

Browse files
authored
Website/conf: Add new content to FAQ (#1440)
1 parent d1664c2 commit b65f545

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

src/pages/conf/faq.tsx

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,63 @@ import SectionConf from "../../components/Conf/Section"
77
import SeoConf from "../../components/Conf/Seo"
88

99
const faq: Array<{ id: string; title: string; contents: ReactNode }> = [
10+
{
11+
id: "general",
12+
title: "General",
13+
contents: (
14+
<>
15+
<h4>
16+
What is the format of the GraphQLConf 2023, and when will it take
17+
place?
18+
</h4>
19+
<p>
20+
GraphQLConf is an in-person event that will take place on September
21+
19-21 in the San Francisco Bay Area at the{" "}
22+
<a
23+
target="_blank"
24+
href="https://www.hyatt.com/en-US/group-booking/SFOBU/G-LIFO"
25+
>
26+
Hyatt Regency SFO hotel
27+
</a>
28+
.
29+
</p>
30+
<h4>Will all sessions be recorded?</h4>
31+
<p>GraphQLConf will take place in Pacific Daylight Time, UTC -7.</p>
32+
<h4>What is the timezone for the event?</h4>
33+
<p>
34+
Yes! Once the event ends, all attendees will be able to view all
35+
sessions on-demand on the{" "}
36+
<a target="_blank" href="https://www.youtube.com/@GraphQLFoundation">
37+
GraphQL Foundation YouTube channel
38+
</a>
39+
. Recordings will be available within two weeks of the event
40+
conclusion.
41+
</p>
42+
</>
43+
),
44+
},
45+
{
46+
id: "speakers",
47+
title: "Speakers",
48+
contents: (
49+
<p>
50+
For all session or speaker-related questions, please contact{" "}
51+
<a href="mailto:cfp@linuxfoundation.org">cfp@linuxfoundation.org</a>.
52+
</p>
53+
),
54+
},
55+
{
56+
id: "sponsors",
57+
title: "Sponsors",
58+
contents: (
59+
<p>
60+
Interested in sponsoring GraphQLConf? Contact{" "}
61+
<a href="mailto:graphqlconf@graphql.org">graphqlconf@graphql.org</a> to
62+
secure your sponsorship today.{" "}
63+
<a href="https://graphql.org/conf/sponsor/">Learn more</a>.
64+
</p>
65+
),
66+
},
1067
{
1168
id: "contact",
1269
title: "Contact Us",

0 commit comments

Comments
 (0)