mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add myself to data.js
This commit is contained in:
parent
b3445e4628
commit
7e5bd2143f
1 changed files with 18 additions and 0 deletions
18
src/data.js
18
src/data.js
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue