Merge pull request #105 from stefanzweifel/patch-1

Add stefanzweifel.io/uses
This commit is contained in:
Mohamed Benhida 2020-01-07 11:18:25 +01:00 committed by GitHub
commit 9fb99948e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
data.js
View file

@ -203,6 +203,23 @@ const pages = [
'Python',
],
},
{
name: 'Stefan Zweifel',
description: 'Full Stack Web Developer',
url: 'https://stefanzweifel.io/uses/',
emoji: '🏋️‍♂️',
country: '🇨🇭',
computer: 'apple',
phone: 'apple',
tags: [
'Developer',
'Front End',
'Back End',
'Full Stack',
'PHP',
'JavaScript',
],
},
];
export default pages;