-
Notifications
You must be signed in to change notification settings - Fork 0
/
mokapot.html
257 lines (232 loc) · 14.4 KB
/
mokapot.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Coffee Roastery</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="utilities.css">
<script type="text/javascript" src="html5worldmapv4.1\mapdata.js"></script>
<script type="text/javascript" src="html5worldmapv4.1\worldmap.js"></script>
<script src="https://kit.fontawesome.com/67cc91d7dd.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-black ">
<div class="container-fluid d-flex">
<div class="row">
<div class="col-md-4">
<a class="navbar-brand" href="home.html">
<img src="Media/Images/logo-text.png" alt="logo" class="img-fluid img-scaling" >
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse col-3 me-2" id="navbarSupportedContent">
<ul class="navbar-nav me-2 mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="home.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Coffee
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="coffee.html">Coffee</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="brazil.html">Brazilian</a></li>
<li><a class="dropdown-item" href="guatemala.html">Guatemalan</a></li>
<li><a class="dropdown-item" href="colombia.html">Colombian</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="equipment.html">Equipment</a>
</li>
<li class="nav-item">
<a class="nav-link" href="subscription.html">Subscription</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</div>
<div class="container-fluid pt-5 mt-2 p-5">
<div class="row">
<div class="col-xl pt-5 mt-5 px-5" >
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="Media/Images/mokapot.png" class="d-block w-100" alt="bialetti 6-cup moka pot">
<div class="carousel-caption d-none d-md-block">
<h5></h5>
<p></p>
</div>
</div>
<div class="carousel-item">
<img src="Media/Images/mokapot-2.png" class="d-block w-100" alt="Bialetti Moka pot on kitchen counter with 2 cups of black coffee and teaspoon">
<div class="carousel-caption d-none d-md-block">
<h5></h5>
<p></p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div class="col-xl-5 pt-5 mt-5 p-5">
<h1 class="display-5 ">Bialetti 6-cup Moka Pot Espress</h1>
<p class="h4 text-muted">£25</p>
<div class="input-group">
<div class="input-group mb-1">
<span class="input-group-text" id="inputGroup-sizing-default">Quantity</span>
<input type="number" class="form-control" aria-label="Sizing example input" aria-required="true" aria-describedby="inputGroup-sizing-default" placeholder="Select number required">
</div>
<button class="btn btn-outline-success mt-3" type="button">Add to Basket</button>
</div>
</div>
<div class="container-fluid pt-5">
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="overview-tab" data-bs-toggle="tab" data-bs-target="#overview" type="button" role="tab" aria-controls="overview" aria-selected="true">Overview</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="description-tab" data-bs-toggle="tab" data-bs-target="#description" type="button" role="tab" aria-controls="description" aria-selected="false">Description</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="details-tab" data-bs-toggle="tab" data-bs-target="#details" type="button" role="tab" aria-controls="details" aria-selected="false">Additional Details</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="reviews-tab" data-bs-toggle="tab" data-bs-target="#reviews" type="button" role="tab" aria-controls="Reviews" aria-selected="false">Reviews</button>
</li>
</ul>
<!-- Tab Content-->
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active mt-4" id="overview" role="tabpanel" aria-labelledby="overview-tab">
<ul>
<li>Invented by Alfonso Bialetti in 1933, a symbol of Made in Italy all over the world </li>
<li>The only one with 8 faces, with the unmistakable little man with a mustache</li>
<li>High quality: made of aluminum, with ergonomic handle</li>
<li>Maximum safety: patented safety valve, inspectable and easy to clean</li>
<li>Suitable for all hobs except induction hobs</li>
</ul>
</div>
<div class="tab-pane fade mt-3" id="description" role="tabpanel" aria-labelledby="description-tab">
<p>
The Bialetti Moka celebrates more than 80 years of classic design elegance and technological simplicity. From the early 1950s to the present day, Bialetti has manufactured over 200 million coffee makers. In particular, the Moka Express has become iconic and has allowed millions of consumers to enjoy great Italian coffee.
<br>
The Moka produces a rich, authentic espresso in just minutes. The aluminium pot features Bialetti’s distinctive eight-sided shape that allows it to diffuse heat perfectly to enhance the aroma of your coffee.
</p>
</div>
<div class="tab-pane fade mt-3" id="reviews" role="tabpanel" aria-labelledby="reviews-tab">There are no reviews yet, be the first to leave one.</div>
<div class="tab-pane fade" id="details" role="tabpanel" aria-labelledby="details-tab">
<div class="row mt-4">
<div class="col align-self-center">
<p>
<B>Material - </B>Food Grade Aluminium Alloy <br>
<B>Induction Safe -</B> No <br>
<B>Dishwasher Safe - </B>No<br>
<B>Hand Wash - </B> Yes<br>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid p-4">
<div class="row">
<div class="col-lg g-3 hovereffect">
<img src="Media/Images/brazil-coffee.png" class="img-fluid" alt="brazillian coffee">
<div class="overlay">
<h2>Brazilian</h2>
<a class="info" href="brazil.html">More details</a>
</div>
</div>
<div class="col-lg g-3 hovereffect">
<img src="Media/Images/subscription.jpg" class="img-fluid" alt="subscription">
<div class="overlay">
<h2>Subscription</h2>
<a class="info" href="subscription.html">More details</a>
</div>
</div>
<div class="col-lg g-3 hovereffect">
<img src="Media/Images/grinder.png" class="img-fluid" alt="grinder">
<div class="overlay">
<h2>Grinder</h2>
<a class="info" href="grinder.html">More details</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="bg-black text-center text-white text-dec">
<!-- Grid container -->
<div class="container-fluid pt-4 sm-px-5 sm-mx-5">
<!-- Section: Social media -->
<div class="row mx-5 px-5 text-dec justify-content-center">
<div class="col"><a class="text-dec" href="home.html">Home</a></div>
<div class="col"><a class="text-dec" href="coffee.html">Coffee</a></div>
<div class="col"><a class="text-dec" href="equipment.html">Equipment</a></div>
<div class="col"><a class="text-dec" href="subscription.html">Subscription</a></div>
</div>
<div class="row social">
<div class="mt-4 mb-4 social">
<a href="#"><i class="px-3 fab fa-facebook-square fa-2x"></i></a>
<a href="#"><i class="px-3 fab fa-instagram fa-2x"></i></a>
<a href="#"><i class="px-3 fab fa-twitter fa-2x"></i></a>
<a href="#"><i class="px-3 fa-brands fa-linkedin-in fa-2x"></i></a>
<a href="#"><i class="px-3 fa-brands fa-github-square fa-2x"></i></a>
</div>
</div>
<!-- Section: Form -->
<div class="">
<form action="https://gmail.us14.list-manage.com/subscribe/post?u=efbcb475be27f6fa2c66d542d&id=df1dd137b9" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<!--Grid row-->
<div class="mc_embed_signup_scroll row d-flex justify-content-center align-self-center">
<!--Grid column-->
<div class="col-auto">
<p class="pt-2">
<strong>Sign up for our newsletter</strong>
</p>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-4">
<!-- Email input -->
<div class="mc-field-group input-group">
<input type="email" value="" name="EMAIL" class="input-group required email form-control" id="mce-EMAIL" placeholder="Email Address" />
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="input-group-append button btn btn-outline-light"/>
</div>
<div id="mce-responses" class="">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</form>
</section>
<!-- Section: Form -->
</div>
</footer>
<!-- Footer -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>