generated from nhcarrigan/template
feat: add contribute view (#44)
### Explanation Also throw a couple new game screenshots in ### 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 - [x] 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. - [ ] Code coverage remains at or above the configured threshold. ### Documentation _No response_ ### Versioning _No response_ Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/44 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
@ -133,4 +133,28 @@ export const Games: Array<{
|
||||
name: "V Rising",
|
||||
url: "https://store.steampowered.com/app/1604030/V_Rising/",
|
||||
},
|
||||
{
|
||||
alt: "Digital illustration of a female character in a flowing teal dress standing on a hillside overlooking a fantasy landscape with distant buildings and fields.",
|
||||
img: "aow-3.jpg",
|
||||
name: "Age of Wonders 3",
|
||||
url: "https://store.steampowered.com/app/226840/Age_of_Wonders_III/",
|
||||
},
|
||||
{
|
||||
alt: "Digital illustration of a character in a white and pink dress with bell sleeves and a crown, walking on a dirt path through a forested area with tall grass and flowers.",
|
||||
img: "bannerlord.jpg",
|
||||
name: "Mount & Blade II: Bannerlord",
|
||||
url: "https://store.steampowered.com/app/261550/Mount__Blade_II_Bannerlord/",
|
||||
},
|
||||
{
|
||||
alt: "3D render of an anime-style character with pale skin and light hair, wearing a short purple dress with a textured pattern, standing against a plain gray background.",
|
||||
img: "codevein.jpg",
|
||||
name: "Code Vein",
|
||||
url: "https://store.steampowered.com/app/678960/CODE_VEIN/",
|
||||
},
|
||||
{
|
||||
alt: "Digital artwork of a fantasy character with white hair in a long white dress holding a staff, standing against a backdrop of cloudy skies and distant ruins.",
|
||||
img: "fallen-enchantress.jpg",
|
||||
name: "Fallen Enchantress: Legendary Heroes",
|
||||
url: "https://store.steampowered.com/app/228260/Fallen_Enchantress_Legendary_Heroes/",
|
||||
},
|
||||
];
|
||||
|
@ -24,6 +24,7 @@ export const NavItems = [
|
||||
{ href: "/ask", text: "Ask Me Anything!" },
|
||||
{ href: "/play", text: "Play with Naomi" },
|
||||
{ href: "/tech", text: "Technologies" },
|
||||
{ href: "/contribute", text: "Contribute to our Projects" },
|
||||
].sort((a, b) => {
|
||||
return a.text.localeCompare(b.text);
|
||||
});
|
||||
|
@ -43,10 +43,14 @@ export const Play: Array<{
|
||||
},
|
||||
{
|
||||
android: "https://play.google.com/store/apps/details?id=com.yoozoo.jgame.us",
|
||||
ios: "https://apps.apple.com/us/app/echocalypse-scarlet-covenant/id6446244975",
|
||||
name: "Echocalypse: Scarlet Covenant",
|
||||
server: "Aurora (3054310105)",
|
||||
userId: "17754",
|
||||
guild: {
|
||||
id: "100021",
|
||||
name: "NHC",
|
||||
},
|
||||
ios: "https://apps.apple.com/us/app/echocalypse-scarlet-covenant/id6446244975",
|
||||
name: "Echocalypse: Scarlet Covenant",
|
||||
server: "Aurora (3054310105)",
|
||||
userId: "17754",
|
||||
},
|
||||
{
|
||||
android: "https://play.google.com/store/apps/details?id=jp.pokemon.pokemonsleep",
|
||||
|
Reference in New Issue
Block a user