mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
commit
7b5f6afcd3
2 changed files with 18 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
17
src/data.js
17
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue