Merge pull request #320 from jvwijhe/patch-2

Update data.js
This commit is contained in:
Hugo 2020-01-13 18:25:58 +00:00 committed by GitHub
commit ef0450d9ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2030,6 +2030,30 @@ const pages = [
'React',
],
},
{
name: 'Jens van Wijhe',
description: 'Creative web developer and entrepreneur',
url: 'https://jens.ai/uses',
twitter: '@jvanwijhe',
emoji: '👨🏻‍🚀',
country: '🇳🇱',
computer: 'apple',
phone: 'iphone',
tags: [
'Developer',
'Full Stack',
'JavaScript',
'Vue',
'Angular',
'Ionic',
'Firebase',
'PHP',
'Laravel',
'Wordpress',
'CSS',
'Tailwind',
],
},
];
export default pages;