From dbef89a779836ed00f9795c2f4b3489c1b20287d Mon Sep 17 00:00:00 2001 From: Yurui Zhang Date: Sat, 11 Jan 2020 00:52:21 -0500 Subject: [PATCH] update data.js to include Yurui (me) --- src/data.js | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/data.js b/src/data.js index 7e676ff6..993d4f4b 100644 --- a/src/data.js +++ b/src/data.js @@ -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;