<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Testimonials</title>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta
      name="description"
      content="See what our past clients have to say about our work!"
    />
    <script
      src="https://cdn.nhcarrigan.com/headers/index.js"
      async
      defer
    ></script>
    <style>
      hr {
        border: 1px solid var(--background);
      }
      .title {
        font-size: 1.3rem;
      }
      .date {
        font-size: 0.8rem;
      }
      @media screen {
        .card {
          background: var(--foreground);
          color: var(--background);
          width: 80%;
          margin: auto;
          border-radius: 10px;
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
          margin-bottom: 10px;
        }
      }
      @media print {
        :root {
          font-size: 12px;
        }
        * {
          color: black;
          font-family: "Times New Roman", serif;
        }
        video,
        footer,
        hr {
          display: none !important;
        }
      }
    </style>
  </head>
  <body>
    <main>
      <h1>Testimonials</h1>
      <p>See what our past clients have to say about our work!</p>
      <p>Want to submit your own? <a href="https://forms.nhcarrigan.com/testimonial">Use our web form</a>.</p>
      <section>
        <div class="card">
          <p class="title">Alexis Madsen</p>
          <p>
            Naomi always had the knowledge and information for nearly every
            question I ever had. It was such an honor to work with her, and
            anyone would be lucky to have the chance for her to work with you or
            your team.
          </p>
          <p class="date">28 October 2024</p>
        </div>
        <div class="card">
          <p class="title">Chris Ohman</p>
          <p>
            Naomi's erudition on just about every development topic under the
            sun, expediency at completing massive technical undertakings solo,
            and undeniable passion for the work she does is an ever-present joy
            and boon for any organization lucky enough to work with her. As an
            example, Naomi composed an extensive and accessible DB comprising
            all available traits and behaviors of our Users, whipped up an
            extremely user-friendly API that our team of end-users could utilize
            seamlessly, and regularly developed additional clever dataflows for
            very particular asks. Every aspect of this work was done impeccably
            and frictionlessly, and that's just one of the dozens of projects
            she developed with our team during the time I worked alongside her.
            As brilliant as Naomi is, she's also humble, hilarious, and an
            all-around aspirational figure to all people looking to find true
            passion for themselves alongside professional success. I strive to
            be more like her, and I know I'm not alone in that.
          </p>
          <p class="date">27 September 2024</p>
        </div>
        <div class="card">
          <p class="title">Alix Takada Sharp</p>
          <p>
            Naomi is an incredibly dynamic and resourceful professional, always
            ready with a multitude of solutions for any challenge. Her
            problem-solving skills are like watching a masterful sequence
            unfold, earning her the well-deserved nickname 'the technomancer.'
            Naomi's strong educational background is evident in her clear and
            concise explanations, making complex concepts easily understandable.
            She excels in communication, ensuring that everyone feels valued and
            integral to the team. Naomi is truly the glue that holds any team
            together. Adding her to your team will be a decision you won't
            regret.
          </p>
          <p class="date">15 July 2024</p>
        </div>
        <div class="card">
          <p class="title">Kaitlyn Nichols</p>
          <p>
            She is a dedicated programmer and spends most of her time either
            making bots, or coding. She has an excellent work ethic and goes
            until she is satisfied with the end product.
          </p>
          <p class="date">30 May 2024</p>
        </div>
        <div class="card">
          <p class="title">Katey Berry</p>
          <p>
            I've worked alongside Naomi on a number of projects, and it is
            always a blessing to have her on the team. She is knowledgable,
            reliable, and always willing to jump in with creative and efficient
            engineering solutions to complex workflow problems. Naomi is also
            such a patient teacher, effectively explaining how things work and
            enabling others to become more independent. I always look forward to
            working with Naomi, and recommend you work with her if you have the
            opportunity!
          </p>
          <p class="date">14 May 2024</p>
        </div>
        <div class="card">
          <p class="title">Francez Urmatan</p>
          <p>
            Naomi is an absolute trailblazer, and is an amazing person to work
            with! Naomi is humorous and also has an amazing attitude to work
            with. Her ability to solve complex problems efficiently astounds me.
            Not only does she demonstrate outstanding technical knowledge, but
            also does an amazing job at elucidating her needs as an engineer.
            She is a very warm person and quite easy to work with. Naomi is
            immensely perceptive and very calculated with what she does. Naomi
            would make an excellent addition to any company that is lucky enough
            to hire her!
          </p>
          <p class="date">2 May 2024</p>
        </div>
        <div class="card">
          <p class="title">Danny Thompson</p>
          <p>
            If you need a problem solver, look at Naomi. Naomi is a fantastic
            part of the online tech community by teaching and offering help to
            beginners on their journeys into tech. She has created some great
            solutions and is a consistent learner. Naomi has led initiatives
            using Javascript and front-end technologies to produce finished
            products within a volunteer position. Highly recommend Naomi to any
            team.
          </p>
          <p class="date">6 July 2023</p>
        </div>
        <div class="card">
          <p class="title">Eddie Jaoude</p>
          <p>
            Naomi has done a fantastic job in creating Becca Bot, which is an
            integral part in managing the EddieHub Discord Community. As founder
            of EddieHub, Naomi is super helpful to all Community members and an
            excellent moderator, from our text channels to audio calls and live
            streams. Naomi demonstrates an excellent technical knowledge and is
            always keen to share this with the community.
          </p>
          <p class="date">30 June 2023</p>
        </div>
      </section>
    </main>
  </body>
</html>