mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Added 'Lazar Miseljic'
This commit is contained in:
parent
841009aae5
commit
0fc15021d7
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
|
// 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: 'Lazar Miseljic',
|
||||||
|
description: 'Freelance web designer and developer',
|
||||||
|
url: 'https://fuzzylogic.ltd/uses',
|
||||||
|
emoji: '🌵',
|
||||||
|
country: '🇷🇸',
|
||||||
|
computer: 'windows',
|
||||||
|
phone: 'android',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Designer',
|
||||||
|
'Photographer',
|
||||||
|
'Full Stack',
|
||||||
|
'Freelancer',
|
||||||
|
'CSS',
|
||||||
|
'JavaScript',
|
||||||
|
'React',
|
||||||
|
'Gatsby',
|
||||||
|
'Wordpress',
|
||||||
|
'SQL',
|
||||||
|
'Firebase',
|
||||||
|
'Netlify'
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Yassine Bridi',
|
name: 'Yassine Bridi',
|
||||||
description: 'Developer, Designer, Creator',
|
description: 'Developer, Designer, Creator',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue