mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add Joshua Cerbito
This commit is contained in:
parent
d653bbfd80
commit
278fd6882a
1 changed files with 17 additions and 0 deletions
17
src/data.js
17
src/data.js
|
|
@ -1,6 +1,23 @@
|
||||||
// keep it commonjs export
|
// keep it commonjs export
|
||||||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
||||||
module.exports = [
|
module.exports = [
|
||||||
|
{
|
||||||
|
name: 'Joshua Cerbito',
|
||||||
|
description:
|
||||||
|
'I write code, I train devs, and I play music.',
|
||||||
|
url: 'https://www.cerbito.com/uses',
|
||||||
|
twitter: '@joshuacerbito',
|
||||||
|
emoji: '🎸',
|
||||||
|
country: '🇵🇭',
|
||||||
|
computer: 'windows',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Full Stack',
|
||||||
|
'Teacher',
|
||||||
|
'Musician',
|
||||||
|
'Gamer'
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Karol Sobolewski',
|
name: 'Karol Sobolewski',
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue