From a919df8f4df5dd5990787a2075acb8c31d6c1763 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Mon, 18 Nov 2024 00:43:55 +0000 Subject: [PATCH] chore: add some stuff (#45) ### Explanation _No response_ ### Issue _No response_ ### Attestations - [x] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/) - [x] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/). - [x] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/). ### Dependencies - [ ] I have pinned the dependencies to a specific patch version. ### Style - [x] I have run the linter and resolved any errors. - [x] My pull request uses an appropriate title, matching the conventional commit standards. - [x] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request. ### Tests - [ ] My contribution adds new code, and I have added tests to cover it. - [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes. - [x] All new and existing tests pass locally with my changes. - [x] Code coverage remains at or above the configured threshold. ### Documentation _No response_ ### Versioning _No response_ Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/45 Co-authored-by: Naomi Carrigan Co-committed-by: Naomi Carrigan --- src/config/Art.ts | 21 +++++++++++++++++++++ src/config/Games.ts | 6 ++++++ 2 files changed, 27 insertions(+) diff --git a/src/config/Art.ts b/src/config/Art.ts index db677f6..b4f76fe 100644 --- a/src/config/Art.ts +++ b/src/config/Art.ts @@ -91,4 +91,25 @@ export const Art: Array<{ name: "Alt-text Generator", url: "https://picrew.me/en/image_maker/2003689/", }, + { + alt: "Anime-style illustration of a character with brown hair and large blue eyes, sipping a drink through a straw with a shush expression, wearing a blue sweater against a pink background.", + artist: "Picrew", + img: "anon.png", + name: "Anon Bot", + url: "https://picrew.me/en/image_maker/2307052/", + }, + { + alt: "Anime-style illustration of a character with brown hair and glasses, making cat claw shapes with her hands. She wears a black outfit with white bows, surrounded by heart symbols on a turquoise background.", + artist: "Picrew", + img: "eval.png", + name: "Code Evaluator", + url: "https://picrew.me/en/image_maker/1787745/", + }, + { + alt: "Anime-style portrait of a character with wavy brown hair and glasses, looking thoughtful against a background of pink cherry blossoms. She wears an off-shoulder dark top, and has a lit cigarette in her hand.", + artist: "Picrew", + img: "librarian.png", + name: "Librarian Bot", + url: "https://picrew.me/en/image_maker/2435029", + }, ]; diff --git a/src/config/Games.ts b/src/config/Games.ts index 89cd420..90ca3ab 100644 --- a/src/config/Games.ts +++ b/src/config/Games.ts @@ -157,4 +157,10 @@ export const Games: Array<{ name: "Fallen Enchantress: Legendary Heroes", url: "https://store.steampowered.com/app/228260/Fallen_Enchantress_Legendary_Heroes/", }, + { + alt: "Pixelated video game character in a green dress standing in a dark hallway. She has brown hair and wears glasses.", + img: "zomboid.jpg", + name: "Project Zomboid", + url: "https://store.steampowered.com/app/108600/Project_Zomboid/", + }, ];