Commit Graph

5 Commits

Author SHA1 Message Date
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
9b04d2896d fix: remove unused Twitter icon import from Footer component 2025-06-09 16:16:07 -03:00
b73e74813d fix: remove unused Twitter URL from Footer component and update environment variable usage in deployment workflow 2025-06-09 16:03:33 -03:00
d57afe93a3 feat: update social media links in Footer component to use environment variables and refactor Contact component to utilize backend URL from environment variable 2025-06-09 12:21:20 -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