-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.html
243 lines (236 loc) · 10.2 KB
/
products.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
<!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="scss/main.css" />
<link rel="shortcut icon" href="assets/img/logo.png" type="image/x-icon" />
<title>MyClean - Products</title>
</head>
<body>
<header id="header">
<div class="container">
<div class="header">
<div class="header__left">
<a href="index.html">
<img src="assets/img/logo.png" alt="Logo" />
</a>
</div>
<div class="header__right">
<img src="assets/img/menubar.png" alt="Menu Bar" />
</div>
</div>
</div>
</header>
<main>
<section id="head-section">
<div class="container">
<div class="head-menu">
<a href="index.html">
Home
<i>
<svg
viewBox="0 0 1024 1024"
fill="currentColor"
height="1em"
width="1em"
>
<path
d="M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z"
/>
</svg>
</i>
</a>
<span>Products</span>
</div>
</div>
<div class="head-photo">
<img src="assets/img/head-1.png" alt="About Main Photo" />
</div>
</section>
<section id="products">
<div class="container">
<div class="products">
<h2 class="h2-white h2-res">Products</h2>
<div class="products__boxes">
<div class="products__boxes--box">
<div class="products__box-img">
<img src="assets/img/product-3.jpg" alt="Product photo" />
</div>
<div class="products__box--content">
<a href="productsDetail.html">
<h3 class="h3-white">"Grass" Auto Shampoo</h3>
</a>
<p>
Detergent for car surface cleaning. This shampoo creates
foam and removes dirt, oil, etc. from th...
</p>
</div>
</div>
<div class="products__boxes--box">
<div class="products__box-img">
<img src="assets/img/product-2.jpg" alt="Product photo" />
</div>
<div class="products__box--content">
<a href="productsDetail.html">
<h3 class="h3-white">"Grass" Detergent</h3>
</a>
<p>
Highly concentrated vehicle wash. The pink foaming product
washes easily with water, easily remov...
</p>
</div>
</div>
<div class="products__boxes--box">
<div class="products__box-img">
<img src="assets/img/product-5.jpg" alt="Product photo" />
</div>
<div class="products__box--content">
<a href="productsDetail.html">
<h3 class="h3-white">Koch Polishing Paste F601</h3>
</a>
<p>
The latest generation machine polish paste with unique
aluminum oxide quality. The composition of...
</p>
</div>
</div>
<div class="products__boxes--box">
<div class="products__box-img">
<img src="assets/img/product-1.jpg" alt="Product photo" />
</div>
<div class="products__box--content">
<a href="productsDetail.html">
<h3 class="h3-white">Koch Polishing Paste M302</h3>
</a>
<p>
Micro-polishing paste without silicone, oil-free This
solution is the latest generation machine m...
</p>
</div>
</div>
<div class="products__boxes--box">
<div class="products__box-img">
<img src="assets/img/product-4.jpg" alt="Product photo" />
</div>
<div class="products__box--content">
<a href="productsDetail.html">
<h3 class="h3-white">Koch polirofka pastes H901</h3>
</a>
<p>
Solid polishing paste. Innovative machine polish for the
restoration of heavily worn paintwork, r...
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer id="footer">
<div class="container">
<div class="footer">
<div class="footer__img">
<div class="footer__img--left">
<a href="index.html">
<img src="assets/img/logo.png" alt="Logo" />
</a>
</div>
</div>
<div class="footer__nav">
<nav>
<div class="footer__nav--list">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="products.html">Products</a></li>
</ul>
</div>
<div class="footer__nav--list">
<ul>
<li><a href="cars.html">Cars</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="footer__nav--list">
<ul>
<li>
<a href="https://chvrlix-travel-agency.vercel.app/"
>Follow us!</a
>
</li>
<li>
<a href="https://www.instagram.com/chvrlixh/">
<i>
<svg
viewBox="0 0 1024 1024"
fill="currentColor"
height="1.2em"
width="1.2em"
>
<path
d="M512 306.9c-113.5 0-205.1 91.6-205.1 205.1S398.5 717.1 512 717.1 717.1 625.5 717.1 512 625.5 306.9 512 306.9zm0 338.4c-73.4 0-133.3-59.9-133.3-133.3S438.6 378.7 512 378.7 645.3 438.6 645.3 512 585.4 645.3 512 645.3zm213.5-394.6c-26.5 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9 47.9-21.3 47.9-47.9a47.84 47.84 0 00-47.9-47.9zM911.8 512c0-55.2.5-109.9-2.6-165-3.1-64-17.7-120.8-64.5-167.6-46.9-46.9-103.6-61.4-167.6-64.5-55.2-3.1-109.9-2.6-165-2.6-55.2 0-109.9-.5-165 2.6-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6 46.9 46.9 103.6 61.4 167.6 64.5 55.2 3.1 109.9 2.6 165 2.6 55.2 0 109.9.5 165-2.6 64-3.1 120.8-17.7 167.6-64.5 46.9-46.9 61.4-103.6 64.5-167.6 3.2-55.1 2.6-109.8 2.6-165zm-88 235.8c-7.3 18.2-16.1 31.8-30.2 45.8-14.1 14.1-27.6 22.9-45.8 30.2C695.2 844.7 570.3 840 512 840c-58.3 0-183.3 4.7-235.9-16.1-18.2-7.3-31.8-16.1-45.8-30.2-14.1-14.1-22.9-27.6-30.2-45.8C179.3 695.2 184 570.3 184 512c0-58.3-4.7-183.3 16.1-235.9 7.3-18.2 16.1-31.8 30.2-45.8s27.6-22.9 45.8-30.2C328.7 179.3 453.7 184 512 184s183.3-4.7 235.9 16.1c18.2 7.3 31.8 16.1 45.8 30.2 14.1 14.1 22.9 27.6 30.2 45.8C844.7 328.7 840 453.7 840 512c0 58.3 4.7 183.2-16.2 235.8z"
/>
</svg>
</i>
</a>
<a href="#">
<i>
<svg
viewBox="0 0 24 24"
fill="currentColor"
height="1.2em"
width="1.2em"
>
<path
d="M13.397 20.997v-8.196h2.765l.411-3.209h-3.176V7.548c0-.926.258-1.56 1.587-1.56h1.684V3.127A22.336 22.336 0 0014.201 3c-2.444 0-4.122 1.492-4.122 4.231v2.355H7.332v3.209h2.753v8.202h3.312z"
/>
</svg>
</i>
</a>
<a href="#">
<i>
<svg
viewBox="0 0 1024 1024"
fill="currentColor"
height="1.2em"
width="1.2em"
>
<path
d="M941.3 296.1a112.3 112.3 0 00-79.2-79.3C792.2 198 512 198 512 198s-280.2 0-350.1 18.7A112.12 112.12 0 0082.7 296C64 366 64 512 64 512s0 146 18.7 215.9c10.3 38.6 40.7 69 79.2 79.3C231.8 826 512 826 512 826s280.2 0 350.1-18.8c38.6-10.3 68.9-40.7 79.2-79.3C960 658 960 512 960 512s0-146-18.7-215.9zM423 646V378l232 133-232 135z"
/>
</svg>
</i>
</a>
<a href="#">
<i>
<svg
viewBox="0 0 448 512"
fill="currentColor"
height="1.2em"
width="1.2em"
>
<path
d="M448 209.91a210.06 210.06 0 01-122.77-39.25v178.72A162.55 162.55 0 11185 188.31v89.89a74.62 74.62 0 1052.23 71.18V0h88a121.18 121.18 0 001.86 22.17A122.18 122.18 0 00381 102.39a121.43 121.43 0 0067 20.14z"
/>
</svg>
</i>
</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<div id="byAuthor">
<p>
© 2024 All Right Reserved. Developed by
<a href="https://github.com/ChvrlixH">Huseyn Ahadzada</a>
</p>
</div>
</footer>
</body>
</html>