Merge branch 'website' into patch-1

This commit is contained in:
Mohamed Benhida 2020-01-07 11:18:16 +01:00 committed by GitHub
commit f2645944cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 59 additions and 1 deletions

2
.gitignore vendored
View file

@ -0,0 +1,2 @@
.idea
.DS_Store

58
data.js
View file

@ -113,6 +113,23 @@ const pages = [
phone: 'apple',
tags: ['Developer', 'FrontEnd', 'Entrepreneur', 'Teacher', 'JavaScript'],
},
{
name: 'Josiah Wiebe',
description: 'Designer & developer, lifelong learner.',
url: 'https://jwie.be/uses/',
emoji: '🚴',
country: '🇨🇦',
computer: 'apple',
phone: 'apple',
tags: [
'Full Stack',
'Developer',
'Designer',
'Python',
'JavaScript',
'TypeScript',
],
},
{
name: 'Benjamin Lannon',
description: 'Web Developer, Open Source Contributor, Livestreamer',
@ -147,6 +164,45 @@ const pages = [
'TypeScript',
],
},
{
name: 'Jahir Fiquitiva',
description: 'Passionate and Creative Full Stack Developer',
url: 'https://jahir.dev/uses',
twitter: '@jahirfiquitiva',
emoji: '💎',
country: '🇨🇴',
computer: 'apple',
phone: 'apple',
tags: [
'Developer',
'Full Stack',
'JavaScript',
'Kotlin',
'Python',
'Kotlin',
'React'
],
},
{
name: 'Brad Garropy',
description: 'Self taught frontender at Adobe, into lifting and country music.',
url: 'https://bradgarropy.com/uses',
twitter: '@bradgarropy',
emoji: '🤠',
country: '🇺🇸',
computer: 'windows',
phone: 'android',
tags: [
'Developer',
'Front End',
'Full Stack',
'Streamer',
'YouTuber',
'Blogger',
'JavaScript',
'Python',
],
},
{
name: 'Stefan Zweifel',
description: 'Full Stack Web Developer',
@ -163,7 +219,7 @@ const pages = [
'PHP',
'JavaScript',
],
},
},
];
export default pages;