{`Play with Naomi`}
-- {`I play some silly li'l mobile games to keep myself from working non-stop. Here's what I'm currently playing - will you play with me?`} -
-diff --git a/.vscode/settings.json b/.vscode/settings.json index 2beb504..9e42a51 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,11 @@ "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, - "eslint.validate": ["typescript"] + "eslint.validate": [ + "typescript" + ], + "sonarlint.connectedMode.project": { + "connectionId": "nhcarrigan", + "projectKey": "nhcarrigan_portfolio" + } } diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bed2512..274d755 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,40 +25,50 @@ const About = (): JSX.Element => {
{`My expertise spans:`}
+ {`Want to get to know Naomi better? Check out her `} + + {`Life of a Naomi game`} + + {`!`} +
); diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx deleted file mode 100644 index bd23ed3..0000000 --- a/src/app/play/page.tsx +++ /dev/null @@ -1,37 +0,0 @@ -/** - * @copyright nhcarrigan - * @license Naomi's Public License - * @author Naomi Carrigan - */ -import { PlayComponent } from "../../components/play"; -import { Rule } from "../../components/rule"; -import { Play } from "../../config/Play"; -import type { JSX } from "react"; - -/** - * Renders the /play page. - * @returns A React Component. - */ -const PlayPage = (): JSX.Element => { - return ( -- {`I play some silly li'l mobile games to keep myself from working non-stop. Here's what I'm currently playing - will you play with me?`} -
-
{`These are the technologies I use on a regular basis.`}
@@ -23,32 +25,98 @@ const PlayPage = (): JSX.Element => {