From 7a5af687f4617a3f424a8eef6ed9471e72122830 Mon Sep 17 00:00:00 2001 From: sinchang Date: Tue, 14 Jan 2020 12:37:49 +0800 Subject: [PATCH] Completed Jeff.W info --- migration.md | 2 +- src/data.js | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/migration.md b/migration.md index 1ee02204..0767c754 100644 --- a/migration.md +++ b/migration.md @@ -41,7 +41,7 @@ When done, check that person off. * [x] [Andrew Healey](https://healeycodes.com/uses/) - Fullstack Software Engineer, Blogger, Tutorial Creator. * [ ] [Alex Carpenter](https://alexcarpenter.me/uses/) - Front-end Web Developer and Screencaster. * [ ] [Wang Junxiao](http://www.feng0207.site/uses/) — Java Web Developer, Student. -* [ ] [Jeff Wen](https://sinchang.me/uses/) - Web Developer, Open Source Contributor +* [x] [Jeff Wen](https://sinchang.me/uses/) - Web Developer, Open Source Contributor * [ ] [Tracy Osborn](https://limedaring.com/uses/) - Designer, Developer, Tech Author, Entreprenerd * [ ] [Bruno Brito](https://brunobrito.pt/uses/) - Web Developer, Content Creator, Digital Marketing 🇵🇹 * [ ] [Lemon 🍋](https://ahoylemon.xyz/uses/) - Web Developer, Podcaster, Human Who Makes Dumb Shit diff --git a/src/data.js b/src/data.js index a28b8153..fe7870a3 100644 --- a/src/data.js +++ b/src/data.js @@ -2327,6 +2327,25 @@ const pages = [ 'Gatsby' ], }, + { + name: 'Jeff Wen', + description: + 'Web Developer, Open Source Contributor', + url: 'https://sinchang.me/uses', + twitter: '@sinchangwen', + emoji: '🍕', + country: '🇨🇳', + computer: 'apple', + phone: 'iphone', + tags: [ + 'Web Development', + 'Front End', + 'Vue', + 'React', + 'Node', + 'Python' + ], + }, ]; export default pages;