Merge pull request #103 from bradgarropy/website

Add Brad Garropy.
This commit is contained in:
Mohamed Benhida 2020-01-07 11:13:10 +01:00 committed by GitHub
commit d06a54476c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
data.js
View file

@ -183,6 +183,26 @@ const pages = [
'React'
],
},
{
name: 'Brad Garropy',
description: 'Self taught frontender at Adobe, into lifting and country music.',
url: 'https://bradgarropy.com/uses',
twitter: '@bradgarropy',
emoji: '🤠',
country: '🇺🇸',
computer: 'windows',
phone: 'android',
tags: [
'Developer',
'Front End',
'Full Stack',
'Streamer',
'YouTuber',
'Blogger',
'JavaScript',
'Python',
],
},
];
export default pages;