diff --git a/.gitignore b/.gitignore index f1bc6b7..86378a6 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,6 @@ yarn-error.log* next-env.d.ts # coverage -.coverage \ No newline at end of file +.coverage + +.scannerwork \ No newline at end of file diff --git a/package.json b/package.json index 95a2eb5..1ef1a79 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "start": "next start", "lint": "eslint src test --max-warnings 0", "test": "op run --env-file=do.env --no-masking -- vitest run --coverage", - "koikatsu": "op run --env-file=do.env --no-masking -- tsx koikatsu.ts" + "koikatsu": "op run --env-file=do.env --no-masking -- tsx koikatsu.ts", + "scan": "SONAR_TOKEN='op://Environment Variables - Development/SonarCloud/portfolio' op run -- sonar-scanner -Dsonar.organization=nhcarrigan -Dsonar.projectKey=nhcarrigan_portfolio -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "6.6.0", diff --git a/src/config/Games.ts b/src/config/Games.ts index e74e192..a84824e 100644 --- a/src/config/Games.ts +++ b/src/config/Games.ts @@ -205,4 +205,16 @@ export const Games: Array<{ name: "Way of the Samurai 4", url: "https://store.steampowered.com/app/312780/Way_of_the_Samurai_4/", }, + { + alt: "A 3D fantasy character dressed in a light blue and white flowing robe with exposed midriff stands wielding a magical staff with purple crystals. In the background looms a dark, gothic castle silhouetted against a misty green sky with a large moon. The scene is atmospheric with purple and blue lighting effects, and mysterious armored figures can be seen in the shadows on either side.", + img: "aow-4.jpg", + name: "Age of Wonders 4", + url: "https://store.steampowered.com/app/1669000/Age_of_Wonders_4/", + }, + { + alt: "A 3D rendered character standing in a nighttime wilderness setting, illuminated by a large full moon and orange ambient lighting. The figure wears tattered, primitive clothing consisting of a rough-textured tunic and shorts with wrapped cloth around the lower legs. The clothing appears weathered and torn. The character is positioned on rocky terrain with foliage visible in the background. The lighting creates a dramatic contrast between cool moonlight and warm ground reflections.", + img: "enshrouded.jpg", + name: "Enshrouded", + url: "https://store.steampowered.com/app/1203620/Enshrouded/", + } ]; diff --git a/src/config/Socials.ts b/src/config/Socials.ts index 6fa9d0a..4faa739 100644 --- a/src/config/Socials.ts +++ b/src/config/Socials.ts @@ -486,7 +486,7 @@ const Socials: Array<{ color: "#FFFFFF", icon: faWhatsapp, label: "WhatsApp", - link: "https://wa.me/qr/WCGJIID7UKWIE1", + link: "https://chat.whatsapp.com/JmjRYDvIv5z9ykHDZs2C3Z", }, { alt: "Google Chat Logo",