-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
176 lines (150 loc) · 8.58 KB
/
index.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>
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7_dtp.css"type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
</style>
</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 g-3">
<div class="row p-4">
<div class="col pt-auto mt-auto"></div>
</div>
<div class="row justify-content-center pt-auto ">
<div class="col-lg g-3">
<a class="h5 text-black text-dec hovereffect" href="subscription.html"><img src="Media/Images/subscription1.jpg" class="img-fluid">
</a>
</div>
<div class="col-lg g-3">
<a class="h5 text-black text-dec hovereffect" href="equipment.html"><img src="Media/Images/equipment1.jpeg" class="img-fluid">
</a>
</div>
<div class="row pb-4">
<div class="col-lg g-3">
<a class="h5 text-black text-dec hovereffect" href="brazil.html">
<img src="Media/Images/brazil-coffee.png" href="brazil.html" class="img-fluid" alt="brazilian coffee">
</a>
</div>
<div class="col-lg g-3 ">
<a class="h5 text-black text-dec hovereffect" href="colombia.html">
<img src="Media/Images/colombian-coffee.png" class="img-fluid" alt="colombian coffee">
</a>
</div>
<div class="col-lg g-3">
<a class="h5 text-black text-dec hovereffect" href="guatemala.html">
<img src="Media/Images/guatemalan-coffee.png" class="img-fluid" alt="guatamalan coffee">
</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">
<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">
<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 type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';fnames[5]='BIRTHDAY';ftypes[5]='birthday';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<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>