Merge pull request #110 from AaronDunphy/website

Add Aaron Dunphy
This commit is contained in:
Mohamed Benhida 2020-01-07 19:45:19 +01:00 committed by GitHub
commit 0f0629e70e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

28
data.js
View file

@ -239,6 +239,34 @@ const pages = [
phone: 'iphone',
tags: ['Developer', 'Front End', 'JavaScript'],
},
{
name: 'Aaron Dunphy',
// Short description
description: 'Full Stack Developer, Coffee Lover and Photo Taker',
// URL to your /uses page
url: 'https://aarondunphy.com/uses',
twitter: '@aaronjohndunphy',
// An emoji that describes you
emoji: '📷',
// emoji of your country's flag
country: '🇬🇧🇦',
// apple, windows or linux
computer: 'apple',
// iphone or android
phone: 'iphone',
// Tags
// 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...
tags: [
'Developer',
'Full Stack',
'Back End',
'Laravel',
'PHP',
'JavaScript',
],
},
];
export default pages;