Skip to content

Commit 5adb333

Browse files
committed
add p tags
1 parent 0cfe21f commit 5adb333

File tree

1 file changed

+36
-27
lines changed

1 file changed

+36
-27
lines changed

Diff for: src/app/conf/2025/speakers.tsx

+36-27
Original file line numberDiff line numberDiff line change
@@ -220,22 +220,24 @@ function ProcessTab() {
220220
<em>Last Updated: 2025-04-02</em>
221221
</p>
222222
<TabHeading className="mt-6">The Talk Selection Process</TabHeading>
223-
The GraphQL Foundation strives to select conference talks based on fair
224-
criteria in a transparent manner. There are three groups involved in the
225-
selection process, each with their own focus to help create an engaging
226-
and balanced conference schedule:
223+
<p>
224+
The GraphQL Foundation strives to select conference talks based on fair
225+
criteria in a transparent manner. There are three groups involved in the
226+
selection process, each with their own focus to help create an engaging
227+
and balanced conference schedule:
228+
</p>
227229
<ul className="list-disc space-y-2 pl-6">
228230
<li>The Technical Steering Committee (TSC)</li>
229231
<li>The new Subject Matter Experts initiative (SMEs)</li>
230232
<li>The Program Committee</li>
231233
</ul>
232234
<TabHeading className="mt-6">The Technical Steering Committee</TabHeading>
233-
The TSC are a group of 11 individuals who are elected to serve a two year
234-
term to provide technical oversight of all GraphQL development efforts.
235-
When evaluating conference talks they <strong>
236-
focus on quality
237-
</strong>{" "}
238-
and use the following criteria:
235+
<p>
236+
The TSC are a group of 11 individuals who are elected to serve a two
237+
year term to provide technical oversight of all GraphQL development
238+
efforts. When evaluating conference talks they{" "}
239+
<strong>focus on quality</strong> and use the following criteria:
240+
</p>
239241
<ul className="list-disc space-y-2 pl-6">
240242
<li>Relevance</li>
241243
<li>Originality</li>
@@ -244,32 +246,39 @@ function ProcessTab() {
244246
<li>Importance</li>
245247
</ul>
246248
<TabHeading className="mt-6">Subject Matter Experts</TabHeading>
247-
The SME initiative is new for 2025. This will be a panel of volunteers
248-
drawn from industry experts, working group members, security and
249-
observability experts, and maintainers and contributors to open source
250-
GraphQL projects. When evaluating the talks, they will{" "}
251-
<strong>focus on how exciting and engaging the talks are</strong> and use
252-
the following criteria:
249+
<p>
250+
The SME initiative is new for 2025. This will be a panel of volunteers
251+
drawn from industry experts, working group members, security and
252+
observability experts, and maintainers and contributors to open source
253+
GraphQL projects. When evaluating the talks, they will{" "}
254+
<strong>focus on how exciting and engaging the talks are</strong> and
255+
use the following criteria:
256+
</p>
253257
<ul className="list-disc space-y-2 pl-6">
254258
<li>Subject Content</li>
255259
<li>Originality</li>
256260
<li>Audience Engagement</li>
257261
</ul>
258262
<TabHeading className="mt-6">The Program Committee</TabHeading>
259-
The Program Committee is made up of representatives from the GraphQL
260-
Foundation board and interested members of the GraphQL community who have
261-
had experience organizing conferences. They shape the schedule from the
262-
highest-rated talks, ensuring balance across industries and affiliations,
263-
and also including a range of speaker experience and demographics, to
264-
ensure a varied and well-rounded representation of the GraphQL ecosystem.
263+
<p>
264+
The Program Committee is made up of representatives from the GraphQL
265+
Foundation board and interested members of the GraphQL community who
266+
have had experience organizing conferences. They shape the schedule from
267+
the highest-rated talks, ensuring balance across industries and
268+
affiliations, and also including a range of speaker experience and
269+
demographics, to ensure a varied and well-rounded representation of the
270+
GraphQL ecosystem.
271+
</p>
265272
<TabHeading className="mt-6">
266273
Have More Questions? First Time Submitting? Don't Feel Intimidated
267274
</TabHeading>
268-
Linux Foundation events are an excellent way to get to know the community
269-
and share your ideas and the work that you are doing and we strongly
270-
encourage first-time speakers to submit talks for our events. In the
271-
instance that you aren't sure about your abstract, reach out to us and we
272-
will be more than happy to work with you on your proposal.
275+
<p>
276+
Linux Foundation events are an excellent way to get to know the
277+
community and share your ideas and the work that you are doing and we
278+
strongly encourage first-time speakers to submit talks for our events.
279+
In the instance that you aren't sure about your abstract, reach out to
280+
us and we will be more than happy to work with you on your proposal.
281+
</p>
273282
</>
274283
)
275284
}

0 commit comments

Comments
 (0)