feat(home): Replace subjects section with curriculum columns#1111
Merged
Conversation
Homepage now previews the four Hashflag Stack phases with deep links into /programs/core-curriculum, instead of generic subject thumbnails. - New container src/containers/home/curriculum-columns sources from PHASES; dark four-column layout with phase number, name, tagline, duration, and outcome; each card links to the matching phase anchor - Remove CourseArea, getallCourses call, and ICourse from index.tsx - Drop Subjects & Skills nav entry and the Curriculum Tracks sitemap column — the curriculum page is now the single home for that content - Repoint /subjects/all CTAs in assessment.tsx, jobs/index.tsx, and jobs/[id].tsx to /programs/core-curriculum - Delete subjects pages, src/data/subjects/*.json, src/lib/course.ts, and the orphan course/course-details/course-full/membership/ enroll-modal containers that became unreferenced
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ials" This reverts commit 339a03d.
Homepage now alternates light and navy sections cleanly with the component primitives that drive each section adjusted to read on either bg. - Testimonials: TestimonialArea defaults to white; testimonial-03 / testimonial-04 / SectionTitle flipped from white to ink/navy text - Events: wrapped in dark-section tw-bg-navy with section_title color "C" so the eyebrow flips to white - Mission pull-quote + alumni strip: PullQuote and AlumniStrip gain a theme prop (defaults to dark for other pages); homepage passes light - Media: same treatment as Events - Blog: BlogArea defaults to white, SectionTitle "C" → "A" - Brand / Technology Partners: wrapped in dark-section tw-bg-navy and partner-text fallback color flipped for visibility on navy Address fix: text-widget gains the city/state/zip line, and contact-us.json typo "Marrietta" corrected to "Marietta".
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.
Summary
Net diff: +687 / −1,849.
Test plan