From 8ea61330da7e230c417db62c873e00643095d6c9 Mon Sep 17 00:00:00 2001 From: Kay Jilesen Date: Tue, 4 Oct 2022 19:10:08 +0200 Subject: [PATCH] chore: Added Kay jilesen profile (#1826) * Added profile * Icon fixed * Updated language month --- public/data/kayjilesen.json | 53 +++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 public/data/kayjilesen.json diff --git a/public/data/kayjilesen.json b/public/data/kayjilesen.json new file mode 100644 index 00000000000..d1513134a5a --- /dev/null +++ b/public/data/kayjilesen.json @@ -0,0 +1,53 @@ +{ + "name": "Kay Jilesen", + "type": "personal", + "bio": "Freelance Designer & WordPress Developer", + "avatar": "https://github.com/kayjilesen.png", + "links": [ + { + "name": "KayJilesen - Portfolio", + "url": "https://kayjilesen.nl", + "icon": "link" + }, + { + "name": "Follow me on Instagram", + "url": "https://instagram.com/kayjilesen.nl", + "icon": "instagram" + }, + { + "name": "Connect with me on LinkedIn", + "url": "https://www.linkedin.com/in/kayjilesen/", + "icon": "linkedin" + }, + { + "name": "Follow me on GitHub", + "url": "https://github.com/kayjilesen", + "icon": "github" + }, + { + "name": "Follow me on Dribbble", + "url": "https://dribbble.com/kayjilesen", + "icon": "microsoft" + }, + { + "name": "Follow me on Awwwards", + "url": "https://www.awwwards.com/kayjilesen/", + "icon": "book" + }, + { + "name": "WordPress Onderhoud", + "url": "https://onlywp.nl", + "icon": "dev.to" + } + ], + "milestones": [ + { + "title": "Started Freelancing", + "date": "October 2017", + "icon": "dev.to", + "color": "blue", + "description": "Started freelancing", + "url": "https://kayjilesen.nl" + } + ] +}