Skip to content

Website/conf: Added some text to Speak page #1443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/conf/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ const faq: Array<{ id: string; title: string; contents: ReactNode }> = [
.
</p>
<h4>Will all sessions be recorded?</h4>
<p>GraphQLConf will take place in Pacific Daylight Time, UTC -7.</p>
<h4>What is the timezone for the event?</h4>
<p>
Yes! Once the event ends, all attendees will be able to view all
sessions on-demand on the{" "}
Expand All @@ -39,6 +37,8 @@ const faq: Array<{ id: string; title: string; contents: ReactNode }> = [
. Recordings will be available within two weeks of the event
conclusion.
</p>
<h4>What is the timezone for the event?</h4>
<p>GraphQLConf will take place in Pacific Daylight Time, UTC -7.</p>
</>
),
},
Expand Down
13 changes: 13 additions & 0 deletions src/pages/conf/speak.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,19 @@ export default () => {
<ButtonConf href="https://sessionize.com/graphqlconf2023/">
Submit a Proposal
</ButtonConf>
<p className="italic">
Please be aware that the Linux Foundation will now be utilizing
Sessionize for CFP submissions. Sessionize is a cloud-based event
content management software designed to be intuitive and
user-friendly. If you need guidance, please review{" "}
<a
target="_blank"
href="https://sessionize.com/playbook/submit-your-session-for-an-event"
>
how to submit your session for an event
</a>{" "}
to see step-by-step instructions and helpful screenshots.
</p>
</section>
<ul className="md:columns-2 max-lg:p-0 max-lg:m-0 list-none">
{cfp.map(q => (
Expand Down