-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
438 lines (430 loc) · 14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Практика Fson-106</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/2.0.0/modern-normalize.min.css"
integrity="sha512-4xo8blKMVCiXpTaLzQSLSw3KFOVPWhm/TRtuPVc4WG6kUgjH6J03IBuG7JZPkcWMxJ5huwaBpOpnwYElP/m6wg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<header>
<div class="container">
<nav>
<a href=""
>SIMPLY CHOCOLATE<img src="./images/chocolate.svg" alt="chocolate"
/></a>
<ul>
<li><a href="">Home</a></li>
<li><a href="">How it's made?</a></li>
<li><a href="">Chocolate is loved</a></li>
</ul>
</nav>
<ul>
<li>
<a href="" target="_blank"
><img src="./images/facebook.svg" alt="facebook"
/></a>
</li>
<li>
<a href="" target="_blank"
><img src="./images/instagram.svg" alt="instagram"
/></a>
</li>
<li>
<a href="" target="_blank"
><img src="./images/icon-twitter.svg" alt="twitter"
/></a>
</li>
</ul>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<h1 class="hero-title">
Treat yourself or a loved one to our finest ingredients for a moment
of pure delight!
</h1>
<ul class="hero-list">
<li class="hero-item">
<button class="hero-btn" type="button">Buy now</button>
</li>
<li class="hero-item">
<button class="hero-btn" type="button">How it’s made</button>
</li>
<li class="hero-item">
<button class="hero-btn" type="button">scroll down</button>
</li>
</ul>
</div>
</section>
<section class="benefits">
<div class="container">
<h2 hidden>benefits</h2>
<ul class="benefits-list">
<li class="benefits-item">
<h3 class="benefits-suptitle">Unsurpassed taste</h3>
<p class="benefits-text">
Crafted with the finest quality cocoa beans and a dedication to
perfection, each bite is a decadent experience that simply
cannot be matched. Savor the richness and complexity of our
Unsurpassed Taste and discover a new level of chocolate bliss.
</p>
</li>
<li class="benefits-item">
<h3 class="benefits-suptitle">Affordable price</h3>
<p class="benefits-text">
Indulge in high-quality chocolate without breaking the bank with
Simply Chocolate's selection of affordable treats. Enjoy
mouth-watering truffles and velvety chocolate bars without
sacrificing taste or quality. Browse our selection and indulge
in affordable luxury today.
</p>
</li>
<li class="benefits-item">
<h3 class="benefits-suptitle">Own production</h3>
<p class="benefits-text">
We take pride in our own production process, ensuring that every
step is carefully crafted to perfection. From selecting the
finest ingredients to handcrafting each piece, our attention to
detail is evident in every bite.
</p>
</li>
</ul>
</div>
</section>
<section class="ingridients">
<div class="container">
<h2 class="ingrid-tittle">It all adds up to one exceptional <span class="accent">taste</span> sensation</h2>
<ul class="ingrid-list">
<li class="ingrid-item">
<img class="ingrid-pic"
src="./images/img-milk-choko-1.jpg"
alt="MILK CHOCOLATE"
width="214"
height="160"
/>
<p class="ingrid-text">MILK CHOCOLATE</p>
</li>
<li class="ingrid-item">
<img class="ingrid-pic"
src="./images/img-milk-bottle-2.jpg"
alt="MILK"
width="214"
height="160"
/>
<p class="ingrid-text">MILK</p>
</li>
<li class="ingrid-item">
<img class="ingrid-pic"
src="./images/img-nuts-3.jpg"
alt="NUTS"
width="214"
height="160"
/>
<p class="ingrid-text">NUTS</p>
</li>
<li class="ingrid-item">
<img class="ingrid-pic"
src="./images/img-4-semi-sweet-choko.jpg"
alt="SEMI - SWEET CHOCOLATE"
width="214"
height="160"
/>
<p class="ingrid-text">SEMI - SWEET CHOCOLATE</p>
</li>
<li class="ingrid-item">
<img class="ingrid-pic"
src="./images/img-cacao-5.jpg"
alt="CACAO"
width="214"
height="160"
/>
<p class="ingrid-text">CACAO</p>
</li>
<li class="ingrid-item">
<img class="ingrid-pic"
src="./images/img-rasberry-6.jpg"
alt="RASPBERRY"
width="214"
height="160"
/>
<p class="ingrid-text">RASPBERRY</p>
</li>
<li class="ingrid-item">
<img class="ingrid-pic"
src="./images/img-coconut-7.jpg"
alt="COCONUT OIL"
width="214"
height="160"
/>
<p class="ingrid-text">COCONUT OIL</p>
</li>
</ul>
</div>
</section>
<section>
<div class="container">
<h2>How it’s made?</h2>
<img
src="./images/image-chocolade-made.jpg"
alt="Chocolade made"
width="600"
height="400"
/>
<h3>
Try our chocolates today and discover the perfect balance of flavor
</h3>
<ul>
<li>
<p>
Heat the milk in a saucepan without bringing it to a boil. Add
sugar and cocoa powder.
</p>
</li>
<li>
<p>
At the same time, prepare a water bath. Melt the butter on it.
</p>
</li>
<li>
<p>
"Mix" the milk mixture and already liquid butter. Mix thoroughly
with a silicone spatula so that the mass becomes uniform and
silky.
</p>
</li>
<li>
<p>Heat the mixture over low heat, letting it barely boil.</p>
</li>
<li>
<p>
Pour the chocolate into special containers (can be replaced with
ice molds). Allow to cool and harden.
</p>
</li>
</ul>
</div>
</section>
<section>
<div class="container">
<h2>Our products</h2>
<ul>
<li>
<img
src="./images/chok1.jpg"
alt="Orange"
width="230"
height="201"
/>
<h3>Orange</h3>
<p>Dark chocolate</p>
<button type="button">45 UAH</button>
</li>
<li>
<img
src="./images/chok2.jpg"
alt="Apple&Cranberry"
width="230"
height="201"
/>
<h3>Apple&Cranberry</h3>
<p>Milk chocolate</p>
<button type="button">50 UAH</button>
</li>
<li>
<img
src="./images/chok3.jpg"
alt="Lime&Sea salt"
width="230"
height="201"
/>
<h3>Lime&Sea salt</h3>
<p>Dark chocolate</p>
<button type="button">66 UAH</button>
</li>
<li>
<img
src="./images/chok4.jpg"
alt="Pineapple"
width="230"
height="201"
/>
<h3>Pineapple</h3>
<p>Dark chocolate</p>
<button type="button">54 UAH</button>
</li>
<li>
<img
src="./images/chok5.jpg"
alt="Classic"
width="230"
height="201"
/>
<h3>Classic</h3>
<p>Milk chocolate</p>
<button type="button">45 UAH</button>
</li>
<li>
<img
src="./images/chok6.jpg"
alt="Honey"
width="230"
height="201"
/>
<h3>Honey</h3>
<p>Milk chocolate</p>
<button type="button">50 UAH</button>
</li>
<li>
<img
src="./images/chok7.jpg"
alt="Roasted fruits"
width="230"
height="201"
/>
<h3>Roasted fruits</h3>
<p>Dark chocolate</p>
<button type="button">66 UAH</button>
</li>
<li>
<img
src="./images/chok8.jpg"
alt="Classic"
width="230"
height="201"
/>
<h3>Classic</h3>
<p>White chocolate</p>
<button type="button">54 UAH</button>
</li>
</ul>
</div>
</section>
<section class="sellers">
<div class="container">
<h2 class="sellers-title"><span>Top</span> Sellers</h2>
<ul class="sellers-list">
<li class="sellers-item">
<img
class="sellers-img"
src="images/img-1.jpg"
alt="CHOCOLATE WITH NUTS"
width="368"
height="464"
/>
<div class="container-text">
<p class="sellers-text">CHOCOLATE WITH NUTS</p>
</div>
</li>
<li class="sellers-item">
<img
class="sellers-img"
src="./images/img-2.jpg"
alt="CHOCOLATE WITH FRUITS"
width="368"
height="464"
/>
<div class="container-text">
<p class="sellers-text">CHOCOLATE WITH FRUITS</p>
</div>
</li>
<li class="sellers-item">
<img
class="sellers-img"
src="./images/img-3.jpg"
alt="DARK CHOCOLATE"
width="368"
height="464"
/>
<div class="container-text">
<p class="sellers-text">DARK CHOCOLATE</p>
</div>
</li>
</ul>
</div>
</section>
<section>
<h2>Chocolate is loved</h2>
<ul>
<li>
<img
src="./images/victoria.png"
alt="victoria"
width="80"
height="80"
/>
<h3>Victoria Dobrzhanska</h3>
<p>
I love this chocolate bar. Perfect combination of light crispy
wafer, covered in a thin layer chocolate.
</p>
</li>
<li>
<img src="./images/nazar.png" alt="nazar" width="80" height="80" />
<h3>Nazar Babenko</h3>
<p>
This chocolate confection is a delight! A delight! The wafer is
light and crisp, the hazelnut cream is smooth, and the chocolate
is good.
</p>
</li>
<li>
<img src="./images/olena.png" alt="olena" width="80" height="80" />
<h3>Olena Kampusch</h3>
<p>
Chocolate is a family favourite treat. Love the delicious smooth
chocolate and the creaminess inside. The wafer is soft but
crunchy.
</p>
</li>
</ul>
<button type="button">Leave a review</button>
</section>
</main>
<footer>
<a class="chocolate" href="./index.html"
>Chocolate<span class="partlogo-studio">
a delicious cure for a bad day</span
></a
>
<h3 class="scnet">Social Network</h3>
<ul class="menufoot">
<li><img src="./images/icon-facebook.svg" alt="fb" width="40" /></li>
<li><img src="./images/icon-instagram.svg" alt="inst" width="40" /></li>
<li><img src="./images/icon-twitter.svg" alt="twit" width="40" /></li>
</ul>
<address class="contact-info">
<p class="mailphone">Contact us</p>
<ul>
<li>
<a href="mailto:[email protected]" class="contact"
>
</li>
<li>
<a href="tel:+380684439426" class="contact">+380 (68) 443-94-26</a>
</li>
</ul>
</address>
<ul class="lastline">
<li><a class="homepage" href="./index.html">Home</a></li>
<li><a class="howmade" href="./index.html">How it’s made?</a></li>
<li><a class="choclove" href="./index.html">Chocolate is loved</a></li>
</ul>
</footer>
</body>
</html>