mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Added john garrett uses
This commit is contained in:
parent
52e9c7f3f9
commit
cc8a55bd18
1 changed files with 21 additions and 0 deletions
21
src/data.js
21
src/data.js
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue