From d1f80f7628e41d89f0b0b4175979f6375f0723eb Mon Sep 17 00:00:00 2001 From: Elliot Bonneville Date: Fri, 10 Jan 2020 13:09:08 -0500 Subject: [PATCH] Add Elliot Bonneville --- src/data.js | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/src/data.js b/src/data.js index 3f8f4b05..31033369 100644 --- a/src/data.js +++ b/src/data.js @@ -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;