mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
add details
This commit is contained in:
parent
b3445e4628
commit
9547f05c58
1 changed files with 32 additions and 0 deletions
32
src/data.js
32
src/data.js
|
|
@ -1158,6 +1158,38 @@ const pages = [
|
||||||
'Node',
|
'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;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue