This repository has been archived by the owner on Mar 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
52 lines (46 loc) · 2.96 KB
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?php
include('partials/head.php');
include('partials/topbar.php');
include('partials/nav.php'); ?>
<section id="team" class="blue">
<div class="row">
<div class="small-16 columns">
<h1 class="text-center title">About Us</h1>
<p>Happy Tails To You, Mobile Pet Spaw is Cincinnati's Premier Mobile Pet Groomer. We service from the west side of Cincinnati, to Hamilton, Fairfield, Ross, and Harrison (OH).</p>
<p>We are a family owned and operated business, not a franchise. Our clients become part of our family.</p>
<p>Grooming is done by appointment, Monday through Friday. Please contact us via phone or our contact page to to schedule appointments. If you are unable to schedule during these days, we can usually make accomodations to fit your needs.</p>
<p>For your convenience, Happy Tails To You accepts check, VISA, Mastercard, and Discover cards.</p>
</div>
</div>
<div id="team-members" class="row">
<h1 class="text-center title">The Team</h1>
<div class="member">
<div class="small-16 medium-3 columns member-pic">
<div class="polaroid">
<img src="images/karen.jpg" alt="team member photo"/>
</div>
</div>
<div class="small-16 medium-12 large-13 columns">
<h4>Karen</h4>
<p class="member-position">Owner, Certified Groomer</p>
<p>Karen is a professionally trained and certified pet stylist and grooming instructor who prides herself in styling all dogs to their correct and proper breed profiles, as well as creating unique styles for the every day pet.</p>
<p>She brings the style and flair of a fine, upscale pet grooming salon to the privacy and convenience of your home or office. In our grooming vans, your pet will receive professional, personalized, and uninterrupted attention.</p>
<p>Karen feels strongly that regular, good grooming is important in the promotion of good health for your pets and family; and it helps to keep your furniture more clean and sanitary.</p>
</div>
</div>
</div>
</section>
<section id="contact-callout">
<div class="row">
<div class="small-16 medium-10 columns">
<h1>Have Questions?</h1>
<p>If there is anything that you cannot find the answer to on our website, please feel free to leave us a voice message at either our 2 phone numbers, as well as submitting a inquiry form via our contact page.</p>
<p>The easiest way to receive information about scheduling and pricing is to submit a form after clicking the link below. We will respond to your email as soon as possible.</p>
<a href="contact.php" class="button radius">Contact Us</a>
</div>
<div class="medium-6 columns">
<img src="images/illustrations/barber.png" alt="barber">
</div>
</div>
</section>
<?php include('partials/footer.php'); ?>