-
Notifications
You must be signed in to change notification settings - Fork 0
/
productpage2.html
306 lines (301 loc) · 16.1 KB
/
productpage2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Apple Iphone 14 Pro max</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="src/output.css">
<link rel="stylesheet" href="assets/CSS/style.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
</head>
<body>
<header class="flex flex-col gap-[1rem] w-full mt-[1rem] m-auto">
<nav class="flex items-center justify-center gap-[10rem] mt-[7rem] ml-[4rem]">
<img src="/assets/Img/Logo.svg" alt="logo" class="w-[35rem]">
<div class="hidden lg:flex lg:border-gray-400 lg:border-[0.5rem] lg:w-[30rem] lg:h-[5rem]">
<img src="assets/Img/Search.svg" alt="recherche" class="w-[2.4rem] l-[2.4rem]">
<input type="search" placeholder="Search" class="w-[30rem] outline-none p-2">
</div>
<ul
class="nav_links hidden lg:flex lg:gap-[7.6rem] lg:justify-center lg:text-[1.6rem] lg:leading-[1.9rem] w-full">
<li class="font-bold">Home</li>
<li class="font-normal text-gray-400">About</li>
<li class="font-normal text-gray-400">Contact us</li>
<li class="font-normal text-gray-400">Blog</li>
</ul>
<img src="assets/Img/Icons.svg" alt="icons" class="hidden lg:block mr-[11rem]">
<button class="menu w-[50rem]">
<img src="assets/Img/Burger.svg" alt="Amburgeur list"
class=" w-[10rem] ml-[37rem] inline-block lg:hidden">
</button>
</nav>
<nav
class="hidden lg:w-full lg:h-[5rem] lg:bg-[#2C2C2C] lg:flex lg:gap-[7rem] lg:items-center lg:font-normal lg:text-[1.4rem] lg:text-gray-400 lg:leading-[3.2rem] lg:mt-[2rem]">
<div class="flex gap-[1rem] ml-[12.8rem]">
<img src="assets/Img/Phones1.svg" alt="telephone">
<h3>Phones</h3>
</div>
<img src="assets/Img/Devider.svg" alt="diviseur">
<div class="flex gap-[1rem] ">
<img src="assets/Img/Computers1.svg" alt="Computers">
<h3>Computers</h3>
</div>
<img src="assets/Img/Devider.svg" alt="diviseur">
<div class="flex gap-[1rem] ">
<img src="assets/Img/Gaming1.svg" alt="Smart washes">
<h3>Smart Watches</h3>
</div>
<img src="assets/Img/Devider.svg" alt="diviseur">
<div class="flex gap-[1rem] ">
<img src="assets/Img/Cameras1.svg" alt="Cameras">
<h3>Cameras</h3>
</div>
<img src="assets/Img/Devider.svg" alt="diviseur">
<div class="flex gap-[1rem] ">
<img src="assets/Img/Headphones1.svg" alt="Headphones">
<h3>Headphones</h3>
</div>
<img src="assets/Img/Devider.svg" alt="diviseur">
<div class="flex gap-[1rem] ">
<img src="assets/Img/Gaming1.svg" alt="Gaming">
<h3>Gaming</h3>
</div>
</nav>
</header>
<section class="w-[90%] mt-[14rem] ont-normal ">
<div class="flex items-center justify-center gap-[4rem] w-[39rem] rounded-[1rem]">
<img src="assets/Img/left.svg" alt="fliter" class="w-[4.5rem]">
<h1 class="text-[6rem] p-[1rem] leading-[1.6rem]">Filters</h1>
</div>
</section>
<section class="flex flex-col gap-[7rem] mt-[12rem]">
<div class="flex flex-col ml-[1rem] gap-[6.5rem]">
<div class="flex flex-col gap-[2rem]">
<div class="flex items-center justify-between flex-1 text-[6.2rem] w-[90%] ml-[3.5rem]">
<h1>Price</h1>
<button><img src="assets/Img/up.svg" alt="" class="w-[6rem]"></button>
</div>
<hr class="flex-1 ml-[3rem] bg-gray-400 mr-[5rem]">
</div>
<div class="flex flex-col gap-[3.5rem]">
<div class="flex flex-col gap-[2rem]">
<div class="flex justify-between items-center w-[90%] ml-[3.3rem] text-[5.5rem] text-gray-400 p-1">
<h1>From</h1>
<p>To</p>
</div>
<div class="flex justify-between items-center w-[90%] ml-[3.3rem] text-[5.5rem] p-1">
<h1 class="border-gray-400 p-[1rem] border-[0.1rem] rounded-[0.3rem] w-[30rem] h-[11rem]">1299
</h1>
<h1
class="border-gray-400 p-[1rem] border-[0.1rem] rounded-[0.3rem] w-[30rem] h-[11rem] pl-[14rem]">
1299</h1>
</div>
</div>
<div class="ml-[3rem]">
<img src="assets/Img/Scroll.svg" alt="Scroll horizontally" class="w-[87rem]">
</div>
</div>
</div>
<div class="flex flex-col gap-[7rem]">
<div class="flex flex-col gap-[2rem]">
<div class="flex items-center justify-between flex-1 text-[6.2rem] w-[90%] ml-[3.5rem]">
<h1>Brand</h1>
<button><img src="assets/Img/up.svg" alt="" class="w-[6rem]"></button>
</div>
<hr class="flex-1 ml-[3rem] bg-gray-400 mr-[5rem]">
</div>
<div class="flex gap-[1rem] w-ful ">
<div class="flex flex-col gap-[2rem] ml-[1rem] text-[6rem]">
<div
class="flex bg-gray-200 border-gray-400 border-[0.5rem] w-[100%] rounded-[2rem] h-[10rem] mt-[2rem] ml-[2rem]">
<img src="assets/Img/Search.svg" alt="recherche" class="w-[16rem]">
<input type="search" placeholder="Search" class="w-[64rem] outline-none p-2 bg-gray-200">
</div>
<ul class="flex flex-col ml-[2.5rem] mt-[3rem] overflow-scroll">
<div class="flex gap-[1rem]">
<img src="assets/Img/box-check.svg" alt="boxe check" class="w-[7rem]">
<h1>Apple <span class="text-gray-400 text-[3.5rem]">110</span></h1>
</div>
<div class="flex gap-[1rem]">
<img src="assets/Img/box.svg" alt="boxe check" class="w-[7rem]">
<h1>Samsung <span class="text-gray-400 text-[3.5rem]">125</span></h1>
</div>
<div class="flex gap-[1rem]">
<img src="assets/Img/box.svg" alt="boxe check" class="w-[7rem]">
<h1>Xiami <span class="text-gray-400 text-[3.5rem]">68</span></h1>
</div>
<div class="flex gap-[1rem]">
<img src="assets/Img/box.svg" alt="boxe check" class="w-[7rem]">
<h1>Poco <span class="text-gray-400 text-[3.5rem]">44</span></h1>
</div>
<div class="flex gap-[1rem]">
<img src="assets/Img/box.svg" alt="boxe check" class="w-[7rem]">
<h1>OPPO <span class="text-gray-400 text-[3.5rem]">10</span></h1>
</div>
<div class="flex gap-[1rem]">
<img src="assets/Img/box.svg" alt="boxe check" class="w-[7rem]">
<h1>Honor <span class="text-gray-400 text-[3.5rem]">10</span></h1>
</div>
<div class="flex gap-[1rem]">
<img src="assets/Img/box.svg" alt="boxe check" class="w-[7rem]">
<h1>Motorola <span class="text-gray-400 text-[3.5rem]">34</span></h1>
</div>
<div class="flex gap-[1rem]">
<img src="assets/Img/box.svg" alt="boxe check" class="w-[7rem]">
<h1>Nokia <span class="text-gray-400 text-[3.5rem]">22</span></h1>
</div>
<div class="flex gap-[1rem]">
<img src="assets/Img/box.svg" alt="boxe check" class="w-[7rem]">
<h1>Realme <span class="text-gray-400 text-[3.5rem]">35</span></h1>
</div>
</ul>
</div>
<!-- scroll option -->
</div>
</div>
<div class="flex flex-col gap-[2rem]">
<div class="flex items-center justify-between flex-1 text-[6.2rem] w-[90%] ml-[3rem]">
<h1>Built-in memory</h1>
<button><img src="assets/Img/up.svg" alt="" class="w-[6rem]"></button>
</div>
<hr class="flex-1 ml-[3rem] bg-gray-400 mr-[5rem]">
</div>
<div class="flex gap-[1rem] w-ful ">
<div class="flex flex-col gap-[2rem] ml-[1rem] text-[6rem]">
<div
class="flex bg-gray-200 border-gray-400 border-[0.5rem] w-[100%] rounded-[2rem] h-[10rem] mb-[3rem] ml-[2rem]">
<img src="assets/Img/Search.svg" alt="recherche" class="w-[16rem]">
<input type="search" placeholder="Search" class="w-[67rem] outline-none p-2 bg-gray-200">
</div>
<ul class="flex flex-col ml-[2.5rem] mt-[3rem] overflow-scroll">
<div class="flex gap-[1rem]">
<img src="assets/Img/box-check.svg" alt="boxe check" class="w-[7rem]">
<h1>16GB <span class="text-gray-400 text-[3.5rem]">65</span></h1>
</div>
<div class="flex gap-[1rem]">
<img src="assets/Img/box.svg" alt="boxe check" class="w-[7rem]">
<h1>32GB<span class="text-gray-400 text-[3.5rem]">123</span></h1>
</div>
<div class="flex gap-[1rem]">
<img src="assets/Img/box.svg" alt="boxe check" class="w-[7rem]">
<h1>64GB <span class="text-gray-400 text-[3.5rem]">48</span></h1>
</div>
<div class="flex gap-[1rem]">
<img src="assets/Img/box.svg" alt="boxe check" class="w-[7rem]">
<h1>128GB <span class="text-gray-400 text-[3.5rem]">50</span></h1>
</div>
<div class="flex gap-[1rem]">
<img src="assets/Img/box.svg" alt="boxe check" class="w-[7rem]">
<h1>256GB <span class="text-gray-400 text-[3.5rem]">24</span></h1>
</div>
<div class="flex gap-[1rem]">
<img src="assets/Img/box.svg" alt="boxe check" class="w-[7rem]">
<h1>512 <span class="text-gray-400 text-[3.5rem]">8</span></h1>
</div>
</ul>
</div>
<!-- scroll option -->
</div>
<div class="flex flex-col gap-[11rem] mt-[4rem]">
<div class="flex flex-col gap-[2rem]">
<div class="flex items-center justify-between flex-1 text-[6.2rem] w-[90%] ml-[3rem]">
<h1>Protection class</h1>
<button><img src="assets/Img/down.svg" alt="" class="w-[6rem]"></button>
</div>
<hr class="flex-1 ml-[3rem] bg-gray-400 mr-[5rem]">
</div>
<div class="flex flex-col gap-[2rem]">
<div class="flex items-center justify-between flex-1 text-[6.2rem] w-[90%] ml-[3rem]">
<h1>Screen diagonal</h1>
<button><img src="assets/Img/down.svg" alt="" class="w-[6rem]"></button>
</div>
<hr class="flex-1 ml-[3rem] bg-gray-400 mr-[5rem]">
</div>
<div class="flex flex-col gap-[2rem]">
<div class="flex items-center justify-between flex-1 text-[6.2rem] w-[90%] ml-[3rem]">
<h1>Screen type</h1>
<button><img src="assets/Img/down.svg" alt="" class="w-[6rem]"></button>
</div>
<hr class="flex-1 ml-[3rem] bg-gray-400 mr-[5rem]">
</div>
<div class="flex flex-col gap-[2rem]">
<div class="flex items-center justify-between flex-1 text-[6.2rem] w-[90%] ml-[3rem]">
<h1>Better capacity</h1>
<button><img src="assets/Img/down.svg" alt="" class="w-[6rem]"></button>
</div>
<hr class="flex-1 ml-[3rem] bg-gray-400 mr-[5rem]">
</div>
</div>
</section>
<section class="w-full mt-[5rem]">
<button class="bg-black text-white rounded-[1.5rem] w-[90%] ml-[3rem] h-[11rem] text-[6rem] text-center">Apply</button>
</section>
<footer class="flex flex-col w-full font-normal bg-[#181313] mt-[10rem]">
<div class="flex flex-col text-center gap-[11rem]">
<div class="flex flex-col gap-[5rem] mt-[12rem]">
<div class="w-[35%] ml-[32rem]"><img src="/assets/Img/Logo2.svg" alt="logo Cyber" class="w-[40rem]"></div>
<p class="text-[3.3rem] w-7[80rem] ml-[5rem] leading-[2.4rem] text-center text-gray-400">We are a
residential interior design firm located in <br> <br>Portland. Our boutique-studio offers more than
</p>
</div>
<div class="flex flex-col gap-[10rem] text-center">
<div class="flex flex-col gap-[2rem]">
<h1 class="text-white text-[4rem] leading-[1.6rem] text-center">Services </h1>
<ul class="flex flex-col gap-[4rem] text-gray-400 text-[3rem] leading-[3.2rem] text-color2">
<a href="">
<li class="mt-[3rem]">Bonus program</li>
</a>
<a href="">
<li>Gift cards </li>
</a>
<a href="">
<li>Credit and payment</li>
</a>
<a href="">
<li>Service contract </li>
</a>
<a href="">
<li>Non-cash account</li>
</a>
<a href="">
<li>Payment</li>
</a>
</ul>
</div>
<div>
<h1 class="text-white text-[4rem] leading-[1.6rem] text-center">Assistance to the buyer</h1>
<ul class="flex flex-col gap-[4rem] text-gray-400 text-[3rem] leading-[3.2rem] text-color2">
<a href="">
<li class="mt-[5rem]">Find an order</li>
</a>
<a href="">
<li>Terms of delivery</li>
</a>
<a href="">
<li>Exchange and return of goods</li>
</a>
<a href="">
<li>Guarantee</li>
</a>
<a href="">
<li>Frequently asked questions</li>
</a>
<a href="">
<li>Terms of use of the site</li>
</a>
</ul>
</div>
</div>
</div>
<div class="flex items-center justify-center gap-[5rem] h-[24rem] ">
<img src="assets/Img/Twitter.svg" alt="Logo Twitter" class="w-[7rem]">
<img src="assets/Img/Facebook.svg" alt="Logo Facebook" class="w-[7rem]">
<img src="assets/Img/Tiktok.svg" alt="Logo Twitter" class="w-[7rem]">
<img src="assets/Img/Instagram.svg" alt="Logo Instagram" class="w-[7rem]">
</div>
</footer>
<script src="src/script.js"></script>
</body>
</body>
</html>