mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Added myself to the data (#1022)
This commit is contained in:
parent
bc8a2f96f3
commit
c5480784a6
1 changed files with 18 additions and 0 deletions
18
src/data.js
18
src/data.js
|
|
@ -1,5 +1,23 @@
|
||||||
// keep it commonjs export
|
// keep it commonjs export
|
||||||
module.exports = [
|
module.exports = [
|
||||||
|
{
|
||||||
|
name: 'Mathias Borgmalm',
|
||||||
|
description: 'Thinks CSS is underrated.',
|
||||||
|
url: 'https://www.mathiasborgmalm.dev/uses/',
|
||||||
|
twitter: 'themateboy',
|
||||||
|
emoji: '🎾',
|
||||||
|
country: '🇸🇪',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Front End',
|
||||||
|
'HTML',
|
||||||
|
'CSS',
|
||||||
|
'SCSS',
|
||||||
|
'JavaScript',
|
||||||
|
'Vue'
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Alvin Bryan',
|
name: 'Alvin Bryan',
|
||||||
description: 'Loves coding maps, graphics and games.',
|
description: 'Loves coding maps, graphics and games.',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue