feat: creative redesign with GSAP animations#5
Open
mabdullahabid wants to merge 11 commits intoabd.devfrom
Open
feat: creative redesign with GSAP animations#5mabdullahabid wants to merge 11 commits intoabd.devfrom
mabdullahabid wants to merge 11 commits intoabd.devfrom
Conversation
… scroll, and enhanced UX - Custom animated homepage with GSAP text reveals and scroll animations - Smooth scrolling integration with Lenis - Custom cursor with magnetic effects (desktop only) - Page transitions between routes - Enhanced blog post cards with hover animations - Scroll-triggered animations throughout - Reading progress bar on blog posts - Modern typography with Inter and Space Grotesk fonts - Enhanced dark and light modes with better color system - Mobile-optimized (no custom cursor on touch devices) - Notion CMS workflow completely intact - All animations respect prefers-reduced-motion - Dynamic imports for GSAP to avoid SSR issues - Enhanced typography and code blocks in blog posts
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ng, gradient heading
- Fix homepage-data.ts to use correct Notion schema property IDs (a<ql for Published, BN]P for Tags, ==~K for Public) - Fetch individual post pages since collection items aren't in root recordMap - Filter only Public posts - Fix emoji splitting in Hero by using Array.from() for proper multi-byte character handling (fixes 👋 rendering as boxes)
…ement - Hero: elements visible by default, GSAP animates with set+to pattern - About/BlogGrid: use fromTo instead of from to avoid invisible fallback - Remove char-splitting animation (broke emoji), use simple fade-in - EnhancedFooter: simplified, removed external CSS module - BlogGrid: show 'coming soon' message if no posts loaded - Remove '//' prefix from section titles for cleaner look
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.
Creative Redesign of abd.dev
Transforms the site from stock Notion starter kit into a creative portfolio.
New Features
Technical