From adb6414f52f7b6d5ae8e23424bf3c3069a8c4388 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 9 Jan 2020 11:40:31 -0500 Subject: [PATCH 1/4] Sanket Gandhi broke the build --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index 017a5a3f..23dbbd5d 100644 --- a/src/data.js +++ b/src/data.js @@ -709,7 +709,7 @@ const pages = [ 'Full Stack', 'PHP', 'Laravel', - 'AWS' + 'AWS', 'JavaScript', 'React', 'Node', From 9cadb386dd747fdaa40c3b9c412a638ee9f6e42e Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 9 Jan 2020 11:42:47 -0500 Subject: [PATCH 2/4] fix the pixels --- src/components/Person.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Person.js b/src/components/Person.js index 71695adf..8ab35af7 100644 --- a/src/components/Person.js +++ b/src/components/Person.js @@ -157,9 +157,10 @@ const PersonDeets = styled.div` @media all and (max-width: 400px) { display: grid; grid-template-columns: 1fr 1fr; - > *:nth-child(2) ~ * { + > *:nth-child(1), + > *:nth-child(2) { /* lol */ - border-top: 1px solid var(--vape); + border-bottom: 1px solid var(--vape); } } `; From ccff8238ebf0f1ea0f6f72d7881a414aefcba901 Mon Sep 17 00:00:00 2001 From: mrsteveheyes Date: Thu, 9 Jan 2020 16:42:51 +0000 Subject: [PATCH 3/4] ADD: Steve Heyes to the data list --- src/data.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/data.js b/src/data.js index 23dbbd5d..ad8a2e17 100644 --- a/src/data.js +++ b/src/data.js @@ -927,6 +927,26 @@ const pages = [ 'Node', ], }, + { + name: 'Steve Heyes', + description: + ' I like to use tech to build awesome things that makes peoples lives better', + url: 'https://steveheyes.co.uk/uses', + twitter: '@mrsteveheyes', + emoji: '👋', + country: '🏴󠁧󠁢󠁥󠁮󠁧󠁿', + computer: 'apple', + phone: 'iphone', + tags: [ + 'Developer', + 'Full Stack', + 'Ruby', + 'Rails', + 'JavaScript', + 'React', + 'React Native', + ], + }, ]; export default pages; From f96773940ccad4f38c6bab76af89148d4dba44ff Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 9 Jan 2020 11:44:24 -0500 Subject: [PATCH 4/4] comments --- src/data.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/data.js b/src/data.js index ad8a2e17..96b0d132 100644 --- a/src/data.js +++ b/src/data.js @@ -895,25 +895,14 @@ const pages = [ }, { name: 'Mike Barkmin', - // Short description description: "I'm a passionate developer and researcher at the University of Duisburg-Essen at the chair of Computer Science Education.", - // URL to your /uses page url: 'https://www.barkmin.eu/uses/', twitter: '@mikebarkmin', - // An emoji that describes you emoji: '🐧', - // emoji of your country's flag country: '🇩🇪', - // ONE of: apple, windows or linux computer: 'linux', - // iphone or android phone: 'android', - // Tags - You can add your own, but please keep it to one word. "Social vape entrepreneur influencer denver" isn't a tag. - - // Dev Tags: Engineer, Developer, Designer, Front End, Back End, Full Stack, - // Other: Tags: Entrepreneur, Teacher, Podcaster, YouTuber, Blogger, Speaker, - // Language Tags: JavaScript, PHP, Rails, Ruby, TypeScript, React, Vue, Node tags: [ 'Developer', 'Full Stack', @@ -930,7 +919,7 @@ const pages = [ { name: 'Steve Heyes', description: - ' I like to use tech to build awesome things that makes peoples lives better', + 'I like to use tech to build awesome things that makes peoples lives better', url: 'https://steveheyes.co.uk/uses', twitter: '@mrsteveheyes', emoji: '👋',