update data.js to include Yurui (me)

This commit is contained in:
Yurui Zhang 2020-01-11 00:52:21 -05:00 committed by GitHub
parent 93b8ad6856
commit dbef89a779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2064,6 +2064,36 @@ const pages = [
'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;