feat(about): add About page with raid schedule - #38
Merged
Conversation
Covers raid schedule, progression, loot culture, recruitment, and contact. Raid times render Central and realm (Mountain) statically; about/app.js fills the viewer's local zone and a "next raid" line via Intl, with no hardcoded offsets. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ivorycrayon
force-pushed
the
feat/about-page
branch
from
June 29, 2026 00:43
d5ad5e3 to
80e4423
Compare
Contributor
Author
|
Self-authored, so noting rather than approving. Reviewed: git-collab-reviewer gate passed on the commit and PR text, leak grep clean (no infra/host/IP), hub-build CI green, time-zone conversion verified in-browser across Pacific/Eastern/Sydney/London (DST + cross-day shift correct). Content confirmed final by the owner. Squash-merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
/about/— raid nights, progression, guild facts (faction/realm/version), loot culture, recruitment, and contact. A hub tile links it.
The raid schedule is the centerpiece: Central and realm time (Mountain,
one hour behind) render statically with JS off;
about/app.jsfillsthe viewer's local-zone column and a "next raid" countdown via the Intl
time-zone DB, handling DST and cross-day shifts without hardcoded
offsets. Ships under
script-src 'self'— no Caddyfile change needed.Content is final (realm Nightslayer, Horde, TBC Anniversary; Kara/Gruul/Mag cleared).
Why
The hub covers navigation, but a first-time visitor or prospective
recruit has no surface that explains who the guild is, when raids are,
and how to apply.
/about/fills that gap and gives recruitment linksa canonical destination.
🤖 Generated with Claude Code