-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.html
236 lines (189 loc) · 10 KB
/
book.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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="grooming, groomer, dog, pet, yorkie, labradoodle, poodle, veterinary">
<meta name="description" content="Schedule. Request an appointment for grooming services with an expert groomer at our salon. Contact Tail Waggers for a grooming appointment at (702) 900-4803 - ask for Lisa.">
<meta name="author" content="Tail Waggers Grooming Salon">
<title>Dog Grooming - Pet Grooming | Tail Waggers | Book a Grooming Appointment</title>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/emailjs-com@2/dist/email.min.js"></script>
<script type="text/javascript">
(function () {
// https://dashboard.emailjs.com/admin/integration
emailjs.init('user_HwMXwEHp0KORxnvgNKatv');
})();
</script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/materialize.css" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head>
<body>
<!-- NAVBAR -->
<div class="navbar-fixed">
<nav class="customNavbar" role="navigation">
<div class="nav-wrapper">
<a id="logo-container" href="index.html" class="brand-logo">
<img alt="Tail Waggers Dog Grooming" src="images/tw-logo.png" id="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><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">
<img alt="Tail Waggers" src="images/tw-logo.png" class="small-logo sidenav-close"/> </a>
<li><a class="white-text sidenav-close" href="./index.html">Home</a></li>
<li><a class="white-text" href="./services.html">Services</a></li>
<li><a class="white-text" href="./gallery.html">Gallery</a></li>
<li class="active"><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">
<div id="buttonDiv"></div>
<div class="container">
<!-- <div class="section" data-aos="fade-up" data-aos-anchor-placement="bottom-bottom"> -->
<h1 class="header">Book A Date</h1>
<p class="subhead light white-text">We're open Sundays through Fridays from <strong>7:30am til 5:00pm</strong> or until our last dog goes home. <br><em>Closed on Saturdays.</em><br>Just let us know a few details and we'll call you personally to confirm.</p>
<!-- </div> -->
</div>
<!-- Modal Trigger -->
<a class="btn-small center-align glow-on-hover modal-trigger" id="reqModalBtn" href="#formModal">Request Appointment</a>
<div class="parallax" id="bookBanner"><img class="bottomImg" src="images/black-lab.jpeg" alt="black lab head on lap">
</div>
</div>
<!-- FORM MODAL-->
<div class="container">
<div id="formModal" class="modal">
<div class="modal-content">
<h4>Request an Appointment</h4>
<p>We cannot guarantee your requested time but we'll try our best! <br>We typically respond within 2 hours.</p>
<form id="requestForm" method="post">
<div class="row">
<div class="input-field col l3 m6 s12">
<input id="firstName" type="text" class="validate" name="firstName">
<label for="firstName">First Name</label>
</div>
<div class="input-field col l3 m6 s12">
<input id="lastName" type="text" class="validate" name="lastName">
<label for="lastName">Last Name</label>
</div>
<div class="col l3 m6 s12">
<div class="input-field">
<input id="phone" type="text" class="validate" name="phone">
<label for="phone">Phone</label>
</div>
</div>
<div class="col l3 m6 s12">
<div class="input-field">
<input id="email" type="text" class="validate" name="email">
<label for="email">Email</label>
</div>
</div>
<div class="col l3 m6 s12">
<div class="input-field">
<input id="petName" type="text" class="validate" name="petName">
<label for="petName">Pet's Name</label>
</div>
</div>
<div class="col l3 m6 s12">
<div class="input-field">
<select id="petType" name="petType">
<option value="Dog (Small)">Dog (Small)</option>
<option value="Dog (Medium)">Dog (Medium)</option>
<option value="Dog (Large)">Dog (Large)</option>
<option value="Dog (Extra Large or Giant)">Dog (Extra Large or Giant)</option>
<option value="Cat">Cat</option>
<option value="Other/Not Sure">Other/Not Sure</option>
</select>
<label for="petType">Pet Type</label>
</div>
</div>
<div class="col l3 m6 s12">
<div class="input-field">
<input id="reqTime" type="text" class="timepicker" name="reqTime">
<label for="reqTime">Requested Time</label>
</div>
</div>
<div class="col l3 m6 s12">
<div class="input-field">
<input id="reqDate" type="text" class="datepicker" setDefaultDate="true" name="reqDate">
<label for="reqDate">Requested Date(s)</label>
</div>
</div>
</div>
<div class="row center">
<button class="btn glow-on-hover modal-close" type="submit" name="action" id="submitBtn">Submit
<i class="material-icons right">send</i>
</button>
</div>
</div>
<div class="modal-footer">
<a href="#!" class="modal-close waves-effect waves-green btn-flat">Close</a>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<footer class="grey darken-4">
<div class="container" id="footerContainer">
<div class="row">
<div class="col s12 m6">
<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 s12 m3">
<h5 class="footerHead">Location</h5>
<h5 class="white-text"><small>2550 South Rainbow Blvd <br>#E-24<br>Las Vegas NV 89146</small></h5>
<!-- <hr> -->
<!-- <br> -->
<!-- <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:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe> -->
</div>
<div class="col s12 m2">
<h5 class="footerHead">Connect</h5>
<ul>
<li class="connect"><a target="_blank" class="white-text" href="tel:1-702-873-3341"><i class="material-icons connectIcon">phone</i><span class="connectTxt">(702) 873-3341</span></a></li>
<li class="connect"><a target="_blank" class="white-text connectTxt" href="mailto:ogtailwaggers@gmail.com"><i class="material-icons connectIcon">email</i> Email Us<span class="connectTxt"></span></a></li>
<li class="connect"><a target="_blank" class="white-text connectTxt"
href="https://www.facebook.com/ogtailwaggers"><i class="material-icons connectIcon">facebook</i><span class="connectTxt">Facebook</span></a></li>
<!-- <li class="connect"><a target="_blank" class="white-text connectTxt" href="#!"><img src="./images/instagram-icon.png" class="connectIcon"/> <span class="connectTxt">Instagram</span></a></li> -->
<li class="connect"><a target="_blank" class="white-text connectTxt" href="https://www.yelp.com/biz/tailwaggers-las-vegas"><img src="images/yelp-icon.png" class="connectIcon" /> <span class="connectTxt">Yelp</span></a>
</li>
</ul>
</div>
<!-- <div class="col l1 s12">
<br>
<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 right-align">
<div class="container white-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/init.js"></script>
<script src="js/materialize.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
</body>
</html>