Commit Graph

6 Commits

Author SHA1 Message Date
seccodesmith 8d440c1993 feat: Add JSON data files for About, Blog Posts, Contact, Projects, Skills, and Social Links
- Created AboutProps.json with core values, technical arsenal, professional journey, and testimonials.
- Added BlogPosts.json for blog post data including title, content, and metadata.
- Introduced Contact.json for contact information and FAQs.
- Created ProjectProps.json as a template for project details.
- Added SkillCardProps.json for skill categories and skills.
- Introduced SocialLink.json for social media links.
- Updated components to fetch data from newly created JSON files instead of hardcoded values.
- Adjusted TypeScript configuration to support JSON module imports.
- Enhanced Vite configuration for public directory and build targets.
2025-05-27 16:14:15 +02:00
seccodesmith b855cc9127 feat: refactor data structures and interfaces for better organization 2025-05-27 14:10:27 +02:00
seccodesmith 5bf0ffbad2 feat: update About page with new professional journey entry and testimonials section enhancements 2025-05-23 20:18:08 +02:00
seccodesmith 9ae26fbd9f style: enhance About page styles with responsive design and improved section titles 2025-05-23 19:29:51 +02:00
seccodesmith 6ea40432f7 feat: add About section with core values, technical skills, and testimonials 2025-05-23 18:36:37 +02:00
seccodesmith c741dc73bb First commit 2025-05-16 14:02:21 +02:00