feat: Complete portfolio overhaul with new sections and fixes#5
Merged
Conversation
added 2 commits
February 13, 2026 00:31
CRITICAL FIXES: - Fix color inconsistency: synced neon color to cyan (#00f3ff) across globals.css - Fix broken navigation: removed onClick handlers from hero links for native browser behavior NEW SECTIONS: - Add Skills/Tech Stack section with categorized badges (Languages, Frameworks, Tools) - Add Timeline section showing self-taught journey milestones - Add "Now" section showing current activities (easy to update) - Add Testimonials section with stats and quotes - Add 404 page with brutalist design ENHANCEMENTS: - Add project filtering (All, Raycast, Web, CLI, Discord) - Update meta tags: fix og:url from luinbytes.dev to luinbytes.github.io - Add og:image metadata LAYOUT: - Reorder sections: Hero → About → Now → Skills → Timeline → Projects → Testimonials → AutomationPlayground → Activity → Contact
Following feedback to keep the site minimal and not overpopulated: REMOVED: - Timeline section (redundant - About already has milestones) - Testimonials section (feels like marketing fluff, doesn't fit the vibe) SIMPLIFIED: - Now section: Removed cards, icons, colors, background. Now just a simple list. - Skills section: Renamed to "Stack", removed cards and icons. Now just labeled lists. The site now has 8 sections instead of 10, with cleaner visual hierarchy and less visual noise. New sections feel integrated, not bolted-on.
luinbytes
added a commit
that referenced
this pull request
Apr 3, 2026
feat: Complete portfolio overhaul with new sections and fixes
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
Complete overhaul of the portfolio site with new sections, critical fixes, and enhancements while maintaining the brutalist aesthetic.
Critical Fixes
#00f3ff) acrossglobals.cssandtailwind.config.tsonClickhandlers from Link components inhero.tsxto restore native browser behavior (back button, direct URL access, keyboard navigation)New Sections
Skills/Tech Stack (
components/sections/skills.tsx)Timeline (
components/sections/timeline.tsx)Now (
components/sections/now.tsx)Testimonials (
components/sections/testimonials.tsx)404 Page (
app/not-found.tsx)Enhancements
og:urlfromluinbytes.devtoluinbytes.github.io, addedog:imageSection Order
Acceptance Criteria
npm run build)feat/portfolio-improvementsbranchTest Plan
npm run devto start dev servernpm run buildto confirm production build succeeds