mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Added Marc-Antoine Dion
This commit is contained in:
parent
831e12a28b
commit
666de5a89a
1 changed files with 18 additions and 0 deletions
18
src/data.js
18
src/data.js
|
|
@ -1,6 +1,24 @@
|
||||||
// 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: 'Marc-Antoine Dion',
|
||||||
|
description: 'Full Stack. Rookie cyclist. Part time blogger at @thewannabeceo.',
|
||||||
|
url: 'https://marcantoinedion.com/uses',
|
||||||
|
twitter: '@thewannabeceo',
|
||||||
|
emoji: '🚀',
|
||||||
|
country: '🇨🇦',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Entrepreneur',
|
||||||
|
'Node.js',
|
||||||
|
'Vue.js',
|
||||||
|
'C#',
|
||||||
|
'Blogger',
|
||||||
|
'Full Stack',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Simon Smale',
|
name: 'Simon Smale',
|
||||||
description: 'Full Stack Developer and beginner digital gardener',
|
description: 'Full Stack Developer and beginner digital gardener',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue