mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge branch 'website' into patch-1
This commit is contained in:
commit
f2645944cc
2 changed files with 59 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -0,0 +1,2 @@
|
|||
.idea
|
||||
.DS_Store
|
||||
58
data.js
58
data.js
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue