From 763e75c463adaffcc8b0392d73924dddddba0227 Mon Sep 17 00:00:00 2001 From: TuvalSimha Date: Tue, 16 May 2023 16:40:10 +0300 Subject: [PATCH] Website/conf: Add new content to FAQ Signed-off-by: TuvalSimha --- src/pages/conf/faq.tsx | 57 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/src/pages/conf/faq.tsx b/src/pages/conf/faq.tsx index 706f26d9bf..f5c8262892 100644 --- a/src/pages/conf/faq.tsx +++ b/src/pages/conf/faq.tsx @@ -7,6 +7,63 @@ import SectionConf from "../../components/Conf/Section" import SeoConf from "../../components/Conf/Seo" const faq: Array<{ id: string; title: string; contents: ReactNode }> = [ + { + id: "general", + title: "General", + contents: ( + <> +

+ What is the format of the GraphQLConf 2023, and when will it take + place? +

+

+ GraphQLConf is an in-person event that will take place on September + 19-21 in the San Francisco Bay Area at the{" "} + + Hyatt Regency SFO hotel + + . +

+

Will all sessions be recorded?

+

GraphQLConf will take place in Pacific Daylight Time, UTC -7.

+

What is the timezone for the event?

+

+ Yes! Once the event ends, all attendees will be able to view all + sessions on-demand on the{" "} + + GraphQL Foundation YouTube channel + + . Recordings will be available within two weeks of the event + conclusion. +

+ + ), + }, + { + id: "speakers", + title: "Speakers", + contents: ( +

+ For all session or speaker-related questions, please contact{" "} + cfp@linuxfoundation.org. +

+ ), + }, + { + id: "sponsors", + title: "Sponsors", + contents: ( +

+ Interested in sponsoring GraphQLConf? Contact{" "} + graphqlconf@graphql.org to + secure your sponsorship today.{" "} + Learn more. +

+ ), + }, { id: "contact", title: "Contact Us",