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

URL: https://stabilus.axomo.com/
Submission: On April 06 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;
      }

      .hidden {
        font-size: 1000%;
        color: transparent;
        display: block;
        height: 100%;
        width: 100%;
        overflow: hidden;
      }

      @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">
      <div>
        <div ng-class="{'input-group' : vm.inSearchBar, 'max-250' : vm.inSearchBar}" role="none" class="input-group max-250">
          <input id="txtSearch" 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 id="btnSearch" role="button" class="btn btn-default right-radius buttonLeftRadius" ng-class="{'buttonLeftRadius' : vm.inSearchBar}" tabindex="0" aria-labelledby="searchButtonText" ng-click="vm.executeSearch()">
              <span role="button" aria-label="search store">
                <search-icon aria-hidden="true" aria-label="search store" role="search" class="ng-isolate-scope" style="position: relative; top: 1.5px;"><svg aria-label="search store" alt="" 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>
              </span>
              <span id="searchButtonText" class="pr-1">Search</span>
            </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-scope ng-invalid ng-invalid-required" data-hs-cf-bound="true">
  <div ng-class="{'sign-up-required-modal' : vm.isModal, 'sign-up-required' : !vm.isModal}" class="sign-up-required">
    <span>Fields marked with (<span style="color: red">*</span>) are required.</span>
  </div>
  <div class="form-group">
    <label for="username" class="control-label ng-binding"> Email <span style="color: red">*</span>
    </label>
    <input id="username" required="" type="text" ng-model="vm.username" name="user" class="form-control username ng-pristine ng-untouched ng-invalid ng-invalid-required">
    <!-- ngIf: formLogin.user.$error.required && formLogin.user.$touched -->
  </div>
  <div class="form-group">
    <label for="password" class="control-label ng-binding"> Password <span style="color: red">*</span>
    </label>
    <input id="password" required="" ng-attr-type="{{showPassword ? 'text': 'password'}}" type="password" ng-model="vm.password" name="password" class="form-control password ng-pristine ng-untouched ng-invalid ng-invalid-required">
    <!-- ngIf: formLogin.password.$error.required && formLogin.password.$touched -->
  </div>
  <div class="form-group">
    <label for="showPassword">Show Password</label>
    <input id="showPassword" 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 aria-describedby="secContactInfo">
    <div id="lblContactFull" aria-hidden="true" class="ng-binding"> AXOMO Support </div>
    <div id="lblContactPhone" aria-hidden="true" class="ng-binding"> 8015156129 </div>
    <div id="lblContactEmail" aria-hidden="true" class="ng-binding"> support@axomo.com </div>
  </div>
  <div id="secContactInfo" style="display:none" class="ng-binding"> information Name: AXOMO Support Phone Number: 8015156129 Email: 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

Skip to main content
Toggle navigation

   
   
   
   
 * New Products
   
   
   
 * Suggest an Item
   
   
   
   
   
   
   

 * Search
 * 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
   
   
   
 * Cart
 * 


THIS IS A PRIVATE STORE. PLEASE LOG IN TO CONTINUE


USER LOGIN

Fields marked with (*) are required.
Email *
Password *
Show Password
Login
Forgot Password?


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

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

©AXOMO 2024 | Privacy | Terms | Accessibility | Help |
Contact
AXOMO Support
8015156129
support@axomo.com
information Name: AXOMO Support Phone Number: 8015156129 Email:
support@axomo.com

Powered by


Powered by Google Übersetzer



Originaltext

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