diff --git a/migration.md b/migration.md index 73af0cab..3dec1fe8 100644 --- a/migration.md +++ b/migration.md @@ -19,7 +19,7 @@ When done, check that person off. * [ ] [Randy Oest, aka amazingrando](https://randyoest.com/uses/) - Lead Design and Frontend Engineer, Four Kitchens * [ ] [Elijah Manor](https://elijahmanor.com/uses) - Front-End Developer and Educator * [ ] [Dave Kiss](https://davekiss.com/uses) - Web Developer, Solopreneur, Adventurer -* [ ] [Jonathan Suh](https://jonsuh.com/uses) - Designer, Developer +* [x] [Jonathan Suh](https://jonsuh.com/uses) - Designer, Developer * [ ] [Manuel Wildauer](https://wildauer.io/uses) - Developer * [ ] [Elliot Forbes](https://tutorialedge.net/uses/) - All-round Developer * [ ] [Dr. Abstract](https://zimjs.com/uses/) - Founder of ZIM JavaScript Canvas Framework diff --git a/src/data.js b/src/data.js index 2ea8474b..c247c284 100644 --- a/src/data.js +++ b/src/data.js @@ -335,6 +335,23 @@ const pages = [ phone: 'android & iphone', tags: ['Developer', 'Full Stack', 'Entrepreneur', 'Blogger', 'JavaScript'], }, + { + name: 'Jonathan Suh', + description: 'Designer, Developer, Sneakerhead', + url: 'https://jonsuh.com/uses', + twitter: '@jonsuh', + emoji: 'πŸ‘Ÿ', + country: 'πŸ‡ΊπŸ‡Έ', + computer: 'apple', + phone: 'iphone', + tags: [ + 'Designer', + 'Developer', + 'Front End', + 'JavaScript', + 'React', + ], + }, ]; export default pages;