Adds Jonathan Speek

This commit is contained in:
Jonathan Speek 2020-01-07 14:24:35 -07:00 committed by GitHub
parent bb66ce91a4
commit c7606879ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -363,6 +363,17 @@ const pages = [
phone: 'iphone',
tags: ['Designer', 'Developer', 'Front End', 'JavaScript', 'React'],
},
{
name: 'Jonathan Speek',
description: 'Developer & Musician',
url: 'https://speek.design/uses',
twitter: '@jonspeek',
emoji: '🦄',
country: '🇺🇸',
computer: 'apple',
phone: 'iphone',
tags: ['Full Stack', 'Developer', 'Front End', 'JavaScript', 'React'],
},
];
export default pages;