mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Update data.js
Added 'Pavel Melnik'
This commit is contained in:
parent
9ca84ecf46
commit
5c19d05bf5
1 changed files with 26 additions and 0 deletions
26
src/data.js
26
src/data.js
|
|
@ -571,6 +571,32 @@ const pages = [
|
||||||
'Crystal',
|
'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;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue