ITADN
aindaco1/zema-landing
aindaco1/zema-landing · 文件
文件最后提交记录最后更新时间
README.md

ZEMA Vinyl Lounge

A cinematic, accessible landing page for ZEMA Vinyl Lounge at Hotel Zazz in Albuquerque. The site translates From Zema with Love into a practical venue journey: discover the lounge, check visitor information, ask about an event, and watch the complete film.

Live approval site: https://aindaco1.github.io/zema-landing/

Technical summary

  • Jekyll, Liquid/HTML, compressed SCSS, and framework-free JavaScript.
  • Static deployment to GitHub Pages through pinned GitHub Actions.
  • Structured public content in _data/frames.yml.
  • Local all-intra H.264 derivatives for scroll scrubbing; local WebP fallbacks.
  • Privacy-enhanced, intent-loaded YouTube player for the complete film.
  • Formspree inquiry delivery with native no-JavaScript POST fallback.
  • Self-hosted licensed film-title font; no font CDN, analytics, or custom backend.
  • Playwright and axe-core regression coverage for accessibility, SEO, responsive layout, media, and interaction.

Run locally

Match CI with Ruby 3.3 and Node.js 24 where practical.

bundle install
npm ci
npx playwright install chromium
bundle exec jekyll serve

Open http://127.0.0.1:4000/zema-landing/.

Validate

JEKYLL_ENV=production bundle exec jekyll build
npm run test:docs
npm test
npm run test:accessibility
npm run test:seo

The complete browser suite builds and serves the site under its real project base path and runs 15 production-oriented checks. See Quality assurance for test coverage, the responsive matrix, manual release checks, and diagnosis.

Documentation

The project handbook is the documentation entry point for humans and agents.

GuideCovers
Project overviewProduct goals, audiences, experience sequence, and success criteria
Technical architectureBuild/runtime structure, content flow, external services, privacy, and budgets
Experience designUX/UI hierarchy, interaction contracts, motion, responsive behavior, and fallbacks
Brand guideVoice, typography, colors, imagery, marks, and design tokens
Media pipelineSource ranges, encodes, posters, audio, file budgets, and validation
Accessibility and SEOWCAG posture, structured data, metadata, audits, and manual checks
Quality assuranceTest commands, coverage, change matrix, release checklist, and CI
Operations runbookLocal setup, maintenance, deployment, rollback, domain migration, and troubleshooting
Decision recordWhy the major technical and experience boundaries exist
Agent playbookSafe change routing, invariants, regression traps, and definition of done

agents.md remains the short, always-on working brief. Read it before making a project change.

Canonical sources

ConcernSource
Public copy, venue facts, credits, form endpoint, links, and media paths_data/frames.yml
Site URL, SEO defaults, asset cache version, and Jekyll settings_config.yml
Semantic compositionindex.html, _layouts/, _includes/
Design implementationassets/css/
Enhanced interactionassets/js/main.js
Enforced browser behaviortests/e2e/
CI and deployment.github/workflows/

Confirm changing hours and operational policies with the venue before public launch.

Deployment

Pull requests run the regression workflow. Pushes to main run regression again and deploy the Jekyll artifact to GitHub Pages.

If a custom domain is added, follow the custom-domain migration runbook so configuration, canonical URLs, crawl files, Formspree restrictions, tests, and DNS move together.