Merge pull request #290 from JHGarrett/master

Added john garrett uses
This commit is contained in:
Wes Bos 2020-01-10 13:50:49 -05:00 committed by GitHub
commit 46ba5d2964
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1912,6 +1912,27 @@ const pages = [
phone: 'iphone',
tags: ['Think', 'Apply'],
},
{
name: 'John Garrett',
description: 'Arch Duke of Computering, Full Stack Instructor',
url: 'https://johngarrett.dev/uses',
twitter: '@jhgarrett',
emoji: '👨🏻‍🚀',
country: '🇺🇸',
computer: 'linux',
phone: 'iphone',
tags: [
'Developer',
'Full Stack',
'React',
'Teacher',
'Linux',
'JavaScript',
'PHP',
'C',
'DevOps',
],
},
];
export default pages;