mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
update data.js to include Yurui (me)
This commit is contained in:
parent
93b8ad6856
commit
dbef89a779
1 changed files with 30 additions and 0 deletions
30
src/data.js
30
src/data.js
|
|
@ -2064,6 +2064,36 @@ const pages = [
|
||||||
'YouTuber',
|
'YouTuber',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// Your name
|
||||||
|
name: 'Yurui Zhang',
|
||||||
|
// Short description
|
||||||
|
description:
|
||||||
|
'Full-stack developer. Dark mode enthusiast. Quality software devotee.',
|
||||||
|
// URL to your /uses page
|
||||||
|
url: 'https://www.linkedin.com/in/yuruiology/',
|
||||||
|
twitter: '@yuruiology',
|
||||||
|
// 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.
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Full Stack',
|
||||||
|
'JavaScript',
|
||||||
|
'TypeScript',
|
||||||
|
'React',
|
||||||
|
'Node',
|
||||||
|
'CSS',
|
||||||
|
'Ruby',
|
||||||
|
'Testing'
|
||||||
|
],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default pages;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue