Add Elliot Bonneville

This commit is contained in:
Elliot Bonneville 2020-01-10 13:09:08 -05:00
parent 73d6259b9a
commit d1f80f7628
No known key found for this signature in database
GPG key ID: 4B9E565EBFEAF0AD

View file

@ -1890,6 +1890,43 @@ const pages = [
phone: 'iphone',
tags: ['Think', 'Apply'],
},
{
// Your name
name: 'Elliot Bonneville',
// Short description
description:
'Freelance Web Developer / Consultant, educator, lover of coffee, cats, and writing of all kinds.',
// URL to your /uses page
url: 'https://elliotbonneville.com/uses',
twitter: '@elliotbnvl',
// An emoji that describes you
emoji: '💀',
// emoji of your country's flag
country: '🇺🇸',
// ONE of: apple, windows or linux
computer: 'apple',
// iphone or android
phone: 'iphone',
// Tags - You can add your own, but please keep it to one word. "Social vape entrepreneur influencer denver" isn't a tag.
// Dev Tags: Engineer, Developer, Designer, Front End, Back End, Full Stack,
// Other: Tags: Entrepreneur, Teacher, Podcaster, YouTuber, Blogger, Speaker,
// Language Tags: JavaScript, PHP, Rails, Ruby, TypeScript, React, Vue, Node
tags: [
'Developer',
'Full Stack',
'Entrepreneur',
'Teacher',
'Blogger',
'YouTuber',
'JavaScript',
'TypeScript',
'Node',
'React',
'Node',
'CSS',
],
},
];
export default pages;