diff --git a/migration.md b/migration.md index 1ee02204..0767c754 100644 --- a/migration.md +++ b/migration.md @@ -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 diff --git a/readme.md b/readme.md index a502b56f..750ae654 100644 --- a/readme.md +++ b/readme.md @@ -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 diff --git a/scripts/flags.js b/scripts/flags.js index 860ddd01..100e8038 100644 --- a/scripts/flags.js +++ b/scripts/flags.js @@ -234,6 +234,7 @@ const flags = [ '🇿🇼', '🏴󠁧󠁢󠁥󠁮󠁧󠁿', '🏳️‍🌈', + '🇪🇺', ]; export default flags; diff --git a/src/components/Person.js b/src/components/Person.js index 90b4dc4e..6e53064e 100644 --- a/src/components/Person.js +++ b/src/components/Person.js @@ -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 ( diff --git a/src/data.js b/src/data.js index 3651f91d..5212cf81 100644 --- a/src/data.js +++ b/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', + ], }, ];