mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
commit
a34fb49554
1 changed files with 21 additions and 0 deletions
21
src/data.js
21
src/data.js
|
|
@ -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'
|
||||
],
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue