Merge pull request #132 from mike1e/patch-1

Adding myself to data.js
This commit is contained in:
Wes Bos 2020-01-07 19:49:22 -05:00 committed by GitHub
commit a34fb49554
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -408,6 +408,27 @@ const pages = [
computer: 'apple',
phone: 'iphone',
tags: [ 'Developer', 'Blogger', 'Angular' ],
},
{
name: 'Michael Le',
description: 'Software Engineer',
url: 'https://www.michael1e.com/uses/',
twitter: '@michaelnle',
emoji: '🤣',
country: '🇺🇸',
computer: 'apple',
phone: 'iphone',
tags: [
'Engineer',
'Developer',
'Full Stack',
'Front End',
'Entrepreneur',
'JavaScript',
'React',
'Node',
'Vue'
],
}
];