Adding my uses info!

This commit is contained in:
Burton Media 2020-01-13 10:13:03 -06:00 committed by GitHub
parent 34a883061e
commit 8923339c54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2033,6 +2033,28 @@ const pages = [
'Blogger',
],
},
{
name: 'Jesse James Burton',
description:
'Software Developing Yogi from Alberta, Canada. Lets build the internet together.',
// URL to your /uses page
url: 'https://burtonmediainc.com/uses',
twitter: '@burtonmedia',
emoji: '🙏',
country: '🇨🇦',
computer: 'windows',
phone: 'iphone',
tags: [
'Developer',
'Full Stack',
'Entrepreneur',
'Teacher',
'Nomadic',
'JavaScript',
'React',
'CSS',
],
},
];
export default pages;