-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
472 lines (381 loc) · 23.7 KB
/
index.html
File metadata and controls
472 lines (381 loc) · 23.7 KB
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
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.css"
rel="stylesheet"
/>
<title>Windows 11</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main class="w-full h-screen select-none">
<section>
<img class="w-full h-screen" src="./assets/home1.jpg" alt="">
<div class="Wrapper w-60 bg-gray-700/90 backdrop-blur-lg rounded-sm border border-gray-600">
<div class="content">
<ul class="menu text-white px-1 py-1">
<li class="item w-full flex items-center gap-2 py-2 rounded-sm hover:bg-gray-400/20 transition-all duration-200">
<div>
<i class="uil uil-view"></i>
<span>View</span>
</div>
</li>
<li class="item w-full flex items-center gap-2 py-2 rounded-sm hover:bg-gray-400/20 transition-all duration-200">
<div>
<i class="uil uil-sort"></i>
<span>Sort By</span>
</div>
</li>
<li class="item w-full flex items-center gap-2 py-2 rounded-sm hover:bg-gray-400/20 transition-all duration-200">
<div>
<i class="uil uil-re"></i>
<span>Refresh</span>
</div>
</li>
<li class="item w-full flex items-center gap-2 mt-2 border-t border-b border-gray-500 ">
<div></div>
<div class=" py-1 w-full rounded hover:bg-gray-400/20 transition-all duration-200 flex items-center gap-2">
<i class="uil uil-new"></i>
<span>New</span>
</div>
</li>
<li class="item w-full flex items-center mt-2 gap-2 items-center flex items-center gap-2 rounded-sm hover:bg-gray-400/20 transition duration-200">
<i class="uil uil-display"></i>
<span>Display Settings</span>
</li>
<li class="item border-gray-500 w-full items-center flex items-center gap-2 hover:bg-gray-400/20 transition duration-200 rounded sm">
<i class="uil uil-screen"></i>
<span>Personalize</span>
</li>
<li class="item w-full flex items-center gap-2 mt-2 border-t border-b border-gray-500 ">
<div class=" py-1 w-full rounded hover:bg-gray-400/20 transition-all duration-200 flex items-center gap-2">
<i class="uil uil-new"></i>
<span>Open in Terminal</span>
</div>
</li>
<li class="item w-full items-center flex items-center mt-2 gap-2 rounded-sm hover:bg-gray-400/20 transition duration-200">
<i class="uil uil-Options"></i>
<span>Show More Options</span>
</li>
</ul>
</div>
</div>
<section>
<div class="fixed bottom-0 w-full border-t border-gray-400 h-12 bg-gray-800/30 backdrop-blur-xl backdrop-saturate-150 border-t border-white/20 shadow-md flex justify-between items-center ">
<div class="left ml-4">
<div class="w-35 h-10 flex items-center gap-4 rounded-sm hover:bg-gray-400/20 transition duration-200 px-2 py-1">
<img class="h-8" src="./assets/cloudy.png" alt="">
<div class="flex flex-col leading-tight text-white text-xs text-right">
<h4>33°C</h4>
<h4>Haze</h4>
</div>
</div>
</div>
<div class=" mid flex gap-3 items-center">
<div class="start w-10 h-10 flex items-center justify-center rounded-sm hover:bg-gray-400/20 active:scale-95 transition duration-200 " >
<img class="w-6 h-6 active:scale-85 " src="./assets/Start-Dark.ico" alt="">
</div>
<div class="search h-8 border-t border-b border-b-gray-500 border-gray-400 w-60 rounded-2xl bg-white/10 backdrop-blur-md flex px-3 py-2 gap-3 items-center hover:bg-gray-400/20 transition duration-200 ">
<img class="h-4 w-4 " src="./assets/search .png" alt="">
<input class="text-white outline-none placeholder-gray-200 " type="text" placeholder="Search">
</div>
<div class="w-10 h-10 flex items-center justify-center rounded-sm hover:bg-gray-400/20 active:scale-95 transition duration-200">
<img class="w-6 h-6 active:scale-85 " src="./assets/TaskView-Dark.ico" alt="">
</div>
<div class="w-10 h-10 flex items-center justify-center rounded-sm hover:bg-gray-400/20 active:scale-95 transition duration-200">
<img class="h-6 w-6 active:scale-85" src="./assets/copilot-icon.webp" alt="">
</div>
<div class="w-10 h-10 flex items-center justify-center rounded-sm hover:bg-gray-400/20 active:scale-95 transition duration-200">
<img class=" w-6 h-6 active:scale-85 " src="./assets/Microsoft_Store_2021_Light.svg" alt="">
</div>
<div class="w-10 h-10 flex items-center justify-center rounded-sm hover:bg-gray-400/20 active:scale-95 transition duration-200">
<img class="w-6 h-6 active:scale-85 " src="./assets/Microsoft_Edge_logo_(2019).png" alt="">
</div>
<div class="w-10 h-10 flex items-center justify-center rounded-sm hover:bg-gray-400/20 active:scale-95 transition duration-200">
<img class="w-7 h-8 active:scale-85 " src="./assets/icons8-file-explorer-new-96.png" alt="">
</div>
</div>
<div class="right flex gap-1 items-center mr-4">
<div class="w-7 h-10 flex items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200 arrow">
<img class="h-5" src="./assets/arrow-up-s-line.svg" alt="">
</div>
<div class="w-10 h-10 items-center rounded-sm hover:bg-gray-400/20 transition duration-200 px-2 py-1 lang">
<h4 class="text-white text-xs">ENG</h4>
<h4 class="text-white text-center text-xs">US</h4>
</div>
<div class="w-22 h-10 flex items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200 gap-2 utils">
<img class="h-4 w-4" src="./assets/wireless-64.png" alt="">
<img class="h-4.5" src="./assets/speaker.png" alt="">
<img class="h-4.5" src="./assets/almost-full-64.png" alt="">
</div>
<div class="w-20 h-10 items-center rounded-sm hover:bg-gray-400/20 transition duration-200 px-2 py-1 date" >
<h4 class="text-white text-xs text-right ">14:17</h4>
<h4 class="text-white text-xs text-right ">21-06-2025</h4>
</div>
</div>
</div>
</section>
<section class="start-menu relative">
<div class="menu hidden absolute bottom-12 right-103 w-3/7 bg-gray-700/90 backdrop-blur-lg p-4 rounded-md text-white mb-2 border border-gray-600 items-center">
<div class="search mt-2 h-8 ml-3 w-150 rounded-2xl bg-gray-900/80 flex px-4 py-2 gap-3 items-center border border-gray-600 ">
<img class="h-4 w-4 " src="./assets/search .png" alt="">
<input class="text-white outline-none placeholder-gray-400 w-full " type="text" placeholder="Search for apps, settings, and documents"></div>
<section>
<div class="flex mt-5 px-9 justify-between">
<h4 class="">Pinned</h4>
<div class="bg-gray-600/90 w-12 px-2 py-1 hover:bg-white/10 rounded-sm flex gap-2">
<h4 class="text-xs">All</h4>
<img class="h-4" src="./assets/arrow-right-s-line.svg" alt="">
</div>
</div>
<div class="flex px-2 justify-between mt-1 items-center">
<div class="w-23 h-21 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-8 h-8" src="./assets/Microsoft_Edge_logo_(2019).png" alt="">
<h4 class="py-1 text-xs">Edge</h4>
</div>
<div class="w-23 h-21 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-10 h-10 mt-2" src="./assets/365ms.png" alt="">
<h4 class="py-1 text-center text-xs">Microsoft 365 <br>Copilot</h4>
</div>
<div class="w-23 h-21 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-8 h-8" src="./assets/outlook.png" alt="">
<h4 class="py-1 text-xs">Outlook(new)</h4>
</div>
<div class="w-23 h-21 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-8 h-8" src="./assets/Microsoft_Store_2021_Light.svg" alt="">
<h4 class="py-1 text-xs text-center ">Microsoft Store</h4>
</div >
<div class="w-23 h-21 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-8 h-8" src="./assets/photos-newicon.webp" alt="">
<h4 class="py-1 text-xs">Photos</h4>
</div>
<div class="w-23 h-21 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-9 h-9" src="./assets/settings.png" alt="">
<h4 class="py-1 text-xs">Settings</h4>
</div>
</div>
<div class="flex px-2 justify-between mt-1 items-center">
<div class="w-23 h-21 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-8 h-8 rounded" src="./assets/xbox.png" alt="">
<h4 class="py-1 text-xs">Xbox</h4>
</div>
<div class="w-23 h-21 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-10 h-10 mt-2" src="./assets/games.png" alt="">
<h4 class="py-1 text-center text-xs">Solitare &<br>Casual Games</h4>
</div>
<div class="w-23 h-21 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-8 h-8" src="./assets/paint.png" alt="">
<h4 class="py-1 text-xs">Paint</h4>
</div>
<div class="w-23 h-21 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-8 h-8" src="./assets/clip.png" alt="">
<h4 class="py-1 text-xs text-center ">Microsoft <br>Clipchamp</h4>
</div >
<div class="w-23 h-21 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-8 h-8" src="./assets/L.png" alt="">
<h4 class="py-1 text-xs">Linkedin</h4>
</div>
<div class="w-23 h-21 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-9 h-9" src="./assets/calci.png" alt="">
<h4 class="py-1 text-xs">Calculator</h4>
</div>
</div>
<div class="flex px-2 mt-1 items-center">
<div class="w-23 h-21 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-10 h-10 mt-2" src="./assets/clocl.png" alt="">
<h4 class="py-2 text-xs">Clock</h4>
</div>
<div class="w-23 h-21 ml-2 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-10 h-10 mt-2" src="./assets/noted.png" alt="">
<h4 class="py-1 text-center text-xs">Notepad</h4>
</div>
<div class="w-23 h-21 ml-4 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-10 h-10 mt-2" src="./assets/snip.png" alt="">
<h4 class="py-1 text-xs">Snipping Tool</h4>
</div>
<div class="w-23 h-21 ml-3 flex flex-col items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-9 h-9 mt-2" src="./assets/icons8-file-explorer-new-96.png" alt="">
<h4 class="py-1 mt-1 text-xs text-center ">File Explorer</h4>
</div >
</div>
</section>
<section>
<div class="flex mt-5 px-9 justify-between">
<h4 class="">Recommended</h4>
<div class="bg-gray-600/90 w-16 px-2 py-1 hover:bg-white/10 rounded-sm flex gap-2">
<h4 class="text-xs">More</h4>
<img class="h-4" src="./assets/arrow-right-s-line.svg" alt="">
</div>
</div>
<div class=" grid grid-cols-2 gap-1 py-3 mb-10">
<div class="w-70 h-12 flex ml-6 px-2 items-center justify-left rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-8 h-8 mr-3 ml-2" src="./assets/whatspp.png" alt="">
<h4 class="text-sm">Whatsapp <br> <span class="text-xs">Recently Added</span></h4>
<h5 class=" text-xs"></h5>
</div>
<div class="w-70 h-12 flex ml-6 px-2 items-center justify-left rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-8 h-8 mr-4 ml-2" src="./assets/Valorant_Logo.png" alt="">
<h4 class="text-sm">Valorant<br> <span class="text-xs">1 Hour ago</span></h4>
<h5 class=" text-xs"></h5>
</div>
<div class="w-70 h-12 flex ml-6 px-2 items-center justify-left rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-10 h-10 mr-4 " src="./assets/vlc.png" alt="">
<h4 class="text-sm">Dsa.mp4<br> <span class="text-xs">41m ago</span></h4>
<h5 class=" text-xs"></h5>
</div>
<div class="w-70 h-12 flex ml-6 px-2 items-center justify-left rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-8 h-8 mr-4 ml-2" src="./assets/Visual_Studio_Code_1.35_icon.svg.png" alt="">
<h4 class="text-sm">Browser<br> <span class="text-xs">20m ago</span></h4>
<h5 class=" text-xs"></h5>
</div>
<div class="w-70 h-12 flex ml-6 px-2 items-center justify-left rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-10 h-10 mr-4" src="./assets/vlc.png" alt="">
<h4 class="text-sm">Stranger.Things.S04E01<br> <span class="text-xs">5m ago</span></h4>
<h5 class=" text-xs"></h5>
</div>
<div class="w-70 h-12 flex ml-6 px-2 items-center justify-left rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-8 h-8 mr-4 ml-2" src="./assets/L.png" alt="">
<h4 class="text-sm">Linkedin<br> <span class="text-xs">Recently Added</span></h4>
<h5 class=" text-xs"></h5>
</div>
</div>
</section>
<div class="absolute bottom-0 left-0 right-0 bg-gray-600/80 backdrop-blur-lg px-6 py-2 rounded-b-md flex justify-between items-center">
<div class="w-32 h-10 flex ml-4 py-2 items-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-8 h-8 object-center ml-2 mr-3 rounded-full object-cover" src="./assets/my.jpg" alt="">
<h4 class="text-xs">Vipin Yadav</h4>
</div>
<div class="lock-icon h-9 w-9 mr-6 flex items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-5 h-5" src="./assets/power.png" alt="">
</div>
</div>
<div class="relative ">
<div class="lock-bar absolute hidden z-[9999] bottom-9 h-33 ml-127 w-31 bg-gray-800/70 rounded-lg grid grid-cols-1 px-1 ">
<div class="w-29 h-7 flex mt-1 items-center justify-left rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-5 h-5 mr-2 ml-2" src="./assets/lock.png" alt="">
<h4 class="text-sm">Lock</h4>
</div>
<div class="w-29 h-7 flex items-center justify-left rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-4 h-4 mr-3 ml-2" src="./assets/half-moon.png" alt="">
<h4 class="text-sm">Sleep</h4>
</div>
<div class="w-29 h-7 flex items-center justify-left rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-5 h-5 mr-2 ml-[6px] " src="./assets/power.png" alt="">
<h4 class="text-sm">Shut down</h4>
</div>
<div class="w-29 h-7 flex items-center justify-left rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-5.5 h-5.5 mr-2 ml-[6px]" src="./assets/restart.png" alt="">
<h4 class="text-sm">Restart</h4>
</div>
</div>
</div>
</div>
</section>
<div class="settings-bar hidden absolute border border-gray-500 bottom-14 ml-[71rem] w-1/4 bg-gray-800/80 rounded-lg 1 pt-1.5 ">
<div class="max-h-[12rem] overflow-y-auto scrollbar-custom mt-5 ">
<div class="grid grid-cols-3 px-5 gap-4 ">
<div >
<div class="bg-gray-700/80 border border-gray-500 rounded-md h-10 flex justify-between items-center px-3 py-6">
<img class="w-4 h-4 ml-1 " src="./assets/wireless-64.png" alt="">
<div class="h-12 w-px bg-gray-500 mx-2 "></div>
<img class="w-5 mr-1 " src="./assets/arrow-right-s-line.svg" alt="">
</div>
<h4 class="text-white text-thin text-xs text-center mt-2">Wi-Fi</h4>
</div>
<div>
<div class="bg-gray-700/80 border border-gray-500 rounded-md h-10 flex justify-between items-center px-3 py-6">
<img class="w-4.5 h-4.5 ml-2 " src="./assets/bluetooth.png" alt="">
<div class="h-12 w-px bg-gray-500 mx-2"></div>
<img class="w-5 mr-1" src="./assets/arrow-right-s-line.svg" alt="">
</div>
<h4 class="text-white text-thin text-xs text-center mt-2 mb-2">Bluetooth</h4>
</div>
<div>
<div class="bg-gray-700/80 border border-gray-500 rounded-md h-10 items-center px-3 py-6 flex items-center justify-center">
<img class="w-4 h-4 " src="./assets/icons8-plane-50.png" alt="">
</div>
<h4 class="text-white text-thin text-xs text-center mt-2 ">Airplane mode</h4>
</div>
<div>
<div class="bg-gray-700/80 border border-gray-500 rounded-md h-10 items-center px-3 py-6 flex items-center justify-center">
<img class="w-4 mr-1 " src="./assets/accessibility.png" alt="">
<img class="w-4" src="./assets/arrow-right-s-line.svg" alt="">
</div>
<h4 class="text-white text-thin text-xs text-center mt-2 ">Accessbility</h4>
</div>
<div>
<div class="bg-gray-700/80 border border-gray-500 rounded-md h-10 items-center px-3 py-6 flex items-center justify-center">
<img class="w-4.5" src="./assets/hotspot.png" alt="">
</div>
<h4 class="text-white text-thin text-xs text-center mt-2 mb-2 ">Energy Saver</h4>
</div>
<div>
<div class="bg-gray-700/80 border border-gray-500 rounded-md h-10 items-center px-3 py-6 flex items-center justify-center">
<img class="w-5 h-5 " src="./assets/caption.png" alt="">
</div>
<h4 class="text-white text-thin text-xs text-center mt-2 ">Live Captions</h4>
</div>
<div>
<div class="bg-gray-700/80 border border-gray-500 rounded-md h-10 items-center px-3 py-6 flex items-center justify-center">
<img class="w-4" src="./assets/brightness.png" alt="">
</div>
<h4 class="text-white text-thin text-xs text-center mt-2 ">Night Light</h4>
</div>
<div>
<div class="bg-gray-700/80 border border-gray-500 rounded-md h-10 items-center px-3 py-6 flex items-center justify-center">
<img class="w-4.5" src="./assets/hotspot.png" alt="">
</div>
<h4 class="text-white text-thin text-xs text-center mt-2 mb-2">Mobile hotspot</h4>
</div>
<div>
<div class="bg-gray-700/80 border border-gray-500 rounded-md h-10 items-center px-3 py-6 flex items-center justify-center">
<img class="w-4" src="./assets/accessibility.png" alt="">
</div>
<h4 class="text-white text-thin text-xs text-center mt-2 ">Nearby Sharing</h4>
</div>
<div>
<div class="bg-gray-700/80 border border-gray-500 rounded-md h-10 items-center px-3 py-6 flex items-center justify-center">
<img class="w-4 mr-1" src="./assets/accessibility.png" alt="">
<img class="w-4" src="./assets/arrow-right-s-line.svg" alt="">
</div>
<h4 class="text-white text-thin text-xs text-center mt-2 ">Cast</h4>
</div>
<div>
<div class="bg-gray-700/80 border border-gray-500 rounded-md h-10 items-center px-3 py-6 flex items-center justify-center">
<img class="w-4 mr-1" src="./assets/accessibility.png" alt="">
<img class="w-4" src="./assets/arrow-right-s-line.svg" alt="">
</div>
<h4 class="text-white text-thin text-xs text-center mt-2 mb-4 ">Project</h4>
</div>
</div>
</div>
<div class="h-30 border-t border-gray-500 py-8 px-7 ">
<div class="flex items-center gap-4">
<img class="w-5" src="./assets/brightness.png" alt="">
<div class="h-1.5 bg-gray-600 rounded w-65"></div>
</div>
<div class="flex items-center gap-4">
<img class="w-5 py-6" src="./assets/speaker.png" alt="">
<div class="h-1.5 bg-gray-600 rounded w-65"></div>
<img class="w-4" src="./assets/arrow-right-s-line.svg" alt="">
</div>
</div>
<div class=" bottom-0 left-0 right-0 bg-gray-600/80 backdrop-blur-lg px-6 py-2 rounded-b-md flex justify-between items-center">
<div class="w-16 px-2 flex py-2 items-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-4 object-center mr-1.5 object-cover" src="./assets/almost-full-64.png" alt="">
<h4 class="text-xs text-white">97%</h4>
</div>
<div class="setting-icon h-8 w-9 flex items-center justify-center rounded-sm hover:bg-gray-400/20 transition duration-200">
<img class="w-4 h-4" src="./assets/settings (1).png" alt="">
</div>
</div>
</div>
</section>
</main>
<script src="script.js"></script>
</body>
</html>