-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
215 lines (215 loc) · 8.3 KB
/
Index.html
File metadata and controls
215 lines (215 loc) · 8.3 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
<!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" />
<!-- before: min and auto prefix -->
<title>Coffeeroasters</title>
</head>
<body>
<!-- HEADER ☺ -->
<header class="">
<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 ☺ -->
<!-- PART MAIN ♥ -->
<main id="home">
<h1 class="visually_hidden">Coffee</h1>
<!-- HERO ↓ -->
<section class="hero">
<div class="container hero-container">
<div class="hero-left">
<h2 class="hero-heading">Great coffee made simple.</h2>
<p class="hero-desc">
Start your mornings with the world’s best coffees. Try our
expertly curated artisan coffees from our best roasters delivered
directly to your door, at your schedule.
</p>
<button class="button">Create your plan</button>
</div>
</div>
</section>
<!-- End HERO ↑ -->
<!-- COLLACTION ↓ -->
<section id="about-us" >
<div class="container container-collaction">
<div class="collaction_box gran">
<h3 class="servoces-heading">Gran Expresso</h3>
<p class="collaction-desc">
Light and flavorful blend with cocoa and black pepper for an
intense experience
</p>
</div>
<div class="collaction_box planalto">
<h3 class="servoces-heading">Planato</h3>
<p class="collaction-desc">
Brazilian dark roast with rich and velvety body, and hints of
fruits and nuts
</p>
</div>
<div class="collaction_box piccollo">
<h3 class="servoces-heading">Piccollo</h3>
<p class="collaction-desc">
Mild and smooth blend featuring notes of toasted almond and dried
cherry
</p>
</div>
<div class="collaction_box danche">
<h3 class="servoces-heading">Danche</h3>
<p class="collaction-desc">
Ethiopian hand-harvested blend densely packed with vibrant fruit
notes
</p>
</div>
</div>
</section>
<!-- END COLLACTION ↑ -->
<!-- SERVICES ↓ -->
<section>
<div class="container services_container">
<div class="services-top">
<h3 class="services-hesder">Why choose us ?</h3>
<p class="services-desc">
A large part of our role is choosing which particular coffees will
be featured in our range. This means working closely with the best
coffee growers to give you a more impactful experience on every
level.
</p>
</div>
<div class="services_box">
<ul class="services-box-list">
<li class="services-box-item quality">
<h4 class="services-box-header">Best quality</h4>
<p class="services-box-desc">
Discover an endless variety of the world’s best artisan coffee
from each of our roasters.
</p>
</li>
<li class="services-box-item benefits">
<h4 class="services-box-header">Exclusive benefits</h4>
<p class="services-box-desc">
Special offers and swag when you subscribe, including 30% off
your first shipment.
</p>
</li>
<li class="services-box-item shipping">
<h4 class="services-box-header">Free shipping</h4>
<p class="services-box-desc">
We cover the cost and coffee is delivered fast. Peak
freshness: guaranteed.
</p>
</li>
</ul>
</div>
</div>
</section>
<!-- END SERVICES ↑ -->
<!-- MAKE A COFFEE ↓ -->
<section>
<div class="container meke-coffee-container">
<h5 id="create" class="make-coffee-header">How it works</h5>
<img
src="./images/way.png"
alt="way-create"
width="791"
height="31"
/>
<div class="make-coffee-box">
<ul class="make-coffee-list">
<li class="make-coffee-item">
<p class="makee-coffee-num">01</p>
<h6 class="make-coffee-header">Pick your coffee</h6>
<p class="make-coffee-desc">
Select from our evolving range of artisan coffees. Our beans are ethically sourced and we pay fair prices for them. There are new coffees in all profiles every month for you to try out.
</p>
</li>
<li class="make-coffee-item">
<p class="makee-coffee-num">02</p>
<h6 class="make-coffee-header">Choose the frequency</h6>
<p class="make-coffee-desc">
Customize your order frequency, quantity, even your roast
style and grind type. Pause, skip or cancel your subscription with no commitment through our online portal.
</p>
</li>
<li class="make-coffee-item">
<p class="makee-coffee-num">03</p>
<h6 class="make-coffee-header">Receive and enjoy!</h6>
<p class="make-coffee-desc">
We ship your package within 48 hours, freshly roasted. Sit
back and enjoy award-winning world-class coffees curated to provide a distinct tasting experience.
</p>
</li>
</ul>
<button class="make-coffee-button button"> Create your plan </button>
</div>
</div>
</section>
<!-- END MAKE A COFFEE ↑ -->
</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>