mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge branch 'website' into seemslikelegit-website
This commit is contained in:
commit
3ce39a6595
1 changed files with 52 additions and 1 deletions
53
src/data.js
53
src/data.js
|
|
@ -200,6 +200,7 @@ const pages = [
|
|||
name: 'Benjamin Lannon',
|
||||
description: 'Web Developer, Open Source Contributor, Livestreamer',
|
||||
url: 'https://lannonbr.com/uses/',
|
||||
twitter: '@lannonbr',
|
||||
emoji: '🎤',
|
||||
country: '🇺🇸',
|
||||
computer: 'apple',
|
||||
|
|
@ -1106,7 +1107,7 @@ const pages = [
|
|||
'CSS',
|
||||
],
|
||||
},
|
||||
{
|
||||
{
|
||||
name: 'Roman Husar',
|
||||
description: 'Tinkering, all the time.',
|
||||
url: 'https://seemslikelegit.com/uses',
|
||||
|
|
@ -1124,6 +1125,56 @@ const pages = [
|
|||
'Node',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Stephen Senkomago Musoke',
|
||||
// Short description
|
||||
description:
|
||||
'Software Engineer, eHealth Technologist, PHP Lover by night, Muganda, Goat Meat for Life, Coffee Drinker',
|
||||
// URL to your /uses page
|
||||
url: 'https://ssmusoke.com/uses',
|
||||
twitter: '@ssmusoke',
|
||||
// An emoji that describes you
|
||||
emoji: '🔥',
|
||||
// emoji of your country's flag
|
||||
country: '🇺🇬',
|
||||
// ONE of: apple, windows or linux
|
||||
computer: 'apple',
|
||||
// iphone or android
|
||||
phone: 'android',
|
||||
// Tags - You can add your own, but please keep it to one word. "Social vape entrepreneur influencer denver" isn't a tag.
|
||||
|
||||
// Dev Tags: Engineer, Developer, Designer, Front End, Back End, Full Stack,
|
||||
// Other: Tags: Entrepreneur, Teacher, Podcaster, YouTuber, Blogger, Speaker,
|
||||
// Language Tags: JavaScript, PHP, Rails, Ruby, TypeScript, React, Vue, Node
|
||||
tags: [
|
||||
'Developer',
|
||||
'Engineer',
|
||||
'PHP',
|
||||
'Java',
|
||||
'OpenMRS',
|
||||
'HTML',
|
||||
'CSS',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Jérémy Mouzin',
|
||||
description: 'Software Engineer, Tutorial Maker, Entrepreneur, Blogger',
|
||||
url: 'https://jeremymouzin.com/uses',
|
||||
twitter: '@jeremymouzin',
|
||||
emoji: '🐓',
|
||||
country: '🇫🇷',
|
||||
computer: 'apple',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'Engineer',
|
||||
'Full Stack',
|
||||
'Entrepreneur',
|
||||
'Teacher',
|
||||
'YouTuber',
|
||||
'Blogger',
|
||||
'JavaScript',
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export default pages;
|
||||
|
|
|
|||
Loading…
Reference in a new issue