noonees.com Open in urlscan Pro
68.178.149.56  Public Scan

Submitted URL: http://noonees.com/
Effective URL: https://noonees.com/
Submission: On August 24 via api from JP — Scanned from JP

Form analysis 1 forms found in the DOM

POST /

<form action="/" method="post">
  <div class="d-flex justify-content-between align-items-center mt-4">
    <div class="fw-bold fs-5 font-one">Log In</div>
    <div class="dropdown">
      <div class="font-one d-flex align-items-center text-muted cursor-pointer" data-bs-toggle="dropdown">
        <i class="fa-solid fa-globe"></i><span class="mx-1">English</span><i class="fa-solid fa-angle-down"></i>
      </div>
      <ul class="dropdown-menu">
        <li><a class="dropdown-item" href="#">English</a></li>
        <li><a class="dropdown-item" href="#">Français</a></li>
        <li><a class="dropdown-item" href="#">Español</a></li>
      </ul>
    </div>
  </div>
  <p id="op-title" class="font-one text-muted fw-semibold my-3"> Please enter E-mail and Password </p>
  <div class="d-flex gap-4 font-one pt-3">
    <div class="fs-5 btn-option fw-bold px-3 py-1 cursor-pointer" id="op-email"> E-mail </div>
    <div class="fs-5 fw-bold px-2 py-1 cursor-pointer" id="op-phone">Phone</div>
  </div>
  <div class="d-flex flex-column mt-4">
    <label id="op-label" for="email" class="fw-semibold"><small>E-mail</small></label>
    <input type="email" class="input-border mt-2 px-3" name="email" id="email" placeholder="Enter your e-mail" required="">
    <div class="email-error text-danger fw-semibold mt-2">
      <span class="me-2">
        <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path
            d="M8 4.92952V8M8.09525 10.381C8.09525 10.4267 8.04954 10.4762 8.00001 10.4762C7.94668 10.4762 7.90478 10.4305 7.90478 10.381C7.90478 10.3276 7.94287 10.2857 8.00001 10.2857H7.9924C8.03811 10.2781 8.08383 10.3238 8.08383 10.3771M1.9048 7.33714V4.08381L1.89719 4.07619C1.88957 3.40571 2.32385 2.81905 2.96385 2.62095L7.53528 1.19238V1.18476C7.8248 1.08571 8.1448 1.08571 8.44195 1.18476L13.0134 2.61333L13.0058 2.60571C13.6381 2.80381 14.0724 3.39047 14.0724 4.05333V7.29904V7.29143C14.0724 10.4609 12.0991 13.3029 9.12766 14.4229L8.23623 14.7505H8.22861C8.05338 14.8114 7.8629 14.8114 7.68766 14.7429L6.79623 14.4076C3.81718 13.2876 1.85147 10.4457 1.85147 7.26857L1.9048 7.33714Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
      </span> Enter valid e-mail
    </div>
  </div>
  <div class="d-flex flex-column mt-4">
    <div class="d-flex justify-content-between">
      <label for="password" class="fw-semibold"><small>Password</small></label>
      <div class="text-primary cursor-pointer fw-bold">
        <small>Forgot Password?</small>
      </div>
    </div>
    <input type="password" class="input-border mt-2 px-3" name="password" id="password" placeholder="Enter Password" required="">
  </div>
  <button type="submit" name="login" class="login-btn mt-5">
    <div class="btn-txt">Log In</div>
  </button>
  <div class="my-5 text-center fw-semibold"> Don’t have an account? <span class="cursor-pointer" style="color: rgb(21, 202, 137)">Sign Up</span>
  </div>
</form>

Text Content

Log In
English
 * English
 * Français
 * Español

Please enter E-mail and Password

E-mail
Phone
E-mail
Enter valid e-mail
Password
Forgot Password?
Log In
Don’t have an account? Sign Up