Commit Graph

8 Commits

Author SHA1 Message Date
Jeff Emmett ca3494a74b Website updates based on round 2 feedback
- Subtitle: removed colon, uppercase "(TO BE DEFINED)", larger font
- Floating concepts: Reality-bending, Speculative fiction, Games as organisations
- Shape the Programme: co-labs → "mycollabs"
- Game Prototyping: "Any collectively prototyped games..."
- Sustainable Models: shortened text, "Exploring...for sustaining the network"
- Eutopia track: added "Utopia on the Tabletop", removed "The Transition Year"
- When/Where: removed redundant "in the Austrian Alps", added Commons Hub photo
- Register interest: full sentence about 60 participant limit
- Form: "Other" role shows text input, updated thread names to match programme
- Added newsletter subscription checkbox
- Fixed Commons Hub link, removed duplicate Newsletter button
- Backend: captures otherRole and newsletter fields

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 17:31:58 +01:00
Jeff Emmett 196ca4589d Add Google Sheets and Resend email integration
- Registration data sent to Google Sheet (all fields)
- Confirmation email sent via Resend
- Beautiful HTML email template matching site design
- Both integrations are optional (gracefully disabled if not configured)

Environment variables needed:
- RESEND_API_KEY: Resend API key for emails
- GOOGLE_SHEET_ID: Google Sheet ID for registrations
- GOOGLE_CREDENTIALS: Service account JSON credentials

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 14:35:15 +01:00
Jeff Emmett 5a9fb1786a Remove worldplay.jeffemmett.com, use worldplay.art only
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 12:53:22 +01:00
Jeff Emmett 9cb5faa44f Fix health check to use IPv4
Health check was using localhost which resolved to IPv6 [::1],
but the server binds to 0.0.0.0. Changed to 127.0.0.1.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 12:51:09 +01:00
Jeff Emmett 275a4faf9a Add worldplay.art domain support
- Added worldplay.art and www.worldplay.art to Traefik router
- Updated www redirect to point to worldplay.art

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 12:30:46 +01:00
Jeff Emmett 6c801fa8f4 Change About headline to neutral title
Removed "Avant-garde revolutionaries LARPing as commons economists"
as a bold headline - phrase now only appears naturally in body text.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 12:28:57 +01:00
Jeff Emmett 5e995e6820 Restore full original copy content
- About section: Full 3 paragraphs with complete descriptions
- Community section: Full bullet point descriptions
- Programme section: Complete track titles, full descriptions,
  and all examples from original copy
- Location section: Full Commons Hub description

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 11:55:36 +01:00
Jeff Emmett 52000c0f5a Initial commit: WORLDPLAY event website
- Express server with health check
- Single-page HTML site
- Docker + docker-compose setup
- Traefik integration for worldplay.jeffemmett.com

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 11:50:14 +01:00