Commit Graph

9 Commits

Author SHA1 Message Date
41b86eccf0 fix: update backend solution references in deployment script and project descriptions 2025-10-29 21:23:08 -03:00
298b9e51e9 feat: improve main technologies on the about section 2025-09-15 22:12:50 -03:00
1eeef50622 fix: add status messages for form submission in English and Portuguese locales 2025-08-29 16:08:40 -03:00
9906510800 feat: enhance project details and improve header functionality with mobile menu support 2025-08-29 14:15:10 -03:00
0c02dcdad0 feat: update language switcher order, enhance project card links, and localize new page link 2025-08-29 01:50:21 -03:00
3979899efb feat: add project detail page with dynamic content and navigation 2025-08-29 01:30:58 -03:00
fe8bbf05f6 feat: Enhance layout and styling with new fonts and components
- Integrated Space Grotesk font alongside Inter in layout.
- Added FloatingSocials component for social media links.
- Updated Footer with a new background color.
- Modified Header to improve spacing and added LanguageSwitcher.
- Refactored LanguageSwitcher to use a dropdown for language selection.
- Updated ProjectCard to include images and improved layout.
- Revamped About section to include categorized skills with animations.
- Enhanced Contact section with animations and improved form styling.
- Updated Hero section with type animation for dynamic text display.
- Refactored Projects section to include animations for project cards.
- Removed Skills section as it was integrated into the About section.
- Updated global styles for light and dark themes, including new animations.
- Updated translations for new skills and hero section text.
2025-06-10 00:27:48 -03:00
e0161c0c99 feat: enhance contact form with toast notifications and error handling 2025-06-09 11:25:28 -03:00
a16374afd0 feat: initialize frontend with Next.js, Tailwind CSS, and internationalization support
- Added package.json for project dependencies and scripts
- Configured PostCSS with Tailwind CSS
- Created global styles and theme context for dark mode support
- Implemented layout and routing for internationalization using next-intl
- Developed main components: Header, Footer, Hero, About, Skills, Projects, Contact
- Added language switcher and contact form with validation
- Created project card component to display project details
- Set up localization files for English and Portuguese
- Configured Tailwind CSS for styling and responsive design
- Added favicon and logo assets
2025-06-09 09:26:30 -03:00