mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge pull request #1302 from minutes2midnight/master
Add Simone Silvestroni
This commit is contained in:
commit
02bc2c7a51
1 changed files with 29 additions and 0 deletions
29
src/data.js
29
src/data.js
|
|
@ -1,6 +1,35 @@
|
||||||
// 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: 'Simone Silvestroni',
|
||||||
|
description: 'Sound designer, web developer, bass player',
|
||||||
|
url: 'https://minutestomidnight.co.uk/uses',
|
||||||
|
emoji: '🎸',
|
||||||
|
country: '🇮🇹',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'android',
|
||||||
|
tags: [
|
||||||
|
'Sound designer',
|
||||||
|
'Bass player',
|
||||||
|
'Music producer',
|
||||||
|
'REAPER',
|
||||||
|
'Logic Pro X',
|
||||||
|
'Pro Tools',
|
||||||
|
'iZotope RX',
|
||||||
|
'Developer',
|
||||||
|
'HTML5',
|
||||||
|
'CSS3',
|
||||||
|
'SASS',
|
||||||
|
'Jekyll',
|
||||||
|
'Netlify',
|
||||||
|
'Markdown',
|
||||||
|
'Node',
|
||||||
|
'PostCSS',
|
||||||
|
'Sketch',
|
||||||
|
'Figma',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Gavin Pereira',
|
name: 'Gavin Pereira',
|
||||||
description: 'Graphic designer & frontend developer from Goa, India',
|
description: 'Graphic designer & frontend developer from Goa, India',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue