Projects redesign: bigger cards, dark-theme index, prev/next nav#5
Merged
Conversation
Bump grid auto-rows 200px→260px (220px on mobile), gap 18px→24px, card padding 22px→28px, title 22px→26px, desc 14px, spark bars 40px. Cards now have more breathing room and present larger preview surface without changing the bento span system. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Replace the light-mode max-w-3xl stack of ContentProjectCard with the AlesSystems aesthetic: section-head strip, Space Grotesk hero, and a 2-col responsive grid of MdxProjectCard tiles using the existing .bento-card / .pv-grad / .chip primitives. Adds a small RevealOnScroll client wrapper that reuses the IntersectionObserver pattern from ProjectsSection so cards stagger-in as they enter the viewport. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Rewrite /projects/[slug] in the AlesSystems dark theme: JetBrains Mono back-link, section-head with slug + date, Space Grotesk hero, .chip tags, gradient hairline separator, and the existing .prose-mdx body styles. Add a prev/next ProjectNavigation block at the foot of the page so readers can walk the case-study list without hitting the browser back button. Powered by a new getAdjacentContent helper in src/lib/content.ts that traverses the date-sorted content array. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
4d90b21 to
3bf0128
Compare
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
/projectsindex redesigned to match the AlesSystems dark theme: section-head strip, Space Grotesk hero, 2-col grid of newMdxProjectCardtiles built on the existing.bento-card/.pv-grad-*/.chipprimitives. NewRevealOnScrollclient wrapper handles staggered intersection-observer reveals./projects/[slug]case-study pages redesigned with JetBrains Mono back-link, section-head, Space Grotesk hero, gradient separator,.prose-mdxbody, and a newProjectNavigationprev/next block at the foot. NewgetAdjacentContenthelper insrc/lib/content.tspowers the navigation.Test plan
npm run dev→ homepage cards visibly larger; bento layout intact; featured live-window card unchanged./projects→ dark-themed grid of 5 case studies, hover lift + animated border, chips render free-form tags./projects/system-health-dashboard) → dark hero, prose body styled, prev/next cells at the bottom show correct neighbors by date.clamp().npm run buildproduces 14 static pages with all 5 project slug routes;npm run lintclean.🤖 Generated with Claude Code