mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add Alan to data.js
This commit is contained in:
parent
9af3c9cf4a
commit
fbb494055f
1 changed files with 28 additions and 0 deletions
28
src/data.js
28
src/data.js
|
|
@ -1,6 +1,34 @@
|
||||||
// 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: 'Alan Redzepagic',
|
||||||
|
description:
|
||||||
|
'Front-end development, web native, tech enthusiast,
|
||||||
|
url: 'https://alanred.me/uses',
|
||||||
|
twitter: '@allanred',
|
||||||
|
emoji: '🚀',
|
||||||
|
country: '🇺🇸',
|
||||||
|
computer: 'linux',
|
||||||
|
phone: 'android',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Front End',
|
||||||
|
'UX',
|
||||||
|
'UI',
|
||||||
|
'Design Systems',
|
||||||
|
'Vue,js',
|
||||||
|
'Nuxt',
|
||||||
|
'JAMstack',
|
||||||
|
'Tailwind CSS',
|
||||||
|
'Figma',
|
||||||
|
'Illustrator',
|
||||||
|
'Photoshop',
|
||||||
|
'Wordpress',
|
||||||
|
'AWS',
|
||||||
|
'cPanel WHM',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Rosie Junghwa Yang',
|
name: 'Rosie Junghwa Yang',
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue