mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge pull request #108 from joshuafbarker/website
josh barker addition
This commit is contained in:
commit
5bfc689fdd
1 changed files with 16 additions and 0 deletions
16
data.js
16
data.js
|
|
@ -234,6 +234,22 @@ const pages = [
|
||||||
'Python',
|
'Python',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Josh Barker',
|
||||||
|
description:
|
||||||
|
'Front end engineer at Red Ventures. Soccer enthusiast. Lover of stories.',
|
||||||
|
url: 'https://joshuabarker.com/uses',
|
||||||
|
twitter: '@joshuafbarker',
|
||||||
|
emoji: '⚽️',
|
||||||
|
country: '🇺🇸',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Front End',
|
||||||
|
'JavaScript',
|
||||||
|
],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default pages;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue