Design and implement a new page that visually and clearly communicates the date, time, and location for the LAN party.
Requirements
References from Repository:
- Layout pipeline:
layouts/_default/baseof.html, single.html, list.html, page.html (supports sections and articles)
- Google Maps shortcode:
layouts/shortcodes/maps.html (currently hard-coded, see opportunity for change)
- Color and card system:
assets/css/cag.css (see analysis for variables and classes)
- Countdown:
layouts/shortcodes/countdown.html
- Callout:
layouts/shortcodes/callout.html
- Card grid:
layouts/shortcodes/features.html
- Example copy:
content/location/_index.md (venue text and map usage)
- Examplar for card anatomy:
content/_index.md and content/recap/_index.md
Acceptance Criteria
Design and implement a new page that visually and clearly communicates the date, time, and location for the LAN party.
Requirements
Unique Event Page:
/events/) undercontent/events/_index.md(andcontent/events/_index.en.md).Visual Structure:
Hero image at the top (using
{{< paige/image >}}).Intro callout with a left-border (using
{{< intro >}})."When & Where" event info grid:
.cag-event-infogrid style—three side-by-side cards for:Place the countdown timer (using
{{< countdown target="..." >}}) just under the info grid.Google Map embed:
{{< maps >}}shortcode for now.srcparameter for new venues (optimize for future events).Callout for navigation/travel tips (using
{{< callout icon="📍" >}}).Sectioned copy introducing venue spaces (reuse from
content/location/_index.mdwhen possible).Alignment and Consistency:
cag.css, typography hierarchy, .cag-card elements, borders, and accent lines..container/.rowlayout.content/events/_index.en.md.Proposals & Suggestions:
.cag-event-info(refer to analysis: visual spec provided)..cag-date-badgecomponent for "Early access: Fri 7pm" callouts in headers or prose.paige.pages.schemasentry for@type: EventwithstartDate,endDate,location, etc.References from Repository:
layouts/_default/baseof.html,single.html,list.html,page.html(supports sections and articles)layouts/shortcodes/maps.html(currently hard-coded, see opportunity for change)assets/css/cag.css(see analysis for variables and classes)layouts/shortcodes/countdown.htmllayouts/shortcodes/callout.htmllayouts/shortcodes/features.htmlcontent/location/_index.md(venue text and map usage)content/_index.mdandcontent/recap/_index.mdAcceptance Criteria