-
Notifications
You must be signed in to change notification settings - Fork 0
/
equipment.html
176 lines (159 loc) · 8.4 KB
/
equipment.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
<!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 mb-5">
<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-5 px-5">
<div class="row">
<div class="col pt-auto mt-3">
<div class="display-6">Equipment</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg g-3 ">
<div class="overlay">
<a class="h5 text-black text-dec" href="drip_kettle.html">
<img src="Media/Images/drip-kettle.jpg" href="drip_kettle.html" class="img-fluid" alt="hario drip kettle">
<h2>Hario Drip Kettle</h2><h5 class="text-muted">£68</h5></a>
</div>
</div>
<div class="col-lg g-3 ">
<div class="overlay">
<a class="h5 text-black text-dec" href="hario_v60.html">
<img src="Media/Images/hario-v60.jpg" class="img-fluid" href="hario_v60.html" alt="hario v60 coffee">
<h2>Hario V60 </h2><h5 class="text-muted">£25</h5></a>
</div>
</div>
<div class="col-lg g-3">
<div class="overlay">
<a class="h5 text-black text-dec" href="grinder.html">
<img src="Media/Images/grinder.png" class="img-fluid" alt="grinder coffee">
<h2>Porlex Coffee Grinder </h2><h5 class="text-muted">£70</h5></a>
</div>
</div>
<div class="row pb-4">
<div class="col-lg g-3">
<div class="overlay">
<a class="h5 text-black text-dec" href="cafetiere.html">
<img src="Media/Images/cafetiere.png" class="img-fluid" href="cafetiere.html" alt="cafetiere">
<h2>Espro Press Cafetière </h2><h5 class="text-muted">£90</h5></a>
</div>
</div>
<div class="col-lg g-3">
<div class="overlay">
<a class="h5 text-black text-dec" href="mokapot.html">
<img src="Media/Images/mokapot.png" class="img-fluid" href="mokapot.html" alt="moka pot">
<h2>Bialetti 6-cup Moka Pot</h2><h5 class="text-muted">£25</h5></a>
</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>