mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add Jonathan Suh
This commit is contained in:
parent
b28c8daaf3
commit
6faede9ea1
1 changed files with 17 additions and 0 deletions
17
src/data.js
17
src/data.js
|
|
@ -318,6 +318,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