Commit Graph

7 Commits

Author SHA1 Message Date
Jeff Emmett 18cd1cc1d3 fix: remove price/wk from footer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 14:35:50 -07:00
Jeff Emmett 3f20e2d9c3 feat: replace CTA with registration focus, expand footer, add newsletter & sponsorships
- Replace bottom-of-page waitlist form with registration CTA linking to /apply.html
- Add newsletter signup bar (email-only, subscribes to Listmonk) for visitors not ready to register
- Expand footer to 3-column grid (Event, Navigate, Community) with sponsorships link
- Create sponsorship package (VOTC26-Sponsorship-Package.md) and web page (sponsorships.html)
- Add /api/newsletter endpoint for lightweight mailing list signup
- Update nav link from "Get involved" to "Register", community partners link updated
- Fix listmonk.js to not overwrite existing subscriber names with empty strings
- Update apply.html and payment-return.html footers for consistency

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 14:29:25 -07:00
Jeff Emmett aaa11acefa feat: add team@valleyofthecommons.com mailto link to all page footers
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 10:38:01 -07:00
Jeff Emmett be4e3788be Update site font to Urbanist and enlarge header logo
- Replace Playfair Display/Cormorant Garamond with Urbanist font
- Increase logo size from 24-40px to 36-60px (desktop)
- Increase mobile logo size from 18-28px to 28-40px
- Slightly increase header padding

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 16:52:38 +00:00
Jeff Emmett 8f67250928 Add application system with PostgreSQL and email integration
- Replace BlockSurvey with custom application form (apply.html)
- Add admin dashboard for reviewing applications (admin.html)
- Create PostgreSQL schema for waitlist, applications, email logging
- Implement application API with Resend email confirmations
- Replace Google Sheets waitlist with PostgreSQL backend
- Update docker-compose with PostgreSQL service
- Update server.js with new API routes
- Update index.html to link to internal apply.html

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 14:07:06 +00:00
Jeff Emmett 033b9bccd3 Import Valley of the Commons website from votc repo
Full website with:
- Landing page, game, privacy policy
- Speakers and community partners sections
- API routes for waitlist, game chat, GitHub sharing
- Docker deployment with Express server
- Traefik labels for votc.jeffemmett.com

Replaces initial splash page with complete site.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 12:48:08 +00:00
Jeff Emmett 1fa83e186a Initial commit: Valley of the Commons splash page
- Static HTML/CSS splash page with email signup
- Dockerized with nginx for production deployment
- Traefik labels configured for reverse proxy integration
- Clean, minimal design with earthy color palette

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 17:36:15 +00:00