-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
208 lines (178 loc) · 10.1 KB
/
services.html
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lisa's Pampered Paws Pet Grooming | Services & Prices</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
</head>
<body>
<!-- NAVBAR -->
<div class="navbar-fixed">
<nav class="customNavbar" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="index.html" class="brand-logo">
<img alt="Lisa's Pampered Paws" src="images/LPP-logo-horizontal.png" class="brand-logo" /> </a>
<a href="#" data-target="nav-mobile" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a href="./index.html">Home</a></li>
<li class="active"><a href="./services.html">Services</a></li>
<li><a href="./gallery.html">Gallery</a></li>
<li><a href="./book.html">Book Appointment</a></li>
<li><a href="./about.html">About Us</a></li>
</ul>
</div>
</nav>
</div>
<ul id="nav-mobile" class="sidenav">
<li><img alt="Lisa's Pampered Paws" src="images/LPP-logo-horizontal.png" class="small-logo sidenav-close"/> </a>
<li><a class="white-text" href="./index.html">Home</a></li>
<li><a class="white-text active sidenav-close" href="./services.html">Services</a></li>
<li><a class="white-text" href="./gallery.html">Gallery</a></li>
<li><a class="white-text" href="./book.html">Book</a></li>
<li><a class="white-text" href="./about.html">About Us</a></li>
</ul>
<!-- BANNER IMAGE -->
<div id="index-banner" class="parallax-container" data-aos="fade-down">
<div class="section no-pad-top">
<div class="container">
<br><br>
<h1 class="header purple-text text-darken-3 services">Services</h1>
<div class="row center" data-aos="fade-down">
<h5 class="col s12 light right-align subhead">We love pets in all shapes and sizes and offer a full range of grooming services to keep them looking and feeling their best.<br><br></h5>
</div>
</div>
</div>
<div class="parallax"><img src="images/dog-washing.jpg" alt="beautiful weimerainer face"></div>
</div>
<!-- PRICE COLUMNS SECTION -->
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 m4 l4">
<h5 class="light purple-text text-darken-3"><strong>Fluff-n-Puff</strong></h5>
<p class="light">Includes a bath, dry, coat brush, nail trim, paw pads, glands expression, ears and sanitary area cleaning.</p>
<br>
<ul class="light">
<li>Small | $35+</li>
<li>Medium | $50+</li>
<li>Large | $60+</li>
<li>Extra Large | $75+</li>
<li>Giant | $100+</li>
<li>Cat | $85+</li>
</ul>
</div>
<div class="col s12 m4 l4">
<h5 class="light purple-text text-darken-3"><strong>Full Groom</strong></h5>
<p class="light">Includes all services that <br>come with the Fluff-n-Puff <br>plus a haircut.</p>
<br>
<ul class="light">
<li>Small | $60+</li>
<li>Medium | $75+</li>
<li>Large | $90+</li>
<li>Extra Large | $115+</li>
<li>Giant | $130+</li>
<li>Cat | $115+</li>
</ul>
</div>
<div class="col s12 m4 l4">
<h5 class="light purple-text text-darken-3"><strong>a la Carte</strong></h5>
<p class="light">We provide various services a la carte. Need something else, like a blue mohawk on your poodle? Just contact us to discuss. We're happy to take care of your pet.</p>
<br>
<ul class="light">
<li>Brush Teeth & Enzyme | $10</li>
<li>Trim & File Nails | $10-$25</li>
<li>Polish Nails | $15-$20</li>
<li>Color | $20+</li>
<li>Express Anal Glands | $15-$25</li>
</ul>
</div>
</div>
<div>
<p class="center light purple-text text-darken-3">SIZES: Small=under 15lbs | Medium=16-30lbs | Large=31-50lbs | Extra Large=51-70 | Giant=71lbs+ <br><br>+ Prices subject to change due to weight, difficulty, de-matting, specialty cuts and/or other services.</p>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="section no-pad-top">
<div class="container">
<div class="row left">
<h5 class="header col l4 s12 light lowQuote">"Brought my guy here to get him nice and clean after quarantine and let me tell you, it was worth the money! Lisa was great and she did a great job! My dog came out with almost no hair falling off (if you own a husky you know this is a big deal)...Prices are great as well!."</h5>
</div>
</div>
</div>
<div class="parallax"><img class="parallax-image" id="huskyImg" src="images/husky.jpg" alt="sweet pug looking up"></div>
</div>
<!-- COME SEE US SECTION -->
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send brown-text"></i></h3>
<h4 class="purple-text">Come See Us</h4>
<p class="center-align light">We'd love to meet you and your pet. <br>Give us a few details and we'll call you promptly to set a date.</p>
</div>
</div>
<div id="bookBtnWrapper" class="row center">
<a href="./book.html" id="bookBtn" class="btn-small glow-on-hover pink darken-3 right-align">Book an Appointment</a>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper bottomCont">
<div class="section no-pad-top"></div>
<div class="parallax" data-aos="fade-down"><img height="10vh" src="images/cat-groom-min.jpeg" alt="sleepy weimaraner puppy"></div>
</div>
<!-- FOOTER -->
<footer class="page-footer pink darken-3">
<div class="container">
<div class="row">
<div class="col l5 s12">
<h5 class="footerHead">About Our Business</h5>
<p class="grey-text text-lighten-4">We are a local family-owned business with fur babies of our own. With a combined experience of over 30 years among our groomers, we're exceptional in providing the grooming your pet requires and the love they deserve.<br><br> We're open for business now with extra precautions to protect against the spread of COVID. Your support means the world to us.</p>
</div>
<div class="col l3 s12">
<h5 class="footerHead">Location</h5>
<h5 class="white-text">3689 Kings Row<br>Reno, NV 89503</h5>
<p>in the Viewcrest Shopping Center</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3076.7436037517064!2d-119.85912964936611!3d39.54283767937565!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x809947e8ef32f0d7%3A0xabd0e6f628ac168f!2s3689%20Kings%20Row%2C%20Reno%2C%20NV%2089503!5e0!3m2!1sen!2sus!4v1601182026681!5m2!1sen!2sus" width="200" height="200" frameborder="0" style="border:2;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
<div class="col l3 s12">
<h5 class="footerHead">Connect</h5>
<ul>
<li class="connect"><a class="white-text" href="tel:1-775-825-4254"><i class="material-icons connectIcon">phone</i><span class="connectTxt">(775) 825-4254</span></a></li>
<li class="connect"><a class="white-text connectTxt" href="mailto:[email protected]"><i class="material-icons connectIcon">email</i> Email Us<span class="connectTxt"></span></a></li>
<li class="connect"><a class="white-text connectTxt"
href="https://www.facebook.com/Lisas-Pampered-Paws-Pet-Grooming-115065620131212"><i class="material-icons connectIcon">facebook</i><span class="connectTxt">Facebook</span></a></li>
<li class="connect"><a class="white-text connectTxt" href="#!"><img src="./images/instagram-icon.png" class="connectIcon"/> <span class="connectTxt">Instagram</span></a></li>
<li class="connect"><a class="white-text connectTxt" href="https://www.yelp.com/biz/lisas-pampered-paws-pet-grooming-reno"><img src="images/yelp-icon.png" class="connectIcon" /> <span class="connectTxt">Yelp</span></a>
</li>
</ul>
</div>
<div class="col l1 s12">
<iframe
border="0"
frameborder="0"
style="border: 0; height:110px; width:153px; color: whitesmoke"
src="https://seal-utah.bbb.org/frame/blue-seal-153-100-bbb-90026507.png?chk=0806984D0F
">
</iframe>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container purple-text text-lighten-1">
<a href="http://www.jaymedev.com"><img id="jaymedev-logo" alt="Designed & built by Jayme Development" src="images/jaymedev-logo.png"/></a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
</body>
</html>