mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
parent
c70b2ecc78
commit
12584e1486
1 changed files with 19 additions and 0 deletions
19
src/data.js
19
src/data.js
|
|
@ -1,5 +1,24 @@
|
||||||
// keep it commonjs export
|
// keep it commonjs export
|
||||||
module.exports = [
|
module.exports = [
|
||||||
|
{
|
||||||
|
name: 'Matt James',
|
||||||
|
description: 'Senior Front-end Software Engineer & Web Design Teacher',
|
||||||
|
url: 'https://mattfrankjames.com/uses/',
|
||||||
|
twitter: '@mattfrankjames',
|
||||||
|
emoji: '🎸',
|
||||||
|
country: '🇺🇸',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'CSS',
|
||||||
|
'Front-end',
|
||||||
|
'HTML',
|
||||||
|
'JavaScript',
|
||||||
|
'Ember',
|
||||||
|
'Svelte',
|
||||||
|
'React',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Marty Romero',
|
name: 'Marty Romero',
|
||||||
description: 'Front-end UI developer',
|
description: 'Front-end UI developer',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue