mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add myself
This commit is contained in:
parent
89acd591b6
commit
cc8b5c9feb
1 changed files with 21 additions and 15 deletions
36
src/data.js
36
src/data.js
|
|
@ -1,28 +1,14 @@
|
|||
// Add yourself. Insert an object at any point - it doesn't matter if you go before someone else as results are randomized.
|
||||
|
||||
// please remove the comments before You PR
|
||||
const pages = [
|
||||
{
|
||||
name: 'Wes Bos',
|
||||
// Short description
|
||||
description:
|
||||
'Maker of this site. Web Developer, Tutorial Maker, Podcaster, BBQ Lover',
|
||||
// URL to your /uses page
|
||||
url: 'https://wesbos.com/uses',
|
||||
twitter: '@wesbos',
|
||||
// An emoji that describes you
|
||||
emoji: '🔥',
|
||||
// emoji of your country's flag
|
||||
country: '🇨🇦',
|
||||
// ONE of: apple, windows or linux
|
||||
computer: 'apple',
|
||||
// iphone or android
|
||||
phone: 'iphone',
|
||||
// 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',
|
||||
|
|
@ -85,7 +71,7 @@ const pages = [
|
|||
url: 'https://glennreyes.com/uses',
|
||||
twitter: '@glnnrys',
|
||||
emoji: '💃',
|
||||
country: '🇦🇹',
|
||||
country: '🇺🇸',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
|
|
@ -828,6 +814,26 @@ const pages = [
|
|||
phone: 'iphone',
|
||||
tags: ['Developer', 'Back End', 'PHP'],
|
||||
},
|
||||
{
|
||||
name: 'Alexey Golub',
|
||||
description: 'Open source software developer',
|
||||
url: 'https://tyrrrz.me',
|
||||
twitter: '@tyrrrz',
|
||||
emoji: '👾',
|
||||
country: '🇺🇦',
|
||||
computer: 'windows',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'Developer',
|
||||
'Back End',
|
||||
'.NET',
|
||||
'C#',
|
||||
'F#',
|
||||
'Open source',
|
||||
'Blogger',
|
||||
'Speaker'
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export default pages;
|
||||
|
|
|
|||
Loading…
Reference in a new issue