mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
chaged the order of my info, and added the template comments
This commit is contained in:
parent
848dae48b9
commit
7a84c54bf1
1 changed files with 34 additions and 20 deletions
54
src/data.js
54
src/data.js
|
|
@ -1,34 +1,28 @@
|
|||
// 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: 'Diego Vazquez',
|
||||
description:
|
||||
'Young guy who loves code. Full Stack Web Developer. Lead Teacher @ Ironhack',
|
||||
url: 'https://gist.github.com/diurivj/78ca931c4b20dca1e1e13982fa9c309d',
|
||||
twitter: '@diurivj',
|
||||
emoji: '🌚',
|
||||
country: '🇲🇽',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Developer',
|
||||
'Full Stack',
|
||||
'Teacher',
|
||||
'JavaScript',
|
||||
'React',
|
||||
'Node',
|
||||
'Mongo DB',
|
||||
],
|
||||
},
|
||||
{
|
||||
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',
|
||||
|
|
@ -968,6 +962,26 @@ const pages = [
|
|||
'React Native',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Diego Vazquez',
|
||||
description:
|
||||
'Young guy who loves code. Full Stack Web Developer. Lead Teacher @ Ironhack',
|
||||
url: 'https://gist.github.com/diurivj/78ca931c4b20dca1e1e13982fa9c309d',
|
||||
twitter: '@diurivj',
|
||||
emoji: '🌚',
|
||||
country: '🇲🇽',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Developer',
|
||||
'Full Stack',
|
||||
'Teacher',
|
||||
'JavaScript',
|
||||
'React',
|
||||
'Node',
|
||||
'Mongo DB',
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export default pages;
|
||||
|
|
|
|||
Loading…
Reference in a new issue