add details

This commit is contained in:
spences10 2020-01-10 10:00:16 +00:00
parent b3445e4628
commit 9547f05c58

View file

@ -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;