Commit Graph

3 Commits

Author SHA1 Message Date
seccodesmith 6b9522153f feat: update Contact page to use dynamic email and social links 2025-05-27 12:30:22 +02:00
seccodesmith 142772a08a feat: add BlogPost styles using CSS modules, refactor BlogPost component for improved styling and structure 2025-05-22 23:01:16 +02:00
seccodesmith 848318a23e feat: update dependencies and add new styles
- Added node and sass to dependencies in package.json
- Added @types/node to devDependencies
- Removed unused CSS files and replaced them with SCSS files
- Updated import paths in App.tsx and Blog.tsx to use new aliasing
- Configured TypeScript paths for easier imports
- Updated Vite config to include path aliases
- Created new SCSS files for About, Blog, Error, and Main styles
- Added a variables file for color and effect variables
- Updated index.scss for global styles and responsive adjustments
2025-05-18 14:29:54 +02:00