Update data.js

Added Jens van Wijhe
This commit is contained in:
Jens van Wijhe 2020-01-11 11:25:33 +01:00 committed by GitHub
parent 93b8ad6856
commit fc9e699589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2064,6 +2064,30 @@ const pages = [
'YouTuber',
],
},
{
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;