Merge pull request #150 from theopract/patch-1

Update data.js
This commit is contained in:
Mohamed Benhida 2020-01-09 11:30:13 +01:00 committed by GitHub
commit f440f4a77c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -631,6 +631,31 @@ const pages = [
'Developer',
],
},
{
name: 'Pavel Melnik',
description: 'Web developer, Technology enthusiast, Energy Management System expert',
url: 'https://pavel.dev/uses',
twitter: '@theopract',
emoji: '🤟',
country: 'RU',
computer: 'windows',
phone: 'android',
// Tags - You can add your own, but please keep it to one word. "Social vape entrepreneur influencer denver" isn't a tag.
// 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, React, Vue, Node
tags: [
'Developer',
'Front End',
'Engineer',
'JavaScript',
'Vue',
'SQL',
'Accessibility',
'Performance'
],
}
];
export default pages;