File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ const faq: Array<{ id: string; title: string; contents: ReactNode }> = [
28
28
.
29
29
</ p >
30
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
31
< p >
34
32
Yes! Once the event ends, all attendees will be able to view all
35
33
sessions on-demand on the{ " " }
@@ -39,6 +37,8 @@ const faq: Array<{ id: string; title: string; contents: ReactNode }> = [
39
37
. Recordings will be available within two weeks of the event
40
38
conclusion.
41
39
</ p >
40
+ < h4 > What is the timezone for the event?</ h4 >
41
+ < p > GraphQLConf will take place in Pacific Daylight Time, UTC -7.</ p >
42
42
</ >
43
43
) ,
44
44
} ,
Original file line number Diff line number Diff line change @@ -300,6 +300,19 @@ export default () => {
300
300
< ButtonConf href = "https://sessionize.com/graphqlconf2023/" >
301
301
Submit a Proposal
302
302
</ 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 >
303
316
</ section >
304
317
< ul className = "md:columns-2 max-lg:p-0 max-lg:m-0 list-none" >
305
318
{ cfp . map ( q => (
You can’t perform that action at this time.
0 commit comments