Commit Graph

15 Commits

Author SHA1 Message Date
Jeff Emmett 61b409dd89 Remove button shine/sweep hover effect
- Remove .btn::before pseudo-element that created moving white box on hover

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:16:46 +00:00
Jeff Emmett a4c304d287 Center last row cards in Community section
- Change community-grid from CSS grid to flexbox
- Add justify-content: center for centering
- Add flex sizing for responsive card layout

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:14:31 +00:00
Jeff Emmett 5cc31bd93d Add Financial Transparency link to footer
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:13:18 +00:00
Jeff Emmett 33baf8d108 Remove glitch effect, fix floating cards overlap
- Remove glitch effect CSS and HTML wrapper entirely
- Adjust floating card positions to prevent overlap:
  - Card 2 (Economic sci-fi): top 20%
  - Card 3 (Games): bottom 5%, left 10%
  - Card 4 (Parallel worlding): top 50%
  - Card 5 (Guerrilla futuring): bottom 5%, right 5%

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:12:26 +00:00
Jeff Emmett 3636bdc3b4 Add world emoji favicon 🌍
- Add SVG favicon with world emoji to both pages
- Uses inline data URI for simplicity

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:06:11 +00:00
Jeff Emmett b642cc0dd7 Fix header links and glitch effect click blocking
- Add pointer-events: none to glitch pseudo-elements
- Add z-index and position to nav-links for reliable clicking
- Add cursor: pointer to nav links

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:03:45 +00:00
Jeff Emmett bd90f0c647 Add financial transparency page, fix gradient highlights
- Create dedicated financial-transparency.html page in worldplay theme
- Add route for /financial-transparency in server.js
- Fix gradient text highlight CSS (add color:transparent, display:inline)
- Add .highlight-text utility class for CTA section
- Update link to use local page instead of CCG25 external link

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 14:51:58 +00:00
Jeff Emmett 3457dc65eb Fix floating cards positioning, remove website credit
- Add proper CSS rules for 4th and 5th floating cards
- Position Parallel worlding and Guerrilla futuring to not overlap
- Remove inline styles from new floating cards
- Remove website design credit from footer

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 14:48:38 +00:00
Jeff Emmett b3dbc60324 Website updates round 3
- Add floating concepts: Parallel worlding, Guerrilla futuring
- Replace Speculative fiction with Economic sci-fi
- Fix all example URLs with correct links
- Update Digital Publishing description
- Convert Playing with Reality to bullet points
- Update Who should attend with comprehensive list
- Change contribution field to multi-select checkboxes
- Update Ready to Play? to Ready to Hijack Reality?
- Fix Location footer link
- Add organizing team info (Rok, Pekko, Carolina)
- Add website credit
- Add Maker Spaces & Equipment section
- Add Financial Transparency section with CCG25 link
- Update server.js for multi-select contribute handling

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 14:37:14 +00:00
Jeff Emmett 705497ef34 Website updates round 3
- Fix "sustaining...sustaining" → "to support the network"
- Shorten "Everything for Everyone" title
- Change "7 days of worldbuilding" → "7 days of peerticipatory worldplay"
- Remove location badge overlay from Commons Hub image
- Fix venue image z-index to display properly
- Add "Guerrilla Futuring" to form thread options
- Change "co-labs" → "mycollabs" in registration perks
- Add hyperlinks to examples (Yes Men, Ministry for the Future,
  Half-Earth Socialism, Nordic Larp Wiki, etc.)
- Style linked examples with cyan hover effect

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 20:41:35 +01:00
Jeff Emmett 148a0ecadd Fix Commons Hub image URL (old WordPress URL was 403)
Updated to new Supabase-hosted image from commons-hub.at

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 18:44:42 +01:00
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 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