From 495a8f089bb3e532e5f967363b441157293429ee Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Mon, 2 Feb 2026 12:46:31 -0800 Subject: [PATCH 01/13] feat: mention forum --- site/index.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/site/index.html b/site/index.html index 6e69b7a..cc1f5f8 100644 --- a/site/index.html +++ b/site/index.html @@ -1048,7 +1048,14 @@

How can I get support or contribute?

- You can join our Discord community for support and to connect with other users. We welcome contributions from developers of all backgrounds - check out our contributing guidelines and community code of conduct to get started. We also offer mentorship programs for new developers. + We offer multiple ways to get help and connect with our community: +

+ +

+ We welcome contributions from developers of all backgrounds - check out our contributing guidelines and community code of conduct to get started. We also offer mentorship programs for new developers.

@@ -1062,8 +1069,12 @@ As part of our mission to help new developers break into the industry and tear down barriers that keep marginalized identities from succeeding, we offer public mentorship, encouragement, and guidance.

- The best way to connect: Join our public Discord community and ask your questions there! It's where the magic happens - real-time support, mentorship discussions, and a genuinely awesome group of people. + Two amazing ways to connect:

+

Need private support? You can submit a general contact request, or schedule a paid meeting for direct 1-on-1 support.

@@ -1071,6 +1082,9 @@ Join Discord Community + + Visit Support Forum +

-- 2.52.0 From 35ce4fc4d70bae9720416e8b02b8474d8d1dcc31 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Mon, 2 Feb 2026 13:46:46 -0800 Subject: [PATCH 02/13] feat: set up how can we help section --- site/index.html | 409 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 409 insertions(+) diff --git a/site/index.html b/site/index.html index cc1f5f8..2e5eccd 100644 --- a/site/index.html +++ b/site/index.html @@ -521,6 +521,43 @@ } } + /* ============================================ + ROTATING TEXT + ============================================ */ + #rotating-text { + text-align: center; + display: flex !important; + align-items: center !important; + justify-content: center !important; + } + + .rotating-option { + white-space: nowrap; + display: block; + } + + @media (max-width: 768px) { + #rotating-text { + min-width: 200px !important; + max-width: 250px !important; + } + + .rotating-option { + font-size: calc(var(--dynamic-size, 1.2rem) * 0.85) !important; + } + } + + @media (max-width: 480px) { + #rotating-text { + min-width: 180px !important; + max-width: 220px !important; + } + + .rotating-option { + font-size: calc(var(--dynamic-size, 1rem) * 0.75) !important; + } + } + /* ============================================ RESPONSIVE DESIGN ============================================ */ @@ -725,6 +762,378 @@

+ +
+

How Can We Best Serve You?

+ +
+
+ I need help with +
+
+ + + Discord bots + + +
+
+ + +
+

Discord Bot Development

+

+ Custom Discord bots tailored to your community's needs. From moderation tools to interactive games, we build scalable solutions that enhance engagement. +

+
+ Custom Commands + Auto-moderation + 24/7 Uptime +
+
+ + +
+ +
+ +
+ + Let's Work Together + +
+
+ + + + + -- 2.52.0 From de5c2ed86a9efb34b1fbeb2013353e9951d33fac Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Mon, 2 Feb 2026 13:54:53 -0800 Subject: [PATCH 03/13] feat: themeing --- site/index.html | 84 ++++++++++++++++++++++++++++++------------------- 1 file changed, 52 insertions(+), 32 deletions(-) diff --git a/site/index.html b/site/index.html index 2e5eccd..515e3d7 100644 --- a/site/index.html +++ b/site/index.html @@ -8,6 +8,21 @@ MARK: Styles --> + + @@ -1336,6 +1439,279 @@ })(); + +
+

Our Tech Stack

+

+ The languages, frameworks, and tools we use to bring your projects to life. +

+ +
+ +
+ Languages +
+
+ + Bash +
+
+ + CSS +
+
+ + Go +
+
+ + HTML +
+
+ + Java +
+
+ + JavaScript +
+
+ + JSON +
+
+ + Kotlin +
+
+ + MDX +
+
+ + Python +
+
+ + Rust +
+
+ + TypeScript +
+
+ + YAML +
+
+
+ + +
+ Frameworks & Libraries +
+
+ + .NET +
+
+ + Angular +
+
+ + Astro +
+
+ + Discord.js +
+
+ + Express +
+
+ + Fastify +
+
+ + Next.js +
+
+ + Node.js +
+
+ + Prisma +
+
+ + Pydantic +
+
+ + React +
+
+ + Slack Bolt +
+
+ + Tauri +
+
+
+ + +
+ Databases +
+
+ + MongoDB +
+
+ + MySQL +
+
+ + PostgreSQL +
+
+ + Redis +
+
+ + SQLite +
+
+
+ + +
+ Cloud & Infrastructure +
+
+ + AWS S3 +
+
+ + AWS SES +
+
+ + Cloudflare R2 +
+
+ + Cloudflare Workers +
+
+ + Docker Compose +
+
+ + GitHub Actions +
+
+ + Gradle +
+
+ + Maven +
+
+ + NGINX +
+
+
+ + +
+ API Standards +
+
+ + AsyncAPI +
+
+ + OpenAPI +
+
+ + Swagger +
+
+
+ + +
+ Testing & Quality +
+
+ + Chai +
+
+ + Clippy +
+
+ + ESLint +
+
+ + Jest +
+
+ + pytest +
+
+ + Ruff +
+
+ + Vitest +
+
+
+ + +
+ Operating Systems +
+
+ + Arch +
+
+ + Ubuntu +
+
+ + Windows +
+
+
+
+
+ @@ -1553,7 +1929,7 @@
-
400+
+
675+
Discord Members
-- 2.52.0 From 24eda79eaebd330e474c1b5fe5b2258bda92887b Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Mon, 2 Feb 2026 16:07:20 -0800 Subject: [PATCH 07/13] feat: platforms --- site/index.html | 52 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/site/index.html b/site/index.html index d4d1404..6213513 100644 --- a/site/index.html +++ b/site/index.html @@ -1712,6 +1712,58 @@
+ +
+

Community Platforms We Manage

+

+ We have experience building and managing communities across all major platforms. +

+
+
+ + Discord +
+
+ + Discourse +
+
+ + Facebook +
+
+ + GitHub +
+
+ + LinkedIn +
+
+ + phpBB +
+
+ + Slack +
+
+ + Twitch +
+
+ + Twitter +
+
+ + YouTube +
+
+
+ -- 2.52.0 From dca728b3912f299b9b54d757fcd75b9b031d1d15 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Mon, 2 Feb 2026 16:25:14 -0800 Subject: [PATCH 08/13] feat: add client banners --- site/index.html | 88 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/site/index.html b/site/index.html index 6213513..6990257 100644 --- a/site/index.html +++ b/site/index.html @@ -893,6 +893,54 @@ justify-content: center; gap: 1rem; } + + /* ============================================ + AVAILABILITY BANNER + ============================================ */ + .availability-banner { + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: 1.5rem; + padding: 1.25rem 1.5rem; + background: linear-gradient(135deg, var(--witch-purple) 0%, var(--witch-plum) 100%); + border-radius: 12px; + margin-bottom: 2rem; + } + + .availability-item { + display: flex; + align-items: center; + gap: 0.5rem; + color: var(--witch-moon); + font-size: 0.95rem; + } + + .availability-item i { + font-size: 1.2rem; + color: #10b981; + } + + .availability-item:nth-child(2) i { + color: #ffd700; + } + + .availability-item:nth-child(3) i { + color: var(--witch-mauve); + } + + .availability-item:nth-child(4) i { + color: #60a5fa; + } + + @media (max-width: 768px) { + .availability-banner { + flex-direction: column; + align-items: center; + gap: 1rem; + text-align: center; + } + } @@ -1439,6 +1487,28 @@ })(); + +
+
+ + Accepting New Clients +
+
+ + NDA Ready — Your project stays confidential +
+
+ + 1-3 Business Days response time +
+
+ + Custom Quotes available on request +
+
+ @@ -2145,6 +2215,24 @@

Have a question, want to work together, or just want to say hello? Fill out the form below and we'll get back to you!

+
+
+ + Accepting New Clients +
+
+ + NDA Ready — Your project stays confidential +
+
+ + 1-3 Business Days response time +
+
+ + Custom Quotes available on request +
+
+
+ + -- 2.52.0 From e11b6c17500d8f8facd9a7afee885e3e1a2e8024 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Mon, 2 Feb 2026 20:57:41 -0800 Subject: [PATCH 11/13] feat: couple final sections? --- site/index.html | 106 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 105 insertions(+), 1 deletion(-) diff --git a/site/index.html b/site/index.html index d5aa895..8a09e0d 100644 --- a/site/index.html +++ b/site/index.html @@ -1131,12 +1131,67 @@

+ +
+

Our Values & Ethics

+ Our Values & Ethics +
+
+

+ Accessibility First +

+

Every line of code we write considers users of all abilities. We believe technology should work for everyone, not just some.

+
+ +
+

+ Privacy by Design +

+

We never collect unnecessary data. Your privacy isn't a feature; it's a fundamental right we protect in every project.

+
+ +
+

+ Sustainable Code +

+

Efficient algorithms, optimized resources, and eco-friendly hosting. Good code respects both users and our planet.

+
+ +
+

+ Inclusive by Default +

+

We actively create spaces where marginalized voices lead. Diversity isn't just welcomed; it's essential to innovation.

+
+ +
+

+ Open Source Always +

+

Knowledge should be free. We share our code, contribute to communities, and believe in collective growth.

+
+ +
+

+ Ethical Partnerships +

+

We only work with organizations whose values align with ours. No exceptions, no matter the price.

+
+
+ +

+ "Technology is a tool. We choose to wield it for good." +

+
+

How Can We Best Serve You?

- + How Can We Best Serve You?
I need help with @@ -2342,6 +2397,55 @@
+ +
+
+
+ +

+ Let's Build Something Amazing Together +

+ +

+ Whether you need a custom solution, want to improve your existing systems, or have a wild idea that needs technical expertise; we're here to help bring your vision to life. +

+ Let's Build Something Amazing Together +
+
+ +

Quick Start

+

Got an urgent need? We can often begin work within 24-48 hours.

+
+ +
+ +

Collaborative

+

We work WITH you, not just for you. Your input shapes everything.

+
+ +
+ +

No Surprises

+

Clear communication, transparent pricing, and realistic timelines.

+
+
+ + + +

+ "The best projects come from passionate people working together toward a common goal." +

+
+ -- 2.52.0 From 7b665a226e8d6b0ed41392e415d5a0a6f317076a Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Mon, 2 Feb 2026 21:02:14 -0800 Subject: [PATCH 12/13] chore: briish innit --- site/index.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/site/index.html b/site/index.html index 8a09e0d..cecf434 100644 --- a/site/index.html +++ b/site/index.html @@ -1102,7 +1102,7 @@

- NHCarrigan specializes in creating tools and infrastructure that help you manage your online spaces, cultivate safe and inclusive environments, and foster healthy engagement. We bridge the gap between your technology and your users, improve your technology, and can even help run your online communities. + NHCarrigan specialises in creating tools and infrastructure that help you manage your online spaces, cultivate safe and inclusive environments, and foster healthy engagement. We bridge the gap between your technology and your users, improve your technology, and can even help run your online communities.

Our services include: @@ -1122,7 +1122,7 @@

  • Inclusivity - Actively working to dismantle barriers and promote diversity in tech
  • -
  • Sustainability - Minimizing our carbon footprint and using eco-friendly technologies
  • +
  • Sustainability - Minimising our carbon footprint and using eco-friendly technologies
  • Ethical Responsibility - Ensuring our technologies respect user privacy and contribute positively to society
  • Community-Driven Innovation - Technology as a tool to uplift, empower, and serve communities
@@ -1156,7 +1156,7 @@

Sustainable Code

-

Efficient algorithms, optimized resources, and eco-friendly hosting. Good code respects both users and our planet.

+

Efficient algorithms, optimised resources, and eco-friendly hosting. Good code respects both users and our planet.

@@ -1177,7 +1177,7 @@

Ethical Partnerships

-

We only work with organizations whose values align with ours. No exceptions, no matter the price.

+

We only work with organisations whose values align with ours. No exceptions, no matter the price.

@@ -1360,12 +1360,12 @@ name: "web applications", title: "Web Application Development", description: "Modern, responsive web applications built with cutting-edge technologies. From simple sites to complex platforms, we deliver quality solutions.", - features: ["Responsive Design", "Fast Performance", "SEO Optimized"] + features: ["Responsive Design", "Fast Performance", "SEO Optimised"] }, { name: "mentorship", title: "Mentorship & Guidance", - description: "Personalized mentorship for developers at any stage. We provide support, code reviews, and career guidance to help you reach your goals.", + description: "Personalised mentorship for developers at any stage. We provide support, code reviews, and career guidance to help you reach your goals.", features: ["1-on-1 Sessions", "Code Reviews", "Career Advice"] }, { @@ -1389,7 +1389,7 @@ { name: "inclusion", title: "Inclusive Community Building", - description: "Creating safe, welcoming spaces for all. We specialize in building communities that celebrate diversity and foster belonging.", + description: "Creating safe, welcoming spaces for all. We specialise in building communities that celebrate diversity and foster belonging.", features: ["Code of Conduct", "Inclusive Policies", "Accessibility Focus"] } ]; @@ -1940,7 +1940,7 @@

Client History Timeline

- A journey through the amazing organizations and projects I've had the privilege to work with! + A journey through the wonderful organisations and projects I've had the privilege to work with!

Naomi Carrigan, founder of NHCarrigan @@ -2058,7 +2058,7 @@ Curious to know more about the work we've done and the people we've helped? Here's the proof:

    -
  • Founder's resume - Explore past organizations we've worked with
  • +
  • Founder's resume - Explore past organisations we've worked with
  • Client testimonials - Direct feedback from people we've worked with
  • Open source code - Check out our repositories
  • Our Documentation - Everything about our projects, policies, and how we operate
  • @@ -2270,12 +2270,12 @@

    What is NHCarrigan?

    - NHCarrigan is a technology company dedicated to building inclusive, ethical, and sustainable software solutions. We create Discord bots, web applications, APIs, and development tools that serve communities while prioritizing user privacy, environmental sustainability, and accessibility. + NHCarrigan is a technology company dedicated to building inclusive, ethical, and sustainable software solutions. We create Discord bots, web applications, APIs, and development tools that serve communities whilst prioritising user privacy, environmental sustainability, and accessibility.

    What products and services do you offer?

    - We offer a diverse ecosystem of products including AI-powered Discord bots (like Hikari for product management and Becca Lyria for interactive RPG experiences), web dashboards, APIs, documentation platforms, and various community tools. Our products are organized into three main categories: Community Tools & Integrations, Websites & APIs, and Apps & Games. + We offer a diverse ecosystem of products including AI-powered Discord bots (like Hikari for product management and Becca Lyria for interactive RPG experiences), web dashboards, APIs, documentation platforms, and various community tools. Our products are organised into three main categories: Community Tools & Integrations, Websites & APIs, and Apps & Games.

    How do I get started with your products?

    @@ -2314,8 +2314,8 @@ Two amazing ways to connect:

      -
    • Real-time chat & community vibes? Join our Discord server - It's where the magic happens with immediate support, mentorship discussions, and an awesome community!
    • -
    • Need structured support or detailed discussions? Visit our support forum - Perfect for in-depth questions, searchable solutions, and organized topics!
    • +
    • Real-time chat & community vibes? Join our Discord server - It's where the magic happens with immediate support, mentorship discussions, and a brilliant community!
    • +
    • Need structured support or detailed discussions? Visit our support forum - Perfect for in-depth questions, searchable solutions, and organised topics!

    Need private support? You can submit a general contact request, or schedule a paid meeting for direct 1-on-1 support. -- 2.52.0 From b0cb64d2300664ac19cb02a3a3e334c3a3b3f7fe Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Tue, 3 Feb 2026 08:31:38 -0800 Subject: [PATCH 13/13] chore: clean --- IDEAS.md | 71 -------------------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 IDEAS.md diff --git a/IDEAS.md b/IDEAS.md deleted file mode 100644 index 3cc0085..0000000 --- a/IDEAS.md +++ /dev/null @@ -1,71 +0,0 @@ -# Portfolio Ideas - -A collection of ideas for future additions to the portfolio, compiled by Hikari~ - -## Sections to Consider Adding - -### Certifications / Education -- Showcase any relevant certifications (AWS, etc.) -- Education background if applicable -- Could be a simple grid of certification badges/logos - -### Featured Projects / Case Studies -- Highlighted projects with brief descriptions -- Problem solved and impact made -- Before/after or metrics if available - -### Blog / Articles Feed -- Pull in recent posts if you write content anywhere -- Shows thought leadership and expertise -- Could link to external blog or embed previews - -### Languages Spoken -- Human languages, not programming ones! -- Useful if working with international clients -- Simple flags or language names - -## Hero Image Descriptions - -For generating new hero images - descriptions of what Naomi should be depicted doing: - -### Client History Timeline -> Naomi standing beside a large vertical timeline or roadmap, pointing to different milestones. She could be holding a clipboard or pen, looking back at the journey with a proud, reflective expression. Background has subtle icons representing different projects/companies. - -### Testimonials -> Naomi sitting comfortably reading a letter or card, with a touched/grateful smile. Speech bubbles or quote marks float gently around her. Warm, appreciative atmosphere - like she's reading kind words from clients. - -### Community by the Numbers -> Naomi surrounded by floating numbers, charts, or growth graphs. She could be gesturing toward them proudly, or holding a tablet/screen displaying stats. Energetic pose showing excitement about community growth. - -### Donate / Support Our Mission -> Naomi holding a heart or offering an open hand. Warm, sincere expression asking for support. Could have subtle elements like seedlings, stars, or a "growing together" motif to represent nurturing the mission. - -### Join Our Community -> Naomi with open arms in a welcoming gesture, surrounded by diverse silhouettes or avatars representing community members. Chat bubbles, Discord logo, and forum icons float nearby. Inviting, warm, "come hang out with us" energy. - -### Thanks for Visiting -> Naomi waving goodbye cheerfully, perhaps blowing a kiss or making a heart with her hands. Sparkles or confetti around her. Standing in a doorway or by a path leading away. Warm, friendly farewell vibe. - -## Completed This Session - -- [x] Added Discourse forum CTA (complementary to Discord) -- [x] Created interactive "How Can We Best Serve You" section with rotating services -- [x] Updated color scheme to witchy purple rose palette -- [x] Added social links section (Gitea, Bluesky, LinkedIn, Discord, Steam) -- [x] Embedded contact form with scrollable iframe -- [x] Updated Discord member count to 675+ -- [x] Created comprehensive Tech Stack section with 8 categories: - - Languages (13 items) - - Frameworks & Libraries (13 items) - - Databases (5 items) - - Cloud & Infrastructure (9 items) - - API Standards (3 items) - - Testing & Quality (7 items) - - Operating Systems (3 items) -- [x] Made tech stack collapsible with details/summary elements -- [x] Created Community Platforms We Manage section (10 platforms) -- [x] Added availability banners (accepting clients, NDA ready, response time, custom quotes) - ---- - -*This file was created with help from Hikari~ 🌸* -- 2.52.0