-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
179 lines (179 loc) · 7.39 KB
/
about-us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./images/beans.png" />
<link rel="stylesheet" href="./css/normalize.css" />
<!-- <link rel="stylesheet" href="./css/Main.css" /> -->
<link rel="stylesheet" href="./css/main.min.css">
<!-- <link rel="stylesheet" href="./css/main.min.css"> -->
<title>About Us</title>
</head>
<body>
<!-- HEADER ☻ -->
<header>
<div class="container header-container">
<a href="#">
<img
class="logo-pic"
src="./images/logo.svg"
alt="Logo of Coffee"
width="236"
height="26"
/>
</a>
<nav class="nav">
<ul class="nav-list">
<li class="link-item">
<a href="./Index.html" class="nav-link">Home</a>
</li>
<li class="link-item">
<a href="./about-us.html" class="nav-link">About Us</a>
</li>
<li class="link-item">
<a href="#create" class="nav-link">Create your plan</a>
</li>
</ul>
</nav>
</div>
</header>
<!-- END HEADER ☻ -->
<!-- MAIN ♥ -->
<main>
<!-- ABOUT US HERO -->
<section>
<div class="container about-us-hero">
<div class="about-us-hero-left">
<h1 class="about-us-header">About Us</h1>
<p class="about-us-desc">
Coffeeroasters began its journey of exotic discovery in 1999,
highlighting stories of coffee from around the world. We have
since been dedicated to bring the perfect cup - from bean to brew
- in every shipment.
</p>
</div>
</div>
</section>
<!-- END ABOUT US HERO -->
<section>
<div class="container about-us-commitment">
<img
class="commitment-pic"
src="./images/Bitmap2.jpg"
alt="preparing coffee"
width="445"
height="520"
/>
<div class="commitment-right">
<h2 class="commitment-header">Our commitment</h2>
<p class="commitment-desc">
We’re built on a simple mission and a commitment to doing good
along the way. We want to make it easy for you to discover and
brew the world’s best coffee at home. It all starts at the source.
To locate the specific lots we want to purchase, we travel nearly
60 days a year trying to understand the challenges and
opportunities in each of these places. We collaborate with
exceptional coffee growers and empower a global community of
farmers through with well above fair-trade benchmarks. We also
offer training, support farm community initiatives, and invest in
coffee plant science. Curating only the finest blends, we roast
each lot to highlight tasting profiles distinctive to their native
growing region.
</p>
</div>
</div>
</section>
<!-- ABOUT US QUALITY -->
<section>
<div class="container about-us-quality-container">
<div class="about-us-quality">
<div class="about-us-quality-left">
<h3 class="quality-header">Uncompromising quality</h3>
<p class="quality-desc">
Although we work with growers who pay close attention to all
stages of harvest and processing, we employ, on our end, a
rigorous quality control program to avoid over-roasting or
baking the coffee dry. Every bag of coffee is tagged with a
roast date and batch number. Our goal is to roast consistent,
user-friendly coffee, so that brewing is easy and enjoyable.
</p>
</div>
<img
class="quality-img"
src="./images/Bitmap3.jpg"
alt="coffee"
width="454"
height="474"
/>
</div>
</div>
</section>
<!-- END ABOUT US QUALITY -->
<!-- OUR HEADQUARTESRS -->
<section>
<div class="container heaadquarters">
<h4 class="heaadquarters-header">Our headquarters</h4>
<div class="heaadquarters-box">
<ul class="heaadquarters-list">
<li class="heaadquarters-items kingdom">
<h5 class=" heaadquarters-items-header"> United Kingdom </h5>
<address class="heaadquarters-items-address">68 Asfordby Rd Alcaston SY6 1YA </address>
<a class="heaadquarters-items-tel" href="tel:+44 1241918425">+44 1241 918425 </a>
</li>
<li class="heaadquarters-items canada">
<h5 class=" heaadquarters-items-header"> Canada </h5>
<address class="heaadquarters-items-address">1528 Eglinton Avenue Toronto Ontario M4P 1A6 </address>
<a class="heaadquarters-items-tel" href="tel:+44 1241918425">+1 416 485 2997</a>
</li>
<li class="heaadquarters-items australia">
<h5 class=" heaadquarters-items-header"> Australia </h5>
<address class="heaadquarters-items-address">36 Swanston Street Kewell Victoria </address>
<a class="heaadquarters-items-tel" href="tel:+44 1241918425">+614 9928 3629 </a>
</li>
</ul>
</div>
</div>
</section>
<!-- END OUR HEADQUARTESRA -->
</main>
<!-- END MAIN ♥ -->
<!-- FOOTER ♠ -->
<footer class="footer">
<div class="container footer-container">
<div class="footer-left">
<img
class="logo-pic"
src="./images/footer-logo.png"
alt="logo of coffee"
width="236"
height="26">
<nav>
<ul>
<nav class="nav-footer nav">
<ul class="nav-list nav-footer-list">
<li class="footer link-item">
<a href="./Index.html" class="nav-link">Home</a>
</li>
<li class="footer link-item">
<a href="./about-us.html" class="nav-link">About Us</a>
</li>
<li class="footer link-item">
<a href="#create" class="nav-link">Create your plan</a>
</li>
</ul>
</nav>
</div>
<div class="footer-links">
<a class="footer-link" href="facebook.com">
<img class="icon-footer" src="./images/FB.svg" alt="facebook logo" width="24" height="24">
</a>
<a class="footer-link" href="twitter.com"><img class="icon-footer" src="./images/twitter.ico" alt="twitter log" width="24" height="20"></a>
<a class="footer-link" href="instagram.com"><img class="icon-footer" src="./images/instagram.ico" alt="instagram icon" width="24" height="24"></a>
</div>
</div>
</footer>
<!-- END FOOTER ♠ -->
</body>
</html>