From db7d00882cc454fde551e75b39cc5da4ca9cc689 Mon Sep 17 00:00:00 2001 From: Scott Zirkel Date: Tue, 7 Feb 2023 11:51:34 -0600 Subject: [PATCH 1/4] Adds Scott Zirkel --- migration.md | 2 +- src/data.js | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/migration.md b/migration.md index f2ac7c0d..f8b8ac57 100644 --- a/migration.md +++ b/migration.md @@ -70,7 +70,7 @@ When done, check that person off. * [ ] [Pawel Grzybek](https://pawelgrzybek.com/uses/) - Software Engineer at Mindera * [ ] [Jessica Dembe](https://www.jessicadembe.tech/uses/) - Software Engineer * [ ] [Keziah Moselle](https://blog.keziahmoselle.fr/uses/) - Front-end developer -* [ ] [Scott Zirkel](https://scottzirkel.com/uses) - Developer, Designer, Artist, Writer +* [x] [Scott Zirkel](https://scottzirkel.com/uses) - Developer, Designer, Artist, Writer * [x] [Maxence Poutord](https://www.maxpou.fr/uses/) - Front-end Engineer and Nomadic worker * [x] [Jonathan Speek](https://speek.design/uses/) - Fullstack Developer, Designer, Musician * [ ] [Nervewax](https://nervewax.com/uses/) - Designer / Developer diff --git a/src/data.js b/src/data.js index 8c49cfca..66b7d603 100644 --- a/src/data.js +++ b/src/data.js @@ -15422,6 +15422,37 @@ module.exports = [ 'Wordpress', ], }, + { + name: 'Scott Zirkel', + description: 'Making stuff up since 1977', + url: 'https://scottzirkel.com', + emoji: '🗺', + twitter: '@scottzirkel', + country: '🇺🇸', + computer: 'apple', + phone: 'iphone', + tags: [ + 'Bald', + 'Drawing', + 'Design', + 'Development', + 'Branding', + 'Neovim', + 'SaaS', + 'PHP', + 'Laravel', + 'React', + 'NextJS', + 'Tailwind CSS', + 'InertiaJS', + 'Writing', + 'Comics', + 'Illustrator', + 'Artist', + 'Traveler', + 'Adventurer', + ] + }, { name: 'Nick Ali', description: 'Marketer who used to be a software architect.', From 1d12e74c782cae0d39c5aa571366525f9254ea41 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 7 Feb 2023 17:52:51 +0000 Subject: [PATCH 2/4] chore: generate `readme.md`, lint `src/data.js` --- readme.md | 1 + src/data.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c2400f9b..07bc6f90 100644 --- a/readme.md +++ b/readme.md @@ -734,6 +734,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Kai Devrim](https://devrim.tech/uses/) — IT/Programming Student & Really Bad Hacker * [Josh Beard](https://joshbeard.me/uses/) — Sysadmin, DevOps, Hobbyist * [Peter Forret](https://blog.forret.com/uses/) — Photographer, tinkerer, software architect +* [Scott Zirkel](https://scottzirkel.com) — Making stuff up since 1977 * [Nick Ali](https://nali.org/uses) — Marketer who used to be a software architect. * [Jesús Leganés-Combarro "piranna"](https://piranna.github.io/uses) — Passionate computers engineer and ex-PhD. candidate in Computers Engineering. Proud advocate of Open Source, standards, specifications, and best practices. * [Vinesh Raju](https://blog.thevinesh.com/uses/) — Mobile Application developer from India with a deep focus on UX/UI. diff --git a/src/data.js b/src/data.js index 66b7d603..73b871a2 100644 --- a/src/data.js +++ b/src/data.js @@ -15451,7 +15451,7 @@ module.exports = [ 'Artist', 'Traveler', 'Adventurer', - ] + ], }, { name: 'Nick Ali', From e95967a103ad0883ddfea771ee003d390d4f5df9 Mon Sep 17 00:00:00 2001 From: Scott Zirkel Date: Tue, 7 Feb 2023 11:54:19 -0600 Subject: [PATCH 3/4] updated link --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index 66b7d603..1f9ab92a 100644 --- a/src/data.js +++ b/src/data.js @@ -15425,7 +15425,7 @@ module.exports = [ { name: 'Scott Zirkel', description: 'Making stuff up since 1977', - url: 'https://scottzirkel.com', + url: 'https://scottzirkel.com/uses', emoji: '🗺', twitter: '@scottzirkel', country: '🇺🇸', From 8b92720a40d13bed7abf14ef36982a14410316d4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 7 Feb 2023 17:56:11 +0000 Subject: [PATCH 4/4] chore: generate `readme.md`, lint `src/data.js` --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 07bc6f90..fc1afc69 100644 --- a/readme.md +++ b/readme.md @@ -734,7 +734,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Kai Devrim](https://devrim.tech/uses/) — IT/Programming Student & Really Bad Hacker * [Josh Beard](https://joshbeard.me/uses/) — Sysadmin, DevOps, Hobbyist * [Peter Forret](https://blog.forret.com/uses/) — Photographer, tinkerer, software architect -* [Scott Zirkel](https://scottzirkel.com) — Making stuff up since 1977 +* [Scott Zirkel](https://scottzirkel.com/uses) — Making stuff up since 1977 * [Nick Ali](https://nali.org/uses) — Marketer who used to be a software architect. * [Jesús Leganés-Combarro "piranna"](https://piranna.github.io/uses) — Passionate computers engineer and ex-PhD. candidate in Computers Engineering. Proud advocate of Open Source, standards, specifications, and best practices. * [Vinesh Raju](https://blog.thevinesh.com/uses/) — Mobile Application developer from India with a deep focus on UX/UI.