Conversation
- Add main.css with color palette, fonts, animations, shadows - Configure Nuxt UI theme in app.config.ts - Add @nuxtjs/google-fonts with Playfair Display, Source Sans 3, JetBrains Mono - Set dark mode as default
- Add SkillCard with icon, name, and 3-bar level indicator - Add ProjectCard with image, hover overlay, featured badge - Add TimelineItem with vertical timeline and tech tags - Add BlogCard with formatted date and read-more indicator
- Add HeroSection with typing animation and scroll indicator - Add AboutSection with stats grid and floating code snippet - Add SkillsSection with 3-column categorized grid - Add ProjectsSection with featured project cards - Add ExperienceSection with vertical timeline - Add ContactSection with form validation - Create index.vue assembling all sections - Remove catch-all [...slug].vue route
- Configure blog collection with schema in content.config.ts - Add blog index page with posts grid and empty state - Add blog post detail page with prose styling - Create sample posts: hello-world, building-with-nuxt-4 - Remove demo content (index.md, about.md) - Remove demo components (Alert.vue, Counter.vue)
- Add scroll reveal animations with IntersectionObserver plugin - Add page transitions with fade/slide effects - Add comprehensive SEO meta tags (Open Graph, Twitter Cards) - Add OG image placeholder (1200x630) - Add resume PDF placeholder - Fix Tailwind CSS 4 @reference directive for style blocks - Ensure skip-to-content link and focus-visible styles Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…s fix for overridden properties
Feature/portfolio UI ux
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.
No description provided.