-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
442 lines (404 loc) · 23.1 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
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<!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="stylesheet" href="home.css">
<title>EcoE Bar | Ecommerce</title>
<link rel="stylesheet" href=link rel=" preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="header">
<div class="container">
<div class="navbar">
<div class="logo" >
<img src="logo.jpeg" alt="logo">
</div>
<nav>
<ul id="MenuItems">
<li><a id="bold" href="index.html">Home</a></li>
<li><a href="choco.html">Chocolate</a></li>
<li><a href="pasta.html">Pasta</a></li>
<li><a href="discounts.html">Discounts</a></li>
<li><a href="special.html">Special Dishes</a></li>
<li><a href="store.html">Stores</a></li>
</ul>
</nav>
<a href="cartpay.html"><img class="headicon" src="whitecart.png" alt="cart"></a>
<img class="headicon" src="search.png" alt="search">
<img class="menu" src="menu.png" alt="menu" onclick="menutoggle()">
</div>
<div id="top-content" class="row">
<div class="col-2">
<h1>Taste our product!</h1>
<p id="note">Discover the excellence. Find the pleasure of Taste and feel the Devinity. Our taste is powered by purity and naturality. So find your Love here, and stay with us we will empower you with our taste...!</p>
<a href="" class="btn">Explore Now →</a>
</div>
</div>
</div>
</div>
<!--featured categories - second row-->
<div class="second">
<h1 id="best">Best selling Products . . .</h1>
<div class="categories" style="padding: 35px 10px;">
<div class="row" style="align-items: left;">
<div class="card">
<img src="card1.jpg" alt="cards" style="width:100%; object-fit: contain; max-height: 200px;">
<h1>Chocolate</h1>
<p class="price">$19.99</p>
<p class="carttext">Melt into a moment of pure bliss with Lindor. Slip into your most comfortable loungewear. Cosy up with a good book or binge-worthy series timeless classic.</p>
<p><button>Add to Cart</button></p>
<div class="rating">
<span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star-half-full" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<p>4.5 average based on 254 reviews.</p>
</span></div>
</div>
<div class="card">
<img src="card2.jpg" alt="cards" style="width:100%; object-fit: contain; max-height: 200px;">
<h1>Chocolate</h1>
<p class="price">$19.99</p>
<p class="carttext">A black tea and mint blend holds its own with dark chocolate and mint, and the flavors of mint and rum in dark roasts pair nicely with this Ghirardelli SQUARE.</p>
<p><button>Add to Cart</button></p>
<div class="rating">
<span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: black; font-size: 20px;"></span>
<p>4.0 average based on 154 reviews.</p>
</span></div>
</div>
<div class="card">
<img src="card3.jpg" alt="cards" style="width:100%; object-fit: contain; max-height: 200px;">
<h1>Chocolate</h1>
<p class="price">$19.99</p>
<p class="carttext">This chocolate bar is made according to a special receipt that came across a long time from the birth of EcoE Bar.
You will encounter a amazing black coco flavor.</p>
<p><button>Add to Cart</button></p>
<div class="rating">
<span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: black; font-size: 20px;"></span>
<p>4.0 average based on 251 reviews.</p>
</span></div>
</div>
<div class="card">
<img src="card4.jpg" alt="cards" style="width:100%; object-fit: contain; max-height: 200px;">
<h1>Chocolate</h1>
<p class="price">$19.99</p>
<p class="carttext">The first sight will take you to heaven which is blended with all its pure smell. Crispies, and cashews add a extreamly sweet taste to this. Taste It today.</p>
<p><button>Add to Cart</button></p>
<div class="rating">
<span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star-half-full" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<p>4.6 average based on 554 reviews.</p>
</span></div>
</div>
</div>
</div>
</div>
</div>
<!--featured categories - third row-->
<div class="third">
<div class="categories" style="padding: 35px 10px;">
<div class="row" style="align-items: left;">
<div class="card">
<img src="choco1.jpg" alt="cards" style="width:100%; object-fit: contain; max-height: 200px;">
<h1>Chocolate</h1>
<p class="price">$19.99</p>
<p class="carttext">With hazelnut chocolate, milk chocolate, and chopped hazelnuts.Super slim and comfy lorem ipsum lorem jeansum. Lorem jeamsun denim lorem jeansum.</p>
<p><button>Add to Cart</button></p>
<div class="rating">
<span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star-half-full" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<p>4.5 average based on 254 reviews.</p>
</span></div>
</div>
<div class="card">
<img src="choco2.jpg" alt="cards" style="width:100%; object-fit: contain; max-height: 200px;">
<h1>Chocolate</h1>
<p class="price">$19.99</p>
<p class="carttext">This is the best selling chocolate among our products.The true cocao taste will feel you delighted.This mouthwatering treat consists of hazelnut in a thin wafer shell.</p>
<p><button>Add to Cart</button></p>
<div class="rating">
<span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: black; font-size: 20px;"></span>
<p>4.0 average based on 154 reviews.</p>
</span></div>
</div>
<div class="card">
<img src="choco3.jpg" alt="cards" style="width:100%; object-fit: contain; max-height: 200px;">
<h1>Chocolate</h1>
<p class="price">$19.99</p>
<p class="carttext">Discover the excellence. Find the pleasure of Taste and feel the Devinity. Our taste is powered by purity and naturality. So find your Love here, and stay with us</p>
<p><button>Add to Cart</button></p>
<div class="rating">
<span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: black; font-size: 20px;"></span>
<p>4.0 average based on 251 reviews.</p>
</span></div>
</div>
<div class="card">
<img src="choco4.jpg" alt="cards" style="width:100%; object-fit: contain; max-height: 200px;">
<h1>Chocolate</h1>
<p class="price">$19.99</p>
<p class="carttext">Discover the excellence. Find the pleasure of Taste and feel the Devinity. Our taste is powered by purity and naturality. So find your Love here, and stay with us we will.</p>
<p><button>Add to Cart</button></p>
<div class="rating">
<span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star-half-full" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<p>4.6 average based on 554 reviews.</p>
</span></div>
</div>
</div>
</div>
</div>
</div>
<!-- Explore button -->
<button class="product-button">Explore Our Products . . . </button>
<!-- Our Story Row -->
<div style="background-color: silver;">
<div style="background-color: rgb(16, 33, 51); padding: 0px 20px 10px 20px;">
<h2 id="ourstory">Our Story</h2>
<p id="ourstorytext">It all began in 1976 by David as a manufacturer of quality chocolate candy. As
with most food companies established in the United Kingdom in that period, EE started as a modest manufacturer of a single product that was sold locally.
Since then our chocolate has been continuously perfected, becoming what it is today: creamy and rich. An incomparable taste.</span></p>
<button onclick="myFunction()" id="Readmore">Read more</button>
<script>
function myFunction() {
var dots = document.getElementById("dots");
var moreText = document.getElementById("more");
var btnText = document.getElementById("Readmore");
if (dots.style.display === "none") {
dots.style.display = "inline";
btnText.innerHTML = "Read more";
moreText.style.display = "none";
} else {
dots.style.display = "none";
btnText.innerHTML = "Read less";
moreText.style.display = "inline";
}
}
</script>
<img id="readimg" src="readmore.jpg" alt="readmore">
</div>
</div>
<!-- Reviews by users -->
<div class="forth">
<h1 id="happy">Our Happy Customers . . .</h1>
<div class="categories" style="padding: 35px 10px;">
<div class="row" style="align-items: left;">
<div class="person">
<span class="fa fa-quote-left" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<p class="persontext">It all began in 1976 by David as a manufacturer of quality chocolate candy. As
with most food companies established in the United Kingdom in that period, EE started as a modest manufacturer of a single product that was sold locally.
Since then our chocolate has been continuously perfected, becoming what it is today: creamy and rich. An incomparable taste.</p>
<div class="rating">
<span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
</span></div>
<img src="person1.jpg" alt="cards" style="width:100%; object-fit: contain; max-height: 200px;">
<h3>John Davis</h3>
</div>
<div class="person">
<span class="fa fa-quote-left" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<p class="persontext">Really Really amazing take me to my childhood. The freshness, taste, flavor and everything is
Perfect.My number one choice. When we get dinner, at my evening tea and and all other moments I eat EcoE Bar ,Really I think
I have addicted to. Mmm a memorable taste.</p>
<div class="rating">
<span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star-half-full" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
</span></div>
<img src="person2.jpg" alt="cards" style="width:100%; object-fit: contain; max-height: 200px;">
<h3>Anne Kalen</h3>
</div>
<div class="person">
<span class="fa fa-quote-left" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<p class="persontext">Very much delicious , I really enjoy it every day at every moment. When I eat it I feel the real chocolate flavor. Nice product. When we get dinner, at my evening tea and and all other moments I eat EcoE Bar ,Really I think
I have addicted to. Mmm a memorable taste.</p>
<div class="rating">
<span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
</span></div>
<img src="person3.jpg" alt="cards" style="width:100%; object-fit: contain; max-height: 200px;">
<h3>Kara Philips</h3>
</div>
<div class="person">
<span class="fa fa-quote-left" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<p class="persontext">Really the taste is amazing , incomparable. It will melt into cream as soon as it touches tongue
And gives a Devine taste. Really the taste is amazing , incomparable. It will melt into cream as soon as it touches tongue
And gives a Devine taste.</p>
<div class="rating">
<span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
<span class="fa fa-star-half-full" style="padding: 10px 10px 5px 10px; color: gold; font-size: 20px;"></span>
</span></div>
<img src="person4.jpg" alt="cards" style="width:100%; object-fit: contain; max-height: 200px;">
<h3>Kane Allies</h3>
</div>
</div>
</div>
</div>
<!-- Brands Section -->
<div class="brands">
<h2 id="brand">Our brands . . .</h2>
<div class="logos">
<div class="brandlogo" style="align-items: center;">
<img src="brand1.jpg" alt="brand1">
<img src="brand2.png" alt="brand1">
<img src="brand3.png" alt="brand1">
<img src="brand4.jpg" alt="brand1">
<img src="brand5.jpg" alt="brand1">
<img src="brand6.png" alt="brand1">
<img src="brand7.png" alt="brand1">
<img src="brand8.jpg" alt="brand1">
</div>
</div>
</div>
</div>
<!-- Contact Us -->
<div class="contactus">
<div style="text-align:center">
<h2 id="contact">Contact Us</h2>
<p id="contacttext">Swing by for a cup of coffee, or leave us a message:</p> </div>
<div class="rownew">
<div class="col-5">
<img src="contact.jpg" style="width:100%">
</div>
<div class="col-5">
<form action="/action_page.php">
<label for="fname">First Name</label>
<input type="text" id="fname" name="firstname" placeholder="Your name..">
<label for="lname">Last Name</label>
<input type="text" id="lname" name="lastname" placeholder="Your last name..">
<label for="country">Country</label>
<select id="country" name="country">
<option value="australia">Australia</option>
<option value="canada">Canada</option>
<option value="usa">USA</option>
</select>
<label for="subject">Subject</label>
<textarea id="subject" name="subject" placeholder="Write something.." style="height:170px"></textarea>
<input type="submit" value="Submit">
</form>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="footer">
<div class="column">
<span class="row">
<span class="footer-col1">
<h3 id="useful">Useful links</h3>
<ul>
<li class="item">Support</li>
<br>
<li class="item">FAQs</li>
<br>
<li class="item">Term and Conditions</li>
<br>
<li class="item" id="last">Join Affiliate</li>
</ul>
</span>
<span class="footer-col2">
<h3 id="ecoe">EcoE Bars</h3>
<p id="ecoetext">Quality doesn’t come from taste alone. At EcoE Bar we pride ourselves on knowing that our cocoa beans are sustainably and ethically sourced.
So we strive at every step to gift a quality and ethical product to our customers. Stay with us we will empower you with our taste.</p>
</span>
<span class="footer-col3">
<h3 id="follow">Follow Us on</h3>
<span class="socials">
<div class="socialbutton">
<div class="icon">
<i class="fa fa-facebook"><span><a class="icontext" href="https://www.facebook.com/" target="_blank">Facebook</a></span></i>
</div>
</div>
<div class="socialbutton">
<div class="icon">
<i class="fa fa-twitter"><span><a class="icontext" href="https://www.twitter.com/" target="_blank">Twitter</a></span></i>
</div>
</div>
<div class="socialbutton">
<div class="icon">
<i class="fa fa-instagram"><span><a class="icontext" href="https://www.instagram.com/" target="_blank">Instagram</a></span></i>
</div>
</div>
<div class="socialbutton">
<div class="icon">
<i class="fa fa-youtube"><span><a class="icontext" href="https://www.youtube.com/" target="_blank">Youtube</a></span></i>
</div>
</div>
</span>
</span>
</span>
</div>
</div>
<!-- Footer - Copyrights -->
<div id="copyright">Copyright © 2021 - EcoE Bars - All Rights Reserved</div>
<!-- JS for togglr menu -->
<script>
var MenuItems = document.getElementById("MenuItems");
MenuItems.style.maxHeight = "0px";
function menutoggle(){
if(MenuItems.style.maxHeight == "0px")
{
MenuItems.style.maxHeight = "200px";
}
else
{
MenuItems.style.maxHeight = "0px";
}
}
</script>
</body>
</html>