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 <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
Naomi Carrigan 2024-11-04 03:52:26 +00:00 committed by Naomi the Technomancer
parent 857b8d331b
commit cfbe6ebfea

View File

@ -115,4 +115,16 @@ export const Games: Array<{
name: "Demonologist", name: "Demonologist",
url: "https://store.steampowered.com/app/1929610/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",
},
]; ];