Add michael to data.js

This commit is contained in:
Michael Le 2020-01-07 15:53:30 -08:00 committed by GitHub
parent 1611d91fd7
commit 0231321108
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'
],
}
];