-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
36 lines (30 loc) · 1.44 KB
/
Index.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
<!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>
<h1>About Us</h1>
<p>The Dandy Brewing Company is Calgary's original small brewery. Although it has grown a little, it's still
small at heart. We produce inspired ales, with lots of care, in small batches.</p>
<p>Our unique approach to brewing and keen eye to every detail and fosters creativity in both our recipes and
beer styles.</p>
<p>On site, we are pleased to offer a unique brewery experience, featuring a full service tasting room with an
exquisite menu of fine dining drinking food, a curated selection of cocktails, glass pours of selected
wines, and 20 taps of Dandy beers.</p>
<p>We share a passion for not only brewing, but the people, process, experiences, and personal touches that make
the real ale experience so special.</p>
</main>
<footer id="footer-html"></footer>
</body>
</html>