forked from Jason-and-Deon-Coffe-Project/coffee-project-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroasts.html
More file actions
276 lines (246 loc) · 12.6 KB
/
roasts.html
File metadata and controls
276 lines (246 loc) · 12.6 KB
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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--Viewport-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coffee Life | Our Roasts</title>
<!--Favicon-->
<link rel="shortcut icon" href="img/MoonConceptSmallPatch03.svg" type="image/x-icon">
<!--Bootstrap Styles-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<!--Bootstrap Icons-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" />
<!--Override Styles-->
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!--NAV-->
<nav class="navbar navbar-expand-sm navbar-dark main-bg-color">
<div class="container">
<a href="index.html" class="navbar-brand">
<img src="img/MoonConceptSmallPatch03.svg" alt="Coffee Life Mascot, Moon the Raccoon" width="55px" class="pr-3">
Coffee Life
</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">About Us</a>
</li>
<li class="nav-item active">
<a href="roasts.html" class="nav-link">Our Roasts</a>
</li>
<li class="nav-item">
<a href="blog.html" class="nav-link">blog</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!--HEADER-->
<header id="page-header">
<div class="container">
<div class="row">
<div class="col-md-6 m-auto text-center">
<h1>Our Roasts</h1>
<p>We have a wide variety of roasts, both imported and locally roasted!</p>
</div>
</div>
</div>
</header>
<!--COFFEE-->
<div class="container">
<div class="row">
<div class="col-12 col-md-3">
<div class="container form-container">
<form>
<div class="form-group">
<h2 class="my-4">Select Roast</h2>
<label for="coffee-name">Coffee Name</label>
<input class="form-control " type="text" name="coffee-name" id="coffee-name">
<label for="roast-flavor1" class="mt-2">Main Flavor</label>
<select class="form-control" id="roast-flavor1">
<option></option>
<option>Amaretto</option>
<option>Apple</option>
<option>Bacon</option>
<option>Banana</option>
<option>Bitter</option>
<option>Birthday Cake</option>
<option>Blueberry</option>
<option>Butterscotch</option>
<option>Caramel</option>
<option>Chocolate</option>
<option>Cinnamon</option>
<option>French Vanilla</option>
<option>Hazelnut</option>
<option>Highlander Grogg</option>
<option>Kona</option>
<option>Maple</option>
<option>Mocha</option>
<option>Peppermint</option>
<option>Pumpkin Spice</option>
<option>Raspberry</option>
<option>Smoke</option>
<option>Strawberry</option>
<option>Wood</option>
<option>Vanilla</option>
</select>
<label for="roast-selection" class="mt-1">Roast</label>
<select class="form-control " id="roast-selection">
<option>all</option>
<option>light</option>
<option>medium</option>
<option>dark</option>
</select>
</div>
<hr>
<small class="text-muted">Have an Idea for a new Roast?</small>
<h2 class="">Suggest New Roast</h2>
<div class="form-group">
<label for="add-coffee-name">Name</label>
<input class="form-control" type="text" name="add-coffee-name" id="add-coffee-name">
<label for="add-coffee-description">Description</label>
<textarea name="add-coffee-description" id="add-coffee-description" cols="30" rows="4"
class="form-control"></textarea>
<label for="add-roast-flavor1" class="mt-2">Main Flavor</label>
<select class="form-control" id="add-roast-flavor1">
<option></option>
<option>Amaretto</option>
<option>Apple</option>
<option>Bacon</option>
<option>Banana</option>
<option>Bitter</option>
<option>Birthday Cake</option>
<option>Blueberry</option>
<option>Butterscotch</option>
<option>Caramel</option>
<option>Chocolate</option>
<option>Cinnamon</option>
<option>French Vanilla</option>
<option>Hazelnut</option>
<option>Highlander Grogg</option>
<option>Kona</option>
<option>Maple</option>
<option>Mocha</option>
<option>Peppermint</option>
<option>Pumpkin Spice</option>
<option>Raspberry</option>
<option>Smoke</option>
<option>Strawberry</option>
<option>Wood</option>
<option>Vanilla</option>
</select>
<label for="add-roast-flavor2" class="mt-2">Secondary Flavor</label>
<select class="form-control" id="add-roast-flavor2">
<option></option>
<option>Amaretto</option>
<option>Apple</option>
<option>Bacon</option>
<option>Banana</option>
<option>Bitter</option>
<option>Birthday Cake</option>
<option>Blueberry</option>
<option>Butterscotch</option>
<option>Caramel</option>
<option>Chocolate</option>
<option>Cinnamon</option>
<option>French Vanilla</option>
<option>Hazelnut</option>
<option>Highlander Grogg</option>
<option>Kona</option>
<option>Maple</option>
<option>Mocha</option>
<option>Peppermint</option>
<option>Pumpkin Spice</option>
<option>Raspberry</option>
<option>Smoke</option>
<option>Strawberry</option>
<option>Wood</option>
<option>Vanilla</option>
</select>
<label for="add-roast-flavor3" class="mt-2">Tertiary Flavor</label>
<select class="form-control" id="add-roast-flavor3">
<option></option>
<option>Amaretto</option>
<option>Apple</option>
<option>Bacon</option>
<option>Banana</option>
<option>Bitter</option>
<option>Birthday Cake</option>
<option>Blueberry</option>
<option>Butterscotch</option>
<option>Caramel</option>
<option>Chocolate</option>
<option>Cinnamon</option>
<option>French Vanilla</option>
<option>Hazelnut</option>
<option>Highlander Grogg</option>
<option>Kona</option>
<option>Maple</option>
<option>Mocha</option>
<option>Peppermint</option>
<option>Pumpkin Spice</option>
<option>Raspberry</option>
<option>Smoke</option>
<option>Strawberry</option>
<option>Wood</option>
<option>Vanilla</option>
</select>
<label for="add-roast-selection" class="mt-2">Roast</label>
<select class="form-control" id="add-roast-selection">
<option>light</option>
<option>medium</option>
<option>dark</option>
</select>
<input class="btn fourth-btn-color w-100 my-2" id="add-submit" type="submit" />
</div>
</form>
</div>
</div>
<div class="col-12 col-md-9 order-md-first mx-auto">
<div class="row">
<div class="d-flex flex-wrap" id="coffees-container"></div>
</div>
</div>
</div>
</div>
<!--FOOTER-->
<footer id="main-footer" class="text-center p-4 main-bg-color">
<div class="container">
<div class="row">
<div class="col">
<p>© <span id="year"></span> Coffee Life Co.</p>
</div>
</div>
</div>
</footer>
<!--SCRIPTS-->
<section>
<!--JQuery-->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<!--Font Awesome-->
<script src="https://kit.fontawesome.com/f2796ec852.js" crossorigin="anonymous"></script>
<!--Bootstrap-->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<!--Local JS-->
<script src="js/main.js"></script>
<!--Get the current year for the copyright-->
<script>
// Get year for copy
$('#year').text(new Date().getFullYear())
// Slider JS
</script>
</section>
</body>
</html>