From dbef89a779836ed00f9795c2f4b3489c1b20287d Mon Sep 17 00:00:00 2001 From: Yurui Zhang Date: Sat, 11 Jan 2020 00:52:21 -0500 Subject: [PATCH 1/2] 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; From f555dbfab80d8131544af52d9d6ab6c0283d0c23 Mon Sep 17 00:00:00 2001 From: Yurui Zhang Date: Mon, 13 Jan 2020 13:05:31 -0500 Subject: [PATCH 2/2] updates uses url, and removes comments --- src/data.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/data.js b/src/data.js index 993d4f4b..5a6d284e 100644 --- a/src/data.js +++ b/src/data.js @@ -2065,23 +2065,15 @@ const pages = [ ], }, { - // 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/', + url: 'https://gist.github.com/pallymore/6e12133b5c2fa2856a8a6b288e579c01', 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',