From 9547f05c58461904e0f7172811b9b658ff2fcea0 Mon Sep 17 00:00:00 2001 From: spences10 Date: Fri, 10 Jan 2020 10:00:16 +0000 Subject: [PATCH] add details --- src/data.js | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/data.js b/src/data.js index eca3013a..ca5c3240 100644 --- a/src/data.js +++ b/src/data.js @@ -1158,6 +1158,38 @@ const pages = [ 'Node', ], }, + { + name: 'Scott Spence', + // Short description + description: + 'Father, husband 👨‍👩‍👧 Web Developer. Just In Time learner ❤️ 👍 http://my.pronoun.is/he', + // URL to your /uses page + url: 'https://scottspence.me#uses', + twitter: '@spences10', + // 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', + 'YouTuber', + 'JavaScript', + 'React', + 'Gatsby', + 'Sloths', + 'Blogger', + 'Speaker', + ], + }, ]; export default pages;