About Section Configuration
{
"enabled": true,
"header": {
"subtitle": "Get To Know Me",
"title": "About Me",
"description": "Passionate about creating digital experiences that make a difference"
},
"journey": {
"card_title": "My Journey",
"paragraphs": [
"I'm a Full Stack Developer based in Batticaloa, Sri Lanka. I recently completed my HND in IT and am currently pursuing a 6-month professional training program at TechCodez Private Limited, where I'm enhancing my skills in modern web development.",
"Alongside my training, I work as a freelance developer, specializing in React, Node.js, and modern web technologies. I'm passionate about creating intuitive, responsive web applications that solve real-world problems and deliver exceptional user experiences.",
"My journey in tech is driven by continuous learning and a commitment to staying updated with the latest industry trends. I believe in writing clean, maintainable code and building solutions that make a difference."
],
"buttons": {
"cv": {
"text": "Download CV",
"link": "https://bit.ly/3WyuA6s"
},
"contact": {
"text": "Contact Me",
"link": "#contact"
}
}
},
"skills_tech": {
"card_title": "My Skills & Technologies",
"skills_title": "My Skills",
"skills_list": [
{ "name": "JavaScript", "percentage": "90" },
{ "name": "React", "percentage": "85" },
{ "name": "Node.js", "percentage": "80" },
{ "name": "UI/UX Design", "percentage": "75" }
],
"tech_title": "Technologies",
"tech_list": ["HTML5", "CSS3", "JavaScript", "React", "Node.js", "Express", "MongoDB", "MySQL", "Git", "Figma", "PHP", "Laravel"]
},
"services": {
"enabled": true,
"list": [
{ "icon": "fas fa-code", "title": "Web Development", "description": "Building robust and scalable web applications" },
{ "icon": "fas fa-mobile-alt", "title": "Responsive Design", "description": "Creating seamless experiences across all devices" },
{ "icon": "fas fa-tachometer-alt", "title": "Performance", "description": "Optimizing applications for maximum speed" },
{ "icon": "fas fa-shield-alt", "title": "Security", "description": "Implementing best practices for data protection" }
]
}
}