mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge pull request #949 from erikhedin/master
Adding Erik Hedin to data.js file.
This commit is contained in:
commit
51c9bec595
1 changed files with 21 additions and 1 deletions
22
src/data.js
22
src/data.js
|
|
@ -1,5 +1,25 @@
|
||||||
// keep it commonjs export
|
// keep it commonjs export
|
||||||
module.exports = [
|
module.exports = [
|
||||||
|
{
|
||||||
|
name: 'Erik Hedin',
|
||||||
|
description: 'Full-stack Web Developer',
|
||||||
|
url: 'https://www.erikhedin.com/uses/',
|
||||||
|
twitter: '@erikhedin',
|
||||||
|
emoji: '🔥',
|
||||||
|
country: '🇺🇸',
|
||||||
|
computer: 'linux',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'CSS',
|
||||||
|
'Full Stack',
|
||||||
|
'HTML',
|
||||||
|
'JavaScript',
|
||||||
|
'Gatsby',
|
||||||
|
'React',
|
||||||
|
'Drupal',
|
||||||
|
'Wordpress',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Matt James',
|
name: 'Matt James',
|
||||||
description: 'Senior Front-end Software Engineer & Web Design Teacher',
|
description: 'Senior Front-end Software Engineer & Web Design Teacher',
|
||||||
|
|
@ -14,7 +34,7 @@ module.exports = [
|
||||||
'Front-end',
|
'Front-end',
|
||||||
'HTML',
|
'HTML',
|
||||||
'JavaScript',
|
'JavaScript',
|
||||||
'Ember',
|
'Drupal',
|
||||||
'Svelte',
|
'Svelte',
|
||||||
'React',
|
'React',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue