mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Update data.js
This commit is contained in:
parent
9f0642de5e
commit
f56a01e951
1 changed files with 11 additions and 0 deletions
11
src/data.js
11
src/data.js
|
|
@ -1,6 +1,17 @@
|
||||||
// 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: 'Nick East',
|
||||||
|
description: 'Front-end developer, UX/UI designer, Web Jedi 🧙♂️ ',
|
||||||
|
url: 'https://www.nick-east.com/uses',
|
||||||
|
twitter: '@nickcodesbadly',
|
||||||
|
emoji: '🌴',
|
||||||
|
country: '🇬🇧',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: ['Front End', 'JavaScript', 'Designer', 'JAMstack', 'React', 'Gatsby'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Karol Sobolewski',
|
name: 'Karol Sobolewski',
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue