Unhide Hacklytics 2027 sections and restyle to Digital Bloom lists - #370
Draft
aamoghS wants to merge 2 commits into
Draft
Unhide Hacklytics 2027 sections and restyle to Digital Bloom lists#370aamoghS wants to merge 2 commits into
aamoghS wants to merge 2 commits into
Conversation
Tracks, prizes, schedule, and sponsors were compiled but gated behind SHOW_FUTURE_SECTIONS = false, so navbar anchors went nowhere. Render those sections, drop last year's prize amounts and sponsor names, and match the Digital Bloom layout: stacked tracks, Best Overall TBA, one status board, DS@GT + MLH only, portal-only Notify me, pixel ground strip in the footer. Co-authored-by: Aamogh <aamoghS@users.noreply.github.com>
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
|
Visit the preview URL for this PR (updated for commit c685d13): https://hacklytics2027--pr-370-mgyxijxz.web.app (expires Fri, 04 Sep 2026 04:28:13 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c48ba34db61581e25fe2978355160b5eefe0e83f |
Drop the inside-baseball TBA disclaimer, keep Purse TBA visitor-facing, and stretch the DS@GT / MLH / partner-deck boxes to one height. Co-authored-by: Aamogh <aamoghS@users.noreply.github.com>
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 this does
The marketing page at
sites/hacklytics2027compiled Tracks, Prizes, Schedule, and Sponsors, then never rendered them (SHOW_FUTURE_SECTIONS = falseinHomeSections.tsx). Navbar links to#tracks/#prizes/#schedule/#sponsorsscrolled to nothing.This PR unhides those four sections and redesigns section chrome to match the Digital Bloom mocks (left-offset type, lists, one status board, footer ground strip). The hero fold in
app/page.tsxis untouched.Unhidden vs redesigned
Unhidden (now in the page, ids exist for nav):
#tracks)#prizes)#schedule)#sponsors)Redesigned (not a flag flip):
sprites.ts(DAISY, TULIP, BLOOM, MUSHROOM, SPROUT); Entertainment before Pure Imagination. No framed cards, no glow headings.INTEREST_URL(portal login). Footer CTA is “Applications open soon” + portal copy +PixelGroundstrip. No email field.Pixel lock
Out of scope
Hero (
PixelGarden, countdown, H1 CRT, globe-as-mark, MLH badge placement inapp/page.tsx) is owned by another agent. Notify me is still portal-only;lib/links.tsis unchanged.Verified
Desktop and mobile: every nav hash lands on its section (~88px under the bar). No
<form>/ email field on the page. All Notify me links areINTEREST_URL(/login?callbackUrl=/hacklytics). Lint clean. Hero left as-is.