mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
add marco kuehbauch
This commit is contained in:
parent
841009aae5
commit
c2ee4f2580
1 changed files with 20 additions and 0 deletions
20
src/data.js
20
src/data.js
|
|
@ -1,6 +1,26 @@
|
||||||
// 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: 'Marco Kuehbauch',
|
||||||
|
description: 'Web developer from southern germany who loves to make fast and accessible websites and write about it.',
|
||||||
|
url: 'https://marcokuehbauch.com/uses/',
|
||||||
|
twitter: '@mkuehb',
|
||||||
|
emoji: '🌳',
|
||||||
|
country: '🇩🇪',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'JavaScript',
|
||||||
|
'Developer',
|
||||||
|
'React',
|
||||||
|
'Node.js'
|
||||||
|
'TypeScript',
|
||||||
|
'Gatsby',
|
||||||
|
'Freelancer',
|
||||||
|
'Blogger',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Yassine Bridi',
|
name: 'Yassine Bridi',
|
||||||
description: 'Developer, Designer, Creator',
|
description: 'Developer, Designer, Creator',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue