Add stefanzweifel.io/uses

This commit is contained in:
Stefan Zweifel 2020-01-07 08:26:10 +01:00 committed by GitHub
parent 75c83184c8
commit b8f502eecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
data.js
View file

@ -147,6 +147,23 @@ const pages = [
'TypeScript',
],
},
{
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;