-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathContact.html
177 lines (135 loc) · 4.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Norman Crepon Dentistry" content="Website">
<title>Norman Crepon Dentistry</title>
<meta name="description"
content="Welcome to Crepon Dental in Waterbury, CT. Our experienced dentist, Norman Crepon, DMD, offers comprehensive dental care for patients of all ages. Contact us today to schedule an appointment!">
<meta name="keywords"
content="Waterbury dentist, Norman Crepon, DMD, Crepon Dental, dental care, family dentistry, cosmetic dentistry, restorative dentistry, dental implants">
<meta name="url" content="https://www.crepondental.com">
<link rel="stylesheet" href="normalise.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="navigation">
<div class="nav-container">
<div class="brand">
<a href="index.html">
<img src="/pictures/logo in white.png" alt="" class="whitelogo">
</a>
<a href="tel:(203) 753-5674">
<img src="/pictures/icons/pngfind.com-telephone-icon-png-59221.png" alt="white phone icon" class="phonelogo">
</a>
</div>
<nav>
<div class="nav-mobile"><a id="nav-toggle" href="#!"><span></span></a></div>
<ul class="nav-list">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="#!">Services</a>
<ul class="nav-dropdown">
<li>
<a href="services.html#preventative">Preventive</a>
</li>
<li>
<a href="services.html#restorative">Restorative</a>
</li>
<li>
<a href="services.html#cosmetic">Cosmetic Dentistry</a>
</li>
<li>
<a href="services.html#prosphetic">Prosthetic Dentistry</a>
</li>
<li>
<a href="services.html#pediatric">Children's Dentistry</a>
</li>
</ul>
</li>
<li>
<a href="Contact.html">Contact</a>
</li>
</ul>
</nav>
</div>
</section>
<main>
<div class="contactpic">
</div>
<h3 class="underheading">Easily reached from all areas of Waterbury and neighboring towns</h3>
<div class="contactcontainer">
<div class="contactbox">
<img src="pictures/icons/adress.png" alt="black map icon">
<p class="contacttitle">Adress</p>
<p class="contactwriting">
417 Highland Ave #5
</p>
<p class="contactwriting">
Waterbury,
CT 06708
</p>
</div>
<div class="contactbox">
<img src="pictures/icons/hours.png" alt="black clock icon">
<p Class="contacttitle">Hours</p>
<p>Mon: 8am - 5pm</p>
<p>Tues: 8am - 5pm</p>
<p>Thurs: 8am - 5pm</p>
<p>Fri: 8am - 5pm</p>
</div>
<div class="contactbox">
<img src="pictures/icons/phone and mail.png" alt="phone and mail icon">
<p Class="contacttitle">Contact</p>
<p>Phone: (203) 753-5674</p>
</div>
</div>
</main>
<footer>
<div class="footwrap">
<h2 class="footerqoute">Take a step toward dental health excellence today.</h2>
<div class="footersplit">
<div class="footercontact">
<h2 class="footerheader">Contact</h2>
<p> 417 Highland Ave #5 </p>
<p> Waterbury,
CT 06708</p>
<p>Phone: </p>
<p>(203) 753-5674</p>
<p></p>
</div>
<div class="footerhours">
<h2 class="footerheader">Hours</h2>
<p>Mon: 8am - 5pm</p>
<p>Tues: 8am - 5pm</p>
<p>Thurs: 8am - 5pm</p>
<p>Fri: 8am - 5pm</p>
</div>
</div>
<div class="footwrap">
<a href="https://www.facebook.com/Crepondental">
<img src="pictures/facebook-64.png" alt="facebook logo">
</a>
</div>
<div class="navigationfoot">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="services.html">Services</a>
<a href="Contact.html">Contact</a>
</div>
<div class="footerinfo">
<p>2023 Norman R Crepon, DMD</p>
<a href="https://marc-v.dev/" class="marc-link"> Website by Marc Vinokurov</a>
</div>
</footer>
<script src='jquery.js'></script>
<script src="./script.js"></script>
</body>
</html>