mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
musta got munched
This commit is contained in:
parent
ad2f2f8421
commit
40d28b62da
1 changed files with 21 additions and 1 deletions
22
src/data.js
22
src/data.js
|
|
@ -1976,7 +1976,7 @@ const pages = [
|
||||||
'Front-End',
|
'Front-End',
|
||||||
'React',
|
'React',
|
||||||
'D3',
|
'D3',
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Elliot Bonneville',
|
name: 'Elliot Bonneville',
|
||||||
|
|
@ -2044,6 +2044,26 @@ const pages = [
|
||||||
'Full Stack',
|
'Full Stack',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Thomas Weibenfalk',
|
||||||
|
description:
|
||||||
|
'Passionate developer, course creator, youtuber, designer and musician from Sweden',
|
||||||
|
url: 'https://www.weibenfalk.com/uses/',
|
||||||
|
twitter: '@weibenfalk',
|
||||||
|
emoji: '💾',
|
||||||
|
country: '🇸🇪',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'JavaScript',
|
||||||
|
'Developer',
|
||||||
|
'Entrepreneur',
|
||||||
|
'React',
|
||||||
|
'Teacher',
|
||||||
|
'Writer',
|
||||||
|
'YouTuber',
|
||||||
|
],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default pages;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue