From 3848d54830f65797077c1baedb0acd12d1d1439c Mon Sep 17 00:00:00 2001 From: David Mwangi Date: Sat, 6 May 2023 20:13:55 +0300 Subject: [PATCH] add brandeddavid profile (#105) * add brandeddavid profile * Update Profile.json --------- Co-authored-by: Shyam Tawli <104145978+shyamtawli@users.noreply.github.com> --- src/data/Profile.json | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/src/data/Profile.json b/src/data/Profile.json index c25624f2..fa070c76 100644 --- a/src/data/Profile.json +++ b/src/data/Profile.json @@ -632,5 +632,31 @@ "Twitter": "https://twitter.com/pranshuj73", "LinkedIn": "https://www.linkedin.com/in/pranshuj73" } - } - ] + }, + { + "name": "David Mwangi Mathenge", + "location": "Nairobi, Kenya", + "bio": "Senior Software Engineer", + "avatar": "https://github.com/brandeddavid.png", + "portfolio": "https://linkedin.com/in/brandeddavid", + "skills": [ + "FullStack Web Development", + "Javascript", + "Typescript", + "Python", + "React", + "NextJS", + "AWS", + "API Integration", + "CSS/SCSS", + "TailwindCSS", + "Test automation", + "Cypress" + ], + "social": { + "GitHub": "https://github.com/brandeddavid", + "Twitter": "https://twitter.com/brandeddavid", + "LinkedIn": "https://linkedin.com/in/brandeddavid" + } + } +]