Commit Graph

5 Commits

Author SHA1 Message Date
robre a7e62e84fa feat: localize content to German across various components and add profile image 2026-05-10 21:18:16 +02:00
robre 430e02c8ce feat: update personal information and localization in various components
Deploy Portfolio Selfmade / deploy (push) Failing after 15s
2026-05-10 14:52:21 +02:00
robre 4ff07915b8 feat: add hero section and navigation components
Deploy Portfolio Selfmade / deploy (push) Successful in 31s
- Created HeroSection component for the landing page.
- Implemented Navigation component with smooth scrolling to sections.
- Added useNavigation hook to manage active section and scroll state.
- Introduced useScrollToSection hook for smooth scrolling functionality.

feat: add projects section with project cards

- Developed ProjectCard component to display individual project details.
- Created ProjectsSection component to showcase featured projects with filtering options.
- Added sample project data for demonstration.

feat: add skills section with skill cards

- Implemented SkillCard component to display individual skills.
- Created SkillsSection component to showcase skills with category filtering.
- Added sample skills data for demonstration.

style: update global styles and add custom scrollbar

- Imported Urbanist font and set it as the default font.
- Updated body background and text colors.
- Customized scrollbar styles for better aesthetics.

feat: add shared components and constants

- Created AnimatedSection, Button, and Footer components for reusability.
- Added COLORS and GRADIENT constants for consistent theming.
- Updated index files for shared components and hooks.

chore: update dependencies and configuration

- Added framer-motion for animations.
- Updated Tailwind CSS configuration for custom animations and colors.
- Adjusted TypeScript configuration for better path resolution.
2026-05-10 14:34:54 +02:00
robre e85ce6a67b Tailwind CSS eingerichtet
Deploy Portfolio Selfmade / deploy (push) Successful in 13s
2026-05-10 14:11:47 +02:00
robre afb362c80b Initial commit: Portfolio Selfmade 2026-05-10 14:06:26 +02:00