mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
This commit is contained in:
parent
209bc1cbb9
commit
9f5bfa1c00
1 changed files with 23 additions and 0 deletions
23
src/data.js
23
src/data.js
|
|
@ -1366,6 +1366,29 @@ const pages = [
|
||||||
'CSS',
|
'CSS',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Richard Zilahi',
|
||||||
|
description: 'Full stack developer, pug enthusiast, dying for pizza',
|
||||||
|
url: 'https://gist.github.com/zilahir/4aaf5907999ea53711b2d554d22b0f3f',
|
||||||
|
twitter: '@zilahy',
|
||||||
|
emoji: '🐶',
|
||||||
|
country: '🇫🇮| 🇭🇺',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Full Stack',
|
||||||
|
'Engineer',
|
||||||
|
'Teacher',
|
||||||
|
'Blogger',
|
||||||
|
'Javascript',
|
||||||
|
'Node',
|
||||||
|
'Typescript',
|
||||||
|
'PHP',
|
||||||
|
'React',
|
||||||
|
'GraphQl',
|
||||||
|
'GatsbyJs',
|
||||||
|
]
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
export default pages;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue