iqonic.design Open in urlscan Pro
172.67.170.153  Public Scan

Submitted URL: http://www.iqonic.design//mobile/-app/-development//
Effective URL: https://iqonic.design/mobile/-app/-development/
Submission: On September 16 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

GET https://iqonic.design/shop/

<form method="get" class="search-form search__form" action="https://iqonic.design/shop/">
  <input type="text" class="iqonic-search-input search__input" name="search_product" placeholder="Search Products" autocomplete="off">
  <button class="iqonic-search-button">
    <span>
      <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
        <circle cx="5.88332" cy="5.8833" r="4.49428" stroke="#15131E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></circle>
        <path d="M9.00916 9.24257L10.7712 11" stroke="#15131E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg> </span>
  </button>
</form>

Name: loginformPOST #

<form name="loginform" id="loginform" class="login" action="#" method="post">
  <p>
    <label for="user_login">Username or Email Address</label>
    <input type="text" name="log" id="user_login" class="input" value="" size="20" autocomplete="username" autocapitalize="off">
    <input type="hidden" name="wfls-email-verification" id="wfls-email-verification" value="">
  </p>
  <p>
    <label for="user_pass">Password</label>
    <span class="account-password-input">
      <input type="password" name="pwd" id="user_pass" class="input" value="" size="20" autocomplete="current-password" spellcheck="false">
      <span class="show-password-input"></span>
    </span>
  </p>
  <p class="login-remember col-2">
    <span>
      <input name="rememberme" type="checkbox" id="rememberme" class="ct-checkbox" value="forever">
      <label for="rememberme">Remember Me</label>
    </span>
    <a href="#" class="ct-forgot-password">
			Forgot Password?		</a>
  </p>
  <style type="text/css">
    div.nsl-container[data-align="left"] {
      text-align: left;
    }

    div.nsl-container[data-align="center"] {
      text-align: center;
    }

    div.nsl-container[data-align="right"] {
      text-align: right;
    }

    div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] {
      text-decoration: none;
      box-shadow: none;
      border: 0;
    }

    div.nsl-container .nsl-container-buttons {
      display: flex;
      padding: 5px 0;
    }

    div.nsl-container.nsl-container-block .nsl-container-buttons {
      display: inline-grid;
      grid-template-columns: minmax(145px, auto);
    }

    div.nsl-container-block-fullwidth .nsl-container-buttons {
      flex-flow: column;
      align-items: center;
    }

    div.nsl-container-block-fullwidth .nsl-container-buttons a,
    div.nsl-container-block .nsl-container-buttons a {
      flex: 1 1 auto;
      display: block;
      margin: 5px 0;
      width: 100%;
    }

    div.nsl-container-inline {
      margin: -5px;
      text-align: left;
    }

    div.nsl-container-inline .nsl-container-buttons {
      justify-content: center;
      flex-wrap: wrap;
    }

    div.nsl-container-inline .nsl-container-buttons a {
      margin: 5px;
      display: inline-block;
    }

    div.nsl-container-grid .nsl-container-buttons {
      flex-flow: row;
      align-items: center;
      flex-wrap: wrap;
    }

    div.nsl-container-grid .nsl-container-buttons a {
      flex: 1 1 auto;
      display: block;
      margin: 5px;
      max-width: 280px;
      width: 100%;
    }

    @media only screen and (min-width: 650px) {
      div.nsl-container-grid .nsl-container-buttons a {
        width: auto;
      }
    }

    div.nsl-container .nsl-button {
      cursor: pointer;
      vertical-align: top;
      border-radius: 4px;
    }

    div.nsl-container .nsl-button-default {
      color: #fff;
      display: flex;
    }

    div.nsl-container .nsl-button-icon {
      display: inline-block;
    }

    div.nsl-container .nsl-button-svg-container {
      flex: 0 0 auto;
      padding: 8px;
      display: flex;
      align-items: center;
    }

    div.nsl-container svg {
      height: 24px;
      width: 24px;
      vertical-align: top;
    }

    div.nsl-container .nsl-button-default div.nsl-button-label-container {
      margin: 0 24px 0 12px;
      padding: 10px 0;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: .25px;
      overflow: hidden;
      text-align: center;
      text-overflow: clip;
      white-space: nowrap;
      flex: 1 1 auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: none;
      display: inline-block;
    }

    div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container {
      margin: 1px;
      padding: 7px;
      border-radius: 3px;
      background: #fff;
    }

    div.nsl-container .nsl-button-google[data-skin="light"] {
      border-radius: 1px;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
      color: RGBA(0, 0, 0, 0.54);
    }

    div.nsl-container .nsl-button-apple .nsl-button-svg-container {
      padding: 0 6px;
    }

    div.nsl-container .nsl-button-apple .nsl-button-svg-container svg {
      height: 40px;
      width: auto;
    }

    div.nsl-container .nsl-button-apple[data-skin="light"] {
      color: #000;
      box-shadow: 0 0 0 1px #000;
    }

    div.nsl-container .nsl-button-facebook[data-skin="white"] {
      color: #000;
      box-shadow: inset 0 0 0 1px #000;
    }

    div.nsl-container .nsl-button-facebook[data-skin="light"] {
      color: #1877F2;
      box-shadow: inset 0 0 0 1px #1877F2;
    }

    div.nsl-container .nsl-button-spotify[data-skin="white"] {
      color: #191414;
      box-shadow: inset 0 0 0 1px #191414;
    }

    div.nsl-container .nsl-button-apple div.nsl-button-label-container {
      font-size: 17px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }

    div.nsl-container .nsl-button-slack div.nsl-button-label-container {
      font-size: 17px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }

    div.nsl-container .nsl-button-slack[data-skin="light"] {
      color: #000000;
      box-shadow: inset 0 0 0 1px #DDDDDD;
    }

    div.nsl-container .nsl-button-tiktok[data-skin="light"] {
      color: #161823;
      box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12);
    }

    div.nsl-container .nsl-button-kakao {
      color: rgba(0, 0, 0, 0.85);
    }

    .nsl-clear {
      clear: both;
    }

    .nsl-container {
      clear: both;
    }

    .nsl-disabled-provider .nsl-button {
      filter: grayscale(1);
      opacity: 0.8;
    }

    /*Button align start*/
    div.nsl-container-inline[data-align="left"] .nsl-container-buttons {
      justify-content: flex-start;
    }

    div.nsl-container-inline[data-align="center"] .nsl-container-buttons {
      justify-content: center;
    }

    div.nsl-container-inline[data-align="right"] .nsl-container-buttons {
      justify-content: flex-end;
    }

    div.nsl-container-grid[data-align="left"] .nsl-container-buttons {
      justify-content: flex-start;
    }

    div.nsl-container-grid[data-align="center"] .nsl-container-buttons {
      justify-content: center;
    }

    div.nsl-container-grid[data-align="right"] .nsl-container-buttons {
      justify-content: flex-end;
    }

    div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons {
      justify-content: space-around;
    }

    div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons {
      justify-content: space-between;
    }

    /* Button align end*/
    /* Redirect */
    #nsl-redirect-overlay {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: fixed;
      z-index: 1000000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      backdrop-filter: blur(1px);
      background-color: RGBA(0, 0, 0, .32);
      ;
    }

    #nsl-redirect-overlay-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: white;
      padding: 30px;
      border-radius: 10px;
    }

    #nsl-redirect-overlay-spinner {
      content: '';
      display: block;
      margin: 20px;
      border: 9px solid RGBA(0, 0, 0, .6);
      border-top: 9px solid #fff;
      border-radius: 50%;
      box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6);
      width: 40px;
      height: 40px;
      animation: nsl-loader-spin 2s linear infinite;
    }

    @keyframes nsl-loader-spin {
      0% {
        transform: rotate(0deg)
      }

      to {
        transform: rotate(360deg)
      }
    }

    #nsl-redirect-overlay-title {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 18px;
      font-weight: bold;
      color: #3C434A;
    }

    #nsl-redirect-overlay-text {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      text-align: center;
      font-size: 14px;
      color: #3C434A;
    }

    /* Redirect END*/
  </style>
  <script type="text/javascript">
    window._nslDOMReady(function() {
      var container = document.getElementById('nsl-custom-login-form-1'),
        form = container.closest('form');
      var innerContainer = container.querySelector('.nsl-container');
      if (innerContainer) {
        innerContainer.classList.add('nsl-container-embedded-login-layout-below');
        innerContainer.style.display = 'block';
      }
      form.appendChild(container);
    });
  </script>
  <style type="text/css">
    #nsl-custom-login-form-1 .nsl-container {
      display: none;
    }

    #nsl-custom-login-form-1 .nsl-container-embedded-login-layout-below {
      clear: both;
      padding: 20px 0 0;
    }

    .login form {
      padding-bottom: 20px;
    }
  </style>
  <p class="login-submit">
    <button class="ct-button ct-account-login-submit has-text-align-center" name="wp-submit"> Log In <svg class="ct-button-loader" width="16" height="16" viewBox="0 0 24 24">
        <circle cx="12" cy="12" r="10" opacity="0.2" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2.5"></circle>
        <path d="m12,2c5.52,0,10,4.48,10,10" fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2.5">
          <animateTransform attributeName="transform" attributeType="XML" type="rotate" dur="0.6s" from="0 12 12" to="360 12 12" repeatCount="indefinite"></animateTransform>
        </path>
      </svg>
    </button>
  </p>
  <div id="nsl-custom-login-form-1">
    <div class="nsl-container nsl-container-block nsl-container-embedded-login-layout-below" data-align="left" style="display: block;">
      <div class="nsl-container-buttons">
        <a href="https://iqonic.design/super-admin-iq/?loginSocial=facebook&amp;redirect=https%3A%2F%2Fiqonic.design%2Fmobile%2F-app%2F-development%2F" rel="nofollow" aria-label="Continue with <b>Facebook</b>" data-plugin="nsl" data-action="connect" data-provider="facebook" data-popupwidth="600" data-popupheight="679"><div class="nsl-button nsl-button-default nsl-button-facebook" data-skin="dark" style="background-color:#1877F2;"><div class="nsl-button-svg-container"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1365.3 1365.3" height="24" width="24"><path d="M1365.3 682.7A682.7 682.7 0 10576 1357V880H402.7V682.7H576V532.3c0-171.1 102-265.6 257.9-265.6 74.6 0 152.8 13.3 152.8 13.3v168h-86.1c-84.8 0-111.3 52.6-111.3 106.6v128h189.4L948.4 880h-159v477a682.8 682.8 0 00576-674.3" fill="#fff"></path></svg></div><div class="nsl-button-label-container">Continue with <b>Facebook</b></div></div></a><a href="https://iqonic.design/super-admin-iq/?loginSocial=google&amp;redirect=https%3A%2F%2Fiqonic.design%2Fmobile%2F-app%2F-development%2F" rel="nofollow" aria-label="Continue with <b>Google</b>" data-plugin="nsl" data-action="connect" data-provider="google" data-popupwidth="600" data-popupheight="600"><div class="nsl-button nsl-button-default nsl-button-google" data-skin="dark" style="background-color:#4285f4;"><div class="nsl-button-svg-container"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#4285F4" d="M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z"></path><path fill="#34A853" d="M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z"></path><path fill="#FBBC05" d="M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z"></path><path fill="#EA4335" d="M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z"></path></svg></div><div class="nsl-button-label-container">Continue with <b>Google</b></div></div></a>
      </div>
    </div>
  </div>
</form>

Name: registerformPOST #

<form name="registerform" id="registerform" class="register woocommerce-form-register" action="#" method="post" novalidate="novalidate">
  <p>
    <label for="ct_user_email">Email</label>
    <input type="email" name="user_email" id="ct_user_email" class="input" value="" size="20" autocomplete="email">
  </p>
  <p>
    <label for="user_pass_register">Password</label>
    <span class="account-password-input password-input">
      <input type="password" name="user_pass" id="user_pass_register" class="input" value="" size="20" autocomplete="new-password" autocapitalize="off"> <span class="show-password-input"></span></span>
  </p>
  <style type="text/css">
    div.nsl-container[data-align="left"] {
      text-align: left;
    }

    div.nsl-container[data-align="center"] {
      text-align: center;
    }

    div.nsl-container[data-align="right"] {
      text-align: right;
    }

    div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] {
      text-decoration: none;
      box-shadow: none;
      border: 0;
    }

    div.nsl-container .nsl-container-buttons {
      display: flex;
      padding: 5px 0;
    }

    div.nsl-container.nsl-container-block .nsl-container-buttons {
      display: inline-grid;
      grid-template-columns: minmax(145px, auto);
    }

    div.nsl-container-block-fullwidth .nsl-container-buttons {
      flex-flow: column;
      align-items: center;
    }

    div.nsl-container-block-fullwidth .nsl-container-buttons a,
    div.nsl-container-block .nsl-container-buttons a {
      flex: 1 1 auto;
      display: block;
      margin: 5px 0;
      width: 100%;
    }

    div.nsl-container-inline {
      margin: -5px;
      text-align: left;
    }

    div.nsl-container-inline .nsl-container-buttons {
      justify-content: center;
      flex-wrap: wrap;
    }

    div.nsl-container-inline .nsl-container-buttons a {
      margin: 5px;
      display: inline-block;
    }

    div.nsl-container-grid .nsl-container-buttons {
      flex-flow: row;
      align-items: center;
      flex-wrap: wrap;
    }

    div.nsl-container-grid .nsl-container-buttons a {
      flex: 1 1 auto;
      display: block;
      margin: 5px;
      max-width: 280px;
      width: 100%;
    }

    @media only screen and (min-width: 650px) {
      div.nsl-container-grid .nsl-container-buttons a {
        width: auto;
      }
    }

    div.nsl-container .nsl-button {
      cursor: pointer;
      vertical-align: top;
      border-radius: 4px;
    }

    div.nsl-container .nsl-button-default {
      color: #fff;
      display: flex;
    }

    div.nsl-container .nsl-button-icon {
      display: inline-block;
    }

    div.nsl-container .nsl-button-svg-container {
      flex: 0 0 auto;
      padding: 8px;
      display: flex;
      align-items: center;
    }

    div.nsl-container svg {
      height: 24px;
      width: 24px;
      vertical-align: top;
    }

    div.nsl-container .nsl-button-default div.nsl-button-label-container {
      margin: 0 24px 0 12px;
      padding: 10px 0;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: .25px;
      overflow: hidden;
      text-align: center;
      text-overflow: clip;
      white-space: nowrap;
      flex: 1 1 auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: none;
      display: inline-block;
    }

    div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container {
      margin: 1px;
      padding: 7px;
      border-radius: 3px;
      background: #fff;
    }

    div.nsl-container .nsl-button-google[data-skin="light"] {
      border-radius: 1px;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
      color: RGBA(0, 0, 0, 0.54);
    }

    div.nsl-container .nsl-button-apple .nsl-button-svg-container {
      padding: 0 6px;
    }

    div.nsl-container .nsl-button-apple .nsl-button-svg-container svg {
      height: 40px;
      width: auto;
    }

    div.nsl-container .nsl-button-apple[data-skin="light"] {
      color: #000;
      box-shadow: 0 0 0 1px #000;
    }

    div.nsl-container .nsl-button-facebook[data-skin="white"] {
      color: #000;
      box-shadow: inset 0 0 0 1px #000;
    }

    div.nsl-container .nsl-button-facebook[data-skin="light"] {
      color: #1877F2;
      box-shadow: inset 0 0 0 1px #1877F2;
    }

    div.nsl-container .nsl-button-spotify[data-skin="white"] {
      color: #191414;
      box-shadow: inset 0 0 0 1px #191414;
    }

    div.nsl-container .nsl-button-apple div.nsl-button-label-container {
      font-size: 17px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }

    div.nsl-container .nsl-button-slack div.nsl-button-label-container {
      font-size: 17px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }

    div.nsl-container .nsl-button-slack[data-skin="light"] {
      color: #000000;
      box-shadow: inset 0 0 0 1px #DDDDDD;
    }

    div.nsl-container .nsl-button-tiktok[data-skin="light"] {
      color: #161823;
      box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12);
    }

    div.nsl-container .nsl-button-kakao {
      color: rgba(0, 0, 0, 0.85);
    }

    .nsl-clear {
      clear: both;
    }

    .nsl-container {
      clear: both;
    }

    .nsl-disabled-provider .nsl-button {
      filter: grayscale(1);
      opacity: 0.8;
    }

    /*Button align start*/
    div.nsl-container-inline[data-align="left"] .nsl-container-buttons {
      justify-content: flex-start;
    }

    div.nsl-container-inline[data-align="center"] .nsl-container-buttons {
      justify-content: center;
    }

    div.nsl-container-inline[data-align="right"] .nsl-container-buttons {
      justify-content: flex-end;
    }

    div.nsl-container-grid[data-align="left"] .nsl-container-buttons {
      justify-content: flex-start;
    }

    div.nsl-container-grid[data-align="center"] .nsl-container-buttons {
      justify-content: center;
    }

    div.nsl-container-grid[data-align="right"] .nsl-container-buttons {
      justify-content: flex-end;
    }

    div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons {
      justify-content: space-around;
    }

    div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons {
      justify-content: space-between;
    }

    /* Button align end*/
    /* Redirect */
    #nsl-redirect-overlay {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: fixed;
      z-index: 1000000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      backdrop-filter: blur(1px);
      background-color: RGBA(0, 0, 0, .32);
      ;
    }

    #nsl-redirect-overlay-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: white;
      padding: 30px;
      border-radius: 10px;
    }

    #nsl-redirect-overlay-spinner {
      content: '';
      display: block;
      margin: 20px;
      border: 9px solid RGBA(0, 0, 0, .6);
      border-top: 9px solid #fff;
      border-radius: 50%;
      box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6);
      width: 40px;
      height: 40px;
      animation: nsl-loader-spin 2s linear infinite;
    }

    @keyframes nsl-loader-spin {
      0% {
        transform: rotate(0deg)
      }

      to {
        transform: rotate(360deg)
      }
    }

    #nsl-redirect-overlay-title {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 18px;
      font-weight: bold;
      color: #3C434A;
    }

    #nsl-redirect-overlay-text {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      text-align: center;
      font-size: 14px;
      color: #3C434A;
    }

    /* Redirect END*/
  </style>
  <script type="text/javascript">
    window._nslDOMReady(function() {
      var container = document.getElementById('nsl-custom-login-form-2'),
        form = container.closest('form');
      var innerContainer = container.querySelector('.nsl-container');
      if (innerContainer) {
        innerContainer.classList.add('nsl-container-embedded-login-layout-below');
        innerContainer.style.display = 'block';
      }
      form.appendChild(container);
    });
  </script>
  <style type="text/css">
    #nsl-custom-login-form-2 .nsl-container {
      display: none;
    }

    #nsl-custom-login-form-2 .nsl-container-embedded-login-layout-below {
      clear: both;
      padding: 20px 0 0;
    }

    .login form {
      padding-bottom: 20px;
    }
  </style>
  <wc-order-attribution-inputs><input type="hidden" name="wc_order_attribution_source_type" value="typein"><input type="hidden" name="wc_order_attribution_referrer" value="(none)"><input type="hidden" name="wc_order_attribution_utm_campaign"
      value="(none)"><input type="hidden" name="wc_order_attribution_utm_source" value="(direct)"><input type="hidden" name="wc_order_attribution_utm_medium" value="(none)"><input type="hidden" name="wc_order_attribution_utm_content"
      value="(none)"><input type="hidden" name="wc_order_attribution_utm_id" value="(none)"><input type="hidden" name="wc_order_attribution_utm_term" value="(none)"><input type="hidden" name="wc_order_attribution_utm_source_platform"
      value="(none)"><input type="hidden" name="wc_order_attribution_utm_creative_format" value="(none)"><input type="hidden" name="wc_order_attribution_utm_marketing_tactic" value="(none)"><input type="hidden"
      name="wc_order_attribution_session_entry" value="https://iqonic.design/mobile/-app/-development/"><input type="hidden" name="wc_order_attribution_session_start_time" value="2024-09-16 20:12:49"><input type="hidden"
      name="wc_order_attribution_session_pages" value="1"><input type="hidden" name="wc_order_attribution_session_count" value="1"><input type="hidden" name="wc_order_attribution_user_agent"
      value="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"></wc-order-attribution-inputs>
  <div class="woocommerce-privacy-policy-text">
    <p>Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our
      <a href="https://iqonic.design/licensing-terms-more/" class="woocommerce-privacy-policy-link" target="_blank">privacy policy</a>.</p>
  </div>
  <p>
    <button class="ct-button ct-account-register-submit has-text-align-center" name="wp-submit"> Register <svg class="ct-button-loader" width="16" height="16" viewBox="0 0 24 24">
        <circle cx="12" cy="12" r="10" opacity="0.2" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2.5"></circle>
        <path d="m12,2c5.52,0,10,4.48,10,10" fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2.5">
          <animateTransform attributeName="transform" attributeType="XML" type="rotate" dur="0.6s" from="0 12 12" to="360 12 12" repeatCount="indefinite"></animateTransform>
        </path>
      </svg>
    </button>
  </p>
  <input type="hidden" id="blocksy-register-nonce" name="blocksy-register-nonce" value="3badd595fb"><input type="hidden" name="_wp_http_referer" value="/mobile/-app/-development/">
  <div id="nsl-custom-login-form-2">
    <div class="nsl-container nsl-container-block nsl-container-embedded-login-layout-below" data-align="left" style="display: block;">
      <div class="nsl-container-buttons">
        <a href="https://iqonic.design/super-admin-iq/?loginSocial=facebook&amp;redirect=https%3A%2F%2Fiqonic.design%2Fmobile%2F-app%2F-development%2F" rel="nofollow" aria-label="Continue with <b>Facebook</b>" data-plugin="nsl" data-action="connect" data-provider="facebook" data-popupwidth="600" data-popupheight="679"><div class="nsl-button nsl-button-default nsl-button-facebook" data-skin="dark" style="background-color:#1877F2;"><div class="nsl-button-svg-container"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1365.3 1365.3" height="24" width="24"><path d="M1365.3 682.7A682.7 682.7 0 10576 1357V880H402.7V682.7H576V532.3c0-171.1 102-265.6 257.9-265.6 74.6 0 152.8 13.3 152.8 13.3v168h-86.1c-84.8 0-111.3 52.6-111.3 106.6v128h189.4L948.4 880h-159v477a682.8 682.8 0 00576-674.3" fill="#fff"></path></svg></div><div class="nsl-button-label-container">Continue with <b>Facebook</b></div></div></a><a href="https://iqonic.design/super-admin-iq/?loginSocial=google&amp;redirect=https%3A%2F%2Fiqonic.design%2Fmobile%2F-app%2F-development%2F" rel="nofollow" aria-label="Continue with <b>Google</b>" data-plugin="nsl" data-action="connect" data-provider="google" data-popupwidth="600" data-popupheight="600"><div class="nsl-button nsl-button-default nsl-button-google" data-skin="dark" style="background-color:#4285f4;"><div class="nsl-button-svg-container"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#4285F4" d="M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z"></path><path fill="#34A853" d="M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z"></path><path fill="#FBBC05" d="M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z"></path><path fill="#EA4335" d="M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z"></path></svg></div><div class="nsl-button-label-container">Continue with <b>Google</b></div></div></a>
      </div>
    </div>
  </div>
</form>

Name: lostpasswordformPOST #

<form name="lostpasswordform" id="lostpasswordform" action="#" method="post">
  <p>
    <label for="user_login_forgot">Username or Email Address</label>
    <input type="text" name="user_login" id="user_login_forgot" class="input" value="" size="20" autocomplete="username" autocapitalize="off" required="">
    <input type="hidden" name="wfls-email-verification" id="wfls-email-verification" value="">
  </p>
  <p>
    <button class="ct-button ct-account-lost-password-submit has-text-align-center" name="wp-submit"> Get New Password <svg class="ct-button-loader" width="16" height="16" viewBox="0 0 24 24">
        <circle cx="12" cy="12" r="10" opacity="0.2" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2.5"></circle>
        <path d="m12,2c5.52,0,10,4.48,10,10" fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2.5">
          <animateTransform attributeName="transform" attributeType="XML" type="rotate" dur="0.6s" from="0 12 12" to="360 12 12" repeatCount="indefinite"></animateTransform>
        </path>
      </svg>
    </button>
  </p>
  <input type="hidden" id="blocksy-lostpassword-nonce" name="blocksy-lostpassword-nonce" value="23c183a01c"><input type="hidden" name="_wp_http_referer" value="/mobile/-app/-development/">
</form>

GET https://iqonic.design/shop/

<form method="get" class="search-form search__form" action="https://iqonic.design/shop/">
  <input type="text" class="iqonic-search-input search__input" name="search_product" placeholder="Search Products" autocomplete="off">
  <button class="iqonic-search-button">
    <span>
      <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
        <circle cx="5.88332" cy="5.8833" r="4.49428" stroke="#15131E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></circle>
        <path d="M9.00916 9.24257L10.7712 11" stroke="#15131E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg> </span>
  </button>
</form>

Text Content

Skip to content
 * All Items
 * Free Products
 * WordPress
 * Flutter Apps
 * Admin Dashboards

 * Hope UIHOT

Hire Us
 * Login
 * Sign Up

Username or Email Address

Password

Remember Me Forgot Password?

Log In

Continue with Facebook
Continue with Google

Email

Password

Your personal data will be used to support your experience throughout this
website, to manage access to your account, and for other purposes described in
our privacy policy.

Register

Continue with Facebook
Continue with Google

Username or Email Address

Get New Password

← Back to login
 * More
   * All Items
   * Free Products
   * WordPress
   * Flutter Apps
   * Admin Dashboards


 * More
   * Hope UIHOT

Hire Us
join
Wishlist 0
Shopping cart$0.00 0

No products in the cart.

Menu

join


404 NOT FOUND

The page you are looking for doesn’t exist or has been moved
Go back to homepage

PRODUCTS

 * WordPress Themes
 * WordPress Plugins
 * Admin Templates
 * Website Templates
 * Flutter Apps

BLOG

 * Freebies
 * Hope UI
 * Graphina
 * Business
 * WordPress
 * Mobile App Development

SUPPORT

 * Tech Support
 * Get A Quote
 * Contact Us
 * Hire Us




Copyright 2023. Made with love by Iqonic Design.