Skip to content

Commit c853fe5

Browse files
authored
Add missing section to FAQ page (graphql#1475)
* Add missing section to FAQ page * better spacing
1 parent 74014a8 commit c853fe5

File tree

1 file changed

+94
-1
lines changed

1 file changed

+94
-1
lines changed

src/pages/conf/faq.tsx

Lines changed: 94 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const faq: Array<{ id: string; title: string; contents: ReactNode }> = [
186186
</i>
187187
</p>
188188

189-
<h3>Measures</h3>
189+
<h3>Health Measures</h3>
190190
<h4>COVID-19</h4>
191191
<p>
192192
Masks are recommended, but not required, to attend this event. There
@@ -269,6 +269,99 @@ const faq: Array<{ id: string; title: string; contents: ReactNode }> = [
269269
</a>
270270
.
271271
</p>
272+
273+
<h3>Safety Resources & Tips</h3>
274+
275+
<p>
276+
Attendee safety is our top priority. Always exercise common sense and
277+
good judgment when traveling.
278+
</p>
279+
280+
<h4>General Safety</h4>
281+
<ul className="list-disc">
282+
<li>
283+
When walking around the city, remember to take off your conference
284+
badge.
285+
</li>
286+
<li>
287+
Safety in numbers: Exploring the city can be safer when done with a
288+
friend or colleague.
289+
</li>
290+
<li>
291+
Walk with purpose and stick to well-lit areas and on main streets.  
292+
</li>
293+
<li>
294+
If alone after dark, use a ride service such as Lyft, Uber or a
295+
taxi. 
296+
</li>
297+
<li>
298+
Save the address and phone number of where you’re staying in your
299+
phone.
300+
</li>
301+
<li>
302+
Be aware of your surroundings and keep your eyes up and not on your
303+
phone.
304+
</li>
305+
<li>
306+
If something doesn’t feel right, walk into a business/hotel for
307+
help.
308+
</li>
309+
<li>Be careful and alert when using a cash machine.</li>
310+
<li>
311+
Carry your purse or wallet safely. Purses should be closed and held
312+
in front of your body. Wallets should be carried in a front pants
313+
pocket or in an interior jacket pocket.
314+
</li>
315+
</ul>
316+
317+
<h4>When Visiting Any Venue:</h4>
318+
<ul className="list-disc">
319+
<li>
320+
Know where you are; the venue name, street address or cross street.
321+
</li>
322+
<li>
323+
Take a moment to identify at least two exit routes from any building
324+
or event and emergency exit signs.
325+
</li>
326+
<li>
327+
If an alarm sounds, evacuate immediately. Follow directions from
328+
First Responders and venue staff.
329+
</li>
330+
<li>
331+
Do not carry any unnecessary valuables with you, or leave personal
332+
items unattended.
333+
</li>
334+
<li>
335+
Do not leave drinks unattended, or accept open drinks or food
336+
products from strangers.
337+
</li>
338+
</ul>
339+
340+
<h4>Emergency Evacuations</h4>
341+
<ul className="list-disc">
342+
<li>
343+
In the event of an emergency evacuation, make your way quickly and
344+
calmly to an emergency exit. Be aware of any hazards or dangers
345+
around you and proceed to a safe area.
346+
</li>
347+
<li>
348+
Follow the advice of venue staff, security personnel and First
349+
Responders.
350+
</li>
351+
<li>
352+
Do not put yourself in danger by stopping to collect belongings
353+
unless directed by First Responders.
354+
</li>
355+
</ul>
356+
357+
<h4>Weapon Policy</h4>
358+
<p>
359+
The Linux Foundation does not allow firearms or other weapons,
360+
regardless of whether they are permitted or not, or whether they are
361+
concealed or not, to be brought into our events. By registering for
362+
the event, you are agreeing that you understand this policy and will
363+
not bring a firearm or other weapons into the event.
364+
</p>
272365
</>
273366
),
274367
},

0 commit comments

Comments
 (0)