Merge pull request #122 from jonsuh/website

Add Jonathan Suh
This commit is contained in:
Wes Bos 2020-01-07 16:05:04 -05:00 committed by GitHub
commit 7b5f6afcd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

View file

@ -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

View file

@ -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;