Skip to content

Commit 56d6fd1

Browse files
authored
Website/conf: Added some text to Speak page (#1443)
1 parent 4659e09 commit 56d6fd1

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

src/pages/conf/faq.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ const faq: Array<{ id: string; title: string; contents: ReactNode }> = [
2828
.
2929
</p>
3030
<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>
3331
<p>
3432
Yes! Once the event ends, all attendees will be able to view all
3533
sessions on-demand on the{" "}
@@ -39,6 +37,8 @@ const faq: Array<{ id: string; title: string; contents: ReactNode }> = [
3937
. Recordings will be available within two weeks of the event
4038
conclusion.
4139
</p>
40+
<h4>What is the timezone for the event?</h4>
41+
<p>GraphQLConf will take place in Pacific Daylight Time, UTC -7.</p>
4242
</>
4343
),
4444
},

src/pages/conf/speak.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,19 @@ export default () => {
300300
<ButtonConf href="https://sessionize.com/graphqlconf2023/">
301301
Submit a Proposal
302302
</ButtonConf>
303+
<p className="italic">
304+
Please be aware that the Linux Foundation will now be utilizing
305+
Sessionize for CFP submissions. Sessionize is a cloud-based event
306+
content management software designed to be intuitive and
307+
user-friendly. If you need guidance, please review{" "}
308+
<a
309+
target="_blank"
310+
href="https://sessionize.com/playbook/submit-your-session-for-an-event"
311+
>
312+
how to submit your session for an event
313+
</a>{" "}
314+
to see step-by-step instructions and helpful screenshots.
315+
</p>
303316
</section>
304317
<ul className="md:columns-2 max-lg:p-0 max-lg:m-0 list-none">
305318
{cfp.map(q => (

0 commit comments

Comments
 (0)