mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
2077ea3dd0
5 changed files with 111 additions and 4 deletions
|
|
@ -41,7 +41,7 @@ When done, check that person off.
|
|||
* [x] [Andrew Healey](https://healeycodes.com/uses/) - Fullstack Software Engineer, Blogger, Tutorial Creator.
|
||||
* [ ] [Alex Carpenter](https://alexcarpenter.me/uses/) - Front-end Web Developer and Screencaster.
|
||||
* [ ] [Wang Junxiao](http://www.feng0207.site/uses/) — Java Web Developer, Student.
|
||||
* [ ] [Jeff Wen](https://sinchang.me/uses/) - Web Developer, Open Source Contributor
|
||||
* [x] [Jeff Wen](https://sinchang.me/uses/) - Web Developer, Open Source Contributor
|
||||
* [ ] [Tracy Osborn](https://limedaring.com/uses/) - Designer, Developer, Tech Author, Entreprenerd
|
||||
* [ ] [Bruno Brito](https://brunobrito.pt/uses/) - Web Developer, Content Creator, Digital Marketing 🇵🇹
|
||||
* [ ] [Lemon 🍋](https://ahoylemon.xyz/uses/) - Web Developer, Podcaster, Human Who Makes Dumb Shit
|
||||
|
|
|
|||
|
|
@ -151,6 +151,11 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
|||
* [Majo Paskuvan](https://paskuvan.us/uses.html) — Front End Developer, Reader, Deaf Person
|
||||
* [Christopher Wavrin](https://wavrin.com/uses) — Full Stack Developer
|
||||
* [Florian Kapfenberger](https://phiilu.com/uses) — Frontend developer from Austria who likes to create modern applications with React (Native)
|
||||
* [Nick Taylor](https://www.iamdeveloper.com/uses/) — Just some dev from Montreal, Quebec, Canada
|
||||
* [Jeff Wen](https://sinchang.me/uses) — Web Developer, Open Source Contributor
|
||||
* [Andrea Prus](https://avris.it/uses) — Full stack developer, blogger
|
||||
* [Nick Taylor](https://www.iamdeveloper.com/uses/) — Just some dev from Montreal, Quebec, Canada
|
||||
* [Muhammad Umair](https://gist.github.com/mumairofficial/0d97ed3dca1ba25d9f01b8db8aed42dc) — Fullstack front-end developer and designer, passionate in everything #JavaScript
|
||||
* [Kevin Woblick](https://www.kovah.de/uses/) — I turn Pizza into Code and Photos
|
||||
* [Tarik Omercehajic](https://robotz.tech/uses/) — DevOps Engineer @BicomSystems. Mechanical Engineer in free time :)
|
||||
|
||||
[awesome-badge]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@ const flags = [
|
|||
'🇿🇼',
|
||||
'🏴',
|
||||
'🏳️🌈',
|
||||
'🇪🇺',
|
||||
];
|
||||
|
||||
export default flags;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import * as icons from '../util/icons';
|
|||
|
||||
export default function Person({ person, currentTag }) {
|
||||
const url = new URL(person.url);
|
||||
const img = `https://logo.clearbit.com/${url.host}`;
|
||||
const img = `https://logo.clearbit.com/${url.host}?size=50`;
|
||||
return (
|
||||
<PersonWrapper>
|
||||
<PersonInner>
|
||||
|
|
|
|||
103
src/data.js
103
src/data.js
|
|
@ -2327,6 +2327,45 @@ const pages = [
|
|||
'Gatsby'
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Jeff Wen',
|
||||
description:
|
||||
'Web Developer, Open Source Contributor',
|
||||
url: 'https://sinchang.me/uses',
|
||||
twitter: '@sinchangwen',
|
||||
emoji: '🍕',
|
||||
country: '🇨🇳',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Web Development',
|
||||
'Front End',
|
||||
'Vue',
|
||||
'React',
|
||||
'Node',
|
||||
'Python'
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Andrea Prus',
|
||||
description:
|
||||
'Full stack developer, blogger',
|
||||
url: 'https://avris.it/uses',
|
||||
twitter: '@AvrisIT',
|
||||
emoji: '🏳🌈',
|
||||
country: '🇪🇺',
|
||||
computer: 'linux',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Developer',
|
||||
'Full Stack',
|
||||
'PHP',
|
||||
'JavaScript',
|
||||
'Vue',
|
||||
'Node',
|
||||
'CSS',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Nick Taylor',
|
||||
description: 'Just some dev from Montreal, Quebec, Canada',
|
||||
|
|
@ -2367,7 +2406,69 @@ const pages = [
|
|||
"CSS",
|
||||
"Sass",
|
||||
"Performance"
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Muhammad Umair',
|
||||
description: 'Fullstack front-end developer and designer, passionate in everything #JavaScript',
|
||||
url: 'https://gist.github.com/mumairofficial/0d97ed3dca1ba25d9f01b8db8aed42dc',
|
||||
twitter: '@imumare',
|
||||
emoji: '💻',
|
||||
country: '🇵🇰',
|
||||
computer: 'windows',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'JavaScript',
|
||||
'TypeScript',
|
||||
'Developer',
|
||||
'React',
|
||||
'Angular',
|
||||
'Node',
|
||||
'CSS',
|
||||
'Electron',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Kevin Woblick',
|
||||
description: 'I turn Pizza into Code and Photos',
|
||||
url: 'https://www.kovah.de/uses/',
|
||||
twitter: '@kovah_kvh',
|
||||
emoji: '👨💻',
|
||||
country: '🇩🇪',
|
||||
computer: 'apple',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'Back End',
|
||||
'Full Stack',
|
||||
'DevOps',
|
||||
'PHP',
|
||||
'JavaScript',
|
||||
'Python',
|
||||
'Laravel',
|
||||
'Vue',
|
||||
'Docker',
|
||||
'Blogger',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Tarik Omercehajic',
|
||||
description: 'DevOps Engineer @BicomSystems. Mechanical Engineer in free time :)',
|
||||
url: 'https://robotz.tech/uses/',
|
||||
twitter: '@tariktz',
|
||||
emoji: '🚀',
|
||||
country: '🇧🇦',
|
||||
computer: 'apple',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'Full Stack',
|
||||
'DevOps',
|
||||
'PHP',
|
||||
'JavaScript',
|
||||
'Go',
|
||||
'Vue',
|
||||
'Web Developer',
|
||||
'Wordpress',
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue