mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add Elliot Bonneville
This commit is contained in:
parent
73d6259b9a
commit
d1f80f7628
1 changed files with 37 additions and 0 deletions
37
src/data.js
37
src/data.js
|
|
@ -1890,6 +1890,43 @@ const pages = [
|
||||||
phone: 'iphone',
|
phone: 'iphone',
|
||||||
tags: ['Think', 'Apply'],
|
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;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue