Add myself to data.js

This commit is contained in:
Adam Laycock 2020-01-10 09:38:02 +00:00 committed by GitHub
parent b3445e4628
commit 7e5bd2143f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1158,6 +1158,24 @@ const pages = [
'Node',
],
},
{
name: 'Adam Laycock',
description: 'IT Engineer, Web Developer & Blogger',
url: 'https://www.arcath.net/uses',
twitter: '@arcathwhitefall',
emoji: '⚙',
country: 'GB',
computer: 'windows',
phone: 'android',
tags: [
'Engineer',
'Full Stack',
'TypeScript'
'Blogger',
'JavaScript',
'Node',
],
},
];
export default pages;