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 <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
Naomi Carrigan 2024-11-18 00:43:55 +00:00 committed by Naomi the Technomancer
parent 33c9fcefe3
commit a919df8f4d
2 changed files with 27 additions and 0 deletions

View File

@ -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",
},
];

View File

@ -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/",
},
];