mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Update data.js
Added my profile
This commit is contained in:
parent
9be7184d19
commit
00c503c38a
1 changed files with 21 additions and 0 deletions
21
src/data.js
21
src/data.js
|
|
@ -1,5 +1,26 @@
|
||||||
// keep it commonjs export
|
// keep it commonjs export
|
||||||
module.exports = [
|
module.exports = [
|
||||||
|
{
|
||||||
|
name: 'Marc Berger',
|
||||||
|
description: 'Full-stack Web Developer',
|
||||||
|
url: 'https://github.com/mberger75/',
|
||||||
|
twitter: '@marcbrgr',
|
||||||
|
emoji: '📼',
|
||||||
|
country: 'fr',
|
||||||
|
computer: 'windows',
|
||||||
|
phone: 'android',
|
||||||
|
tags: [
|
||||||
|
'Full Stack',
|
||||||
|
'JavaScript',
|
||||||
|
'TypeScript',
|
||||||
|
'Node.js',
|
||||||
|
'React',
|
||||||
|
'MongoDB',
|
||||||
|
'HTML',
|
||||||
|
'CSS',
|
||||||
|
'Wordpress',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Erik Hedin',
|
name: 'Erik Hedin',
|
||||||
description: 'Full-stack Web Developer',
|
description: 'Full-stack Web Developer',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue