From c4bbe5eee7546f6c8a07a6566cdf8de47e7369c9 Mon Sep 17 00:00:00 2001 From: Gabor Gyure Date: Tue, 10 May 2022 23:56:30 +0200 Subject: [PATCH 1/2] Add @gabikasb --- src/data.js | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/data.js b/src/data.js index 8ea45225..fe0b1bdd 100644 --- a/src/data.js +++ b/src/data.js @@ -2769,6 +2769,36 @@ module.exports = [ 'MDX', ], }, + { + name: 'Gabor Gyure', + description: + 'Fullstack developer with lots of love for industry and engeineering in Europe. In love with boardsports, the semantic and accessible web', + url: 'https://www.gaborgyure.com/uses', + origin: '🇭🇺', + country: '🇪🇺', + emoji: '🤦‍♂️', + computer: 'apple', + phone: 'iphone', + twitter: '@gabikasb', + tags: [ + 'Frontend', + 'React', + 'Svelte', + 'Javascript', + 'Nextjs', + 'Storybook', + 'VS Code', + 'yarn', + 'Css', + 'Node.js', + 'HTML', + 'Open Source Software', + 'PHP', + 'Laravel', + 'Statamic', + 'tailwindcss', + ], + }, { name: 'Vincent Lejtzén', description: From 5fc2e935cb1d4b867a1b30cd80e776f37aefde3f Mon Sep 17 00:00:00 2001 From: Gabor Gyure Date: Wed, 11 May 2022 07:36:42 +0200 Subject: [PATCH 2/2] Resolve issues --- src/data.js | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/data.js b/src/data.js index fe0b1bdd..c5d1057e 100644 --- a/src/data.js +++ b/src/data.js @@ -2772,31 +2772,30 @@ module.exports = [ { name: 'Gabor Gyure', description: - 'Fullstack developer with lots of love for industry and engeineering in Europe. In love with boardsports, the semantic and accessible web', + 'Fullstack developer with lots of love for industry and engineering in Europe. In love with boardsports, the semantic and accessible web', url: 'https://www.gaborgyure.com/uses', - origin: '🇭🇺', country: '🇪🇺', emoji: '🤦‍♂️', computer: 'apple', phone: 'iphone', twitter: '@gabikasb', tags: [ - 'Frontend', + 'Full Stack', 'React', 'Svelte', - 'Javascript', - 'Nextjs', + 'JavaScript', + 'Next', 'Storybook', 'VS Code', - 'yarn', - 'Css', + 'Yarn', + 'CSS', 'Node.js', 'HTML', 'Open Source Software', 'PHP', 'Laravel', 'Statamic', - 'tailwindcss', + 'Tailwind CSS', ], }, {