Commit Graph

5 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 e8a3611dfb feat: refactor BlogCard, ProjectCard, and ProjectModal components to use new type definitions and improve structure 2025-05-26 18:09:09 +02:00
seccodesmith 574e87bf99 feat: enhance BlogPost component with Table of Contents functionality and content formatting improvements 2025-05-23 10:42:36 +02:00
seccodesmith 4cc133fffa feat: enhance BlogPost component with dedent function, update styles, and improve content formatting 2025-05-23 09:49:37 +02:00
seccodesmith c741dc73bb First commit 2025-05-16 14:02:21 +02:00