mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
closes #252
This commit is contained in:
parent
9e4035d142
commit
59fbe02169
1 changed files with 21 additions and 0 deletions
21
src/data.js
21
src/data.js
|
|
@ -1409,6 +1409,27 @@ const pages = [
|
||||||
'Teacher'
|
'Teacher'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Zander Martineau',
|
||||||
|
description:
|
||||||
|
'Independent front-end-full-stack-UI-UX-engineer coder',
|
||||||
|
url: 'https://zander.wtf/writing/my-setup',
|
||||||
|
twitter: '@mrmartineau',
|
||||||
|
emoji: '👨🔬',
|
||||||
|
country: '🇬🇧',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Engineer',
|
||||||
|
'Front End',
|
||||||
|
'Full Stack',
|
||||||
|
'JavaScript',
|
||||||
|
'TypeScript',
|
||||||
|
'React',
|
||||||
|
'Node',
|
||||||
|
'CSS',
|
||||||
|
],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default pages;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue