forked from justinjerez/Courier-Webpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
338 lines (331 loc) · 9.69 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
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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/styles.css" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.0/css/all.css"
integrity="sha384-OLYO0LymqQ+uHXELyx93kblK5YIS3B2ZfLGBmsJaUyor7CpMTBsahDHByqSuWW+q"
crossorigin="anonymous"
/>
<link
rel="shortcut icon"
href="./img/camion-de-reparto-degradado.png"
type="image/x-icon"
/>
<meta name="description" content="your courier webpage" />
<title>Your Courier</title>
</head>
<body>
<main>
<!-- HEADER -->
<section class="section-header">
<div class="header">
<!-- NAVIGATION -->
<div class="navigation">
<div class="navigation__logo-box">
<img src="img/camion-de-reparto-degradado.png" alt="logo" />
<input
type="checkbox"
id="navi-toggle"
class="navigation__check"
/>
<label for="navi-toggle" class="navigation__button"
><span class="navigation__icon"> </span></label
>
<div class="navigation__background"> </div>
<nav class="navigation__nav">
<ul class="navigation__list">
<li class="navigation__item">
<a href="#" class="navigation__link">Services</a>
</li>
<li class="navigation__item">
<a href="#" class="navigation__link">About Us</a>
</li>
<li class="navigation__item">
<a href="#" class="navigation__link">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
<!-- NAVIGATION -->
<div class="header__background"></div>
<div class="header__container">
<div class="row">
<div class="col-1-of-2">
<div class="header__textbox" style="--order: 1">
<h1
class="header__title heading-primary u-margin-bottom-small"
>
Buy online safely <br />with us
</h1>
<p class="header__text">
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Magnam assumenda perspiciatis minima eligendi iste cumque
ad, reiciendis sapiente maiores voluptatibus.
</p>
<a href="#" class="btn btn--green">Start now!</a>
</div>
</div>
<div class="col-1-of-2" style="--order: 2">
<img
src="img/003-delivery boy.png "
alt="delivery man"
class="header__img"
/>
</div>
</div>
</div>
</div>
</section>
<!-- HEADER -->
<!-- ABOUT -->
<section class="section-about">
<div class="about">
<div class="row">
<h2 class="heading-secondary u-margin-bottom-medium">About us</h2>
<div class="col-1-of-3">
<div class="about__card" style="--order: 1">
<img
src="img/038-order tracking.png"
alt="order tracking icon"
class="about__img"
/>
<div class="about__text">
<h3 class="about__text-title heading-tertiary">
Order <br />tracking
</h3>
<p class="about__text-description">
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Tenetur, placeat.
</p>
</div>
</div>
</div>
<div class="col-1-of-3">
<div class="about__card" style="--order: 2">
<img
src="img/005-worldwide.png"
alt="worldwide shippment icon"
class="about__img"
/>
<div class="about__text">
<h3 class="about__text-title heading-tertiary">
Worldwide <br />shipping
</h3>
<p class="about__text-description">
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Tenetur, placeat.
</p>
</div>
</div>
</div>
<div class="col-1-of-3">
<div class="about__card" style="--order: 3">
<img
src="img/008-fast delivery.png"
alt="fast delivery icon"
class="about__img"
/>
<div class="about__text">
<h3 class="about__text-title heading-tertiary">
Fast <br />delivery
</h3>
<p class="about__text-description">
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Tenetur, placeat.
</p>
</div>
</div>
</div>
</div>
<div class="u-center-text">
<a href="#" class="btn btn--green u-center-text" style="--order: 4"
>See more</a
>
</div>
</div>
</section>
<!-- ABOUT -->
<!-- SUBSCRIPTION -->
<section class="section-benefits">
<div class="benefits">
<div class="row">
<div class="col-1-of-2">
<h2 class="benefits__price" style="--order: 1">
$49.99
<span class="benefits__price--frecuency">Per month</span>
</h2>
<h2 class="benefits__title" style="--order: 2">
Premium <br />subscription
</h2>
<ul class="benefits__list">
<li class="benefits__item" style="--order: 3">No taxes</li>
<li class="benefits__item" style="--order: 4">
Apply for coupons
</li>
<li class="benefits__item" style="--order: 5">
Same day delivery
</li>
<li class="benefits__item" style="--order: 6">
50% off on international shippings
</li>
</ul>
<a href="#" class="btn btn--white" style="--order: 7"
>Subscribe now</a
>
</div>
</div>
</div>
</section>
<!-- SUBSCRIPTION -->
<!-- TEAM -->
<section class="section-team">
<div class="team">
<h2 class="heading-secondary u-margin-bottom-big">Our Team</h2>
<div class="row">
<div class="col-1-of-3">
<div class="team__employee" style="--order: 1">
<img
src="img/018-phone operator.png"
alt="employee img"
class="team__employee--img"
/>
<span class="team__employee--name">Pedro</span>
</div>
<h3
class="team__charge heading-tertiary heading-tertiary--grey"
style="--order: 1"
>
Customer Service
</h3>
</div>
<div class="col-1-of-3">
<div class="team__employee" style="--order: 2">
<img
src="img/033-delivery man.png"
alt="employee img"
class="team__employee--img"
/>
<span class="team__employee--name">Pedro</span>
</div>
<h3
class="team__charge heading-tertiary heading-tertiary--grey"
style="--order: 2"
>
Our Manager
</h3>
</div>
<div class="col-1-of-3">
<div class="team__employee" style="--order: 3">
<img
src="img/039-delivery man.png"
alt="employee img"
class="team__employee--img"
/>
<span class="team__employee--name">Pedro</span>
</div>
<h3
class="team__charge heading-tertiary heading-tertiary--grey"
style="--order: 3"
>
Truck Driver
</h3>
</div>
</div>
</div>
</section>
<!-- TEAM -->
<!-- NEWSLETTER -->
<section class="section-newsletter">
<div class="newsletter">
<h2 class="newsletter__title u-margin-bottom-medium">
Subscribe to our newsletter
</h2>
<form action="">
<input
type="email"
placeholder="Your email here"
class="newsletter__email"
required
style="--order: 1"
/>
<button class="btn btn--white" type="submit" style="--order: 2">
Subscribe now!
</button>
</form>
</div>
</section>
<!-- NEWSLETTER -->
<!-- FOOTER -->
<footer class="footer">
<img
src="img/camion-de-reparto-degradado.png"
alt="logo"
class="footer__logo"
/>
<ul class="footer__navigation">
<li class="footer__item">
<a href="#" class="footer__link">Services</a>
</li>
<li class="footer__item">
<a href="#" class="footer__link">About us</a>
</li>
<li class="footer__item">
<a href="#" class="footer__link">Contact</a>
</li>
</ul>
<div class="row footer__information">
<div class="col-1-of-2">
<h2 class="heading-tertiary heading-tertiary--grey">
Contact information
</h2>
<p class="footer__contact" style="--order: 1">
<span class="footer__icon"><i class="fas fa-phone"></i></span>
809-999-7777
</p>
<p class="footer__contact" style="--order: 2">
<span class="footer__icon"><i class="fas fa-envelope"></i></span>
</p>
<p class="footer__contact" style="--order: 3">
<span class="footer__icon"><i class="fas fa-fax"></i></span>
809-999-7777
</p>
</div>
<div class="col-1-of-2">
<h2 class="heading-tertiary heading-tertiary--grey">Follow us</h2>
<p class="footer__contact">
<span class="footer__icon" style="--order: 1"
><i class="fab fa-instagram-square"></i
></span>
@yourcourierrd
</p>
<p class="footer__contact" style="--order: 2">
<span class="footer__icon"
><i class="fab fa-facebook-square"></i
></span>
Your Courier RD
</p>
<p class="footer__contact" style="--order: 3">
<span class="footer__icon"><i class="fab fa-linkedin"></i></span>
Your Courier RD
</p>
</div>
</div>
<p class="footer__copyright">
© Copyright 2020. Made by Justin Jerez
</p>
</footer>
<!-- FOOTER -->
</main>
<script src="./js/onScrollAnimations.js"></script>
</body>
</html>