feat: westside landing page prototype -- strip tryouts, fix practice count #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
westside-app#75-- Public site: strip stale tryout content + fix practice countRepo
forgejo_admin/svelte-playgroundUser Story
As a prospective family visiting the Westside site
I want accurate, current information without stale tryout promotions
So that the program appears credible and professional
Context
The current west-side-basketball GitHub Pages site has outdated March 13 tryout content, incorrect "3 practices/week" claims, and active Stripe payment links to a cancelled event. This damages credibility. The prototype builds a cleaned Svelte 5 version in svelte-playground for review before promoting to westside-app.
File Targets
Files to create:
westside/index.html-- Vite entry pointwestside/App.svelte-- Main landing page with cleaned contentwestside/Nav.svelte-- Shared nav (no Tryouts link)westside/Footer.svelte-- Shared footerwestside/style.css-- Copy of west-side-basketball design systemwestside/staff.html-- Staff page with fixed navwestside/sponsors.html-- Sponsors page with fixed navwestside/success.html-- Repurposed as general "thanks for reaching out"Files to modify:
vite.config.js-- Add westside entry pointindex.html-- Add westside card to hubAcceptance Criteria
npm run buildsucceeds with no errorsTest Expectations
npm run buildcompletes without errorsConstraints
Checklist
Related
westside-app#75-- parent issue with content change specwestside-app#77-- schedule page (separate scope)