Update data.js

This commit is contained in:
Roman Husar 2020-01-09 21:48:33 +01:00 committed by GitHub
parent a4635718d2
commit d329d69005
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1106,6 +1106,24 @@ const pages = [
'CSS',
],
},
{
name: 'Roman Husar',
description: 'Tinkering, all the time.',
url: 'https://seemslikelegit.com/uses',
twitter: '@seemslikelegit',
emoji: '➰',
country: '🇺🇦',
computer: 'apple',
phone: 'iphone',
tags: [
'Software Engineer',
'Full Stack',
'JavaScript',
'PostgreSQL',
'React',
'Node',
],
},
];
export default pages;