themichaelanthonysalon.com Open in urlscan Pro
192.185.165.14  Public Scan

URL: https://themichaelanthonysalon.com/
Submission: On March 22 via api from SA — Scanned from DE

Form analysis 2 forms found in the DOM

Name: contactForm

<form id="wid__contact_form__5a24d5ab4a513__form" class="moto-widget-contact_form-form ng-pristine ng-invalid ng-invalid-required" role="form" name="contactForm" ng-submit="submit()" novalidate="">
  <div ng-show="sending" class="contact-form-loading ng-hide"></div>
  <div class="moto-widget-contact_form-group">
    <label for="field_name_wid__contact_form__5a24d5ab4a513" class="moto-widget-contact_form-label">Name</label>
    <input type="text" class="moto-widget-contact_form-field moto-widget-contact_form-input ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Name *" ng-blur="validate('name')" required=""
      ng-model-options="{ updateOn: 'blur' }" name="name" id="field_name_wid__contact_form__5a24d5ab4a513" ng-model="message.name">
    <span class="moto-widget-contact_form-field-error ng-hide" ng-show="contactForm.name.$invalid &amp;&amp; !contactForm.name.$pristine &amp;&amp; !contactForm.name.emailInvalid">Field is required</span>
  </div>
  <div class="moto-widget-contact_form-group">
    <label for="field_email_wid__contact_form__5a24d5ab4a513" class="moto-widget-contact_form-label">E-mail</label>
    <input type="text" class="moto-widget-contact_form-field moto-widget-contact_form-input ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="E-mail *" ng-blur="validate('email')" required=""
      ng-model-options="{ updateOn: 'blur' }" name="email" id="field_email_wid__contact_form__5a24d5ab4a513" ng-model="message.email">
    <span class="moto-widget-contact_form-field-error ng-hide" ng-show="contactForm.email.$invalid &amp;&amp; !contactForm.email.$pristine &amp;&amp; !contactForm.email.emailInvalid">Field is required</span>
    <span class="moto-widget-contact_form-field-error ng-hide" ng-show="contactForm.email.emailInvalid &amp;&amp; !contactForm.email.$pristine">Incorrect email</span>
  </div>
  <div class="moto-widget-contact_form-group">
    <label for="field_phone_wid__contact_form__5a24d5ab4a513" class="moto-widget-contact_form-label">Phone</label>
    <input type="text" class="moto-widget-contact_form-field moto-widget-contact_form-input ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Phone *" ng-blur="validate('phone')" required=""
      ng-model-options="{ updateOn: 'blur' }" name="phone" id="field_phone_wid__contact_form__5a24d5ab4a513" ng-model="message.phone">
    <span class="moto-widget-contact_form-field-error ng-hide" ng-show="contactForm.phone.$invalid &amp;&amp; !contactForm.phone.$pristine &amp;&amp; !contactForm.phone.emailInvalid">Field is required</span>
  </div>
  <div class="moto-widget-contact_form-group">
    <label for="field_message_wid__contact_form__5a24d5ab4a513" class="moto-widget-contact_form-label">Message</label>
    <textarea class="moto-widget-contact_form-field moto-widget-contact_form-textarea ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" rows="3" placeholder="Message *" ng-blur="validate('message')" required=""
      ng-model-options="{ updateOn: 'blur' }" name="message" id="field_message_wid__contact_form__5a24d5ab4a513" ng-model="message.message"></textarea>
    <span class="moto-widget-contact_form-field-error ng-hide" ng-show="contactForm.message.$invalid &amp;&amp; !contactForm.message.$pristine">Field is required</span>
  </div>
  <div class="moto-widget-contact_form-success ng-hide" ng-show="showSuccessMessage"> Your message was sent successfully </div>
  <div class="moto-widget-contact_form-danger ng-hide" ng-show="emailError"> Sorry, your message was not sent </div>
  <div class="moto-widget-contact_form-buttons">
    <div data-widget-id="wid__button__65fd030dda878" class="moto-widget moto-widget-button moto-preset-2 moto-preset-provider-default moto-align-center moto-spacing-top-auto moto-spacing-right-auto moto-spacing-bottom-auto moto-spacing-left-auto  "
      data-widget="button">
      <button type="submit" class="moto-widget-button-link moto-size-small moto-link"><span class="fa moto-widget-theme-icon"></span><span class="moto-widget-button-divider"></span><span class="moto-widget-button-label">SUBMIT</span></button>
    </div>
  </div>
</form>

Name: subscribeForm

<form id="wid__mail_chimp__5e1e816eccb71__form" class="moto-widget-contact_form-form ng-pristine ng-invalid ng-invalid-required" role="form" name="subscribeForm" ng-submit="submit()" novalidate="">
  <div ng-show="sending" class="contact-form-loading ng-hide"></div>
  <div class="moto-widget-contact_form-group">
    <label for="field_email_wid__mail_chimp__5e1e816eccb71" class="moto-widget-contact_form-label">E-mail</label>
    <input type="text" class="moto-widget-contact_form-field moto-widget-contact_form-input ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="E-mail *" ng-blur="validate('email')" required=""
      ng-model-options="{ updateOn: 'blur' }" name="email" id="field_email_wid__mail_chimp__5e1e816eccb71" ng-model="message.email">
    <span class="moto-widget-contact_form-field-error ng-hide" ng-show="subscribeForm.email.$invalid &amp;&amp; !subscribeForm.email.$pristine &amp;&amp; !subscribeForm.email.emailInvalid">Field is required</span>
    <span class="moto-widget-contact_form-field-error ng-hide" ng-show="subscribeForm.email.emailInvalid &amp;&amp; !subscribeForm.email.$pristine">Incorrect email</span>
  </div>
  <input type="hidden" name="status" value="subscribed">
  <div class="moto-widget-contact_form-success ng-hide" ng-show="showSuccessMessage"> You have successfully subscribed to the newsletter </div>
  <div class="moto-widget-contact_form-danger ng-hide" ng-show="emailError &amp;&amp; !isSubscribed"> You were not subscribed. Please try again </div>
  <div class="moto-widget-contact_form-danger ng-hide" ng-show="emailError &amp;&amp; isSubscribed"> You are already subscribed to this newsletter </div>
  <div class="moto-widget-contact_form-buttons">
    <div data-widget-id="wid__button__65fd030ddc29a"
      class="moto-widget moto-widget-button moto-preset-default moto-preset-provider-default moto-align-left moto-spacing-top-auto moto-spacing-right-auto moto-spacing-bottom-auto moto-spacing-left-auto  " data-widget="button">
      <button name="submit" class="moto-widget-button-link moto-size-medium moto-link"><span class="fa moto-widget-theme-icon"></span><span class="moto-widget-button-divider"></span><span class="moto-widget-button-label">SUBSCRIBE</span></button>
    </div>
  </div>
</form>

Text Content

michael anthony

 * Home
 * Services
 * Team
 * Products
 * Gallery
 * Contact us



About Us




MISSION STATEMENT




Formerly Demetri’s, Michael Anthony Salon moved into our state of the art salon
in Downtown Saratoga in March 2010. We have had the pleasure of serving the Bay
Area for over 38 years. Our sustained success has been achieved based on our
underlying principle: “Exceed customer expectations each and every time.”

Michael Anthony Salon is committed to giving our clients the best service in the
industry. Through constant training we ensure our stylists stay current with the
latest trends in cutting, styling and coloring. Michael Anthony Salon gets to
know our client base on a personal level in order to match the latest styles
with everyone’s distinct personality. 100% customer satisfaction is our only
objective..”





TEAM

MICHAEL TSAKIRIS










SHARON TSAKIRIS







CONNIE MINTEGUI




ASHLEY MARSHALL

 

KARLI KRAMERPUGH

CHELLIA CROWLEY

 

 

 

TAYLOR FORMOSA

 

TUAN ANH RUCCI

 

ADRIANA RODRIGUEZ

CORY DEVLIN

 

DEBORAH BUONFIGLIO

 

HEDI SABOUHI

MICHELLE DEMENY










SHANNON CHRISTENSEN

 

TIFFANY FOSTER




JOIN OUR TEAM

Apply here


Contact form

 

Email us with any questions or inquiries or use our contact data.
We would be happy to answer your questions ASAP.
 New Cancellation Policy

Name Field is required
E-mail Field is required Incorrect email
Phone Field is required
Message Field is required
Your message was sent successfully
Sorry, your message was not sent
SUBMIT



michael anthony

 * 
 * 

Careers
Services
Team
Contact us

Contact us





(408) 741-1115



14487 Big Basin Way
Saratoga, California, CA 95070

Sign up for updates


E-mail Field is required Incorrect email
You have successfully subscribed to the newsletter
You were not subscribed. Please try again
You are already subscribed to this newsletter
SUBSCRIBE

Copyright © 2017     Privacy Policy




The michael anthony Salon

(408) 741-1115