<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Ionuț Staicu</title>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
      * {margin: 0;padding: 0;}
      *, *:before, *:after {
        box-sizing: border-box;
      }

      :root {
        --body-bg:#fff;
        --body-color: #444;
        --wraper-outline: #ccc;
        --wrapper-bg: #fafafa;
        --link-color: #c00
      }

      @media (prefers-color-scheme: dark) {
        :root {
          --body-bg:rgb(45, 45, 45);
          --body-color: #fff;
          --wraper-outline: #0e384b;
          --wrapper-bg: #01263f;
          --link-color: #ffa300
        }
      }

      body {
        background: var(--body-bg);
        color: var(--body-color);
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
      }

      #wrap {
        margin: 5rem;
        padding: 2rem;
        border: 1px solid var(--wraper-outline);
        background-color: var(--wrapper-bg);
        max-width: 800px;
      }

      h1 {
        margin-bottom: 1rem;
      }

      nav > ul {
        list-style: none;
        display: flex;
      }

      nav > ul li {
        margin-right: 1rem;
      }

      nav > ul a {
        display: inline-block;
        padding: 1rem 0;
        color: var(--link-color);
      }

      svg {
        fill: currentColor;
        width: .6em;
        height: auto;
        cursor: pointer;
      }
    </style>

    <script>
      const audio = new Audio('https://ionutstaicu.com/ionut-how-to.mp2');
    </script>
  </head>
  <body>
    <div id="wrap">
      <h1>Hello, I'm Ionuț 
        <span onclick="audio.play()" title="Not sure how to pronounce my name?"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M2.93 17.07A10 10 0 1 1 17.07 2.93 10 10 0 0 1 2.93 17.07zm12.73-1.41A8 8 0 1 0 4.34 4.34a8 8 0 0 0 11.32 11.32zM7 6l8 4-8 4V6z"/></svg></span>
      </h1>
      <p>I code stuff.</p>

      <nav>
        <ul>
          <li><a href="https://devforum.ro/u/iamntz">devforum</a></li>
          <li><a href="https://github.com/iamntz">github</a></li>
          <li><a href="/cdn-cgi/l/email-protection#3c54595050537c55535249484f485d555f49125f5351">mail</a></li>
        </ul>
      </nav>
    </div>
  <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>
</html>