-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
62 lines (58 loc) · 2.79 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
<!DOCTYPE html>
<html>
<head>
<title>Kay's Originals</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/contact.css" type="text/css">
<link rel="icon" type="image/png" href="img/favicon.png">
</head>
<body>
<header>
<div id="header">
<a class="headerlink" href="index.html">KAY'S ORIGINALS</a>
</div>
<div id="nav">
<a class="nav-link" href="index.html">HOME</a>
<a class="nav-link" href="exhibitions.html">EXHIBITIONS</a>
<a class="nav-link" href="artists.html">ARTISTS</a>
<a class="nav-link" href="publications.html">PUBLICATIONS & EDITIONS</a>
<a class="nav-link" href="news.html">NEWS & EVENTS</a>
<a class="nav-link-selected" href="contact.html">CONTACT</a>
</div>
</header>
<section>
<div class ="contact-info">
<span class = "title">Contact Us</span>
<br>
<span class ="info">720 Northern Blvd, </span>
<br>
<span class ="info">Brookville, NY, 11448</span>
<br>
<span class ="info">Tel: (516) 299-2000</span>
<br>
<span class ="info">Fax: (516) 299-2137</span>
<br>
<a href="mailto:[email protected]"><span class ="info-a">[email protected]</span></a>
<br>
<br>
<p class = "title">Hours:</p>
<br>
<ul>
<li>Sunday: <span class = "rightcol">Closed</span></li>
<li>Monday: <span class = "rightcol">11am-6pm</li>
<li>Tuesday <span class = "rightcol">11am-6pm</li>
<li>Wednesday: <span class = "rightcol">Closed</li>
<li>Thursday: <span class = "rightcol">11am-6pm</li>
<li>Friday: <span class = "rightcol">12pm-5pm</li>
<li>Saturday: <span class = "rightcol">12pm-3pm</li>
</ul>
<img id ="store-img" src="img/store.jpg">
</div>
<iframe id ="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3019.464949369036!2d-73.588928!3d40.81775000000001!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c28670227f87b1%3A0xc66e8187e8128a37!2sLIU+Post!5e0!3m2!1sen!2sus!4v1429750207082" width="665" height="460" frameborder="0" style="border:0"></iframe>
</section>
<div id="footer">
COPYRIGHT © 2015 KAY'S ORIGINALS
</div>
</body>
</html>