-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
576 lines (552 loc) · 62.7 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
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
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<!-- Progetto Tecnologie Web -->
<!DOCTYPE html>
<html lang="it" data-theme="light">
<head>
<meta charset="utf-8">
<!-- Viewport adattiva alla larghezza del device -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ML Tech</title>
<!-- Keywords e descrizione del sito in generale -->
<meta name="keywords"
content="ML Tech, tastiere meccaniche custom, assemblaggio computer gaming, pc assemblati, assemblaggio pc, pc assemblati economici, vendita pc online">
<meta name="description" content="Sito ufficiale di ML Tech, vendita di tastiere meccaniche custom">
<!-- File CSS per PC, mobile e stampa -->
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
<link rel="stylesheet" href="src/css/styles.css" media="screen">
<link rel="stylesheet" href="src/css/print.css" media="print">
<link rel="stylesheet" href="src/css/mini.css" media="screen and (max-width: 600px)">
<script>
//check local storage for theme and OS preference
let localS = localStorage.getItem('theme'),
themeToSet = localS
//if LS not set => check OS preference
if (!localS) {
//media query with JS
themeToSet = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'
}
//set correct theme
document.documentElement.setAttribute('data-theme', themeToSet)
</script>
</head>
<body>
<!-- Header contente logo: image replacement del testo -->
<header id="main-header">
<h1 id="logo">ML Tech</h1>
</header>
<!-- Menù per navigare sul sito -->
<nav id="menu">
<!-- Parte sinistra della navbar: indirizza alle altre pagine del sito -->
<div id="left">
<ul>
<li lang="en">Home</li>
<li>
<p class="dropdown-trigger" tabindex="0" role="button" aria-haspopup="true" lang="en">
Shop
<svg id="dropdown-icon" width="30px" height="30px" viewBox="0 0 30 30" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.7071 14.7071C12.3166 15.0976 11.6834 15.0976 11.2929 14.7071L6.29289 9.70711C5.90237 9.31658 5.90237 8.68342 6.29289 8.29289C6.68342 7.90237 7.31658 7.90237 7.70711 8.29289L12 12.5858L16.2929 8.29289C16.6834 7.90237 17.3166 7.90237 17.7071 8.29289C18.0976 8.68342 18.0976 9.31658 17.7071 9.70711L12.7071 14.7071Z" />
</svg>
</p>
<ul class="dropdown-list show">
<li><a href="src/php/getCatalog.php?categoria=pc&riferimento="><abbr lang="en"
title="Personal Computer">PC</abbr></a></li>
<li><a href="src/php/getCatalog.php?categoria=kbd&riferimento=">Tastiere</a></li>
</ul>
</li>
<li><a href="src/pages/contacts.html">Contatti</a></li>
</ul>
</div>
<!-- Parte destra della navbar: indirizza a pagine personalizzate all'utente -->
<div id="right">
<ul>
<li>
<a href="src/php/cart.php" aria-label="il tuo carrello">
<svg id="cart" width="30" height="30" viewBox="0 0 5000 5000"
preserveAspectRatio="xMidYMid meet" fill="none">
<path transform="scale(1,-1) translate(0, -5000)"
d="M78 4789 c-43 -22 -78 -81 -78 -129 0 -50 35 -107 80 -130 37 -19 58 -20 367 -20 l329 0 361 -1266 362 -1266 -29 -58 c-50 -99 -72 -177 -72 -260 0 -208 135 -382 337 -435 43 -11 115 -15 265 -16 185 -1 200 -2 155 -13 -84 -21 -147 -57 -211 -121 -177 -176 -177 -453 1 -630 258 -259 695 -118 757 244 24 141 -22 281 -127 387 -63 63 -143 109 -218 124 -24 4 262 8 658 8 580 0 691 -2 650 -12 -84 -21 -147 -57 -211 -121 -177 -176 -177 -454 0 -630 260 -259 696 -118 758 244 39 227 -111 452 -337 507 -43 11 -11 12 238 13 268 1 291 2 327 21 45 23 80 80 80 130 0 50 -35 107 -80 130 -39 20 -56 20 -1332 20 -1211 0 -1295 1 -1328 18 -81 40 -101 128 -53 227 l27 55 1323 0 c1312 0 1324 0 1364 20 28 15 46 33 59 63 27 56 620 2139 620 2174 0 41 -40 103 -80 124 -33 18 -104 19 -1951 19 l-1916 0 -67 238 c-83 289 -93 314 -150 341 -41 20 -58 21 -442 21 -377 -1 -401 -2 -436 -21z m4688 -896 c-3 -10 -118 -415 -257 -900 l-252 -883 -1242 0 -1242 0 -252 883 c-139 485 -254 890 -257 900 -5 16 83 17 1751 17 1668 0 1756 -1 1751 -17z m-2436 -3003 c45 -23 80 -80 80 -131 0 -74 -76 -149 -151 -149 -46 0 -108 39 -130 82 -37 72 -14 151 57 194 48 29 92 30 144 4z m1510 0 c45 -23 80 -80 80 -131 0 -74 -76 -149 -151 -149 -46 0 -108 39 -130 82 -37 72 -14 151 57 194 48 29 92 30 144 4z" />
</svg>
</a>
</li>
<li>
<p class="dropdown-trigger" tabindex="0" role="button" aria-haspopup="true">
<svg width="30" height="30" viewBox="0 0 128.000000 128.000000"
preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,128.000000) scale(0.100000,-0.100000)" stroke="none">
<path
d="M543 1266 c-199 -63 -281 -290 -167 -462 122 -184 390 -183 512 1 36 55 57 141 48 202 -26 189 -216 314 -393 259z m214 -100 c63 -42 96 -99 101 -173 5 -76 -10 -124 -57 -176 -86 -96 -229 -104 -323 -19 -124 111 -98 302 52 383 55 30 171 23 227 -15z" />
<path
d="M296 645 c-53 -19 -102 -69 -136 -140 -35 -74 -50 -153 -50 -265 0 -110 23 -161 95 -205 l48 -30 363 -3 c240 -2 377 1 404 8 51 14 108 63 131 115 48 105 5 357 -78 456 -31 37 -115 79 -158 79 -16 0 -71 -20 -121 -46 -77 -39 -99 -46 -150 -46 -64 -1 -120 18 -195 64 -51 31 -93 35 -153 13z m154 -101 c57 -37 144 -57 219 -51 51 4 84 15 151 49 72 37 90 43 120 37 81 -17 143 -135 156 -297 7 -97 -8 -147 -55 -179 -34 -23 -35 -23 -400 -23 -349 0 -367 1 -399 20 -50 31 -66 78 -59 180 10 135 53 244 111 280 53 34 84 30 156 -16z" />
</g>
</svg>
</p>
<ul id="profile-drop" class="dropdown-list show">
<div class="loginout"></div>
<li>
<a href="src/php/sendToLogin.php" aria-label="impostazioni">
<svg width="30px" height="30px" viewBox="0 0 24 24" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12 8.25C9.92894 8.25 8.25 9.92893 8.25 12C8.25 14.0711 9.92894 15.75 12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 9.92893 14.0711 8.25 12 8.25ZM9.75 12C9.75 10.7574 10.7574 9.75 12 9.75C13.2426 9.75 14.25 10.7574 14.25 12C14.25 13.2426 13.2426 14.25 12 14.25C10.7574 14.25 9.75 13.2426 9.75 12Z" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M11.9747 1.25C11.5303 1.24999 11.1592 1.24999 10.8546 1.27077C10.5375 1.29241 10.238 1.33905 9.94761 1.45933C9.27379 1.73844 8.73843 2.27379 8.45932 2.94762C8.31402 3.29842 8.27467 3.66812 8.25964 4.06996C8.24756 4.39299 8.08454 4.66251 7.84395 4.80141C7.60337 4.94031 7.28845 4.94673 7.00266 4.79568C6.64714 4.60777 6.30729 4.45699 5.93083 4.40743C5.20773 4.31223 4.47642 4.50819 3.89779 4.95219C3.64843 5.14353 3.45827 5.3796 3.28099 5.6434C3.11068 5.89681 2.92517 6.21815 2.70294 6.60307L2.67769 6.64681C2.45545 7.03172 2.26993 7.35304 2.13562 7.62723C1.99581 7.91267 1.88644 8.19539 1.84541 8.50701C1.75021 9.23012 1.94617 9.96142 2.39016 10.5401C2.62128 10.8412 2.92173 11.0602 3.26217 11.2741C3.53595 11.4461 3.68788 11.7221 3.68786 12C3.68785 12.2778 3.53592 12.5538 3.26217 12.7258C2.92169 12.9397 2.62121 13.1587 2.39007 13.4599C1.94607 14.0385 1.75012 14.7698 1.84531 15.4929C1.88634 15.8045 1.99571 16.0873 2.13552 16.3727C2.26983 16.6469 2.45535 16.9682 2.67758 17.3531L2.70284 17.3969C2.92507 17.7818 3.11058 18.1031 3.28089 18.3565C3.45817 18.6203 3.64833 18.8564 3.89769 19.0477C4.47632 19.4917 5.20763 19.6877 5.93073 19.5925C6.30717 19.5429 6.647 19.3922 7.0025 19.2043C7.28833 19.0532 7.60329 19.0596 7.8439 19.1986C8.08452 19.3375 8.24756 19.607 8.25964 19.9301C8.27467 20.3319 8.31403 20.7016 8.45932 21.0524C8.73843 21.7262 9.27379 22.2616 9.94761 22.5407C10.238 22.661 10.5375 22.7076 10.8546 22.7292C11.1592 22.75 11.5303 22.75 11.9747 22.75H12.0252C12.4697 22.75 12.8407 22.75 13.1454 22.7292C13.4625 22.7076 13.762 22.661 14.0524 22.5407C14.7262 22.2616 15.2616 21.7262 15.5407 21.0524C15.686 20.7016 15.7253 20.3319 15.7403 19.93C15.7524 19.607 15.9154 19.3375 16.156 19.1985C16.3966 19.0596 16.7116 19.0532 16.9974 19.2042C17.3529 19.3921 17.6927 19.5429 18.0692 19.5924C18.7923 19.6876 19.5236 19.4917 20.1022 19.0477C20.3516 18.8563 20.5417 18.6203 20.719 18.3565C20.8893 18.1031 21.0748 17.7818 21.297 17.3969L21.3223 17.3531C21.5445 16.9682 21.7301 16.6468 21.8644 16.3726C22.0042 16.0872 22.1135 15.8045 22.1546 15.4929C22.2498 14.7697 22.0538 14.0384 21.6098 13.4598C21.3787 13.1586 21.0782 12.9397 20.7378 12.7258C20.464 12.5538 20.3121 12.2778 20.3121 11.9999C20.3121 11.7221 20.464 11.4462 20.7377 11.2742C21.0783 11.0603 21.3788 10.8414 21.6099 10.5401C22.0539 9.96149 22.2499 9.23019 22.1547 8.50708C22.1136 8.19546 22.0043 7.91274 21.8645 7.6273C21.7302 7.35313 21.5447 7.03183 21.3224 6.64695L21.2972 6.60318C21.0749 6.21825 20.8894 5.89688 20.7191 5.64347C20.5418 5.37967 20.3517 5.1436 20.1023 4.95225C19.5237 4.50826 18.7924 4.3123 18.0692 4.4075C17.6928 4.45706 17.353 4.60782 16.9975 4.79572C16.7117 4.94679 16.3967 4.94036 16.1561 4.80144C15.9155 4.66253 15.7524 4.39297 15.7403 4.06991C15.7253 3.66808 15.686 3.2984 15.5407 2.94762C15.2616 2.27379 14.7262 1.73844 14.0524 1.45933C13.762 1.33905 13.4625 1.29241 13.1454 1.27077C12.8407 1.24999 12.4697 1.24999 12.0252 1.25H11.9747ZM10.5216 2.84515C10.5988 2.81319 10.716 2.78372 10.9567 2.76729C11.2042 2.75041 11.5238 2.75 12 2.75C12.4762 2.75 12.7958 2.75041 13.0432 2.76729C13.284 2.78372 13.4012 2.81319 13.4783 2.84515C13.7846 2.97202 14.028 3.21536 14.1548 3.52165C14.1949 3.61826 14.228 3.76887 14.2414 4.12597C14.271 4.91835 14.68 5.68129 15.4061 6.10048C16.1321 6.51968 16.9974 6.4924 17.6984 6.12188C18.0143 5.9549 18.1614 5.90832 18.265 5.89467C18.5937 5.8514 18.9261 5.94047 19.1891 6.14228C19.2554 6.19312 19.3395 6.27989 19.4741 6.48016C19.6125 6.68603 19.7726 6.9626 20.0107 7.375C20.2488 7.78741 20.4083 8.06438 20.5174 8.28713C20.6235 8.50382 20.6566 8.62007 20.6675 8.70287C20.7108 9.03155 20.6217 9.36397 20.4199 9.62698C20.3562 9.70995 20.2424 9.81399 19.9397 10.0041C19.2684 10.426 18.8122 11.1616 18.8121 11.9999C18.8121 12.8383 19.2683 13.574 19.9397 13.9959C20.2423 14.186 20.3561 14.29 20.4198 14.373C20.6216 14.636 20.7107 14.9684 20.6674 15.2971C20.6565 15.3799 20.6234 15.4961 20.5173 15.7128C20.4082 15.9355 20.2487 16.2125 20.0106 16.6249C19.7725 17.0373 19.6124 17.3139 19.474 17.5198C19.3394 17.72 19.2553 17.8068 19.189 17.8576C18.926 18.0595 18.5936 18.1485 18.2649 18.1053C18.1613 18.0916 18.0142 18.045 17.6983 17.8781C16.9973 17.5075 16.132 17.4803 15.4059 17.8995C14.68 18.3187 14.271 19.0816 14.2414 19.874C14.228 20.2311 14.1949 20.3817 14.1548 20.4784C14.028 20.7846 13.7846 21.028 13.4783 21.1549C13.4012 21.1868 13.284 21.2163 13.0432 21.2327C12.7958 21.2496 12.4762 21.25 12 21.25C11.5238 21.25 11.2042 21.2496 10.9567 21.2327C10.716 21.2163 10.5988 21.1868 10.5216 21.1549C10.2154 21.028 9.97201 20.7846 9.84514 20.4784C9.80512 20.3817 9.77195 20.2311 9.75859 19.874C9.72896 19.0817 9.31997 18.3187 8.5939 17.8995C7.86784 17.4803 7.00262 17.5076 6.30158 17.8781C5.98565 18.0451 5.83863 18.0917 5.73495 18.1053C5.40626 18.1486 5.07385 18.0595 4.81084 17.8577C4.74458 17.8069 4.66045 17.7201 4.52586 17.5198C4.38751 17.314 4.22736 17.0374 3.98926 16.625C3.75115 16.2126 3.59171 15.9356 3.4826 15.7129C3.37646 15.4962 3.34338 15.3799 3.33248 15.2971C3.28921 14.9684 3.37828 14.636 3.5801 14.373C3.64376 14.2901 3.75761 14.186 4.0602 13.9959C4.73158 13.5741 5.18782 12.8384 5.18786 12.0001C5.18791 11.1616 4.73165 10.4259 4.06021 10.004C3.75769 9.81389 3.64385 9.70987 3.58019 9.62691C3.37838 9.3639 3.28931 9.03149 3.33258 8.7028C3.34348 8.62001 3.37656 8.50375 3.4827 8.28707C3.59181 8.06431 3.75125 7.78734 3.98935 7.37493C4.22746 6.96253 4.3876 6.68596 4.52596 6.48009C4.66055 6.27983 4.74468 6.19305 4.81093 6.14222C5.07395 5.9404 5.40636 5.85133 5.73504 5.8946C5.83873 5.90825 5.98576 5.95483 6.30173 6.12184C7.00273 6.49235 7.86791 6.51962 8.59394 6.10045C9.31998 5.68128 9.72896 4.91837 9.75859 4.12602C9.77195 3.76889 9.80512 3.61827 9.84514 3.52165C9.97201 3.21536 10.2154 2.97202 10.5216 2.84515Z" />
</svg>
IMPOSTAZIONI
</a>
</li>
</ul>
</li>
<li class="switch">
<div id="theme-switcher" tabindex="0"> <!--SI POTEVA USARE ANCHE IL CHECKBOX-->
<svg id="sun" width="24px" height="24px" viewBox="0 0 24 24" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V4C12.75 4.41421 12.4142 4.75 12 4.75C11.5858 4.75 11.25 4.41421 11.25 4V2C11.25 1.58579 11.5858 1.25 12 1.25ZM3.66865 3.71609C3.94815 3.41039 4.42255 3.38915 4.72825 3.66865L6.95026 5.70024C7.25596 5.97974 7.2772 6.45413 6.9977 6.75983C6.7182 7.06553 6.2438 7.08677 5.9381 6.80727L3.71609 4.77569C3.41039 4.49619 3.38915 4.02179 3.66865 3.71609ZM20.3314 3.71609C20.6109 4.02179 20.5896 4.49619 20.2839 4.77569L18.0619 6.80727C17.7562 7.08677 17.2818 7.06553 17.0023 6.75983C16.7228 6.45413 16.744 5.97974 17.0497 5.70024L19.2718 3.66865C19.5775 3.38915 20.0518 3.41039 20.3314 3.71609ZM12 7.75C9.65279 7.75 7.75 9.65279 7.75 12C7.75 14.3472 9.65279 16.25 12 16.25C14.3472 16.25 16.25 14.3472 16.25 12C16.25 9.65279 14.3472 7.75 12 7.75ZM6.25 12C6.25 8.82436 8.82436 6.25 12 6.25C15.1756 6.25 17.75 8.82436 17.75 12C17.75 15.1756 15.1756 17.75 12 17.75C8.82436 17.75 6.25 15.1756 6.25 12ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H4C4.41421 11.25 4.75 11.5858 4.75 12C4.75 12.4142 4.41421 12.75 4 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM19.25 12C19.25 11.5858 19.5858 11.25 20 11.25H22C22.4142 11.25 22.75 11.5858 22.75 12C22.75 12.4142 22.4142 12.75 22 12.75H20C19.5858 12.75 19.25 12.4142 19.25 12ZM17.0255 17.0252C17.3184 16.7323 17.7933 16.7323 18.0862 17.0252L20.3082 19.2475C20.6011 19.5404 20.601 20.0153 20.3081 20.3082C20.0152 20.6011 19.5403 20.601 19.2475 20.3081L17.0255 18.0858C16.7326 17.7929 16.7326 17.3181 17.0255 17.0252ZM6.97467 17.0253C7.26756 17.3182 7.26756 17.7931 6.97467 18.086L4.75244 20.3082C4.45955 20.6011 3.98468 20.6011 3.69178 20.3082C3.39889 20.0153 3.39889 19.5404 3.69178 19.2476L5.91401 17.0253C6.2069 16.7324 6.68177 16.7324 6.97467 17.0253ZM12 19.25C12.4142 19.25 12.75 19.5858 12.75 20V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V20C11.25 19.5858 11.5858 19.25 12 19.25Z" />
</svg>
<svg id="moon" width="24px" height="24px" viewBox="0 0 24 24" fill="none">
<path
d="M3.32031 11.6835C3.32031 16.6541 7.34975 20.6835 12.3203 20.6835C16.1075 20.6835 19.3483 18.3443 20.6768 15.032C19.6402 15.4486 18.5059 15.6834 17.3203 15.6834C12.3497 15.6834 8.32031 11.654 8.32031 6.68342C8.32031 5.50338 8.55165 4.36259 8.96453 3.32996C5.65605 4.66028 3.32031 7.89912 3.32031 11.6835Z" />
</svg>
</div>
</li>
</ul>
</div>
</nav>
<nav id="mobile">
<ul>
<li>
<svg width="30px" height="30px" viewBox="0 0 21 21" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M21.4498 10.275L11.9998 3.1875L2.5498 10.275L2.9998 11.625H3.7498V20.25H20.2498V11.625H20.9998L21.4498 10.275ZM5.2498 18.75V10.125L11.9998 5.0625L18.7498 10.125V18.75H14.9999V14.3333L14.2499 13.5833H9.74988L8.99988 14.3333V18.75H5.2498ZM10.4999 18.75H13.4999V15.0833H10.4999V18.75Z" />
</svg>
</li>
<li>
<p id="trigger1" class="dropup-trigger" tabindex="0" role="button" aria-haspopup="true">
<svg width="30" height="30" viewBox="0 0 24 24">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M16.5285 6C16.5098 5.9193 16.4904 5.83842 16.4701 5.75746C16.2061 4.70138 15.7904 3.55383 15.1125 2.65C14.4135 1.71802 13.3929 1 12 1C10.6071 1 9.58648 1.71802 8.88749 2.65C8.20962 3.55383 7.79387 4.70138 7.52985 5.75747C7.50961 5.83842 7.49016 5.9193 7.47145 6H5.8711C4.29171 6 2.98281 7.22455 2.87775 8.80044L2.14441 19.8004C2.02898 21.532 3.40238 23 5.13777 23H18.8622C20.5976 23 21.971 21.532 21.8556 19.8004L21.1222 8.80044C21.0172 7.22455 19.7083 6 18.1289 6H16.5285ZM8 11C8.57298 11 8.99806 10.5684 9.00001 9.99817C9.00016 9.97438 9.00044 9.9506 9.00084 9.92682C9.00172 9.87413 9.00351 9.79455 9.00718 9.69194C9.01451 9.48652 9.0293 9.18999 9.05905 8.83304C9.08015 8.57976 9.10858 8.29862 9.14674 8H14.8533C14.8914 8.29862 14.9198 8.57976 14.941 8.83305C14.9707 9.18999 14.9855 9.48652 14.9928 9.69194C14.9965 9.79455 14.9983 9.87413 14.9992 9.92682C14.9996 9.95134 14.9999 9.97587 15 10.0004C15 10.0004 15 11 16 11C17 11 17 9.99866 17 9.99866C16.9999 9.9636 16.9995 9.92854 16.9989 9.89349C16.9978 9.829 16.9957 9.7367 16.9915 9.62056C16.9833 9.38848 16.9668 9.06001 16.934 8.66695C16.917 8.46202 16.8953 8.23812 16.8679 8H18.1289C18.6554 8 19.0917 8.40818 19.1267 8.93348L19.86 19.9335C19.8985 20.5107 19.4407 21 18.8622 21H5.13777C4.55931 21 4.10151 20.5107 4.13998 19.9335L4.87332 8.93348C4.90834 8.40818 5.34464 8 5.8711 8H7.13208C7.10465 8.23812 7.08303 8.46202 7.06595 8.66696C7.0332 9.06001 7.01674 9.38848 7.00845 9.62056C7.0043 9.7367 7.00219 9.829 7.00112 9.89349C7.00054 9.92785 7.00011 9.96221 7 9.99658C6.99924 10.5672 7.42833 11 8 11ZM9.53352 6H14.4665C14.2353 5.15322 13.921 4.39466 13.5125 3.85C13.0865 3.28198 12.6071 3 12 3C11.3929 3 10.9135 3.28198 10.4875 3.85C10.079 4.39466 9.76472 5.15322 9.53352 6Z" />
</svg>
</p>
<div id="drop-catalogo" class="show dropup-list">
<svg class="cross" width="30" height="30" viewBox="0 0 24 24" fill="none">
<path d="M19 5L4.99998 19M5.00001 5L19 19" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
<p>Accedi al catalgo:</p>
<ul>
<li><a href="src/php/getCatalog.php?categoria=pc&riferimento="><abbr lang="en"
title="Personal Computer">PC</abbr></a></li>
<li><a href="src/php/getCatalog.php?categoria=kbd&riferimento=">Tastiere</a></li>
</ul>
</div>
</li>
<li class="switch">
<div id="mob-theme-switcher" tabindex="0"> <!--SI POTEVA USARE ANCHE IL CHECKBOX-->
<svg id="mobsun" width="24px" height="24px" viewBox="0 0 24 24" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V4C12.75 4.41421 12.4142 4.75 12 4.75C11.5858 4.75 11.25 4.41421 11.25 4V2C11.25 1.58579 11.5858 1.25 12 1.25ZM3.66865 3.71609C3.94815 3.41039 4.42255 3.38915 4.72825 3.66865L6.95026 5.70024C7.25596 5.97974 7.2772 6.45413 6.9977 6.75983C6.7182 7.06553 6.2438 7.08677 5.9381 6.80727L3.71609 4.77569C3.41039 4.49619 3.38915 4.02179 3.66865 3.71609ZM20.3314 3.71609C20.6109 4.02179 20.5896 4.49619 20.2839 4.77569L18.0619 6.80727C17.7562 7.08677 17.2818 7.06553 17.0023 6.75983C16.7228 6.45413 16.744 5.97974 17.0497 5.70024L19.2718 3.66865C19.5775 3.38915 20.0518 3.41039 20.3314 3.71609ZM12 7.75C9.65279 7.75 7.75 9.65279 7.75 12C7.75 14.3472 9.65279 16.25 12 16.25C14.3472 16.25 16.25 14.3472 16.25 12C16.25 9.65279 14.3472 7.75 12 7.75ZM6.25 12C6.25 8.82436 8.82436 6.25 12 6.25C15.1756 6.25 17.75 8.82436 17.75 12C17.75 15.1756 15.1756 17.75 12 17.75C8.82436 17.75 6.25 15.1756 6.25 12ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H4C4.41421 11.25 4.75 11.5858 4.75 12C4.75 12.4142 4.41421 12.75 4 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM19.25 12C19.25 11.5858 19.5858 11.25 20 11.25H22C22.4142 11.25 22.75 11.5858 22.75 12C22.75 12.4142 22.4142 12.75 22 12.75H20C19.5858 12.75 19.25 12.4142 19.25 12ZM17.0255 17.0252C17.3184 16.7323 17.7933 16.7323 18.0862 17.0252L20.3082 19.2475C20.6011 19.5404 20.601 20.0153 20.3081 20.3082C20.0152 20.6011 19.5403 20.601 19.2475 20.3081L17.0255 18.0858C16.7326 17.7929 16.7326 17.3181 17.0255 17.0252ZM6.97467 17.0253C7.26756 17.3182 7.26756 17.7931 6.97467 18.086L4.75244 20.3082C4.45955 20.6011 3.98468 20.6011 3.69178 20.3082C3.39889 20.0153 3.39889 19.5404 3.69178 19.2476L5.91401 17.0253C6.2069 16.7324 6.68177 16.7324 6.97467 17.0253ZM12 19.25C12.4142 19.25 12.75 19.5858 12.75 20V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V20C11.25 19.5858 11.5858 19.25 12 19.25Z" />
</svg>
<svg id="mobmoon" width="24px" height="24px" viewBox="0 0 24 24" fill="none">
<path
d="M3.32031 11.6835C3.32031 16.6541 7.34975 20.6835 12.3203 20.6835C16.1075 20.6835 19.3483 18.3443 20.6768 15.032C19.6402 15.4486 18.5059 15.6834 17.3203 15.6834C12.3497 15.6834 8.32031 11.654 8.32031 6.68342C8.32031 5.50338 8.55165 4.36259 8.96453 3.32996C5.65605 4.66028 3.32031 7.89912 3.32031 11.6835Z" />
</svg>
</div>
</li>
<li>
<a href="src/php/cart.php">
<svg width="30" height="30" viewBox="0 0 5000 5000" preserveAspectRatio="xMidYMid meet"
fill="none">
<path transform="scale(1,-1) translate(0, -5000)"
d="M78 4789 c-43 -22 -78 -81 -78 -129 0 -50 35 -107 80 -130 37 -19 58 -20 367 -20 l329 0 361 -1266 362 -1266 -29 -58 c-50 -99 -72 -177 -72 -260 0 -208 135 -382 337 -435 43 -11 115 -15 265 -16 185 -1 200 -2 155 -13 -84 -21 -147 -57 -211 -121 -177 -176 -177 -453 1 -630 258 -259 695 -118 757 244 24 141 -22 281 -127 387 -63 63 -143 109 -218 124 -24 4 262 8 658 8 580 0 691 -2 650 -12 -84 -21 -147 -57 -211 -121 -177 -176 -177 -454 0 -630 260 -259 696 -118 758 244 39 227 -111 452 -337 507 -43 11 -11 12 238 13 268 1 291 2 327 21 45 23 80 80 80 130 0 50 -35 107 -80 130 -39 20 -56 20 -1332 20 -1211 0 -1295 1 -1328 18 -81 40 -101 128 -53 227 l27 55 1323 0 c1312 0 1324 0 1364 20 28 15 46 33 59 63 27 56 620 2139 620 2174 0 41 -40 103 -80 124 -33 18 -104 19 -1951 19 l-1916 0 -67 238 c-83 289 -93 314 -150 341 -41 20 -58 21 -442 21 -377 -1 -401 -2 -436 -21z m4688 -896 c-3 -10 -118 -415 -257 -900 l-252 -883 -1242 0 -1242 0 -252 883 c-139 485 -254 890 -257 900 -5 16 83 17 1751 17 1668 0 1756 -1 1751 -17z m-2436 -3003 c45 -23 80 -80 80 -131 0 -74 -76 -149 -151 -149 -46 0 -108 39 -130 82 -37 72 -14 151 57 194 48 29 92 30 144 4z m1510 0 c45 -23 80 -80 80 -131 0 -74 -76 -149 -151 -149 -46 0 -108 39 -130 82 -37 72 -14 151 57 194 48 29 92 30 144 4z" />
</svg>
</a>
</li>
<li>
<p id="trigger2" class="dropup-trigger" tabindex="0" role="button" aria-haspopup="true">
<svg width="30" height="30" viewBox="0 0 128.000000 128.000000"
preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,128.000000) scale(0.100000,-0.100000)" stroke="none">
<path
d="M543 1266 c-199 -63 -281 -290 -167 -462 122 -184 390 -183 512 1 36 55 57 141 48 202 -26 189 -216 314 -393 259z m214 -100 c63 -42 96 -99 101 -173 5 -76 -10 -124 -57 -176 -86 -96 -229 -104 -323 -19 -124 111 -98 302 52 383 55 30 171 23 227 -15z" />
<path
d="M296 645 c-53 -19 -102 -69 -136 -140 -35 -74 -50 -153 -50 -265 0 -110 23 -161 95 -205 l48 -30 363 -3 c240 -2 377 1 404 8 51 14 108 63 131 115 48 105 5 357 -78 456 -31 37 -115 79 -158 79 -16 0 -71 -20 -121 -46 -77 -39 -99 -46 -150 -46 -64 -1 -120 18 -195 64 -51 31 -93 35 -153 13z m154 -101 c57 -37 144 -57 219 -51 51 4 84 15 151 49 72 37 90 43 120 37 81 -17 143 -135 156 -297 7 -97 -8 -147 -55 -179 -34 -23 -35 -23 -400 -23 -349 0 -367 1 -399 20 -50 31 -66 78 -59 180 10 135 53 244 111 280 53 34 84 30 156 -16z" />
</g>
</svg>
</p>
<div id="profile-dropup" class="show dropup-list">
<svg class="cross" width="30" height="30" viewBox="0 0 24 24" fill="none">
<path d="M19 5L4.99998 19M5.00001 5L19 19" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
<ul>
<div class="loginout"></div>
<li>
<a href="src/php/sendToLogin.php">
<svg width="30px" height="30px" viewBox="0 0 24 24" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12 8.25C9.92894 8.25 8.25 9.92893 8.25 12C8.25 14.0711 9.92894 15.75 12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 9.92893 14.0711 8.25 12 8.25ZM9.75 12C9.75 10.7574 10.7574 9.75 12 9.75C13.2426 9.75 14.25 10.7574 14.25 12C14.25 13.2426 13.2426 14.25 12 14.25C10.7574 14.25 9.75 13.2426 9.75 12Z" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M11.9747 1.25C11.5303 1.24999 11.1592 1.24999 10.8546 1.27077C10.5375 1.29241 10.238 1.33905 9.94761 1.45933C9.27379 1.73844 8.73843 2.27379 8.45932 2.94762C8.31402 3.29842 8.27467 3.66812 8.25964 4.06996C8.24756 4.39299 8.08454 4.66251 7.84395 4.80141C7.60337 4.94031 7.28845 4.94673 7.00266 4.79568C6.64714 4.60777 6.30729 4.45699 5.93083 4.40743C5.20773 4.31223 4.47642 4.50819 3.89779 4.95219C3.64843 5.14353 3.45827 5.3796 3.28099 5.6434C3.11068 5.89681 2.92517 6.21815 2.70294 6.60307L2.67769 6.64681C2.45545 7.03172 2.26993 7.35304 2.13562 7.62723C1.99581 7.91267 1.88644 8.19539 1.84541 8.50701C1.75021 9.23012 1.94617 9.96142 2.39016 10.5401C2.62128 10.8412 2.92173 11.0602 3.26217 11.2741C3.53595 11.4461 3.68788 11.7221 3.68786 12C3.68785 12.2778 3.53592 12.5538 3.26217 12.7258C2.92169 12.9397 2.62121 13.1587 2.39007 13.4599C1.94607 14.0385 1.75012 14.7698 1.84531 15.4929C1.88634 15.8045 1.99571 16.0873 2.13552 16.3727C2.26983 16.6469 2.45535 16.9682 2.67758 17.3531L2.70284 17.3969C2.92507 17.7818 3.11058 18.1031 3.28089 18.3565C3.45817 18.6203 3.64833 18.8564 3.89769 19.0477C4.47632 19.4917 5.20763 19.6877 5.93073 19.5925C6.30717 19.5429 6.647 19.3922 7.0025 19.2043C7.28833 19.0532 7.60329 19.0596 7.8439 19.1986C8.08452 19.3375 8.24756 19.607 8.25964 19.9301C8.27467 20.3319 8.31403 20.7016 8.45932 21.0524C8.73843 21.7262 9.27379 22.2616 9.94761 22.5407C10.238 22.661 10.5375 22.7076 10.8546 22.7292C11.1592 22.75 11.5303 22.75 11.9747 22.75H12.0252C12.4697 22.75 12.8407 22.75 13.1454 22.7292C13.4625 22.7076 13.762 22.661 14.0524 22.5407C14.7262 22.2616 15.2616 21.7262 15.5407 21.0524C15.686 20.7016 15.7253 20.3319 15.7403 19.93C15.7524 19.607 15.9154 19.3375 16.156 19.1985C16.3966 19.0596 16.7116 19.0532 16.9974 19.2042C17.3529 19.3921 17.6927 19.5429 18.0692 19.5924C18.7923 19.6876 19.5236 19.4917 20.1022 19.0477C20.3516 18.8563 20.5417 18.6203 20.719 18.3565C20.8893 18.1031 21.0748 17.7818 21.297 17.3969L21.3223 17.3531C21.5445 16.9682 21.7301 16.6468 21.8644 16.3726C22.0042 16.0872 22.1135 15.8045 22.1546 15.4929C22.2498 14.7697 22.0538 14.0384 21.6098 13.4598C21.3787 13.1586 21.0782 12.9397 20.7378 12.7258C20.464 12.5538 20.3121 12.2778 20.3121 11.9999C20.3121 11.7221 20.464 11.4462 20.7377 11.2742C21.0783 11.0603 21.3788 10.8414 21.6099 10.5401C22.0539 9.96149 22.2499 9.23019 22.1547 8.50708C22.1136 8.19546 22.0043 7.91274 21.8645 7.6273C21.7302 7.35313 21.5447 7.03183 21.3224 6.64695L21.2972 6.60318C21.0749 6.21825 20.8894 5.89688 20.7191 5.64347C20.5418 5.37967 20.3517 5.1436 20.1023 4.95225C19.5237 4.50826 18.7924 4.3123 18.0692 4.4075C17.6928 4.45706 17.353 4.60782 16.9975 4.79572C16.7117 4.94679 16.3967 4.94036 16.1561 4.80144C15.9155 4.66253 15.7524 4.39297 15.7403 4.06991C15.7253 3.66808 15.686 3.2984 15.5407 2.94762C15.2616 2.27379 14.7262 1.73844 14.0524 1.45933C13.762 1.33905 13.4625 1.29241 13.1454 1.27077C12.8407 1.24999 12.4697 1.24999 12.0252 1.25H11.9747ZM10.5216 2.84515C10.5988 2.81319 10.716 2.78372 10.9567 2.76729C11.2042 2.75041 11.5238 2.75 12 2.75C12.4762 2.75 12.7958 2.75041 13.0432 2.76729C13.284 2.78372 13.4012 2.81319 13.4783 2.84515C13.7846 2.97202 14.028 3.21536 14.1548 3.52165C14.1949 3.61826 14.228 3.76887 14.2414 4.12597C14.271 4.91835 14.68 5.68129 15.4061 6.10048C16.1321 6.51968 16.9974 6.4924 17.6984 6.12188C18.0143 5.9549 18.1614 5.90832 18.265 5.89467C18.5937 5.8514 18.9261 5.94047 19.1891 6.14228C19.2554 6.19312 19.3395 6.27989 19.4741 6.48016C19.6125 6.68603 19.7726 6.9626 20.0107 7.375C20.2488 7.78741 20.4083 8.06438 20.5174 8.28713C20.6235 8.50382 20.6566 8.62007 20.6675 8.70287C20.7108 9.03155 20.6217 9.36397 20.4199 9.62698C20.3562 9.70995 20.2424 9.81399 19.9397 10.0041C19.2684 10.426 18.8122 11.1616 18.8121 11.9999C18.8121 12.8383 19.2683 13.574 19.9397 13.9959C20.2423 14.186 20.3561 14.29 20.4198 14.373C20.6216 14.636 20.7107 14.9684 20.6674 15.2971C20.6565 15.3799 20.6234 15.4961 20.5173 15.7128C20.4082 15.9355 20.2487 16.2125 20.0106 16.6249C19.7725 17.0373 19.6124 17.3139 19.474 17.5198C19.3394 17.72 19.2553 17.8068 19.189 17.8576C18.926 18.0595 18.5936 18.1485 18.2649 18.1053C18.1613 18.0916 18.0142 18.045 17.6983 17.8781C16.9973 17.5075 16.132 17.4803 15.4059 17.8995C14.68 18.3187 14.271 19.0816 14.2414 19.874C14.228 20.2311 14.1949 20.3817 14.1548 20.4784C14.028 20.7846 13.7846 21.028 13.4783 21.1549C13.4012 21.1868 13.284 21.2163 13.0432 21.2327C12.7958 21.2496 12.4762 21.25 12 21.25C11.5238 21.25 11.2042 21.2496 10.9567 21.2327C10.716 21.2163 10.5988 21.1868 10.5216 21.1549C10.2154 21.028 9.97201 20.7846 9.84514 20.4784C9.80512 20.3817 9.77195 20.2311 9.75859 19.874C9.72896 19.0817 9.31997 18.3187 8.5939 17.8995C7.86784 17.4803 7.00262 17.5076 6.30158 17.8781C5.98565 18.0451 5.83863 18.0917 5.73495 18.1053C5.40626 18.1486 5.07385 18.0595 4.81084 17.8577C4.74458 17.8069 4.66045 17.7201 4.52586 17.5198C4.38751 17.314 4.22736 17.0374 3.98926 16.625C3.75115 16.2126 3.59171 15.9356 3.4826 15.7129C3.37646 15.4962 3.34338 15.3799 3.33248 15.2971C3.28921 14.9684 3.37828 14.636 3.5801 14.373C3.64376 14.2901 3.75761 14.186 4.0602 13.9959C4.73158 13.5741 5.18782 12.8384 5.18786 12.0001C5.18791 11.1616 4.73165 10.4259 4.06021 10.004C3.75769 9.81389 3.64385 9.70987 3.58019 9.62691C3.37838 9.3639 3.28931 9.03149 3.33258 8.7028C3.34348 8.62001 3.37656 8.50375 3.4827 8.28707C3.59181 8.06431 3.75125 7.78734 3.98935 7.37493C4.22746 6.96253 4.3876 6.68596 4.52596 6.48009C4.66055 6.27983 4.74468 6.19305 4.81093 6.14222C5.07395 5.9404 5.40636 5.85133 5.73504 5.8946C5.83873 5.90825 5.98576 5.95483 6.30173 6.12184C7.00273 6.49235 7.86791 6.51962 8.59394 6.10045C9.31998 5.68128 9.72896 4.91837 9.75859 4.12602C9.77195 3.76889 9.80512 3.61827 9.84514 3.52165C9.97201 3.21536 10.2154 2.97202 10.5216 2.84515Z" />
</svg>
IMPOSTAZIONI
</a>
</li>
</ul>
</div>
</li>
</ul>
</nav>
<!-- Menù di navigazione accessibile solo per screen-reader -->
<nav id="breadcrumb">
<p>Ti trovi in: <span lang="en">Home</span></p>
</nav>
<!-- Sezione centrale -->
<main>
<!-- Prima sezione: costituisce la presentazione del sito -->
<div id="presentation">
<h2 class="title">ML Tech</h2>
<p class="subtitle" lang="en">Where audacity meets professionality</p>
</div>
<!-- Seconda sezione: mostra alcuni prodotti in evidenza -->
<div id="examples">
<h2 class="title">Cosa ti aspetta!</h2>
<div class="video-container">
<h3 class="title">Magma</h3>
<video controls>
<source src="assets/images/magma.mp4" type="video/mp4">
Il tuo Browser non supporta il tag video. Ecco il link per vederlo su TikTok: <a
href="https://www.tiktok.com/@ml__tech/video/7230053074960747802?is_from_webapp=1&sender_device=pc&web_id=7329431675723613729">Link</a>
<p>PC da gaming custom creato per lo streamer italiano Magma</p>
</video>
</div>
<div class="video-container">
<h3 class="title" lang="ja">Rōnin ‐ 浪人</h3>
<video controls>
<source src="assets/images/ronin.mp4" type="video/mp4">
Il tuo Browser non supporta il tag video. Ecco il link per vederlo su TikTok: <a
href="https://www.tiktok.com/@ml__tech/video/7322088521383120160?is_from_webapp=1&sender_device=pc&web_id=7329431675723613729">Link</a>
<p>Tastiera personalizzata in alluminio tema samurai</p>
</video>
</div>
<div class="video-container">
<h3 class="title">=) </h3>
<video controls>
<source src="assets/images/smiley.mp4" type="video/mp4">
Il tuo Browser non supporta il tag video. Ecco il link per vederlo su TikTok: <a
href="https://www.tiktok.com/@ml__tech/video/7225731835463027995?is_from_webapp=1&sender_device=pc&web_id=7329431675723613729">Link</a>
<p>Scherzetto ai clienti smiley face</p>
</video>
</div>
</div>
<!-- Terza sezione: mostra alcune informazioni riguardanti l'azienda -->
<div id="about">
<h2 class="title">L'Azienda</h2>
<p>ML Tech nasce dalla mia passione per il mondo del <span lang="en">gaming</span> e per quello dei
<span lang="en">computer</span>. Ho pensato che
non ci
fosse modo migliore di trasmettere queste mie passioni ad altre persone se non unendole. Il mio
obiettivo principale è di fare la differenza dalle grandi aziende, offrendoti una qualità maggiore
dei
servizi e un rapporto amichevole, Non resterai un semplice numero o un anonimo cliente, ma entrerai
a
fare parte di una <span lang="en">comunity</span> di appasionati ed esperti. Vorrei insomma che ti
sentissi tra amici, in
un
posto dove giocare con gli altri e poter chiedere consigli su qualsiasi argomento dedicato.
Il catalogo offre prodotti per tutte le fasce di prezzo, in modo che ognuno possa trovare quello che
cerca.
ML Tech nasce anche per essere una <span lang="en">comunity</span> per tutti coloro che condividono
queste mie passioni, o
per
chi ci si vuole avvicinare per la prima volta, perciò ti invito ad entrare nel nostro server <span
lang="en">discord</span>
dove potrai interagire con gli altri, rimanere aggiornato sulle novità del mondo <span
lang="en">tech</span> e
sugli sconti
del
sito.
</p>
</div>
<!-- Quarta sezione: mostra alcune informazioni riguardanti il servizio -->
<div id="info">
<p class="info-p">Per noi è fondamentale offrire un servizio di qualità</p>
<dl>
<div class="info-col">
<svg height="34" width="34" version="1.1" class="icon"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 511.999 511.999"
xml:space="preserve">
<g>
<path d="M446.567,183.652l54.978-54.978c7.681-7.68,6.083-20.543-3.217-26.121L331.371,2.379
c-6.568-3.941-14.978-2.905-20.395,2.511L256,59.867L201.022,4.89c-5.416-5.415-13.825-6.453-20.395-2.511L13.67,102.553
c-9.316,5.589-10.882,18.456-3.216,26.122l54.978,54.977l-54.977,54.978c-7.681,7.68-6.084,20.543,3.216,26.122l58.676,35.206
v95.173c0,5.865,3.078,11.299,8.106,14.316L247.41,509.62c5.278,3.167,11.882,3.179,17.18,0l166.957-100.174
c5.028-3.017,8.105-8.451,8.105-14.316v-95.173l58.676-35.206c9.316-5.589,10.882-18.456,3.216-26.122L446.567,183.652z
M325.371,37.717l137.442,82.466l-42.445,42.445c-5.922-3.553-131.682-79.009-137.442-82.466L325.371,37.717z M390.505,183.652
L256,264.355l-134.506-80.703L256,102.948L390.505,183.652z M49.187,120.185l137.442-82.467l42.445,42.445
c-5.758,3.455-131.523,78.915-137.442,82.466L49.187,120.185z M49.186,247.119l42.445-42.444
c5.923,3.553,131.682,79.009,137.442,82.466l-42.445,42.445L49.186,247.119z M406.26,385.677L256,475.833l-150.372-90.156v-65.685
l75,44.934c6.569,3.941,14.978,2.905,20.395-2.511L256,307.437l54.978,54.978c5.422,5.422,13.833,6.449,20.395,2.511
l74.888-44.934V385.677z M325.37,329.585l-42.445-42.445c5.758-3.455,131.523-78.915,137.442-82.467l42.445,42.445L325.37,329.585
z" />
</g>
</svg>
<dt lang="en">ORDINI CUSTOM</dt>
<dd>Se vuoi un computer ma niente del catalogo ti soddisfa, inviami una mail o un messaggio su
<span lang="en">discord</span> e ti manderò un preventivo personalizzato.
</dd>
</div>
<div class="info-col">
<svg class="icon" height="34" width="34" version="1.1" id="Layer_1"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve">
<g>
<g>
<path d="M93.888,152.788H30.023c-4.522,0-8.188,3.666-8.188,8.188s3.666,8.188,8.188,8.188h63.864
c4.522,0,8.188-3.666,8.188-8.188S98.41,152.788,93.888,152.788z" />
</g>
</g>
<g>
<g>
<path d="M99.346,267.417H40.941c-4.522,0-8.188,3.666-8.188,8.188s3.666,8.188,8.188,8.188h58.406
c4.522,0,8.188-3.666,8.188-8.188S103.868,267.417,99.346,267.417z" />
</g>
</g>
<g>
<g>
<path d="M77.511,218.29H8.188c-4.522,0-8.188,3.666-8.188,8.188c0,4.522,3.666,8.188,8.188,8.188h69.323
c4.522,0,8.188-3.666,8.188-8.188C85.699,221.956,82.033,218.29,77.511,218.29z" />
</g>
</g>
<g>
<g>
<path d="M77.511,332.919h-6.715c-4.522,0-8.188,3.666-8.188,8.188s3.666,8.188,8.188,8.188h6.715c4.522,0,8.188-3.666,8.188-8.188
S82.033,332.919,77.511,332.919z" />
</g>
</g>
<g>
<g>
<path d="M43.502,332.919H8.188c-4.522,0-8.188,3.666-8.188,8.188s3.666,8.188,8.188,8.188h35.314c4.522,0,8.188-3.666,8.188-8.188
S48.024,332.919,43.502,332.919z" />
</g>
</g>
<g>
<g>
<path d="M427.771,126.081h-69.403v-14.739c0-4.522-3.666-8.188-8.188-8.188h-126.93c-4.522,0-8.188,3.666-8.188,8.188
c0,4.522,3.666,8.188,8.188,8.188h118.741v179.341c0,4.522,3.666,8.188,8.188,8.188c4.522,0,8.188-3.666,8.188-8.188V142.457
h69.403c37.414,0,67.853,30.434,67.853,67.842v138.5h-20.818c-3.938-24.717-25.397-43.67-51.206-43.67
c-25.808,0-47.267,18.953-51.205,43.67h-14.027v-11.716c0-4.522-3.666-8.188-8.188-8.188c-4.522,0-8.188,3.666-8.188,8.188v11.716
h-86.901c-3.938-24.717-25.397-43.67-51.205-43.67s-47.268,18.953-51.206,43.67H135.65V119.53h54.848
c4.522,0,8.188-3.666,8.188-8.188s-3.666-8.188-8.188-8.188h-63.036c-4.522,0-8.188,3.666-8.188,8.188v245.645
c0,4.522,3.666,8.188,8.188,8.188h25.217c3.938,24.717,25.398,43.67,51.206,43.67s47.268-18.953,51.205-43.67h117.304
c3.938,24.717,25.397,43.67,51.205,43.67s47.267-18.953,51.205-43.67h29.006c4.522,0,8.188-3.666,8.188-8.188V210.299
C512,163.861,474.216,126.081,427.771,126.081z M203.885,392.469c-19.564,0-35.482-15.917-35.482-35.482
c0-19.565,15.918-35.482,35.482-35.482c19.564,0,35.482,15.917,35.482,35.482C239.367,376.552,223.449,392.469,203.885,392.469z
M423.601,392.469c-19.562,0-35.478-15.913-35.482-35.475c0-0.002,0-0.004,0-0.007s0-0.004,0-0.007
c0.004-19.562,15.92-35.475,35.482-35.475c19.564,0,35.482,15.917,35.482,35.482C459.083,376.552,443.165,392.469,423.601,392.469
z" />
</g>
</g>
<g>
<g>
<path d="M427.771,158.833h-44.838c-4.522,0-8.188,3.666-8.188,8.188v76.969c0,4.522,3.666,8.188,8.188,8.188h88.126
c4.522,0,8.188-3.666,8.188-8.188v-33.692C479.247,181.921,456.156,158.833,427.771,158.833z M462.871,235.802h-71.75V175.21
h36.65c19.355,0,35.1,15.741,35.1,35.089V235.802z" />
</g>
</g>
<g>
<g>
<path d="M203.885,335.877c-11.64,0-21.11,9.47-21.11,21.11c0,11.64,9.47,21.11,21.11,21.11c11.64,0,21.11-9.47,21.11-21.11
C224.995,345.346,215.525,335.877,203.885,335.877z M203.885,361.721c-2.61,0-4.734-2.123-4.734-4.734s2.123-4.734,4.734-4.734
c2.61,0,4.734,2.123,4.734,4.734S206.495,361.721,203.885,361.721z" />
</g>
</g>
<g>
<g>
<path d="M423.601,335.877c-11.64,0-21.11,9.47-21.11,21.11c0,11.64,9.47,21.11,21.11,21.11c11.64,0,21.11-9.47,21.11-21.11
C444.711,345.346,435.241,335.877,423.601,335.877z M423.601,361.721c-2.61,0-4.734-2.123-4.734-4.734s2.123-4.734,4.734-4.734
c2.61,0,4.734,2.123,4.734,4.734S426.21,361.721,423.601,361.721z" />
</g>
</g>
<g>
<g>
<path
d="M471.059,274.559c-4.522,0-8.188,3.666-8.188,8.188v20.743c0,4.522,3.666,8.188,8.188,8.188
c4.522,0,8.188-3.666,8.188-8.188v-20.743C479.247,278.225,475.581,274.559,471.059,274.559z" />
</g>
</g>
</svg>
<dt>SPEDIZIONE TRACCIABILE</dt>
<dd>So quanto può essere stressante non sapere quando il proprio pacco arriverà, quindi mi
impegno a
garantire spedizioni tracciabili su tutto il territorio nazionale.</dd>
</div>
<div class="info-col">
<svg class="icon" width="34" height="34" viewBox="0 0 15 15" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M0.877075 7.49972C0.877075 3.84204 3.84222 0.876892 7.49991 0.876892C11.1576 0.876892 14.1227 3.84204 14.1227 7.49972C14.1227 11.1574 11.1576 14.1226 7.49991 14.1226C3.84222 14.1226 0.877075 11.1574 0.877075 7.49972ZM7.49991 1.82689C4.36689 1.82689 1.82708 4.36671 1.82708 7.49972C1.82708 10.6327 4.36689 13.1726 7.49991 13.1726C10.6329 13.1726 13.1727 10.6327 13.1727 7.49972C13.1727 4.36671 10.6329 1.82689 7.49991 1.82689ZM8.24993 10.5C8.24993 10.9142 7.91414 11.25 7.49993 11.25C7.08571 11.25 6.74993 10.9142 6.74993 10.5C6.74993 10.0858 7.08571 9.75 7.49993 9.75C7.91414 9.75 8.24993 10.0858 8.24993 10.5ZM6.05003 6.25C6.05003 5.57211 6.63511 4.925 7.50003 4.925C8.36496 4.925 8.95003 5.57211 8.95003 6.25C8.95003 6.74118 8.68002 6.99212 8.21447 7.27494C8.16251 7.30651 8.10258 7.34131 8.03847 7.37854L8.03841 7.37858C7.85521 7.48497 7.63788 7.61119 7.47449 7.73849C7.23214 7.92732 6.95003 8.23198 6.95003 8.7C6.95004 9.00376 7.19628 9.25 7.50004 9.25C7.8024 9.25 8.04778 9.00601 8.05002 8.70417L8.05056 8.7033C8.05924 8.6896 8.08493 8.65735 8.15058 8.6062C8.25207 8.52712 8.36508 8.46163 8.51567 8.37436L8.51571 8.37433C8.59422 8.32883 8.68296 8.27741 8.78559 8.21506C9.32004 7.89038 10.05 7.35382 10.05 6.25C10.05 4.92789 8.93511 3.825 7.50003 3.825C6.06496 3.825 4.95003 4.92789 4.95003 6.25C4.95003 6.55376 5.19628 6.8 5.50003 6.8C5.80379 6.8 6.05003 6.55376 6.05003 6.25Z" />
</svg>
<dt>PERCHÉ ML TECH</dt>
<dd>A differenza delle grandi aziende non ho una produzione propria di componenti, cosa che mi
permette di utilizzare marche diverse abbattendo i prezzi e alzando la qualità del prodotto
finale.</dd>
</div>
</dl>
<p class="info-p">Non ci credi? <a id="ref-rew" href="src/pages/reviews.html">Guarda cosa dicono i
clienti di noi</a></p>
</div>
<!-- Quinta sezione: form per contattare l'azienda -->
<div id="last">
<div>
<h2 class="title">Rimani in contatto con noi</h2>
<p class="subtitle">Registrati e riceverai la <span lang="en">newsletter</span> riguardanti offerte
e
occasioni su prodotti imperdibili. 5% di sconto alla registrazione</p>
</div>
<form id="newsletter" method="post">
<label id="label-email" for="form-email">Inserisci la tua email
<input type="email" placeholder="[email protected]" required id="form-email"></label>
<label id="label-form-terms" for="form-terms"><input name="form-terms" type="checkbox" required
id="form-terms">Registrandoti acconsenti a:  <a href="src/pages/privacy.html">Informativa
sulla
<span lang="en">Privacy</span></a> e  <a href="src/pages/tos.html">Termini e
Condizioni</a></label>
<input id="button" type="submit" value="Avvisami">
</form>
</div>
<section id="cookie-section">
<div class="cookie-container">
<div class="cookie-subcontainer">
<header id="cookie-header">
<svg id="cookie-icon" width="30" height="30" viewBox="0 0 24 24">
<g>
<g>
<path
d="M12.1521 4.08723C12.1513 3.71959 12.1001 3.3538 12 3C16.9683 3.00545 20.9944 7.03979 21 12C21.0161 16.9625 16.9705 20.9835 12 20.9997C7.02946 21.0158 3.01615 16.963 3 12.0005C4.11168 12.2363 5.27038 11.9981 6.1499 11.2795C7.0562 10.5452 7.5789 9.43935 7.5702 8.27407C7.56959 8.01195 7.5461 7.75072 7.5 7.49268C8.51784 7.89624 9.67043 7.76409 10.5708 7.14162C11.5696 6.44537 12.161 5.3034 12.1521 4.08723Z"
stroke="#000000" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M3.00195 7.002V7H3V7.00195L3.00195 7.002Z" stroke="#000000"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M8.00195 3.002V3H8V3.00195L8.00195 3.002Z" stroke="#000000"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M4.00195 3.002V3H4V3.00195L4.00195 3.002Z" stroke="#000000"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M10.002 17.002V17H10V17.002L10.002 17.002Z" stroke="#000000"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M15.002 15.002V15H15V15.002L15.002 15.002Z" stroke="#000000"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M11.002 12.002V12H11V12.002L11.002 12.002Z" stroke="#000000"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M16.002 10.002V10H16V10.002L16.002 10.002Z" stroke="#000000"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M3.00195 7.002V7H3V7.00195L3.00195 7.002Z" stroke="#000000"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M8.00195 3.002V3H8V3.00195L8.00195 3.002Z" stroke="#000000"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M4.00195 3.002V3H4V3.00195L4.00195 3.002Z" stroke="#000000"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</g>
</g>
</svg>
<h2 id="cookie-heading" lang="en">Cookie Policy</h2>
</header>
<p id="cookie-desc">Questo sito usa <span lang="en">cookie</span> per migliorare le sue
funzionalità e la tua
esperienza di navigazione.
Continuando, accetti la
nostra <a id="cookie-link" href="src/pages/cookies.html" lang="en">cookie policy</a>.
</p>
<button class="cookie-btn" id="accept">Accetto</button>
<button class="cookie-btn" id="reject">Rifiuto</button>
</div>
</div>
</section>
</main>
<!-- Footer per informazioni varie come contatti, termini di servizio ecc. -->
<footer>
<!-- Icone per account social dell'azienda -->
<div id="icons">
<ul>
<li>
<a href="https://www.facebook.com/profile.php?id=100089599402352" target="_blank"
aria-label="Facebook">
<svg class="icon" width="30" height="30" viewBox="0 0 24 24">
<path
d="M12 2.03998C6.5 2.03998 2 6.52998 2 12.06C2 17.06 5.66 21.21 10.44 21.96V14.96H7.9V12.06H10.44V9.84998C10.44 7.33998 11.93 5.95998 14.22 5.95998C15.31 5.95998 16.45 6.14998 16.45 6.14998V8.61998H15.19C13.95 8.61998 13.56 9.38998 13.56 10.18V12.06H16.34L15.89 14.96H13.56V21.96C15.9164 21.5878 18.0622 20.3855 19.6099 18.57C21.1576 16.7546 22.0054 14.4456 22 12.06C22 6.52998 17.5 2.03998 12 2.03998Z" />
</svg>
</a>
</li>
<li>
<a href="https://instagram.com/ml__tech" target="_blank" aria-label="Instagram">
<svg class="icon" width="30" height="30" viewBox="0 0 24 24">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z" />
<path
d="M18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5Z" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M1.65396 4.27606C1 5.55953 1 7.23969 1 10.6V13.4C1 16.7603 1 18.4405 1.65396 19.7239C2.2292 20.8529 3.14708 21.7708 4.27606 22.346C5.55953 23 7.23969 23 10.6 23H13.4C16.7603 23 18.4405 23 19.7239 22.346C20.8529 21.7708 21.7708 20.8529 22.346 19.7239C23 18.4405 23 16.7603 23 13.4V10.6C23 7.23969 23 5.55953 22.346 4.27606C21.7708 3.14708 20.8529 2.2292 19.7239 1.65396C18.4405 1 16.7603 1 13.4 1H10.6C7.23969 1 5.55953 1 4.27606 1.65396C3.14708 2.2292 2.2292 3.14708 1.65396 4.27606ZM13.4 3H10.6C8.88684 3 7.72225 3.00156 6.82208 3.0751C5.94524 3.14674 5.49684 3.27659 5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404C3.27659 5.49684 3.14674 5.94524 3.0751 6.82208C3.00156 7.72225 3 8.88684 3 10.6V13.4C3 15.1132 3.00156 16.2777 3.0751 17.1779C3.14674 18.0548 3.27659 18.5032 3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564C5.49684 20.7234 5.94524 20.8533 6.82208 20.9249C7.72225 20.9984 8.88684 21 10.6 21H13.4C15.1132 21 16.2777 20.9984 17.1779 20.9249C18.0548 20.8533 18.5032 20.7234 18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816C20.7234 18.5032 20.8533 18.0548 20.9249 17.1779C20.9984 16.2777 21 15.1132 21 13.4V10.6C21 8.88684 20.9984 7.72225 20.9249 6.82208C20.8533 5.94524 20.7234 5.49684 20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597C18.5032 3.27659 18.0548 3.14674 17.1779 3.0751C16.2777 3.00156 15.1132 3 13.4 3Z" />
</svg>
</a>
</li>
<li>
<a href="https://tiktok.com/@ml__tech" target="_blank" aria-label="TikTok">
<svg class="icon" width="30" height="30" viewBox="0 0 32 32" version="1.1">
<path
d="M16.656 1.029c1.637-0.025 3.262-0.012 4.886-0.025 0.054 2.031 0.878 3.859 2.189 5.213l-0.002-0.002c1.411 1.271 3.247 2.095 5.271 2.235l0.028 0.002v5.036c-1.912-0.048-3.71-0.489-5.331-1.247l0.082 0.034c-0.784-0.377-1.447-0.764-2.077-1.196l0.052 0.034c-0.012 3.649 0.012 7.298-0.025 10.934-0.103 1.853-0.719 3.543-1.707 4.954l0.020-0.031c-1.652 2.366-4.328 3.919-7.371 4.011l-0.014 0c-0.123 0.006-0.268 0.009-0.414 0.009-1.73 0-3.347-0.482-4.725-1.319l0.040 0.023c-2.508-1.509-4.238-4.091-4.558-7.094l-0.004-0.041c-0.025-0.625-0.037-1.25-0.012-1.862 0.49-4.779 4.494-8.476 9.361-8.476 0.547 0 1.083 0.047 1.604 0.136l-0.056-0.008c0.025 1.849-0.050 3.699-0.050 5.548-0.423-0.153-0.911-0.242-1.42-0.242-1.868 0-3.457 1.194-4.045 2.861l-0.009 0.030c-0.133 0.427-0.21 0.918-0.21 1.426 0 0.206 0.013 0.41 0.037 0.61l-0.002-0.024c0.332 2.046 2.086 3.59 4.201 3.59 0.061 0 0.121-0.001 0.181-0.004l-0.009 0c1.463-0.044 2.733-0.831 3.451-1.994l0.010-0.018c0.267-0.372 0.45-0.822 0.511-1.311l0.001-0.014c0.125-2.237 0.075-4.461 0.087-6.698 0.012-5.036-0.012-10.060 0.025-15.083z">
</path>
</svg>
</a>
</li>
<li>
<a href="https://discord.gg/2w7mYbJmy2" target="_blank" aria-label="Discord">
<svg class="icon" width="30" height="30" viewBox="0 0 32 32" version="1.1">
<path
d="M20.992 20.163c-1.511-0.099-2.699-1.349-2.699-2.877 0-0.051 0.001-0.102 0.004-0.153l-0 0.007c-0.003-0.048-0.005-0.104-0.005-0.161 0-1.525 1.19-2.771 2.692-2.862l0.008-0c1.509 0.082 2.701 1.325 2.701 2.847 0 0.062-0.002 0.123-0.006 0.184l0-0.008c0.003 0.050 0.005 0.109 0.005 0.168 0 1.523-1.191 2.768-2.693 2.854l-0.008 0zM11.026 20.163c-1.511-0.099-2.699-1.349-2.699-2.877 0-0.051 0.001-0.102 0.004-0.153l-0 0.007c-0.003-0.048-0.005-0.104-0.005-0.161 0-1.525 1.19-2.771 2.692-2.862l0.008-0c1.509 0.082 2.701 1.325 2.701 2.847 0 0.062-0.002 0.123-0.006 0.184l0-0.008c0.003 0.048 0.005 0.104 0.005 0.161 0 1.525-1.19 2.771-2.692 2.862l-0.008 0zM26.393 6.465c-1.763-0.832-3.811-1.49-5.955-1.871l-0.149-0.022c-0.005-0.001-0.011-0.002-0.017-0.002-0.035 0-0.065 0.019-0.081 0.047l-0 0c-0.234 0.411-0.488 0.924-0.717 1.45l-0.043 0.111c-1.030-0.165-2.218-0.259-3.428-0.259s-2.398 0.094-3.557 0.275l0.129-0.017c-0.27-0.63-0.528-1.142-0.813-1.638l0.041 0.077c-0.017-0.029-0.048-0.047-0.083-0.047-0.005 0-0.011 0-0.016 0.001l0.001-0c-2.293 0.403-4.342 1.060-6.256 1.957l0.151-0.064c-0.017 0.007-0.031 0.019-0.040 0.034l-0 0c-2.854 4.041-4.562 9.069-4.562 14.496 0 0.907 0.048 1.802 0.141 2.684l-0.009-0.11c0.003 0.029 0.018 0.053 0.039 0.070l0 0c2.14 1.601 4.628 2.891 7.313 3.738l0.176 0.048c0.008 0.003 0.018 0.004 0.028 0.004 0.032 0 0.060-0.015 0.077-0.038l0-0c0.535-0.72 1.044-1.536 1.485-2.392l0.047-0.1c0.006-0.012 0.010-0.027 0.010-0.043 0-0.041-0.026-0.075-0.062-0.089l-0.001-0c-0.912-0.352-1.683-0.727-2.417-1.157l0.077 0.042c-0.029-0.017-0.048-0.048-0.048-0.083 0-0.031 0.015-0.059 0.038-0.076l0-0c0.157-0.118 0.315-0.24 0.465-0.364 0.016-0.013 0.037-0.021 0.059-0.021 0.014 0 0.027 0.003 0.038 0.008l-0.001-0c2.208 1.061 4.8 1.681 7.536 1.681s5.329-0.62 7.643-1.727l-0.107 0.046c0.012-0.006 0.025-0.009 0.040-0.009 0.022 0 0.043 0.008 0.059 0.021l-0-0c0.15 0.124 0.307 0.248 0.466 0.365 0.023 0.018 0.038 0.046 0.038 0.077 0 0.035-0.019 0.065-0.046 0.082l-0 0c-0.661 0.395-1.432 0.769-2.235 1.078l-0.105 0.036c-0.036 0.014-0.062 0.049-0.062 0.089 0 0.016 0.004 0.031 0.011 0.044l-0-0.001c0.501 0.96 1.009 1.775 1.571 2.548l-0.040-0.057c0.017 0.024 0.046 0.040 0.077 0.040 0.010 0 0.020-0.002 0.029-0.004l-0.001 0c2.865-0.892 5.358-2.182 7.566-3.832l-0.065 0.047c0.022-0.016 0.036-0.041 0.039-0.069l0-0c0.087-0.784 0.136-1.694 0.136-2.615 0-5.415-1.712-10.43-4.623-14.534l0.052 0.078c-0.008-0.016-0.022-0.029-0.038-0.036l-0-0z">
</path>
</svg>
</a>
</li>
</ul>
</div>
<dl id="footdef">
<div id="contatti">
<dt>CONTATTI</dt>
<dd><a href="#about">Azienda</a></dd>
<dd><a href="src/pages/contacts.html">Contattaci</a></dd>
<dd><a href="mailto:[email protected]">Assistenza</a></dd>
<dd><a href="src/pages/faq.html"><abbr title="Frequently Asked Questions" lang="en">FAQs</abbr></a>
</dd>
</div>
<div id="comunity">
<dt lang="en">COMUNITY</dt>
<dd><a href="https://discord.gg/2w7mYbJmy2" target="_blank" lang="en">Discord</a></dd>
<dd><a href="src/pages/news.html" lang="en">News</a></dd>
</div>
<div id="account">
<dt lang="en">ACCOUNT</dt>
<dd><a href="src/php/sendToLogin.php">Gestisci il tuo <span lang="en">account</span></a></dd>
</div>
<div id="shop">
<dt lang="en">SHOP</dt>
<dd><a href="src/php/getCatalog.php?categoria=kbd&riferimento=">Tastiere</a></dd>
<dd><a href="src/php/getCatalog.php?categoria=pc&riferimento=" lang="en">Computer</a></dd>
</div>
</dl>
<!-- Termini, informative, cookies e marchio -->
<ul id="footunor">
<li><span id="rights">ML Tech 2022:</span> Tutti i diritti riservati</li>
<li><a href="src/pages/tos.html">Termini e Condizioni</a></li>
<li><a href="src/pages/privacy.html">Informativa sulla <span lang="en">privacy</span></a></li>
<li><a href="src/pages/cookies.html">Gestisci <span lang="en">cookie</span></a></li>
</ul>
</footer>
<footer id="mobile-footer">
<ul>
<li><a href="src/pages/faq.html"><abbr title="Frequently Asked Questions" lang="en">FAQs</abbr></a></li>
<li><a href="src/pages/news.html">News</a></li>
<li><a href="src/pages/contacts.html">Contatti</a></li>
</ul>
</footer>
<script src="src/JS/switch-handler.js"></script>
<script src="src/JS/cookie-handler.js"></script>
<script src="src/JS/dropdown.js"></script>
<script src="src/JS/dropup.js"></script>
<script src="src/JS/navbar.js"></script>
</body>
</html>