diff --git a/app/(app)/speakers/_client.tsx b/app/(app)/speakers/_client.tsx new file mode 100644 index 00000000..e8ed9cd0 --- /dev/null +++ b/app/(app)/speakers/_client.tsx @@ -0,0 +1,31 @@ +import { SpeakerForm } from "@/components/Speaker/SpeakerForm"; + +export function SpeakersClient() { + return ( +
+ Speak at Codú +
++ Codú runs regular meetups across Ireland and we're always + looking for speakers. Whether it's your first talk or your + fiftieth, we'd love to hear your pitch. Propose a talk (or up + to three) and we'll be in touch. +
++ Takes about 3 minutes. First-time speakers welcome — we'll help + you prep. +
++ Volunteer with Codú +
++ Codú is Ireland's largest web dev community — thousands of + developers, regular meetups, and a newsletter across the Irish tech + ecosystem. We're opening volunteer spots for people interested + in marketing and events. +
++ Takes about 3 minutes. We read every application and reply within 2 + weeks. +
++ We read every submission and reply within 2 weeks. In the meantime, say + hi in our{" "} + + Discord + + . +
++ We read every application and reply within 2 weeks. In the meantime, say + hi in our{" "} + + Discord + + . +
+${escapeHtml(body)}
+${escapeHtml(talk.abstract)}
+Someone wants to speak at a Codú meetup!
+| Name | +${name} | +
| ${email} | +|
| Location | +${location} | +
| Format | +${formatLabel} | +
| Experience | +${experienceLabel} | +
| Link | +${linkText} | +
Submitted: ${submittedAt}
+ + ++ Submitted via codu.co/speakers +
+| Name | -${details.name} | +${name} |
| ${details.email} | +${email} | |
| Company | -${details.company} | +${company} |
| Phone | -${details.phone} | +${phone} |
| Name | +${name} | +
| ${email} | +|
| Location | +${location} | +
| Link | +${linkText} | +
+ ${areaLabel} +
+ +${commitmentLabel}
+ + ${section("What they want to work on", details.workOn)} + ${details.experience ? section("Relevant experience", details.experience) : ""} + ${section("Why Codú", details.whyCodu)} + ${details.other ? section("Anything else", details.other) : ""} + +Submitted: ${submittedAt}
+ + ++ Submitted via codu.co/volunteer +
+