From cfbe6ebfea4e8d2f2da16590eaca55b14c14f944 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Mon, 4 Nov 2024 03:52:26 +0000 Subject: [PATCH] chore: might as well add these while i'm here (#37) ### Explanation _No response_ ### Issue _No response_ ### Attestations - [ ] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/) - [ ] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/). - [ ] 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 - [ ] I have run the linter and resolved any errors. - [ ] My pull request uses an appropriate title, matching the conventional commit standards. - [ ] 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. - [ ] All new and existing tests pass locally with my changes. - [ ] Code coverage remains at or above the configured threshold. ### Documentation _No response_ ### Versioning _No response_ Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/37 Co-authored-by: Naomi Carrigan Co-committed-by: Naomi Carrigan --- src/config/Games.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/config/Games.ts b/src/config/Games.ts index 2e05f43..fc33514 100644 --- a/src/config/Games.ts +++ b/src/config/Games.ts @@ -115,4 +115,16 @@ export const Games: Array<{ name: "Demonologist", url: "https://store.steampowered.com/app/1929610/Demonologist/", }, + { + alt: "A 3D rendered female video game character model wearing a shiny green outfit consisting of a sleeveless top and short skirt with thigh straps. The character has long brown hair and is standing in a neutral pose with a dark cape draped behind her.", + img: "mka.png", + name: "Mortal Kombat: Armageddon", + url: "https://en.wikipedia.org/wiki/Mortal_Kombat:_Armageddon", + }, + { + alt: "A 3D video game character model of a woman with short dark hair wearing a teal green dress with purple accents. The dress has a laced front, thigh-high slit, and is paired with purple arm bands. The character stands in a combat-ready pose within an ornate frame against a dark background. The name 'NAOMI' is displayed beneath the character.", + img: "sc3.png", + name: "Soul Calibur III", + url: "https://en.wikipedia.org/wiki/Soulcalibur_III", + }, ];