Skip to content

Commit

Permalink
feat: added FAQ on dress code
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Sep 30, 2024
1 parent d8272dc commit 71f4e8f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/FAQs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,20 @@ import { links } from "~/data/links";
type FAQSection = [string, [string, string][]];
// todo: dress code (totally casual)
const faqs: FAQSection[] = [
[
"General",
[
["How big is SquiggleConf?", "We're targeting 200 total attendees."],
[
"What is the dress code for SquiggleConf?",
"Casual. T-shirt and jeans, optionally with a hoodie, is fine for all genders.",
],
[
"Will there be alcohol at SquiggleConf?",
"There will be no alcohol during the SquiggleConf talks or workshops.",
"There will be no alcohol provided during any SquiggleConf events, including talks, workshops, and the hang-out event.",
],
],
],
Expand Down

0 comments on commit 71f4e8f

Please sign in to comment.