Skip to content

Commit 133b3f2

Browse files
committed
more
1 parent 25b2e00 commit 133b3f2

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

website/src/app/conf/2024/partner/index.mdx

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Button } from '@/app/conf/_components/button'
1+
import { Button } from "@/app/conf/_components/button"
22

33
# Partner with GraphQLConf
44

@@ -7,10 +7,16 @@ our upcoming GraphQLConf 2024. Our program is designed to provide
77
benefits to media and community partners, while also ensuring that
88
our conference is promoted in a positive and appropriate way.
99

10-
<Button className="!text-white" href="https://www.graphqlconf.dev/src/media-partners">Become a Media Partner</Button>
11-
<Button className="!text-white" href="https://www.graphqlconf.dev/src/community-partners">Become a Community Partner</Button>
10+
{<Button className="!text-white" href="https://graphqlconf.dev/src/media-partners">Become a Media Partner</Button>}
11+
{<Button className="!text-white" href="https://graphqlconf.dev/src/community-partners">Become a Community Partner</Button>}
1212

13-
<div className="mt-6 grid grid-cols-2">{toc.map(({value, id}) => <a key={id} href={`#${id}`}>{value}</a>)}</div>
13+
<div className="mt-6 grid grid-cols-2">
14+
{toc.map(({ value, id }) => (
15+
<a key={id} href={`#${id}`}>
16+
{value}
17+
</a>
18+
))}
19+
</div>
1420

1521
## Benefits for Media Partners [#media]
1622

@@ -52,6 +58,5 @@ application form. Applications will be reviewed on a rolling basis,
5258
and all applicants will be notified of their status within two weeks
5359
of submitting their application.
5460

55-
Thank you for your interest in partnering with us for GraphQLConf
56-
2024. We look forward to working with you to make our inaugural
61+
Thank you for your interest in partnering with us for GraphQLConf 2024. We look forward to working with you to make our
5762
conference a success!

website/src/app/conf/2024/speak/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ There are plenty of ways to give a presentation about projects and technologies
122122

123123
{<h3>Writing Your Proposal</h3>}
124124

125-
Your abstract title will be the main point of reference for attendees to decide if they want to attend your talk, so choose it carefully. The title should accurately reflect the content of your talk and comply with The Linux Foundation’s [Inclusive Language Initiative](https://events.linuxfoundation.org/graphqlconf/program/cfp/#preparing-to-submit:~:text=The%20Linux%20Foundation%E2%80%99s-,Inclusive%20Language%20Initiative.,-It%20will%20appear). Please use title case when inputting your title.
126-
127-
In the abstract, make the most of your opportunity to pitch your talk to the program committee by emphasizing its problem, contribution, and relevance. Don’t forget technical details, but keep the big picture in mind. Your proposal’s description should be focused, detailed, and comply with The Linux Foundation’s Inclusive Language Initiative. It will appear on the website schedule if accepted, so ensure it’s error-free, uses full sentences, and written in the third person. This description can make or break an attendee’s decision to attend your talk, so provide enough information to aid their choice, and be concise. The competition for presentation slots is high, so a well-crafted, engaging abstract will improve your chances of acceptance.
125+
Your abstract title will be the main point of reference for attendees to decide if they want to attend your talk, so choose it carefully. The title should accurately reflect the content of your talk. Speakers are required to adhere to our [Code of Conduct](https://events.linuxfoundation.org/about/code-of-conduct). We also highly recommend that speakers take our online [Inclusive Speaker Orientation Course](https://training.linuxfoundation.org/linux-courses/open-source-compliance-courses/inclusive-speaker-orientation).
128126

129127
{<h3>How to Give a Great Talk</h3>}
130128

0 commit comments

Comments
 (0)