From 70e9d3e63e74b9ea01c9a7eb84f53f99fa2054c8 Mon Sep 17 00:00:00 2001 From: Pawel Grzybek Date: Mon, 13 Jan 2020 14:10:38 +0000 Subject: [PATCH] Add Pawel Grzybek --- src/data.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/data.js b/src/data.js index 7e676ff6..473fb6e1 100644 --- a/src/data.js +++ b/src/data.js @@ -2064,6 +2064,27 @@ const pages = [ 'YouTuber', ], }, + { + name: 'Pawel Grzybek', + description: 'Software Engineer', + url: 'https://pawelgrzybek.com/uses/', + twitter: '@pawelgrzybek', + emoji: '🥑', + country: '🇵🇱', + computer: 'apple', + phone: 'iphone', + tags: [ + 'HTML', + 'CSS', + 'JavaScript', + 'Node', + 'Software Engineer', + 'Front End', + 'Back End', + 'Full Stack', + 'Blogger', + ], + }, ]; export default pages;