modernfold.axomo.com Open in urlscan Pro
34.149.131.181  Public Scan

URL: https://modernfold.axomo.com/
Submission: On July 03 via manual from US — Scanned from DE

Form analysis 4 forms found in the DOM

<form class="navbar-form ng-pristine ng-valid" data-hs-cf-bound="true">
  <ax-store-search collapsed="vm.navbarCollapsed" in-search-bar="true" class="ng-isolate-scope">
    <style>
      hr {
        margin: 10px 0;
      }

      .whiteText:hover {
        color: white !important;
        text-decoration: none;
      }

      .mySearchButton {
        color: white !important;
        margin-left: 5px;
      }

      @media only screen and (max-width: 1300px) {
        .searchBox {
          display: none !important;
        }

        .buttonLeftRadius {
          border-bottom-left-radius: 100em !important;
          border-top-left-radius: 100em !important;
        }
      }
    </style>
    <div class="store-search">
      <!--<label class="sr-only">Search Items and Categories</label>-->
      <!--t.object as t.text for t in vm.results | filter:{text: $viewValue} | limitTo:10-->
      <!--<input class="form-control" autocomplete="off" id="searchInput"  uib-typeahead="i as i.Description for i in vm.allItems | filter:$viewValue | limitTo:10" ng-model="vm.query" typeahead-no-results="!vm.results.length" typeahead-on-select="vm.goToObject($item, $model, $label);" placeholder="Search Store" />-->
      <!--<div ng-class="{'myInputGroup' : vm.inSearchBar}">
        <input ng-blur="vm.blurSearchBox()" class="form-control" autocomplete="off" id="searchInput" ng-keyup="vm.findItem(vm.query)" ng-model="vm.query" placeholder="Search Store" />
        <span ng-if="vm.inSearchBar" class="input-group-btn">
            <button class="btn btn-secondary" type="button" ng-click="vm.collapsed = false" ui-sref="search-results({query: vm.query})">
                <i class="namicon namicon-800 namicon-search" uib-tooltip="Search Store" tooltip-placement="bottom"></i>
            </button>
        </span>
    </div>-->
      <div>
        <div ng-class="{'input-group' : vm.inSearchBar, 'max-250' : vm.inSearchBar}" class="input-group max-250">
          <input ng-blur="vm.blurSearchBox()" class="form-control left-radius ng-pristine ng-untouched ng-valid searchBox" ng-class="{'right-radius' : !vm.inSearchBar, 'searchBox' : vm.inSearchBar}" autocomplete="off"
            ng-keyup="vm.findItem(vm.query, $event)" ng-submit="" ng-model="vm.query" placeholder="Search Store">
          <!-- ngIf: vm.inSearchBar --><span ng-if="vm.inSearchBar" class="input-group-btn ng-scope">
            <button class="btn btn-default right-radius buttonLeftRadius" ng-class="{'buttonLeftRadius' : vm.inSearchBar}" type="button" ng-click="vm.collapsed = false" ui-sref="search-results({query: vm.query.toLowerCase()})"
              href="/store-search"><!--<i class="namicon namicon-800 namicon-search"></i>--><search-icon aria-hidden="true" class="ng-isolate-scope" style="position: relative; top: 1.5px;"><svg style="max-width: 1em; min-width: 1em" width="1em"
                  height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                  <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z"></path>
                  <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"></path>
                </svg></search-icon></button>
          </span><!-- end ngIf: vm.inSearchBar -->
        </div>
        <!-- ngIf: vm.detailedView -->
      </div>
      <!-- ngIf: vm.query && !vm.isLoading -->
      <!-- ngIf: vm.detailedView -->
    </div>
  </ax-store-search>
</form>

Name: formLogin

<form ng-if="!vm.userSignup &amp;&amp; (!vm.store.Config.OnlySSOLogin || vm.showLogin)" name="formLogin" ng-submit="vm.login()" id="login-form" class="ng-pristine ng-valid ng-scope" data-hs-cf-bound="true">
  <div class="form-group">
    <label class="control-label ng-binding">Email</label>
    <input id="boxUserName" type="text" ng-model="vm.username" name="user" class="form-control username ng-pristine ng-untouched ng-valid">
  </div>
  <div class="form-group">
    <label class="control-label ng-binding">Password</label>
    <input id="boxPassword" ng-attr-type="{{showPassword ? 'text': 'password'}}" type="password" ng-model="vm.password" name="password" class="form-control password ng-pristine ng-untouched ng-valid">
  </div>
  <div class="form-group">
    <label>Show Password</label>
    <input type="checkbox" ng-model="showPassword" class="ng-pristine ng-untouched ng-valid">
  </div>
  <!-- ngIf: vm.isGiftCard -->
  <div class="form-group">
    <!--<button ng-if="!vm.isModal && $state.params.returnUrl == 'checkout'" class="btn btn-info pull-right" type="button" ng-click="vm.continueAsGuest()">Continue as guest</button>-->
    <button id="btnLogin" type="submit" class="btn btn-primary login-button" ng-disabled="vm.isLoading"> Login <!-- ngIf: vm.isGiftCard -->
      <spinner is-loading="vm.isLoading" is-button="true" class="ng-isolate-scope">
        <style>
          .spinner {
            width: 40px;
            height: 40px;
            background-color: #333;
            margin: 100px auto;
            -webkit-animation: sk-rotateplane 1.4s infinite ease-in-out;
            animation: sk-rotateplane 1.4s infinite ease-in-out;
          }

          .white-spinner {
            background-color: #FFF;
          }

          @-webkit-keyframes sk-rotateplane {
            0% {
              -webkit-transform: perspective(120px);
            }

            50% {
              -webkit-transform: perspective(120px) rotateY(180deg);
            }

            100% {
              -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
            }
          }

          @keyframes sk-rotateplane {
            0% {
              transform: perspective(120px) rotateX(0deg) rotateY(0deg);
              -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            }

            50% {
              transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
              -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            }

            100% {
              transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
              -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            }
          }
        </style>
        <!-- ngIf: vm.isLoading && !vm.isButton && vm.showSpinner -->
        <!-- ngIf: vm.isLoading && vm.isButton -->
      </spinner>
    </button>
    <!-- ngIf: vm.isModal -->
  </div>
</form>

<form class="dropdown-menu pal pts submit-dropdownn ng-pristine ng-valid" data-hs-cf-bound="true">
  <div id="lblContactFull" class="ng-binding"> Axomo Support </div>
  <div id="lblContactPhone" class="ng-binding"> 8015156129 </div>
  <div id="lblContactEmail" class="ng-binding"> support@axomo.com </div>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce" data-hs-cf-bound="true"><input type="text" name="sl"
    id="goog-gt-votingInputSrcLang"><input type="text" name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text"
    name="vote" id="goog-gt-votingInputVote"></form>

Text Content

Toggle navigation

   
   
   
   
 * 
   
   
   
   
   
   
   
   
   

 * 
 * Login
   
 * Redeem Gift
   
   
 * 
   
 * * User Profile ()
   * Insights
     
     
     
     
     
   * Order History
   * Item Order History
   * My Quotes
   * Track Orders
   * My Budgets
     
     
     
   * My Proofs
     
     
     
   * Redeem Gift
     
   * My Stores
     
     
     
   * 
   * Refer a Friend
   * My Referrals
   * 
   * 
   * 
   * 
   * Logout
   
   
 * Modernfold Merch Credit:
   * My Credit >
     
     
   * Help
 * Cart
 * 


THIS IS A PRIVATE STORE. PLEASE LOG IN TO CONTINUE


USER LOGIN

Email
Password
Show Password
Login
Forgot Password?


--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

©Axomo 2023 | Privacy | Terms | Help |
Contact
Axomo Support
8015156129
support@axomo.com

Powered by


Powered by Google Übersetzer
Originaltext

Diese Übersetzung bewerten
Mit deinem Feedback können wir Google Übersetzer weiter verbessern