Added john garrett uses

This commit is contained in:
John Garrett 2020-01-10 12:43:38 -06:00
parent 52e9c7f3f9
commit cc8a55bd18

View file

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