-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-us.html
48 lines (41 loc) · 1.34 KB
/
contact-us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Dandy Brewing Company</title>
<link rel="icon" href="images/favicon.ico">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/normalize.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="scripts/jquery.js"></script>
</head>
<body>
<header id="header-html"></header>
<main>
<section>
<h1>Contact Us</h1>
<p>Questions. Comments. Concerns.</p>
</section>
<section>
<h2>The Dandy Brewing Company</h2>
<h3>2003 11<sup>th</sup> Street SE, Calgary, AB.</h3>
<p>Please note, at this time, due to our limited space, we do not take reservations, nor do we book private
tours in the tasting room.</p>
</section>
<section>
<h4>Hours</h4>
<ul>
<li>Tuesday</li>
<li>Wednesday</li>
<li>Thursday</li>
<li>Friday</li>
<li>Saturday</li>
<li>Sunday</li>
</ul>
</section>
</main>
<footer id="footer-html"></footer>
</body>
</html>