<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <title>Ambition Is Good.</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <link
      rel="icon"
      type="image/png"
      sizes="32x32"
      href="./assets/favicon-32x32-By_1191d.png"
    />
    <link
      rel="icon"
      type="image/png"
      sizes="16x16"
      href="./assets/favicon-16x16-Dt5zw62P.png"
    />

    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    <link
      href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
      rel="stylesheet"
    />

    <link rel="stylesheet" crossorigin href="./assets/style-CJR4skWk.css">
  </head>
  <body class="bg-rust pt-20 md:pt-40 px-5 font-brand">
    <div class="container mx-auto">
      <header>
        <h1 class="text-3xl md:text-5xl text-white">
          Ambition Is Good.
          <br />
          <small class="text-white/50"
            >Make mistakes of ambition and not mistakes of sloth.</small
          >
        </h1>
      </header>

      <main>
        <div class="flex justify-center flex-col md:flex-row">
          <div
            class="w-full mt-10 p-10 md:w-5/12 md:mx-auto bg-white rounded drop-shadow-lg hover:shadow-2xl transition duration-500"
          >
            <h2 class="text-2xl text-teal font-medium">Katy</h2>
            <p>
              Copywriting, editing, social media and blogging,
              <a
                class="after:absolute after:inset-0 text-blue-600 underline hover:text-blue-800"
                href="https://katyratican.com"
                >available for short and long-term assignments</a
              >.
            </p>
          </div>
          <div
            class="w-full mt-10 p-10 md:w-5/12 md:mx-auto bg-white rounded drop-shadow-lg hover:shadow-2xl transition duration-500"
          >
            <h2 class="text-2xl text-teal font-medium">Sam</h2>
            <p>
              Software engineering, leadership and team building,
              <a
                class="after:absolute after:inset-0 text-blue-600 underline hover:text-blue-800"
                href="/sam/"
                >here to help</a
              >.
            </p>
          </div>
        </div>
      </main>

      <footer class="mt-10">
        <p class="text-white/50 text-center">
          © Ambition Is Good Ltd 2015-2026, company 09704493 registered in
          England and Wales.
        </p>
      </footer>
    </div>
  </body>
</html>
