From ff2c9c015e6ba94092b7d4344ec125c74ca8cb6b Mon Sep 17 00:00:00 2001 From: Geoffrey Kithuku Date: Fri, 12 Jan 2024 16:27:39 +0300 Subject: [PATCH 1/2] added my profile --- public/data/geoffreykithuku.json | 28 ++++++++++++++++++++++++++++ src/ProfilesList.json | 5 +++-- 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 public/data/geoffreykithuku.json diff --git a/public/data/geoffreykithuku.json b/public/data/geoffreykithuku.json new file mode 100644 index 00000000..acbf8bd6 --- /dev/null +++ b/public/data/geoffreykithuku.json @@ -0,0 +1,28 @@ +{ + "name": "Geoffrey Kithuku", + "location": "Nairobi, Kenya", + "bio": "Recent graduate and junior software developer passionate about web development, seeking opportunities to contribute and grow in a dynamic team.", + "avatar": "https://github.com/geoffreykithuku", + "portfolio": "https://geoffrey-kithuku.vercel.app/", + "skills": [ + "JavaScript", + "ReactJs", + "NextJS", + "Ruby", + "Ruby On Rails", + "Python", + "Django", + "Typescript", + "Tailwind CSS", + "NodeJs", + "SQL", + "Git", + "Linux", + "Effective Communication" + ], + "social": { + "GitHub": "https://github.com/geoffreykithuku", + "Twitter": "https://twitter.com/k__geoffrey", + "LinkedIn": "https://www.linkedin.com/in/geoffrey-kithuku" + } +} diff --git a/src/ProfilesList.json b/src/ProfilesList.json index ce3cc362..34aec2cb 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -361,5 +361,6 @@ "parkson-tano.json", "jonasermert.json", "nbakh16.json", - "mdtanvirahamedshanto.json" -] \ No newline at end of file + "mdtanvirahamedshanto.json", + "geoffreykithuku.json" +] From 200a9265da065c20e4b2955f0471cfce336f655b Mon Sep 17 00:00:00 2001 From: Geoffrey Kithuku Date: Thu, 18 Jan 2024 14:42:55 +0300 Subject: [PATCH 2/2] add .png extension to avator url --- public/data/geoffreykithuku.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/data/geoffreykithuku.json b/public/data/geoffreykithuku.json index acbf8bd6..e19a24af 100644 --- a/public/data/geoffreykithuku.json +++ b/public/data/geoffreykithuku.json @@ -2,7 +2,7 @@ "name": "Geoffrey Kithuku", "location": "Nairobi, Kenya", "bio": "Recent graduate and junior software developer passionate about web development, seeking opportunities to contribute and grow in a dynamic team.", - "avatar": "https://github.com/geoffreykithuku", + "avatar": "https://github.com/geoffreykithuku.png", "portfolio": "https://geoffrey-kithuku.vercel.app/", "skills": [ "JavaScript",