-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
273 lines (240 loc) · 13.7 KB
/
contact.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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Contact - Dr. William G. Pappas, DDS</title>
<meta name="author" content="Dot Slash Digital">
<meta name="description" content="Dr. William Pappas, your favorite family dentist! Give your smile the care it deserves.">
<meta name="keywords" content="Pappas, dentistry, family">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Fathom Analytics -->
<script src="https://cdn.usefathom.com/script.js" data-site="XBUAZCFO" defer></script>
<!-- Favicon -->
<link rel="shortcut icon" href="images/fav_wp.ico">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Fonts -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/linea-font.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Slider -->
<link rel="stylesheet" href="css/slick.css">
<!-- Lightbox -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Definity CSS -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- CSS -->
<link rel="stylesheet" href="css/contact.css">
<link rel="stylesheet" href="css/common.css">
<!-- JS -->
<script src="js/modernizr-2.8.3.min.js"></script>
</head>
<body id="page-top">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- ========== Preloader =========== -->
<div class="preloader">
<img src="images/loader.svg" alt="Loading...">
</div>
<!-- ========== Navigation ========== -->
<nav class="navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<a class="navbar-brand" href="./index.html" style="font-size: 24px; margin-top: 5px">Dr. <span class="first-name-full">William</span><span class="first-name-initial">W.</span> G. Pappas, DDS</a>
</div>
<!-- Navbar Links -->
<div id="navbar" class="navbar-collapse collapse" >
<ul class="nav navbar-nav" style="float: right; font-size: 16px;">
<!-- Home -->
<li class="dropdown menu-item">
<a href="index.html" class="dropdown-toggle" data-hover="dropdown" data-delay="350" role="button" aria-haspopup="true" aria-expanded="false">Home</a>
</li>
<!-- Services-->
<li class="dropdown menu-item">
<a href="services.html" class="dropdown-toggle" data-hover="dropdown" data-delay="350" role="button" aria-haspopup="true" aria-expanded="false">Services</a>
</li>
<!-- Contact -->
<li class="dropdown menu-item active">
<a class="dropdown-toggle" data-hover="dropdown" data-delay="350" role="button" aria-haspopup="true" aria-expanded="false">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- ========== Page Title ========== -->
<header class="page-title pt-dark">
<div class="container">
<div class="row">
<h1 style="text-align:center">Contact Us</h1>
</div>
</div>
</header>
<!-- ========== Contact ============= -->
<section class="container contact-container">
<!-- Contact Form -->
<div class="contact-form-container">
<div class="form-login">
<form id="dwp-web-request-form" action="https://formspree.io/papagianas@aol.com" method="POST">
<fieldset id="fs-frm-inputs">
<div class="row">
<!-- Full Name -->
<div class="form-group col-md-6 col-sm-12">
<input type="text" id="full_name" name="Name" class="form-control" placeholder="Enter your name">
<label for="username-login-1">Full Name *</label>
</div>
<!-- Phone Number -->
<div class="form-group col-md-6 col-sm-12">
<input type="tel" id="phone_number" name="Phone Number" class="form-control" placeholder="Enter your phone number">
<label for="pass-login-1">Phone Number</label>
</div>
</div>
<!--Email-->
<div class="form-group">
<input type="email" id="user_email" name="email" class="form-control" placeholder="Enter your email">
<label for="pass-login-1">Email *</label>
</div>
<!-- Message -->
<div class="form-group">
<textarea name="Message" id="contact_message" class="form-control" rows="5" placeholder="Enter your Message"></textarea>
<label for="message-contact-1">Message *</label>
</div>
<!-- Submit -->
<input type="submit" id="submit_button" value="Submit" class="btn disable">
</fieldset>
</form>
</div>
</div>
</section>
<!-- ========== Map ================= -->
<section id="contact" class="section contact-1" style="padding: 0px">
<div class="contact-wrapper">
<!-- Map -->
<div id="map-canvas" class="gmap map-boxed"></div>
<!-- Show Info Button -->
<div class="show-info-link">
<a href="#" class="show-info">
<i class="fa fa-info"></i><h6>Show info</h6>
</a>
</div>
<div class="container">
<div class="row">
<!-- Address Info -->
<div class="col-xs-offset-1 col-xs-11 col-md-offset-2 col-md-6 contact-info-wrapper" style="padding: 40px;">
<address>
<div class="row">
<!-- Phone -->
<div class="col-sm-4 address-group" style="margin-bottom: 30px;">
<span style="text-align: center">Phone</span>
<a href="#" style="text-align: center">(702) 367-7133</a>
</div>
<!-- Address -->
<div class="col-sm-4 address-group" style="margin-bottom: 30px;">
<span style="text-align: center">Address</span>
<p style="text-align: center">7884 W Sahara Ave<br>Suite #100</p>
<p style="text-align: center">Las Vegas, NV 89117</p>
</div>
<!-- Hours -->
<div class="col-sm-4 address-group" style="margin-bottom: 30px;">
<span style="text-align: center">Open Hours</span>
<div style="max-width: 150px; margin: 0 auto;">
<p style="float: left">Mon:</p>
<p style="float: right">7am-6pm</p>
</div>
<div style="clear: both"></div>
<div style="max-width: 150px; margin: 0 auto;">
<p style="float: left">Tue:</p>
<p style="float: right">7am-6pm</p>
</div>
<div style="clear: both"></div>
<div style="max-width: 150px; margin: 0 auto;">
<p style="float: left">Wed:</p>
<p style="float: right">7am-6pm</p>
</div>
<div style="clear: both"></div>
<div style="max-width: 150px; margin: 0 auto;">
<p style="float: left">Thu:</p>
<p style="float: right">7am-3pm</p>
</div>
<div style="clear: both"></div>
<div style="max-width: 150px; margin: 0 auto;">
<p style="float: left">Fri:</p>
<p style="float: right">Closed</p>
</div>
<div style="clear: both"></div>
<div style="max-width: 150px; margin: 0 auto;">
<p style="float: left">Sat:</p>
<p style="float: right">Closed</p>
</div>
<div style="clear: both"></div>
<div style="max-width: 150px; margin: 0 auto;">
<p style="float: left">Sun:</p>
<p style="float: right">Closed</p>
</div>
<div style="clear: both"></div>
</div>
</div>
<!-- Show Map Button -->
<div class="row show-map-link" style="width: 100%; text-align: center; margin-left: -7px">
<a href="#" class="show-map">
<button class="btn">Show on map</button>
</a>
</div>
</address>
</div>
</div>
</div>
</div>
</section>
<!-- ========== Footer ============= -->
<div id="footer" class="copyright">
<div class="container section">
<div class="row">
<small class="p-4">
<a href="#page-top" class="pull-right to-the-top">To the top<i class="fa fa-angle-up"></i></a>
</small>
<div class="col">
<small class="p-1">© 2022 Dr. William G. Pappas, D.D.S., built by <a href="http://www.dotslashdigital.com">Dot Slash Digital</a></small>
<small class="p-2">© 2022 Dr. William G. Pappas, D.D.S.</small>
<small class="p-3">Built by <a href="http://www.dotslashdigital.com">Dot Slash Digital</a></small>
</div>
<div class="col">
<small class="p-5">
<a href="#page-top" class="pull-right to-the-top">To the top<i class="fa fa-angle-up"></i></a>
</small>
</div>
</div>
</div>
</div>
<!-- ========== Scripts ============= -->
<div>
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/google-fonts.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.js"></script>
<script src="js/jquery.localScroll.min.js"></script>
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/wow.min.js"></script>
<!-- Google Maps -->
<script src="js/gmap.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAMiBZGyvimXL0DA1FQX3rF0QXam2VqpY0"></script>
<!-- Definity JS -->
<script src="js/main.js"></script>
</div>
</body>
</html>