Merge pull request #108 from joshuafbarker/website

josh barker addition
This commit is contained in:
Mohamed Benhida 2020-01-07 16:40:17 +01:00 committed by GitHub
commit 5bfc689fdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
data.js
View file

@ -234,6 +234,22 @@ const pages = [
'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;