feat: Add standalone portfolio site with Next.js 15#44
Merged
Conversation
## Summary This PR introduces a new standalone portfolio website built with Next.js 15, designed to be deployed at www.ndevuspace.com while the existing blog/CMS remains at dev.ndevuspace.com. ## Features - Modern, responsive portfolio design with dark/light theme support - Animated header with hide/show on scroll behavior - Hero section with gradient orbs and grid pattern background - About section with highlights and stats - Skills section with categorized tech stack display - Projects section with filtering by category - Experience timeline (work and education) - Contact form with social links - Smooth scroll navigation with active section indicator - Theme toggle with localStorage persistence ## Tech Stack - Next.js 15.1.5 with App Router - React 19, TypeScript 5 - Tailwind CSS 3.4.17 with dark mode (class strategy) - Framer Motion 12.3.0 for animations - Lucide React for icons ## Key Fixes - Fixed header border line issue by adding 'relative' to nav buttons - Implemented proper theme switching across all sections - Added sticky header with smooth hide/show animation ## Structure - /portfolio - New standalone portfolio project - Separate from existing blog/CMS codebase - Ready for independent deployment
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
🚀 Add Standalone Portfolio Site with Next.js 15
Summary
This PR introduces a new standalone portfolio website built with Next.js 15, designed to be deployed at www.ndevuspace.com while the existing blog/CMS remains at dev.ndevuspace.com.
✨ Features
��️ Tech Stack
🐛 Key Fixes
relativeto nav buttons📁 Structure
/portfolio- New standalone portfolio project📸 Screenshots
Add screenshots after deployment
✅ Checklist