-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
343 lines (337 loc) · 12.7 KB
/
index.html
File metadata and controls
343 lines (337 loc) · 12.7 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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Whiskey Drop | Taste a new whiskey every month</title>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous"
/>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"
></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script
src="https://kit.fontawesome.com/195f3c863e.js"
crossorigin="anonymous"
></script>
</head>
<body>
<nav class="navbar navbar-light bg-light navbar-expand-sm">
<a href="/" class="navbar-brand">Whiskey Drop</a>
<button
class="navbar-toggler ml-auto"
type="button"
data-toggle="collapse"
data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav mr-auto">
<li class="active nav-item mr-2" href="/">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item mr-2" href="/">
<a class="nav-link" href="/about">About</a>
</li>
<li class="nav-item mr-2 d-block d-sm-none" href="/"></li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdownMenuLink"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Whiskeys
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#">Irish</a>
<a class="dropdown-item" href="#">Scotch</a>
<a class="dropdown-item" href="#">Japanese</a>
<a class="dropdown-item" href="#">American</a>
</div>
</li>
<li class="nav-item mr-2 d-block d-sm-none">
<a class="nav-link" href="/login">Sign in / Sign Up!</a>
</li>
</ul>
</div>
<div class="d-none d-md-block">
<p class="navbar-text my-auto mr-2">
<i>Great whiskey delivered to your door!</i>
</p>
<a href="/login">Sign in / Sign Up!</a>
</div>
</nav>
<article class="container mt-3">
<div class="row d-none d-sm-block">
<div class="col-12">
<div class="alert alert-warning">
<strong>Sale Now On!</strong> We've got a sale on. Get a 12-month
subscription for the price of 6!
<a href="">See here for details!</a>
</div>
</div>
</div>
<!-- Callout-->
<div class="row">
<div class="col-12">
<section class="callout jumbotron text-center">
<h1>The finest whiskeys delivered to your doorstep.</h1>
<p class="lead">
Sign up today to start recieving the world's best whiskeys every
month. <s class="d-none d-sm-inline">€19.99</s>
<span class="d-inline d-sm-none"><br /></span>
<strong><mark>First one is free!</mark></strong>
</p>
<button
class="btn btn-success btn-lg"
data-toggle="modal"
data-target="#signUpModal"
>
Sign up!
</button>
<p class="text-muted">
<small
>You must be over 18 to use our service. Please drink
responsibly.</small
>
</p>
</section>
</div>
</div>
<!-- /Callout-->
<hr />
<!-- Qoutes-->
<section class="quotes">
<div class="row">
<div class="col-12 my-5">
<h2 class="text-uppercase">Quotes:</h2>
</div>
</div>
<div class="row">
<div class="col-12 col-md-6">
<div class="media">
<div class="d-none d-sm-block">
<img
src="IMG/girl-image.png"
alt="A young woman"
class="rounded-circle mr-3"
height="100"
width="100"
/>
</div>
<div class="media-body">
<blockquote class="blockquote">
<p>
I've been introduced to more than 10 great international
whiskeys I never knew about.
</p>
<p>- Jane Doe</p>
</blockquote>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="media">
<div class="d-none d-sm-block">
<img
src="IMG/guy-image.png"
alt="A young man"
class="rounded-circle mr-3"
height="100"
width="100"
/>
</div>
<div class="media-body">
<blockquote class="blockquote">
<p>I haven't been sober for months!</p>
<p>- John Doe</p>
</blockquote>
</div>
</div>
</div>
</div>
</section>
<!-- /Qoutes-->
<hr />
<!-- Features-->
<section class="feature">
<div class="row">
<div class="col-12 my-5">
<h2 class="text-uppercase">Features:</h2>
</div>
</div>
<div class="row">
<div class="col-12 col-md-6 col-lg-4">
<div class="feature">
<h3>
<i class="fas fa-gift d-none d-sm-inline"></i> Feature 1
<span class="badge badge-success"> NEW!</span>
</h3>
<p>
orem ipsum dolor sit amet, consectetur adipiscing elit. Nam
suscipit eu elit non venenatis. Proin facilisis est velit, quis
scelerisque turpis hendrerit maximus. Orci varius natoque
penatibus et magnis dis parturient montes, nascetur ridiculus
mus. Suspendisse vestibulum suscipit enim in gravida. Orci
varius natoque penatibus et magnis dis parturient montes,
nascetur ridiculus mus. Integer nec rutrum tellus. Fusce viverra
eros tempus, hendrerit purus et, placerat libero. Cras accumsan
at orci eget euismod. Donec imperdiet ornare eleifend.
Suspendisse sodales, nibh ac consectetur vestibulum, ligula elit
sollicitudin felis, nec accumsan turpis diam id ex.
</p>
<p><a class="btn btn-sm btn-light" href="">Read More</a></p>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="feature">
<h3>
<i class="fas fa-credit-card d-none d-sm-inline"></i> Feature 2
</h3>
<p>
orem ipsum dolor sit amet, consectetur adipiscing elit. Nam
suscipit eu elit non venenatis. Proin facilisis est velit, quis
scelerisque turpis hendrerit maximus. Orci varius natoque
penatibus et magnis dis parturient montes, nascetur ridiculus
mus. Suspendisse vestibulum suscipit enim in gravida. Orci
varius natoque penatibus et magnis dis parturient montes,
nascetur ridiculus mus. Integer nec rutrum tellus. Fusce viverra
eros tempus, hendrerit purus et, placerat libero. Cras accumsan
at orci eget euismod. Donec imperdiet ornare eleifend.
Suspendisse sodales, nibh ac consectetur vestibulum, ligula elit
sollicitudin felis, nec accumsan turpis diam id ex.
</p>
<p><a class="btn btn-sm btn-light" href="">Read More</a></p>
</div>
</div>
<div class="col-12 d-md-none d-lg-block col-lg-4">
<div class="feature">
<h3>
<i class="fas fa-times-circle d-none d-sm-inline"></i> Feature 3
</h3>
<p>
orem ipsum dolor sit amet, consectetur adipiscing elit. Nam
suscipit eu elit non venenatis. Proin facilisis est velit, quis
scelerisque turpis hendrerit maximus. Orci varius natoque
penatibus et magnis dis parturient montes, nascetur ridiculus
mus. Suspendisse vestibulum suscipit enim in gravida. Orci
varius natoque penatibus et magnis dis parturient montes,
nascetur ridiculus mus. Integer nec rutrum tellus. Fusce viverra
eros tempus, hendrerit purus et, placerat libero. Cras accumsan
at orci eget euismod. Donec imperdiet ornare eleifend.
Suspendisse sodales, nibh ac consectetur vestibulum, ligula elit
sollicitudin felis, nec accumsan turpis diam id ex.
</p>
<p><a class="btn btn-sm btn-light" href="">Read More</a></p>
</div>
</div>
</div>
</section>
<hr />
<section class="favourites">
<h2 class="text-uppercase">Monthly Favourites</h2>
<table class="table">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Name</th>
<th scope="col">Origin</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Laphroaig 10 year</td>
<td>Scotland</td>
</tr>
<tr>
<th scope="row">1</th>
<td>Redbreast 12 year</td>
<td>Ireland</td>
</tr>
<tr>
<th scope="row">1</th>
<td>Hakushu 12 year</td>
<td>Japan</td>
</tr>
<tr>
<th scope="row">1</th>
<td>Pikesville Strait Rye</td>
<td>USA</td>
</tr>
<tr>
<th scope="row">1</th>
<td>The Belvenie DoubleWood</td>
<td>Scotland</td>
</tr>
</tbody>
</table>
</section>
</article>
<!--Java here-->
<div class="modal" tabindex="-1" role="dialog" id="signUpModal">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Sign Up to Whiskey Drop!</h5>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<div class="form-group">
<label for="password">Password</label>
<input type="password" class="form-control" id="password" placeholder="Password">
</div>
<div class="form-group">
<label for="repeatPassword">Repeat Password</label>
<input type="password" class="form-control" id="repeatPassword" placeholder="Repeat Password">
</div>
<button type="submit" class="btn btn-success">Submit</button>
</form>
</div>
</div>
</div>
</div>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"
></script>
</body>
</html>