<!doctype html>
<html>

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link href="./dist/style.css" rel="stylesheet">
</head>

<body class="bg-black text-zinc-300 text-sm/6">
  <div class="relative grid min-h-screen md:grid-cols-[1fr_auto_1fr] md:grid-rows-[1fr_auto_1fr] md:pt-6 pb-6">
    <div class="flex flex-col md:col-start-2 md:row-start-2 md:max-w-2xl">
      <div class="md:rounded-xl bg-zinc-900 p-10">
        <img src="./logo.svg" alt="ITNinja" class="mb-4 h-18">
        <div class="space-y-4">
          <p>
            To our valued ITNinja members,
          </p>
          <p>
            For over a decade, ITNinja has been a place where IT professionals came together to share knowledge, solve
            challenges, and support one another &mdash; especially around the powerful capabilities of
            <a href="https://www.quest.com/kace" class="text-sky-600 hover:text-sky-500">KACE by Quest</a>. We
            are incredibly proud of the community that has grown here and grateful for the expertise, collaboration,
            and spirit of support that made ITNinja such a unique and impactful resource.
          </p>
          <p>
            As the IT landscape continues to evolve &mdash; especially with the rapid advancement of automation and AI
            &mdash; many of the challenges ITNinja was originally created to help solve are no longer obstacles for
            most organizations. The industry has progressed, and so too have the ways IT professionals find and share
            solutions.
          </p>
          <p>
            With that evolution in mind, we made the decision to bring ITNinja to a close on July 18th, 2025. This
            decision was not made lightly, but it reflects a broader shift in how we best support the modern IT
            community.
          </p>
          <p>
            This is not a step back; it's a step forward.
          </p>
          <p>
            KACE by Quest remains more committed than ever to solving today’s and tomorrow’s endpoint management
            challenges. We are channeling that commitment into platforms that reflect where IT communities engage
            today, including:
          </p>
          <ul class="list-disc space-y-3 pl-4">
            <li>
              Our active presence in the
              <a href="https://www.reddit.com/r/kace" class="text-sky-600 hover:text-sky-500">/r/kace</a> subreddit,
              where product experts and peers connect in real time.
            </li>
            <li>
              The extensive and continually growing knowledge base, education tools, and technical support resources
              available through
              <a href="https://support.quest.com" class="text-sky-600 hover:text-sky-500">support.quest.com</a>.
            </li>
          </ul>
          <p>
            We want to assure you: this is not a reduction in our investment in KACE or the KACE community. Rather, it
            is a modernization of how we engage, support, and empower you—meeting you where you are and delivering
            the tools and knowledge you need to succeed.
          </p>
          <p>
            Thank you for being a part of the ITNinja journey. While this chapter is closing, we’re excited about
            what’s ahead and look forward to continuing to support you in new and even more impactful ways.
          </p>
          <p>
            With gratitude,
          </p>
          <p>
            The ITNinja Team
          </p>
        </div>
      </div>
      <div class="mt-4 text-zinc-600 text-xs text-center">
        &copy; 2025 <a href="https://www.quest.com" class="hover:underline">Quest Software Inc.</a> All rights reserved.
        <a href="https://www.quest.com/legal/" class="ml-3 hover:underline">Legal</a>
        <a href="https://www.quest.com/legal/privacy.aspx" class="ml-3 hover:underline">Privacy</a>
      </div>
    </div>
</body>
</body>
