-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
343 lines (301 loc) · 18.2 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
339
340
341
342
343
<!DOCTYPE html>
<html lang="en">
<head>
<script defer src="script.js"></script>
<meta name="description"
content="OEK, you number one bet for online shopping. Get everything you ever wanted right from the comfort of you home.">
<meta name="keywords" content="ecommerce platforms, online shopping">
<meta name="eloho kennedy">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/stylesCompiled.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OEK- Start shopping right now</title>
</head>
<body>
<header class="header">
<ion-icon class="btn-icon btn-icon__menu btn__active" name="menu-outline"></ion-icon>
<p class="nav__logo">OEK</p>
<nav class="nav nav__active">
<ul class="nav__box">
<li><a class="nav__li" href="#">About us</a></li>
<li><a class="nav__li" href="#">Contact us</a></li>
<li><a class="nav__li" href="#">Products</a></li>
<li><a class="nav__li" href="#">Login</a></li>
<li><a class="nav__li nav--main" href="#">Signup</a></li>
</ul>
<!-- <ion-icon class="btn-icon btn-icon__close" name="close-outline"></ion-icon> -->
</nav>
</header>
<main>
<section class="hero-section">
<div class="container hero-section__container grid-2-cols ">
<div class="hero-section__content">
<h1 class="heading-primary m-bottom-sm">
Shopping has never been so easy!
</h1>
<p class="text-primary m-bottom-sm">Guess what? With just your phone, you can get most of the
products
you ever imagined right from the comfort of your home. I know, I know, it's that easy. </p>
<div class="hero-section__input-box m-bottom-sm">
<input placeholder="What's on your mind" class="hero-section__input" class type="text">
<a class="hero-section__button" href="">Start shopping</a>
</div>
<span class="hero-section__disclaimer">Join over 200,000 satisfied customers now</span>
</div>
<div class="hero-section__img-box">
<img class="hero-section__img" src="img\malte-helmhold-WKyWsmI6M7Y-unsplash.jpg"
alt="person relaxing and buying products from store">
</div>
</div>
</section>
<section class="section-categories">
<div class="container section-categories__intro m-bottom-md">
<h2 class="secondary-heading">Categories</h2>
<span class="section-categories__intro--text">Show all</span>
</div>
<div class="container section-categories__category-container">
<div class="section-categories__category-box">
<img class="section-categories__category-img"
src="https://img.icons8.com/ios/50/000000/automotive.png" alt="img of automotive icon" />
<span class="section-categories__category-text">Automotive</span>
</div>
<div class="section-categories__category-box">
<img class="section-categories__category-img"
src="https://img.icons8.com/ios/50/000000/paint-palette.png"
alt="img of arts and crafts icon" />
<span class="section-categories__category-text">Arts</span>
</div>
<div class="section-categories__category-box">
<img class="section-categories__category-img" src="https://img.icons8.com/ios/50/000000/sport.png"
alt="img of basketball representing hobbies icon" />
<span class="section-categories__category-text">Hobbies</span>
</div>
<div class="section-categories__category-box">
<img class="section-categories__category-img" src="https://img.icons8.com/ios/50/000000/clothes.png"
alt="img of cloth icon" />
<span class="section-categories__category-text">Clothes</span>
</div>
<div class="section-categories__category-box">
<img class="section-categories__category-img"
src="https://img.icons8.com/external-inipagistudio-lineal-color-inipagistudio/64/000000/external-games-consumer-goods-company-inipagistudio-lineal-color-inipagistudio.png"
alt="img of game-pad icon" />
<span class="section-categories__category-text">Games</span>
</div>
<div class="section-categories__category-box">
<img class="section-categories__category-img"
src="https://img.icons8.com/ios/50/000000/apple-health.png" alt="img of health icon" />
<span class="section-categories__category-text">Health</span>
</div>
<div class="section-categories__category-box">
<img class="section-categories__category-img"
src="https://img.icons8.com/external-kmg-design-detailed-outline-kmg-design/64/000000/external-nutrition-dental-kmg-design-detailed-outline-kmg-design.png"
alt="img of nutrition icon" />
<span class="section-categories__category-text">Nutrition</span>
</div>
<div class="section-categories__category-box">
<img class="section-categories__category-img"
src="https://img.icons8.com/ios/50/000000/food-bar.png" alt="img of food icon" />
<span class="section-categories__category-text">Food</span>
</div>
</div>
</section>
<section class="featured-products">
<div class="container featured-products__container">
<div class="featured-products__img-box">
<img class="featured-products__img" src="img\charlesdeluvio-1-nx1QR5dTE-unsplash.jpg"
alt="sunglasses">
<div class="featured-products__product-description-box">
<span class="featured-products__product-text">Campus style</span>
<a class="featured-products__product-link" href="#">Shop now</a>
</div>
</div>
<div class="featured-products__img-box">
<img class="featured-products__img el" src="img\mediamodifier-t8HiP3e5abg-unsplash.jpg" alt="Cap">
<div class="featured-products__product-description-box">
<span class="featured-products__product-text">Spring collection</span>
<a class="featured-products__product-link" href="#">Shop now</a>
</div>
</div>
<div class="featured-products__img-box">
<img class="featured-products__img el" src="img\trendest-studio-XZ3EmAIWuz0-unsplash.jpg"
alt="Shoe">
<div class="featured-products__product-description-box">
<span class="featured-products__product-text">Free shipping over order $120</span>
<a class="featured-products__product-link" href="#">Shop now</a>
</div>
</div>
<div class="featured-products__img-box">
<img class="featured-products__img" src="img\mukuko-studio-mU88MlEFcoU-unsplash.jpg"
alt="Person wearing clothes">
<div class="featured-products__product-description-box">
<span class="featured-products__product-text">Fashion Discovery</span>
<a class="featured-products__product-link" href="#">Shop now</a>
</div>
</div>
</div>
</section>
<section class="section-technology">
<h2 class="secondary-heading container m-bottom-md">Technology Freak</h2>
<div class="container section-technology__container">
<div class="section-technology__product-box">
<img class="section-technology__img" src="img\priyanshu-kumar-gBzaLpS5QZw-unsplash.jpg"
alt="Samsung earphones">
<p class="section-technology__product-text">Samsung's earphones</p>
<span class="section-technology__product-price">$88.25</span>
</div>
<div class="section-technology__product-box">
<img class="section-technology__img" src="img\norbert-levajsics-dUx0gwLbhzs-unsplash.jpg"
alt="Playstation 4">
<p class="section-technology__product-text">Playstation 4</p>
<span class="section-technology__product-price">$500</span>
</div>
<div class="section-technology__product-box">
<img class="section-technology__img" src="img\sebastian-banasiewcz-oXXc-s5nNy8-unsplash.jpg"
alt=" Sony's headphones">
<p class=" section-technology__product-text">Sony's headphones</p>
<span class="section-technology__product-price">$100</span>
</div>
<div class="section-technology__product-box">
<img class="section-technology__img" src="img\alexander-andrews-Wzs4-QEmCUQ-unsplash.jpg"
alt="Apple's iphone 11">
<p class="section-technology__product-text">Apple's iphone 11</p>
<span class="section-technology__product-price">$525</span>
</div>
<div class="section-technology__product-box">
<img class="section-technology__img" src="img\con-se-VHFFZCDDxQ8-unsplash.jpg" alt="Sony's speaker">
<p class="section-technology__product-text">Sony's speaker</p>
<span class="section-technology__product-price">$125</span>
</div>
<div class="section-technology__product-box">
<img class="section-technology__img" src="img\leon-seibert-IjEsNibC4pc-unsplash.jpg"
alt="Microsoft X365">
<p class="section-technology__product-text">Microsoft X365</p>
<span class="section-technology__product-price">$1000</span>
</div>
<a class="section-technology__link" href="#">Browse more →</a>
</div>
</section>
<section class="section-testimonial">
<h2 class="secondary-heading m-bottom-md">Don't take our word for it...</h2>
<div class="container section-testimonial__container">
<figure class="section-testimonial__testimonial-box">
<figcaption class="section-testimonial__testimonial-content">
<img src="https://img.icons8.com/ios/50/000000/quote-right.png" alt="quote" />
<p class="section-testimonial__testimonial">I mean, it comes straight to to your doorstep. I am
completely blown away. It fits my needs perfectly.
It's exactly what I've been looking
for.
</p>
</figcaption>
<img class="section-testimonial__testimonial-img" src="img\joseph-gonzalez-iFgRcqHznqg-unsplash.jpg"
alt="image of joseph jonzalez">
<p class="section-testimonial__testimonial-author">— Joseph Gonzalez</p>
</figure>
<figure class="section-testimonial__testimonial-box">
<figcaption class="section-testimonial__testimonial-content">
<img src="https://img.icons8.com/ios/50/000000/quote-right.png" alt="quote" />
<p class="section-testimonial__testimonial">I wish I would have thought of it first. We're
loving
it. I have gotten at least 50 times the
value from this amazing platform.</p>
</figcaption>
<img class="section-testimonial__testimonial-img" src="img\ian-dooley-d1UPkiFd04A-unsplash.jpg"
alt="image of joseph ian dooley">
<p class="section-testimonial__testimonial-author">— Ian Dooley</p>
</figure>
<figure class="section-testimonial__testimonial-box">
<figcaption class="section-testimonial__testimonial-content">
<img src="https://img.icons8.com/ios/50/000000/quote-right.png" alt="quote" />
<p class="section-testimonial__testimonial">It has far exceeded our expectations. Keep up the
good
job. We have no idea how we survived without this platform.</p>
</figcaption>
<img class="section-testimonial__testimonial-img" src="img\edward-cisneros-_H6wpor9mjs-unsplash.jpg"
alt="image of joseph edward cisneros">
<p class="section-testimonial__testimonial-author">— Edward Cisneros</p>
</figure>
</div>
</section>
<section class="cta-section">
<div class="container cta-section__container">
<div class="cta-section__img-box"></div>
<div class="cta-section__form-container">
<h3 class="container">Create Account</h3>
<div class="cta-section__social-links">
<ion-icon class="cta-section__logo" name="logo-facebook"></ion-icon>
<ion-icon class="cta-section__logo" name="logo-google"></ion-icon>
<ion-icon class="cta-section__logo" name="logo-linkedin"></ion-icon>
</div>
<form class="cta-section__form" action="">
<div class="cta-section__input-box cta-section__input-Fname">
<label for="Fname">First name</label>
<input id="Fname" placeholder="first name" type="text">
</div>
<div class="cta-section__input-box cta-section__input-Lname">
<label for="Lname">Second name</label>
<input id="Lname" placeholder="Second name" type="text">
</div>
<div class="cta-section__input-box cta-section__input-email">
<label for="Email">Email</label>
<input id="Email" placeholder="Email address" type="email">
</div>
<div class="cta-section__input-box cta-section__input-number">
<label for="Number">Phone number</label>
<input id="Number" placeholder="Phone number" type="number">
</div>
<div class="cta-section__button">
<a class="cta-section__link" href="#">Create Account</a>
</div>
</form>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer__container">
<div class="footer__logo-col">
<p class="footer__logo">OEK</p>
<p class="footer__copyright"> Copyright © 2022 by Oek, Inc. All rights reserved.</p>
</div>
<nav class="footer__nav">
<p class="footer__nav__heading">About us</p>
<ul class="footer__nav__box">
<li><a class="footer__nav__li" href="#">About Oek</a></li>
<li><a class="footer__nav__li" href="#">Contact us</a></li>
<li><a class="footer__nav__li" href="#">Features</a></li>
<li><a class="footer__nav__li" href="#">Careers</a></li>
</ul>
</nav>
<nav class="footer__nav">
<p class="footer__nav__heading">Resources</p>
<ul class="footer__nav__box">
<li><a class="footer__nav__li" href="#">Help center</a></li>
<li><a class="footer__nav__li" href="#">Book a demo</a></li>
<li><a class="footer__nav__li" href="#">Server status</a></li>
<li><a class="footer__nav__li" href="#">Blog</a></li>
</ul>
</nav>
<nav class="footer__nav">
<p class="footer__nav__heading">Get in touch</p>
<ul class="footer__nav__box">
<li><a class="footer__nav__li" href="#">Questions or feedback</a></li>
<li><a class="footer__nav__li" href="#">We'd love to hear from you</a></li>
</ul>
<div class="footer__contact">
<ion-icon class="cta-section__logo" name="logo-facebook"></ion-icon>
<ion-icon class="cta-section__logo" name="logo-google"></ion-icon>
<ion-icon class="cta-section__logo" name="logo-linkedin"></ion-icon>
</div>
</nav>
</div>
<p class="footer__name-owner">Created With love by <a href="http://eloho-ken.b4a.app" target="_blank">Eloho
Kennedy</a></p>
</footer>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>