<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />

    <link
      href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:wght@300;700&family=IBM+Plex+Serif&display=swap"
      rel="stylesheet"
    />
    <link rel="stylesheet" href="https://ojkelly.dev/style.css" />

    <meta
      name="description"
      content="Australian software engineer."
    />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Owen Kelly</title>
    <script>
      // Used to have gatsby here
      if (typeof window !== 'undefined' && 'serviceWorker' in navigator) {
        window.navigator.serviceWorker.getRegistrations().then(registrations => {
          registrations.forEach(r => r.unregister())
        })
      }
    </script>
  </head>

  <body>
    <header>
      <h1
        style="
          font-size: 4rem;
          margin: 0.1em;
          line-height: 1em;
          font-weight: 700;
        "
      >
        <small style="font-size: 0.4em; line-height: 0; font-weight: 300"
          >👋 Hey I'm
        </small>
        <br />
        OWEN KELLY
      </h1>
    </header>
    <main>
      <section>
        <p class="me-large"></p>
      </section>
      <section>
        <aside>
          <h3>
            <a href="https://ojkelly.dev" target="_blank"> Blog </a>
          </h3>

          <p>
            I'm a Software Engineer from Australia. I write about that at
            <a href="https://ojkelly.dev" target="_blank">ojkelly.dev</a>
          </p>
        </aside>
        <aside>
          <h3>
            <a href="https://projects.owenkelly.com.au" target="_blank">
              Projects
            </a>
          </h3>

          <p>
            I've built a growing number of
            <a href="https://projects.owenkelly.com.au" target="_blank"
              >things I find useful</a
            >.
          </p>
        </aside>
        <aside>
          <p>
            The best way to contact me is on
            <a href="https://twitter.com/ojkelly" target="_blank"
              >twitter.com/@ojkelly</a
            >.
          </p>
        </aside>
        <aside>
          <p>
            I have a bunch of code over at
            <a href="https://github.com/ojkelly" target="_blank"
              >github.com/@ojkelly</a
            >.
          </p>
        </aside>
      </section>
    </main>
  </body>
</html>
