mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Update data.js
- Adding personal uses info.
This commit is contained in:
parent
1d0a598a7f
commit
232fd98f97
1 changed files with 24 additions and 0 deletions
24
src/data.js
24
src/data.js
|
|
@ -1,6 +1,30 @@
|
|||
// keep it commonjs export
|
||||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
||||
module.exports = [
|
||||
{
|
||||
name: 'Randy Daniel',
|
||||
description: '(UI/UX Designer) + Developer',
|
||||
url: 'https://randy.digital/uses',
|
||||
twitter: '@randydigital_',
|
||||
emoji: '🏴☠️',
|
||||
country: '🇺🇸',
|
||||
computer: 'windows',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Figma',
|
||||
'Designer',
|
||||
'Developer',
|
||||
'HTML',
|
||||
'CSS',
|
||||
'JavaScript',
|
||||
'Salesforce',
|
||||
'Svelte',
|
||||
'Vercel',
|
||||
'A11Y',
|
||||
'UX',
|
||||
'UI',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Lazar Miseljic',
|
||||
description: 'Freelance web designer and developer',
|
||||
|
|
|
|||
Loading…
Reference in a new issue