Update data.js

This commit is contained in:
Amit Merchant 2020-01-11 15:14:53 +05:30 committed by GitHub
parent 93b8ad6856
commit 1ba3c76a6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2064,6 +2064,27 @@ const pages = [
'YouTuber',
],
},
{
name: 'Amit Merchant',
description: 'Maker of things. Open-source enthusiast. Blogger. ',
url: 'https://www.amitmerchant.com/uses',
twitter: '@amit_merchant',
emoji: '🔥',
country: '🇮🇳',
computer: 'linux',
phone: 'android',
tags: [
'Developer',
'Full Stack',
'Entrepreneur',
'Blogger',
'JavaScript',
'React',
'PHP',
'Laravel',
'CSS',
],
}
];
export default pages;