<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script
      async
      src="https://www.googletagmanager.com/gtag/js?id=UA-135971211-1"
    ></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag() {
        dataLayer.push(arguments);
      }
      gtag("js", new Date());

      gtag("config", "UA-135971211-1");
    </script>

    <!-- Required meta tags -->
    <meta charset="utf-8" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1, shrink-to-fit=no"
    />

    <!-- Bootstrap CSS -->
    <link
      href="https://fonts.googleapis.com/css?family=Roboto"
      rel="stylesheet"
    />
    <link
      rel="stylesheet"
      href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
      integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"
      crossorigin="anonymous"
    />
    <link type="text/css" rel="stylesheet" href="/stylesheets/main.css" />

    <title>Abhi</title>
  </head>

  <body>
    <!-- Optional JavaScript -->
    <!-- jQuery first, then Popper.js, then Bootstrap JS -->
    <script
      src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
      integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
      crossorigin="anonymous"
    ></script>
    <script
      src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"
      integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut"
      crossorigin="anonymous"
    ></script>
    <script
      src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"
      integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k"
      crossorigin="anonymous"
    ></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.15/jquery.mask.js"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>
    <script src="https://abhi.org/socket.io/socket.io.js"></script>

    <div><link rel="stylesheet" href="stylesheets/landing.css" />
<link rel="stylesheet" href="stylesheets/cover.css" />
<link rel="stylesheet" href="stylesheets/intlTelInput.css" />

<div class="d-flex logo-box">
  <img class="logo" src="img/abhi.png" alt="Abhi" />
</div>

<div class="container">
  <main role="main" class="inner cover">
    <h1 id="tagline">
      <strong class="highlightme">Abhi</strong> is your 24/7 on-demand
      <strong class="highlightme">personal assistant</strong>.
      <br />
      It's completely <strong class="highlightme">free</strong> and always will
      be.
    </h1>
    <div class="cover-container d-flex p-3 mx-auto flex-column">
      <form
        id="signup"
        class="needs-validation resize-form form-inline"
        action="/api/users/signup"
        method="POST"
        novalidate
      >
        <div class="form-group auto">
          <div class="custom-control col is-invalid">
            <div id="result">
              <label for="phone"></label>
              <input
                class="form-control form-control-lg"
                type="tel"
                id="phone"
                name="phone"
                placeholder="Enter Phone Number"
                autocomplete="off"
                required
              />
              <div id="error-msg" class="invalid-tooltip"></div>
            </div>
            <input id="phonenumber" name="phonenumber" type="hidden" />
            <input id="ref" name="ref" type="hidden" value="" />
          </div>
          <div class="col">
            <button
              type="submit"
              id="popover"
              class="tagline-btn btn btn-outline-primary btn-lg"
              onclick="handleChange()"
            >
              Get Early Access
            </button>
          </div>
        </div>
      </form>
      <div id="popover-content" class="hide">
        <div class="form-check">
          <input
            type="checkbox"
            class="form-check-input"
            id="termsAndConditions"
            required
          />
          <label class="form-check-label" for="termsAndConditions"
            >I agree to the Abhi <a href="/tos">Terms of Use</a>,
            <a href="/privacy">Privacy Policy</a>, and
            <a href="/aup">Acceptable Use Policy</a>.</label
          >
        </div>
        <div class="form-check">
          <input
            type="checkbox"
            class="form-check-input"
            id="allowMessages"
            required
          />
          <label class="form-check-label" for="allowMessages"
            >I allow Abhi to send automated text messages to my phone
            (reminders, discounts, news, updates, and more).</label
          >
        </div>
      </div>
    </div>
  </main>
</div>

<script src="scripts/intlTelInput.js"></script>
<script src="scripts/landing.js"></script>
</div>

    <script>
      feather.replace();
    </script>
  </body>
</html>
