generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
menu.html
216 lines (195 loc) · 8.49 KB
/
menu.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Plant Cafe, vegan cafe and houseplant shop located in Dublin 2. ">
<meta name="keywords" content="Dublin, Houseplants, Coffeeshop, Cafe">
<meta name="author" content="Plant Cafe">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://www.davidindub.com/plant-cafe/">
<meta property="og:type" content="website">
<meta property="og:title" content="Plant Cafe">
<meta property="og:description" content="Plant Cafe, vegan cafe and houseplant shop located in Dublin 2. ">
<meta property="og:image" content="https://www.davidindub.com/plant-cafe/assets/images/social-preview.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="davidindub.com">
<meta property="twitter:url" content="https://www.davidindub.com/plant-cafe/">
<meta name="twitter:title" content="Plant Cafe">
<meta name="twitter:description" content="Plant Cafe, vegan cafe and houseplant shop located in Dublin 2. ">
<meta name="twitter:image" content="https://www.davidindub.com/plant-cafe/assets/images/social-preview.png">
<!-- Font Awesome Link -->
<script src="https://kit.fontawesome.com/b5ec715163.js" crossorigin="anonymous"></script>
<!-- Favicon Links -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<!-- Link to Stylesheet -->
<link rel="stylesheet" href="assets/css/styles.css">
<title>Menu - Plant Cafe</title>
</head>
<body>
<!-- Header and Nav -->
<header class="container">
<h1 id="logo"><a href="index.html" id="logo-link">Plant Cafe</a></h1>
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="#logo" class="active">Menu</a>
</li>
<li>
<a href="visitus.html">Visit Us</a>
</li>
<li>
<a href="events.html">Events</a>
</li>
</ul>
</nav>
</header>
<!-- Main Content -->
<main class="container menu-content">
<!-- Beginning of Menu -->
<h2 id="page-title">Menu</h2>
<!-- Hot Drinks -->
<section id="menu-drinks-hot" class="menu-section">
<h3>Hot Drinks</h3>
<dl>
<dt>White Coffee €2.90</dt>
<dd>Flat White, Cappuccino, Latte</dd>
<dt>Americano €2.90</dt>
<dd>Espresso with hot water</dd>
<dt>Filter Coffee €3.50</dt>
<dd>Guest Coffee of the month</dd>
<dt>Loose Leaf Teas €3.00</dt>
<dd>Irish Breakfast, Green Tea, Peppermint, Camomile</dd>
</dl>
</section>
<img src="assets/images/menu-coffee-sq.jpg" alt="Two lattes surrounded by plants." id="menu-drinks-hot-img"
class="menu-img">
<!-- Cold Drinks -->
<section id="menu-drinks-cold" class="menu-section">
<h3>Cold Drinks</h3>
<dl>
<dt>Iced Coffee €4.50</dt>
<dd>Black or with Milk</dd>
<dt>Fresh Juice €3.00</dt>
<dd>Orange or Grapefruit</dd>
<dt>Fresh Smoothie €4.50</dt>
<dd>Kale & Spinach, Carrot & Ginger, or Berry & Banana</dd>
<dt>Kombucha €4.00</dt>
<dd>Mango or Raspberry & Rosemary</dd>
<dt>Complimentary Filtered Water</dt>
<dd>Still or Sparkling</dd>
</dl>
</section>
<img src="assets/images/menu-juice-sq.jpg" alt="Three different juices in glasses with straws."
id="menu-drinks-cold-img" class="menu-img">
<!-- Sweet Treats -->
<section id="menu-sweet" class="menu-section">
<h3>Sweet Treats</h3>
<dl>
<dt>Pancake Stack €9.00</dt>
<dd>with Maple Syrup and Seasonal Berries</dd>
<dt>Vegan Croissant €4.00</dt>
<dd>with Blueberry Jam</dd>
<dt>Cinnamon Roll €4.50</dt>
<dd>Served Hot</dd>
<dt>Raspberry Energy Ball €2.50</dt>
<dd>With Dates & Flaked Coconut</dd>
</dl>
</section>
<img src="assets/images/menu-buns-sq.jpg" alt="Hot cinnamon Rolls in a baking tray." id="menu-sweet-img"
class="menu-img">
<!-- Lunch -->
<section id="menu-lunch" class="menu-section">
<h3>Lunch</h3>
<em>
Served from 12:00pm until close
</em>
<dl>
<dt>Avocado on Toasted Sourdough €9.00</dt>
<dd>with Lime & Chili Dressing</dd>
<dt>Falafel Sandwich €6.00</dt>
<dd>Falafel, Hummus, Tzatziki & Tomato</dd>
<dt>Soup of the Day €4.50</dt>
<dd>with Sourdough & Olive Oil</dd>
</dl>
</section>
<img src="assets/images/menu-croissant-sq.jpg" alt="A croissant cut in half and covered with blueberry jam."
id="menu-lunch-img" class="menu-img">
<section id="menu-subtext" class="menu-section">
<h3>For your information:</h3>
<small>
All milks and ingredients used are vegan. Full allergen information is available on request, and we can
advise of all ingredients used.
<br><br>
Feel free to <a href="visitus.html#visitus-form">contact us</a> with any questions or further
information.
Guests with special dietary requirements are welcome to contact us directly to discuss their needs.
</small>
</section>
<!-- End of Menu -->
</main>
<!-- Footer -->
<footer class="container">
<!-- Footer Opening Hours & Email -->
<div class="footer-section">
Mon-Fri <time>08:00</time> - <time>17:00</time><br>
Sat-Sun <time>10:00</time> - <time>17:00</time><br><br>
<a href="mailto:hello@plantcafe.ie">hello@plantcafe.ie</a>
</div>
<!-- Footer Nav Links -->
<div class="footer-section">
<ul id="footer-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="#logo">Menu</a>
</li>
<li>
<a href="visitus.html">Visit Us</a>
</li>
<li>
<a href="events.html">Events</a>
</li>
</ul>
</div>
<!-- Social Media Links -->
<div class="footer-section">
<ul class="footer-socials">
<li>
<a href="https://www.facebook.com" target="_blank" rel="noopener"
aria-label="Visit our Facebook page (opens in a new tab)">
<i class="fab fa-2x fa-facebook"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com" target="_blank" rel="noopener"
aria-label="Visit our Twitter page (opens in a new tab)">
<i class="fab fa-2x fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com" target="_blank" rel="noopener"
aria-label="Visit our Instagram page (opens in a new tab)">
<i class="fab fa-2x fa-instagram"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com" target="_blank" rel="noopener"
aria-label="Visit our YouTube channel (opens in a new tab)">
<i class="fab fa-2x fa-youtube"></i>
</a>
</li>
</ul>
</div>
</footer>
</body>
</html>