mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add @yassinebridi
This commit is contained in:
parent
b34f00de5c
commit
99e9cac58b
1 changed files with 20 additions and 0 deletions
20
src/data.js
20
src/data.js
|
|
@ -1,6 +1,26 @@
|
||||||
// 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: 'Yassine Bridi',
|
||||||
|
description: 'Developer, Designer, Creator',
|
||||||
|
url: 'https://yasbr.com/uses',
|
||||||
|
twitter: '@yassinebridi',
|
||||||
|
emoji: '🚀',
|
||||||
|
country: '🇲🇦',
|
||||||
|
computer: 'linux',
|
||||||
|
phone: 'android',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Designer',
|
||||||
|
'Full Stack',
|
||||||
|
'Freelancer',
|
||||||
|
'Entrepreneur',
|
||||||
|
'TypeScript',
|
||||||
|
'Linux',
|
||||||
|
'Writer',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Nick East',
|
name: 'Nick East',
|
||||||
description: 'Front-end developer, UX/UI designer, Web Jedi 🧙♂️ ',
|
description: 'Front-end developer, UX/UI designer, Web Jedi 🧙♂️ ',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue