From a66c296b9b2ea10ef5309a8b3d3ca2cfe3570bcf Mon Sep 17 00:00:00 2001
From: Naomi Carrigan
Date: Sun, 5 Jan 2025 03:53:02 +0000
Subject: [PATCH] feat: I did some stuff but never pushed (#66)
### 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/66
Co-authored-by: Naomi Carrigan
Co-committed-by: Naomi Carrigan
---
.vscode/settings.json | 8 ++-
src/app/about/page.tsx | 43 +++++++++++----
src/app/play/page.tsx | 37 -------------
src/app/tech/page.tsx | 100 ++++++++++++++++++++++++++++------
src/components/play.tsx | 115 ---------------------------------------
src/config/Art.ts | 7 +++
src/config/Games.ts | 2 +-
src/config/Play.ts | 102 ----------------------------------
src/config/Socials.ts | 2 +-
src/config/Vroid.ts | 32 +++++++++++
test/config/Play.spec.ts | 19 -------
11 files changed, 165 insertions(+), 302 deletions(-)
delete mode 100644 src/app/play/page.tsx
delete mode 100644 src/components/play.tsx
delete mode 100644 src/config/Play.ts
delete mode 100644 test/config/Play.spec.ts
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:`}
-
+
{`Inclusive Community Building:`}
{` Cultivated
welcoming communities of 20,000 to 300K+ members across Discord,
Slack, and GitHub, with a focus on supporting underrepresented
groups in tech.`}
-
+
{`Empowering Education:`}
{` Contributed to and
maintained open-source curricula used by millions of aspiring
developers globally, focusing on accessibility and engaging
learning experiences.`}
-
+
{`Software Engineering for Inclusivity:`}
{` Developed
sophisticated bots and tools that not only streamline moderation
and boost engagement but also promote safe, inclusive spaces for
all community members.`}
-
+
{`Developer Experience (DX):`}
{` Led initiatives to
improve documentation, SDK support, and overall developer
satisfaction, with an emphasis on making resources accessible to
newcomers in the field.`}
-
+
{`Mentorship and Advocacy:`}
{` Implemented programs to
support aspiring developers, particularly those from
@@ -88,6 +98,19 @@ const About = (): JSX.Element => {
industry. Let's connect to discuss how I can best support your
organisation!`}