Update data.js

Added 'Pavel Melnik'
This commit is contained in:
theopract 2020-01-09 12:05:29 +03:00 committed by GitHub
parent 9ca84ecf46
commit 5c19d05bf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -571,6 +571,32 @@ const pages = [
'Crystal',
],
},
{
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;