forked from XengShi/materialYouNewTab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
529 lines (481 loc) · 49.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>New Tab</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="./favicon/favicon.ico">
<script defer src="script.js"></script>
</head>
<body>
<div class="centerDiv">
<div class="leftDiv">
<!-- ____________clock___________ -->
<div class="clock" id="clock">
<!-- <img src="./svgs/starishShape.svg" alt=""> this is below svg, if anything goes wrong copy the code if this svg and past it below -->
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 461 461" fill="none">
<path class="bgLightTint" fill-rule="evenodd" clip-rule="evenodd"
d="M93.6379 63.9405C89.7543 78.4344 78.4333 89.7554 63.9394 93.639L56.4989 95.6327C34.0934 101.636 20.7969 124.666 26.8005 147.072L28.7201 154.236C32.6038 168.73 28.46 184.195 17.8497 194.805L12.3015 200.353C-4.1005 216.755 -4.10051 243.348 12.3015 259.75L17.9236 265.372C28.5338 275.983 32.6776 291.447 28.794 305.941L26.8004 313.382C20.7968 335.787 34.0933 358.817 56.4989 364.821L63.9395 366.815C78.4334 370.698 89.7544 382.019 93.638 396.513L95.6322 403.956C101.636 426.361 124.666 439.658 147.071 433.654L154.513 431.66C169.007 427.777 184.472 431.92 195.082 442.531L200.353 447.802C216.755 464.204 243.348 464.204 259.75 447.802L265.097 442.455C275.707 431.845 291.172 427.701 305.666 431.585L313.383 433.653C335.788 439.656 358.818 426.36 364.822 403.954L366.815 396.515C370.699 382.021 382.02 370.7 396.514 366.816L403.955 364.822C426.361 358.819 439.657 335.789 433.654 313.383L431.586 305.665C427.702 291.172 431.846 275.707 442.456 265.096L447.802 259.75C464.204 243.348 464.204 216.755 447.802 200.353L442.53 195.081C431.92 184.471 427.776 169.006 431.66 154.512L433.654 147.071C439.657 124.665 426.361 101.635 403.955 95.6312L396.514 93.6373C382.02 89.7537 370.699 78.4327 366.815 63.9389L364.822 56.4994C358.818 34.0938 335.788 20.7974 313.383 26.8009L305.942 28.7946C291.448 32.6782 275.983 28.5345 265.373 17.9242L259.75 12.3015C243.348 -4.10051 216.755 -4.1005 200.353 12.3015L194.806 17.8491C184.196 28.4593 168.731 32.6031 154.237 28.7195L147.071 26.7995C124.666 20.7959 101.636 34.0924 95.6322 56.498L93.6379 63.9405Z"
fill="#FFF" />
</svg>
<!-- mainClock funtialities_ -->
<div class="centerPoint">
<!-- घड़ी की सुइयां -->
<div class="sui" id="hour"></div>
<div class="sui" id="second"></div>
<div class="sui" id="minute"></div>
</div>
<!-- end of mainClock funtialities_ -->
</div>
<!-- ____________end of clock______________ -->
<div class="ttteexxtt">
<div id="userText" contenteditable="true" spellcheck="false">Double tap to edit</div>
<div id="date"></div>
</div>
</div>
<!-- ---------end of leftDiv--------------- -->
<div class="rightDiv">
<!-- ---weather stuff--------- -->
<div class="topDiv">
<div class="lrectangle bgLightTint">
<div id="conditionText">Hello! How are you today?</div>
<div class="cconnt">
<div class="humidityBar">
<div class="thinLine"></div>
<div class="slider" id="slider">
<div id="humidityLevel">Humidity</div>
</div>
</div>
<div class="tilesContainer">
<div class="tiles">
<div class="icon">
<!-- <img src="./svgs/feels.svg" alt=""> -->
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path class="accentColor"
d="M8 10.255V5C8 3.93913 8.42143 2.92172 9.17157 2.17157C9.92172 1.42143 10.9391 1 12 1C13.0609 1 14.0783 1.42143 14.8284 2.17157C15.5786 2.92172 16 3.93913 16 5V10.255C17.223 11.1066 18.1423 12.3262 18.6241 13.7365C19.1059 15.1467 19.125 16.6739 18.6788 18.0958C18.2325 19.5176 17.3441 20.76 16.1429 21.642C14.9416 22.524 13.4903 22.9996 12 22.9996C10.5097 22.9996 9.05837 22.524 7.85714 21.642C6.6559 20.76 5.7675 19.5176 5.32123 18.0958C4.87496 16.6739 4.89412 15.1467 5.37592 13.7365C5.85772 12.3262 6.77702 11.1066 8 10.255ZM8 16C8 17.0609 8.42143 18.0783 9.17157 18.8284C9.92172 19.5786 10.9391 20 12 20C13.0609 20 14.0783 19.5786 14.8284 18.8284C15.5786 18.0783 16 17.0609 16 16H8Z"
fill="#0000FF" />
</svg>
</div>
<span id="feelsLike">Seems</span>
</div>
<div class="tiles location">
<div class="icon">
<svg width="24" height="24" viewBox="0 0 29 29" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M14.5 2C18.4306 2 21.625 5.29333 21.625 9.36667C21.625 14.8886 14.5 23.0476 14.5 23.0476C14.5 23.0476 7.375 14.8886 7.375 9.36667C7.375 5.29333 10.5694 2 14.5 2ZM14.5 6.95238C13.8701 6.95238 13.266 7.21326 12.8206 7.67764C12.3752 8.14202 12.125 8.77185 12.125 9.42857C12.125 10.0853 12.3752 10.7151 12.8206 11.1795C13.266 11.6439 13.8701 11.9048 14.5 11.9048C15.1299 11.9048 15.734 11.6439 16.1794 11.1795C16.6248 10.7151 16.875 10.0853 16.875 9.42857C16.875 8.77185 16.6248 8.14202 16.1794 7.67764C15.734 7.21326 15.1299 6.95238 14.5 6.95238ZM24 23.0476C24 25.7838 19.7488 28 14.5 28C9.25125 28 5 25.7838 5 23.0476C5 21.4505 6.44875 20.0267 8.69313 19.1229L9.45312 20.2495C8.17062 20.8067 7.375 21.5743 7.375 22.4286C7.375 24.1371 10.5694 25.5238 14.5 25.5238C18.4306 25.5238 21.625 24.1371 21.625 22.4286C21.625 21.5743 20.8294 20.8067 19.5469 20.2495L20.3069 19.1229C22.5512 20.0267 24 21.4505 24 23.0476Z"
fill="#fff" />
</svg>
</div>
<span id="location" class="location_spn">Earth</span>
</div>
</div>
<!-- end of tilesContainer -->
</div>
</div>
<!-- -----rAndakar-------- -->
<div class="rAndakar">
<!-- <img src="./svgs/andakar.svg" alt=""> this is below svg -->
<svg width="100%" height="100%" viewBox="0 0 288 288" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect class="bgLightTint" x="164.485" y="-51" width="246.801" height="304.742" rx="123.401"
transform="rotate(45 164.485 -51)" fill="#E2EEFF" />
</svg>
<div class="wInfo">
<div id="temp">?°</div>
<img id="wIcon" src="./svgs/defaultWeather.svg" alt="wq">
</div>
</div>
</div>
<!-- ------end of weather stuff------------ -->
<!-- ----------searchbar-------------- -->
<div class="searchbar bgLightTint" id="searchbar">
<div class="searchIcon">
<svg width="100%" height="100%" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="accentColor" fill-rule="evenodd" clip-rule="evenodd"
d="M5.00087 20.0137C5.00087 18.0425 5.38915 16.0906 6.14353 14.2695C6.89791 12.4484 8.00363 10.7936 9.39755 9.39981C10.7915 8.00598 12.4463 6.90034 14.2675 6.146C16.0888 5.39167 18.0408 5.00342 20.0121 5.00342C21.9834 5.00342 23.9354 5.39167 25.7566 6.146C27.5779 6.90034 29.2327 8.00598 30.6266 9.39981C32.0205 10.7936 33.1262 12.4484 33.8806 14.2695C34.635 16.0906 35.0233 18.0425 35.0233 20.0137C35.0233 23.9946 33.4417 27.8125 30.6266 30.6275C27.8114 33.4425 23.9933 35.0239 20.0121 35.0239C16.0309 35.0239 12.2127 33.4425 9.39755 30.6275C6.5824 27.8125 5.00087 23.9946 5.00087 20.0137ZM20.0121 1.23625e-07C16.8268 0.000456127 13.6877 0.761065 10.8556 2.21861C8.02347 3.67616 5.58012 5.78855 3.72863 8.38023C1.87714 10.9719 0.670974 13.968 0.210373 17.1196C-0.250229 20.2711 0.0480379 23.4871 1.08039 26.5002C2.11273 29.5133 3.84934 32.2365 6.14589 34.4435C8.44244 36.6505 11.2326 38.2776 14.2845 39.1895C17.3364 40.1014 20.5618 40.2718 23.6928 39.6865C26.8238 39.1013 29.7699 37.7772 32.2862 35.8245L40.7601 44.2977C41.2319 44.7534 41.8639 45.0056 42.5199 44.9999C43.1758 44.9942 43.8033 44.7311 44.2672 44.2673C44.7311 43.8034 44.9942 43.176 44.9999 42.52C45.0056 41.8641 44.7534 41.2322 44.2977 40.7603L35.8239 32.287C38.1208 29.3287 39.5415 25.7852 39.9244 22.0595C40.3073 18.3338 39.637 14.5754 37.9897 11.2118C36.3424 7.84812 33.7843 5.01415 30.6062 3.03213C27.4281 1.05011 23.7576 -0.000416085 20.0121 1.23625e-07ZM20.0121 30.0205C22.6662 30.0205 25.2117 28.9662 27.0884 27.0896C28.9652 25.2129 30.0195 22.6676 30.0195 20.0137C30.0195 17.3597 28.9652 14.8144 27.0884 12.9378C25.2117 11.0611 22.6662 10.0068 20.0121 10.0068C17.3579 10.0068 14.8125 11.0611 12.9357 12.9378C11.059 14.8144 10.0046 17.3597 10.0046 20.0137C10.0046 22.6676 11.059 25.2129 12.9357 27.0896C14.8125 28.9662 17.3579 30.0205 20.0121 30.0205Z"
fill="#4382EC" />
</svg>
</div>
<input id="searchQ" type="text" placeholder="Your query...">
<button id="enterBtn">Enter</button>
</div>
<!-- ----------end of searchbar-------------- -->
<!-- ----------search with------------------- -->
<div class="searchWithCont">
<div class="hint bgLightTint">Search With</div>
<div class="searchEnginesContainer">
<div class="search-engine bgLightTint">
<!-- <img src="./svgs/duck.svg" alt="D" class="logo"> -->
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="accentColor" width="28" height="28" rx="14" fill="#FF00ff" />
<path
d="M10.5 7C10.1022 7 9.72064 7.15804 9.43934 7.43934C9.15804 7.72064 9 8.10218 9 8.5C9 8.89782 9.15804 9.27936 9.43934 9.56066C9.72064 9.84196 10.1022 10 10.5 10C10.8978 10 11.2794 9.84196 11.5607 9.56066C11.842 9.27936 12 8.89782 12 8.5C12 8.10218 11.842 7.72064 11.5607 7.43934C11.2794 7.15804 10.8978 7 10.5 7ZM12 4C13.3261 4 14.5979 4.52678 15.5355 5.46447C16.4732 6.40215 17 7.67392 17 9C17 10.7 16.15 12.2 14.86 13.1C16.44 13.25 18.22 13.61 20 14.5C23 16 24 14 24 14C24 14 23 23 17 23H11C11 23 6 23 6 18C6 15 9 14 8 12C4 12 4 8.5 4 8.5C5 9 6.24 9 7 8.65C7.09333 7.3872 7.66043 6.20632 8.58766 5.34399C9.5149 4.48166 10.7338 4.0016 12 4Z"
fill="white" />
</svg>
<label class="engine-name">Duck</label>
<input type="radio" name="search-engine" class="radio-button" value="engine1" checked>
</div>
<div class="search-engine bgLightTint">
<!-- <img src="./svgs/google.svg" alt="G" class="logo"> -->
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="accentColor" width="28" height="28" rx="14" fill="#FF000F" />
<path
d="M24.805 12.0177C24.9359 12.756 25.0011 13.504 25 14.2534C25 17.6 23.7796 20.4297 21.6559 22.345H21.6587C19.8016 24.0265 17.2487 25 14.2216 25C11.2455 25 8.3912 23.8411 6.28674 21.7783C4.18227 19.7154 3 16.9176 3 14.0004C3 11.0831 4.18227 8.28528 6.28674 6.22244C8.3912 4.15961 11.2455 3.00073 14.2216 3.00073C17.0073 2.96875 19.6976 3.99459 21.7289 5.86338L18.5251 9.00378C17.367 7.92165 15.8214 7.32907 14.2216 7.35383C11.2942 7.35383 8.80719 9.28977 7.92068 11.8967C7.45064 13.2627 7.45064 14.7421 7.92068 16.1082H7.92489C8.8156 18.711 11.2984 20.6469 14.2258 20.6469C15.7379 20.6469 17.0368 20.2674 18.044 19.5964H18.0398C18.6246 19.2167 19.1248 18.7247 19.5103 18.1502C19.8958 17.5758 20.1585 16.9307 20.2827 16.2539H14.2216V12.0191L24.805 12.0177Z"
fill="white" />
</svg>
<label class="engine-name">Google</label>
<input type="radio" name="search-engine" class="radio-button" value="engine2">
</div>
<div class="search-engine bgLightTint">
<!-- <img src="./svgs/bing.svg" alt="B" class="logo"> -->
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="accentColor" width="28" height="28" rx="14" fill="#FF000F" />
<path
d="M22.9991 13.1645C22.9954 13.0734 22.9651 12.9855 22.9119 12.9118C22.8588 12.8382 22.7853 12.7822 22.7007 12.751L13.8694 9.98251C13.7046 9.93107 13.6294 10.0197 13.7018 10.1788L15.3442 13.8304C15.4167 13.9904 15.604 14.18 15.7602 14.2524L18.0135 15.2966C18.1697 15.369 18.1735 15.4957 18.021 15.5776L8.40754 20.7525C8.25601 20.8345 8.23624 20.8059 8.36425 20.6887L12.0575 17.3219C12.197 17.1796 12.28 16.9905 12.291 16.7904L12.2947 6.58526C12.291 6.49394 12.2606 6.40578 12.2073 6.33199C12.154 6.25821 12.0803 6.20212 11.9954 6.17084L8.2993 5.01334C8.13459 4.9619 8 5.06383 8 5.24008V20.7211C8 20.8974 8.11483 21.1241 8.25601 21.2251L12.0114 23.9183C12.1526 24.0193 12.3879 24.0279 12.5357 23.9373L22.7308 17.723C22.8093 17.6688 22.8744 17.597 22.921 17.5133C22.9677 17.4295 22.9947 17.336 23 17.24V13.1645H22.9991Z"
fill="white" />
</svg>
<label class="engine-name">Bing</label>
<input type="radio" name="search-engine" class="radio-button" value="engine3">
</div>
<div class="search-engine bgLightTint">
<!-- <img src="./svgs/youtube.svg" alt="Y" class="logo"> -->
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="accentColor" width="28" height="28" rx="14" fill="#FF000F" />
<path
d="M12 17L17.19 14L12 11V17ZM23.56 9.17C23.69 9.64 23.78 10.27 23.84 11.07C23.91 11.87 23.94 12.56 23.94 13.16L24 14C24 16.19 23.84 17.8 23.56 18.83C23.31 19.73 22.73 20.31 21.83 20.56C21.36 20.69 20.5 20.78 19.18 20.84C17.88 20.91 16.69 20.94 15.59 20.94L14 21C9.81 21 7.2 20.84 6.17 20.56C5.27 20.31 4.69 19.73 4.44 18.83C4.31 18.36 4.22 17.73 4.16 16.93C4.09 16.13 4.06 15.44 4.06 14.84L4 14C4 11.81 4.16 10.2 4.44 9.17C4.69 8.27 5.27 7.69 6.17 7.44C6.64 7.31 7.5 7.22 8.82 7.16C10.12 7.09 11.31 7.06 12.41 7.06L14 7C18.19 7 20.8 7.16 21.83 7.44C22.73 7.69 23.31 8.27 23.56 9.17Z"
fill="white" />
</svg>
<label class="engine-name">YouTube</label>
<input type="radio" name="search-engine" class="radio-button" value="engine4">
</div>
</div>
</div>
<!-- ----------end of search with------------- -->
</div>
<!-- --------end of rightDiv---------------------- -->
</div>
<!---End of centerDiv--->
<!-- ⚫🟣🔵🔴🟡🟢🟠⚪ -->
<!-- <div class="themingStuff">
<div class="colorsContainer" id="colorsContainer">
<input type="radio" name="color" class="colorPlate" value="blue" checked>
<input type="radio" name="color" class="colorPlate" value="red">
<input type="radio" name="color" class="colorPlate" value="green">
<input type="radio" name="color" class="colorPlate" value="pink">
<input type="radio" name="color" class="colorPlate" value="orange">
<input type="radio" name="color" class="colorPlate" value="purple">
</div>
<div id="themeButton" class="btn bgLightTint">
<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="accentColor"
d="M14.2778 10C13.9684 10 13.6716 9.87708 13.4528 9.65829C13.234 9.4395 13.1111 9.14275 13.1111 8.83333C13.1111 8.52391 13.234 8.22717 13.4528 8.00837C13.6716 7.78958 13.9684 7.66667 14.2778 7.66667C14.5872 7.66667 14.8839 7.78958 15.1027 8.00837C15.3215 8.22717 15.4444 8.52391 15.4444 8.83333C15.4444 9.14275 15.3215 9.4395 15.1027 9.65829C14.8839 9.87708 14.5872 10 14.2778 10ZM11.9444 6.88889C11.635 6.88889 11.3383 6.76597 11.1195 6.54718C10.9007 6.32839 10.7778 6.03164 10.7778 5.72222C10.7778 5.4128 10.9007 5.11606 11.1195 4.89726C11.3383 4.67847 11.635 4.55556 11.9444 4.55556C12.2539 4.55556 12.5506 4.67847 12.7694 4.89726C12.9882 5.11606 13.1111 5.4128 13.1111 5.72222C13.1111 6.03164 12.9882 6.32839 12.7694 6.54718C12.5506 6.76597 12.2539 6.88889 11.9444 6.88889ZM8.05556 6.88889C7.74614 6.88889 7.44939 6.76597 7.2306 6.54718C7.0118 6.32839 6.88889 6.03164 6.88889 5.72222C6.88889 5.4128 7.0118 5.11606 7.2306 4.89726C7.44939 4.67847 7.74614 4.55556 8.05556 4.55556C8.36497 4.55556 8.66172 4.67847 8.88051 4.89726C9.09931 5.11606 9.22222 5.4128 9.22222 5.72222C9.22222 6.03164 9.09931 6.32839 8.88051 6.54718C8.66172 6.76597 8.36497 6.88889 8.05556 6.88889ZM5.72222 10C5.4128 10 5.11606 9.87708 4.89726 9.65829C4.67847 9.4395 4.55556 9.14275 4.55556 8.83333C4.55556 8.52391 4.67847 8.22717 4.89726 8.00837C5.11606 7.78958 5.4128 7.66667 5.72222 7.66667C6.03164 7.66667 6.32839 7.78958 6.54718 8.00837C6.76597 8.22717 6.88889 8.52391 6.88889 8.83333C6.88889 9.14275 6.76597 9.4395 6.54718 9.65829C6.32839 9.87708 6.03164 10 5.72222 10ZM10 3C8.14348 3 6.36301 3.7375 5.05025 5.05025C3.7375 6.36301 3 8.14348 3 10C3 11.8565 3.7375 13.637 5.05025 14.9497C6.36301 16.2625 8.14348 17 10 17C10.3094 17 10.6062 16.8771 10.825 16.6583C11.0437 16.4395 11.1667 16.1428 11.1667 15.8333C11.1667 15.53 11.05 15.2578 10.8633 15.0556C10.6844 14.8456 10.5678 14.5733 10.5678 14.2778C10.5678 13.9684 10.6907 13.6716 10.9095 13.4528C11.1283 13.234 11.425 13.1111 11.7344 13.1111H13.1111C14.1425 13.1111 15.1317 12.7014 15.861 11.9721C16.5903 11.2428 17 10.2536 17 9.22222C17 5.78444 13.8656 3 10 3Z"
fill="#f00" />
</svg>
</div>
</div> -->
<!-- end of themingStuff -->
<!-- ------shortcuts------------------ -->
<div id="shortcutsContainer" class="shortcutsContainer">
<div class="shortcuts">
<!-- YouTube -->
<a href="https://www.youtube.com/">
<!-- <img src="./shortcuts_icons/youtube.svg" alt=""> -->
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="accentColor"
d="M11.6698 9.82604L9.33021 8.73437C9.12604 8.63958 8.95833 8.74583 8.95833 8.97187V11.0281C8.95833 11.2542 9.12604 11.3604 9.33021 11.2656L11.6688 10.174C11.874 10.0781 11.874 9.92188 11.6698 9.82604ZM10 0C4.47708 0 0 4.47708 0 10C0 15.5229 4.47708 20 10 20C15.5229 20 20 15.5229 20 10C20 4.47708 15.5229 0 10 0ZM10 14.0625C4.88125 14.0625 4.79167 13.601 4.79167 10C4.79167 6.39896 4.88125 5.9375 10 5.9375C15.1187 5.9375 15.2083 6.39896 15.2083 10C15.2083 13.601 15.1187 14.0625 10 14.0625Z"
fill="#617859" />
</svg>
<span class="shortcut-name">YouTube</span>
</a>
</div>
<!-- ---------------- -->
<div class="shortcuts">
<!-- YouTube -->
<a href="https://mail.google.com">
<!-- <img src="./shortcuts_icons/email.svg" alt=""> -->
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="accentColor"
d="M10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20C12.6522 20 15.1957 18.9464 17.0711 17.0711C18.9464 15.1957 20 12.6522 20 10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0ZM5 5H15C15.1788 5 15.3513 5.03875 15.5113 5.11L10 11.5387L4.48875 5.11C4.64929 5.03704 4.82366 4.99952 5 5ZM3.75 13.75V6.25L3.7525 6.17125L7.4175 10.4475L3.7925 14.0725C3.76387 13.9674 3.74957 13.8589 3.75 13.75ZM15 15H5C4.89 15 4.78125 14.985 4.6775 14.9575L8.235 11.4L10.0013 13.46L11.7675 11.4L15.325 14.9575C15.2199 14.9861 15.1114 15.0004 15.0025 15H15ZM16.25 13.75C16.25 13.86 16.235 13.9688 16.2075 14.0725L12.5825 10.4475L16.2475 6.17125L16.25 6.25V13.75Z"
fill="#00f" />
</svg>
<span class="shortcut-name">Gmail</span>
</a>
</div>
<!-- ---------------- -->
<div class="shortcuts">
<!-- YouTube -->
<a href="https://web.telegram.org/k/">
<!-- <img src="./shortcuts_icons/telegram.svg" alt=""> -->
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="accentColor"
d="M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM14.64 6.8C14.49 8.38 13.84 12.22 13.51 13.99C13.37 14.74 13.09 14.99 12.83 15.02C12.25 15.07 11.81 14.64 11.25 14.27C10.37 13.69 9.87 13.33 9.02 12.77C8.03 12.12 8.67 11.76 9.24 11.18C9.39 11.03 11.95 8.7 12 8.49C12.0069 8.45819 12.006 8.42517 11.9973 8.3938C11.9886 8.36244 11.9724 8.33367 11.95 8.31C11.89 8.26 11.81 8.28 11.74 8.29C11.65 8.31 10.25 9.24 7.52 11.08C7.12 11.35 6.76 11.49 6.44 11.48C6.08 11.47 5.4 11.28 4.89 11.11C4.26 10.91 3.77 10.8 3.81 10.45C3.83 10.27 4.08 10.09 4.55 9.9C7.47 8.63 9.41 7.79 10.38 7.39C13.16 6.23 13.73 6.03 14.11 6.03C14.19 6.03 14.38 6.05 14.5 6.15C14.6 6.23 14.63 6.34 14.64 6.42C14.63 6.48 14.65 6.66 14.64 6.8Z"
fill="#617859" />
</svg>
<span class="shortcut-name">Telegram</span>
</a>
</div>
<!-- ---------------- -->
<!-- ---------------- -->
<div class="shortcuts">
<!-- YouTube -->
<a href="https://web.whatsapp.com/">
<!-- <img src="./shortcuts_icons/whatsApp.svg" alt=""> -->
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="accentColor"
d="M10 0C15.523 0 20 4.477 20 10C20 15.523 15.523 20 10 20C8.23279 20.0029 6.49667 19.5352 4.97001 18.645L0.00401407 20L1.35601 15.032C0.465107 13.5049 -0.00293838 11.768 1.38802e-05 10C1.38802e-05 4.477 4.47701 0 10 0ZM6.59201 5.3L6.39201 5.308C6.26254 5.31589 6.13599 5.3499 6.02001 5.408C5.91153 5.46943 5.81251 5.54622 5.72601 5.636C5.60601 5.749 5.53801 5.847 5.46501 5.942C5.09514 6.4229 4.89599 7.01331 4.89901 7.62C4.90101 8.11 5.02901 8.587 5.22901 9.033C5.63801 9.935 6.31101 10.89 7.19901 11.775C7.41301 11.988 7.62301 12.202 7.84901 12.401C8.9524 13.3725 10.2673 14.073 11.689 14.447L12.257 14.534C12.442 14.544 12.627 14.53 12.813 14.521C13.1043 14.506 13.3886 14.4271 13.646 14.29C13.777 14.2225 13.9048 14.1491 14.029 14.07C14.029 14.07 14.072 14.042 14.154 13.98C14.289 13.88 14.372 13.809 14.484 13.692C14.567 13.606 14.639 13.505 14.694 13.39C14.772 13.227 14.85 12.916 14.882 12.657C14.906 12.459 14.899 12.351 14.896 12.284C14.892 12.177 14.803 12.066 14.706 12.019L14.124 11.758C14.124 11.758 13.254 11.379 12.722 11.137C12.6663 11.1127 12.6067 11.0988 12.546 11.096C12.4776 11.089 12.4085 11.0967 12.3433 11.1186C12.2781 11.1405 12.2183 11.1761 12.168 11.223C12.163 11.221 12.096 11.278 11.373 12.154C11.3315 12.2098 11.2744 12.2519 11.2088 12.2751C11.1433 12.2982 11.0723 12.3013 11.005 12.284C10.9399 12.2665 10.876 12.2445 10.814 12.218C10.69 12.166 10.647 12.146 10.562 12.11C9.98808 11.8595 9.4567 11.5211 8.98701 11.107C8.86101 10.997 8.74401 10.877 8.62401 10.761C8.2306 10.3842 7.88774 9.95801 7.60401 9.493L7.54501 9.398C7.50264 9.33416 7.46837 9.2653 7.44301 9.193C7.40501 9.046 7.50401 8.928 7.50401 8.928C7.50401 8.928 7.74701 8.662 7.86001 8.518C7.97001 8.378 8.06301 8.242 8.12301 8.145C8.24101 7.955 8.27801 7.76 8.21601 7.609C7.93601 6.925 7.64601 6.244 7.34801 5.568C7.28901 5.434 7.11401 5.338 6.95501 5.319C6.90101 5.313 6.84701 5.307 6.79301 5.303C6.65872 5.29633 6.52415 5.29766 6.39001 5.307L6.59101 5.299L6.59201 5.3Z"
fill="#617859" />
</svg>
<span class="shortcut-name">WhatsApp</span>
</a>
</div>
<!-- ---------------- -->
<!-- ---------------- -->
<div class="shortcuts">
<!-- YouTube -->
<a href="https://www.instagram.com/">
<!-- <img src="./shortcuts_icons/instagram.svg" alt=""> -->
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="accentColor"
d="M10 0C4.44444 0 0 4.44444 0 10C0 15.5556 4.44444 20 10 20C15.5556 20 20 15.5556 20 10C20 4.44444 15.5556 0 10 0ZM10 7.77778C11.2222 7.77778 12.2222 8.77778 12.2222 10C12.2222 11.2222 11.2222 12.2222 10 12.2222C8.77778 12.2222 7.77778 11.2222 7.77778 10C7.77778 8.77778 8.77778 7.77778 10 7.77778ZM13.1111 5.55556C13.1111 4.77778 13.7778 4.22222 14.4444 4.22222C15.1111 4.22222 15.7778 4.88889 15.7778 5.55556C15.7778 6.22222 15.2222 6.88889 14.4444 6.88889C13.6667 6.88889 13.1111 6.33333 13.1111 5.55556ZM10 17.7778C5.66667 17.7778 2.22222 14.3333 2.22222 10H5.55556C5.55556 12.4444 7.55556 14.4444 10 14.4444C12.4444 14.4444 14.4444 12.4444 14.4444 10H17.7778C17.7778 14.3333 14.3333 17.7778 10 17.7778Z"
fill="#617859" />
</svg>
<span class="shortcut-name">Instagram</span>
</a>
</div>
<!-- ---------------- -->
<!-- ---------------- -->
<div class="shortcuts">
<!-- YouTube -->
<a href="https://twitter.com/">
<!-- <img src="./shortcuts_icons/twitter.svg" alt=""> -->
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="accentColor"
d="M10 0C15.5286 0 20 4.47143 20 10C20 15.5286 15.5286 20 10 20C4.47143 20 0 15.5286 0 10C0 4.47143 4.47143 0 10 0ZM8.17143 15.2714C12.6 15.2714 15.0286 11.6 15.0286 8.41429V8.1C15.5 7.75714 15.9143 7.32857 16.2286 6.84286C15.8 7.02857 15.3286 7.15714 14.8429 7.22857C15.3429 6.92857 15.7286 6.45714 15.9 5.9C15.4286 6.17143 14.9143 6.37143 14.3714 6.48571C13.9286 6.01429 13.3 5.72857 12.6143 5.72857C11.2857 5.72857 10.2 6.81429 10.2 8.14286C10.2 8.32857 10.2143 8.51429 10.2714 8.68571C8.27143 8.58571 6.48571 7.62857 5.3 6.17143C5.1 6.52857 4.97143 6.94286 4.97143 7.38571C4.97143 8.21429 5.4 8.95714 6.04286 9.38571C5.64286 9.38571 5.27143 9.27143 4.95714 9.08571V9.11429C4.95714 10.2857 5.78571 11.2571 6.88571 11.4857C6.68571 11.5429 6.47143 11.5714 6.25714 11.5714C6.1 11.5714 5.95714 11.5571 5.8 11.5286C6.1 12.4857 7 13.1857 8.04286 13.2C7.21429 13.8429 6.17143 14.2286 5.04286 14.2286C4.84286 14.2286 4.65714 14.2286 4.47143 14.2C5.52857 14.8857 6.8 15.2857 8.15714 15.2857"
fill="#617859" />
</svg>
<span class="shortcut-name">Twitter</span>
</a>
</div>
<!-- ---------------- -->
</div>
<!-- --------end of shortcuts------------------ -->
<!-- -----------AI-Tools------------------ -->
<div class="aiToolsCont" id="aiToolsCont">
<div class="hangno" id="0NIHK">
<div class="icon">
<svg width="100%" height="100%" viewBox="0 0 280 280" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="accentColor" fill-rule="evenodd" clip-rule="evenodd"
d="M152 178C152 163.641 163.641 152 178 152H254C268.359 152 280.275 163.76 277.393 177.827C267.155 227.797 227.797 267.155 177.827 277.393C163.76 280.275 152 268.359 152 254V178ZM128 183.26C128 206.423 99.9943 218.024 83.6152 201.645L8.78205 126.811C3.43206 121.461 0.529946 114.017 1.78833 106.556C10.5659 54.5162 50.7487 13.1442 102.17 2.60743C116.237 -0.275091 128 11.6406 128 26V183.26ZM0 214.74C0 191.577 28.0057 179.976 44.3847 196.355L127.994 279.964C127.998 279.968 128 279.974 128 279.979V279.979C128 279.991 127.991 280 127.979 280H26C11.6406 280 0 268.359 0 254V214.74ZM152 26C152 11.6406 163.641 0 178 0H254C268.359 0 280 11.6406 280 26V102C280 116.359 268.359 128 254 128H178C163.641 128 152 116.359 152 102V26Z"
fill="white" />
</svg>
</div>
<div class="label">AI-Tools</div>
</div>
<!-- --------tools-------- -->
<div class="toolsCont" id="toolsCont">
<!-- ---------------- -->
<a href="https://chat.openai.com/">
<div class="tIcon">
<!-- <img src="./shortcuts_icons/chatgpt.svg" alt=""> -->
<svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="accentColor" width="32" height="32" rx="16" fill="#FF4545" />
<path class="bgLightTint"
d="M14.7787 6.39973C15.5709 6.39973 16.3046 6.64694 16.9039 7.06695C15.3268 7.87457 13.8766 8.891 12.3373 9.76462L13.558 11.8431C15.4806 10.7511 17.2836 9.38301 19.3685 8.59579C19.9508 8.37739 20.5802 8.30867 21.1971 8.39613C21.814 8.4836 22.398 8.72435 22.8939 9.09561C23.3897 9.46687 23.781 9.95637 24.0307 10.5178C24.2804 11.0792 24.3803 11.694 24.3209 12.3039C22.8206 11.3643 21.1995 10.637 19.6615 9.76462L18.4408 11.8431C20.3634 12.9351 22.4715 13.7847 24.2061 15.1672C24.6895 15.5538 25.0646 16.0553 25.2959 16.6242C25.5272 17.1931 25.607 17.8106 25.5278 18.4183C25.4486 19.026 25.213 19.6038 24.8433 20.097C24.4736 20.5902 23.9821 20.9826 23.4151 21.2369C23.4944 19.4897 23.3235 17.746 23.3235 16H20.8822C20.8822 18.1817 21.1873 20.4017 20.837 22.5714C20.738 23.1763 20.4837 23.7464 20.098 24.2278C19.7124 24.7091 19.2082 25.0858 18.6332 25.3221C18.0581 25.5584 17.4313 25.6466 16.8119 25.5783C16.1925 25.51 15.6011 25.2875 15.0936 24.9319C16.672 24.1242 18.1234 23.1078 19.6615 22.2354L18.4408 20.1569C16.5182 21.2489 14.7152 22.617 12.6303 23.4042C12.0479 23.6226 11.4185 23.6913 10.8016 23.6039C10.1847 23.5164 9.60073 23.2757 9.10489 22.9044C8.60905 22.5331 8.21777 22.0436 7.96807 21.4822C7.71837 20.9208 7.6185 20.306 7.67792 19.6961C9.17938 20.6345 10.7992 21.3617 12.3373 22.2354L13.558 20.1569C11.6354 19.0649 9.52727 18.2153 7.79145 16.8328C7.30807 16.4461 6.93305 15.9445 6.70187 15.3755C6.47069 14.8066 6.39098 14.189 6.4703 13.5813C6.54962 12.9736 6.78533 12.3959 7.15515 11.9027C7.52496 11.4095 8.01664 11.0173 8.58368 10.7631C8.50433 12.5103 8.67523 14.254 8.67523 16H11.1166C11.1166 13.8183 10.8114 11.5971 11.1618 9.42862C11.3002 8.58356 11.7402 7.81459 12.403 7.25955C13.0658 6.70451 13.908 6.39969 14.7787 6.39973ZM19.4088 6.09012C18.7029 5.28249 17.791 4.67405 16.7669 4.32723C15.7428 3.98042 14.6433 3.90772 13.5812 4.1166C12.519 4.32548 11.5326 4.80841 10.723 5.51584C9.9134 6.22327 9.30986 7.12973 8.9743 8.14218C7.90982 8.33936 6.91788 8.81143 6.10028 9.50994C5.28267 10.2085 4.66885 11.1083 4.3218 12.117C3.97475 13.1257 3.90698 14.2071 4.12544 15.2501C4.34389 16.2931 4.84071 17.2602 5.5649 18.0521C5.20623 19.057 5.12606 20.1377 5.33261 21.1832C5.53917 22.2287 6.02502 23.2013 6.74028 24.0012C7.45554 24.8011 8.37444 25.3995 9.40267 25.7349C10.4309 26.0703 11.5314 26.1307 12.5912 25.9099C13.2971 26.7175 14.209 27.326 15.2331 27.6728C16.2572 28.0196 17.3567 28.0923 18.4188 27.8834C19.481 27.6745 20.4674 27.1916 21.277 26.4842C22.0866 25.7767 22.6901 24.8703 23.0257 23.8578C24.0902 23.6606 25.0821 23.1886 25.8997 22.4901C26.7173 21.7915 27.3311 20.8917 27.6782 19.883C28.0252 18.8743 28.093 17.7929 27.8746 16.7499C27.6561 15.7069 27.1593 14.7398 26.4351 13.9479C26.7938 12.943 26.8739 11.8623 26.6674 10.8168C26.4608 9.77131 25.975 8.7987 25.2597 7.99879C24.5445 7.19889 23.6256 6.60051 22.5973 6.26508C21.5691 5.92966 20.4686 5.86927 19.4088 6.09012Z"
fill="white" />
</svg>
</div>
<div class="tLabel">ChatGPT</div>
</a>
<!-- ---------------- -->
<!-- ---------------- -->
<a href="https://gemini.google.com/">
<div class="tIcon">
<!-- <img src="./shortcuts_icons/bard.svg" alt=""> -->
<svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_208_3)">
<rect class="accentColor" width="32" height="32" rx="16" fill="#FF4545" />
<path class="bgLightTint"
d="M14.6069 21.7907L15.4899 19.7789C16.2624 18.0009 17.676 16.5754 19.4521 15.7832L21.8818 14.7102C22.6541 14.3689 22.6541 13.2509 21.8818 12.9086L19.5286 11.8696C17.7067 11.0568 16.2678 9.57889 15.509 7.74084L14.614 5.59687C14.5436 5.42075 14.4217 5.26971 14.2641 5.1633C14.1065 5.05689 13.9204 5 13.73 5C13.5396 5 13.3535 5.05689 13.1959 5.1633C13.0383 5.26971 12.9164 5.42075 12.846 5.59687L11.952 7.74084C11.1932 9.57889 9.75436 11.0568 7.93246 11.8696L5.57925 12.9096C4.80692 13.2499 4.80692 14.3689 5.57925 14.7102L8.00788 15.7832C9.7838 16.5751 11.1974 18.0003 11.9701 19.7779L12.8531 21.7897C12.9257 21.9615 13.0476 22.1082 13.2036 22.2113C13.3596 22.3145 13.5427 22.3695 13.73 22.3695C13.9173 22.3695 14.1004 22.3145 14.2564 22.2113C14.4124 22.1082 14.5343 21.9625 14.6069 21.7907ZM23.4435 26.6892L23.6919 26.1227C24.1275 25.1206 24.9244 24.3172 25.9255 23.8706L26.6897 23.5313C26.7823 23.4889 26.8608 23.421 26.9158 23.3356C26.9708 23.2501 27 23.1508 27 23.0494C27 22.9479 26.9708 22.8486 26.9158 22.7632C26.8608 22.6778 26.7823 22.6098 26.6897 22.5674L25.9687 22.2481C24.9417 21.7897 24.1306 20.9563 23.703 19.92L23.4476 19.3084C23.4098 19.2141 23.3445 19.1332 23.26 19.0762C23.1756 19.0193 23.0759 18.9888 22.9739 18.9888C22.8719 18.9888 22.7722 19.0193 22.6878 19.0762C22.6033 19.1332 22.538 19.2141 22.5002 19.3084L22.2448 19.919C21.8174 20.9557 21.0063 21.7894 19.9791 22.2481L19.257 22.5684C19.1647 22.611 19.0865 22.6789 19.0318 22.7642C18.977 22.8495 18.9479 22.9486 18.9479 23.0499C18.9479 23.1511 18.977 23.2503 19.0318 23.3356C19.0865 23.4209 19.1647 23.4888 19.257 23.5313L20.0213 23.8696C21.023 24.3162 21.8202 25.12 22.2559 26.1227L22.5043 26.6892C22.6853 27.1036 23.2625 27.1036 23.4435 26.6892Z"
fill="yellow" />
</g>
<defs>
<clipPath id="clip0_208_3">
<rect width="32" height="32" rx="16" fill="green" />
</clipPath>
</defs>
</svg>
</div>
<div class="tLabel">Gemini</div>
</a>
<!-- ---------------- -->
<!-- ---------------- -->
<a href="https://firefly.adobe.com/">
<div class="tIcon">
<!-- <img src="./shortcuts_icons/adobe-firefly.svg" alt=""> -->
<svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="accentColor" width="32" height="32" rx="16" fill="#FF4545" />
<path class="bgLightTint"
d="M18.3372 8L25 24V8H18.3372ZM7 8V24L13.6628 8H7ZM16.0113 13.8908L20.258 24H17.4743L16.2064 20.7759H13.0926L16.0113 13.8908H16.0113Z"
fill="white" />
</svg>
</div>
<div class="tLabel">Adobe Firefly</div>
</a>
<!-- ---------------- -->
</div>
</div>
<!-- -----------end of AI-Tools------------------ -->
<!-- ------Menu-bar----------- -->
<div id="menuBar" class="menuBar" style="display: none;">
<div class="menuCont" id="menuCont">
<div class="topRounder">
<!-- <img src="./svgs/rounder.svg" alt=""> -->
<svg width="100%" height="100%" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_208_15)">
<path class="lessDark" fill-rule="evenodd" clip-rule="evenodd"
d="M30 0L0 0C16.5685 0 30 13.4315 30 30L30 0Z" fill="#FF429D" />
</g>
<defs>
<clipPath id="clip0_208_15">
<rect width="30" height="30" fill="white" />
</clipPath>
</defs>
</svg>
</div>
<!-- ---end of rounder--- -->
<div class="topDiv">
<h1>Material You NewTab</h1>
</div>
<div class="optCont" id="optCont">
<div class="tilesCont">
<!-- ----tiles----------- -->
<a class="tiles" href="https://github.com/Code-by-imtiyaz/materialYouNewTab">
<div class="icon">
<!-- <img src="./shortcuts_icons/github.svg" alt=""> -->
<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path class="bgLightTint"
d="M10 0C4.475 0 0 4.58819 0 10.2529C0 14.7899 2.8625 18.6219 6.8375 19.9804C7.3375 20.0701 7.525 19.7625 7.525 19.4934C7.525 19.2499 7.5125 18.4425 7.5125 17.5838C5 18.058 4.35 16.9558 4.15 16.3791C4.0375 16.0843 3.55 15.1743 3.125 14.9308C2.775 14.7386 2.275 14.2644 3.1125 14.2516C3.9 14.2388 4.4625 14.9949 4.65 15.3025C5.55 16.8533 6.9875 16.4175 7.5625 16.1484C7.65 15.4819 7.9125 15.0334 8.2 14.777C5.975 14.5207 3.65 13.6364 3.65 9.71466C3.65 8.59965 4.0375 7.67689 4.675 6.95918C4.575 6.70286 4.225 5.65193 4.775 4.24215C4.775 4.24215 5.6125 3.97301 7.525 5.29308C8.325 5.06239 9.175 4.94704 10.025 4.94704C10.875 4.94704 11.725 5.06239 12.525 5.29308C14.4375 3.9602 15.275 4.24215 15.275 4.24215C15.825 5.65193 15.475 6.70286 15.375 6.95918C16.0125 7.67689 16.4 8.58684 16.4 9.71466C16.4 13.6492 14.0625 14.5207 11.8375 14.777C12.2 15.0975 12.5125 15.7126 12.5125 16.6738C12.5125 18.0452 12.5 19.1474 12.5 19.4934C12.5 19.7625 12.6875 20.0829 13.1875 19.9804C15.1728 19.2935 16.8979 17.9854 18.12 16.2403C19.3421 14.4953 19.9997 12.4012 20 10.2529C20 4.58819 15.525 0 10 0Z"
fill="#617859" />
</svg>
</div>
<span>Github</span>
</a>
<!-- -----end of tiles-------- -->
<!-- ----tiles----------- -->
<a class="tiles" href="https://github.com/Code-by-imtiyaz/materialYouNewTab#feedback">
<div class="icon">
<!-- <img src="./shortcuts_icons/feedback.svg" alt=""> -->
<svg width="100%" height="100%" viewBox="0 0 18 17" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path class="bgLightTint" fill-rule="evenodd" clip-rule="evenodd"
d="M10.35 0C12.3789 0 14.3247 0.801267 15.7594 2.22753C17.194 3.65379 18 5.58822 18 7.60526C18 9.6223 17.194 11.5567 15.7594 12.983C14.3247 14.4093 12.3789 15.2105 10.35 15.2105H9.9V16.0963C9.9 16.2151 9.87646 16.3326 9.83072 16.4423C9.78498 16.552 9.71795 16.6517 9.63344 16.7356C9.54894 16.8196 9.44862 16.8861 9.33824 16.9315C9.22785 16.9768 9.10955 17.0001 8.9901 17C6.7761 16.9982 4.5333 16.2636 2.8314 14.7596C1.1142 13.2403 0.0018 10.9829 0 8.06068V7.60526C0 5.58822 0.80598 3.65379 2.24063 2.22753C3.67529 0.801267 5.62109 0 7.65 0H10.35ZM5.85 6.26316C5.49196 6.26316 5.14858 6.40456 4.89541 6.65625C4.64223 6.90794 4.5 7.24931 4.5 7.60526C4.5 7.96121 4.64223 8.30258 4.89541 8.55427C5.14858 8.80597 5.49196 8.94737 5.85 8.94737C6.20804 8.94737 6.55142 8.80597 6.80459 8.55427C7.05777 8.30258 7.2 7.96121 7.2 7.60526C7.2 7.24931 7.05777 6.90794 6.80459 6.65625C6.55142 6.40456 6.20804 6.26316 5.85 6.26316ZM12.15 6.26316C11.792 6.26316 11.4486 6.40456 11.1954 6.65625C10.9422 6.90794 10.8 7.24931 10.8 7.60526C10.8 7.96121 10.9422 8.30258 11.1954 8.55427C11.4486 8.80597 11.792 8.94737 12.15 8.94737C12.508 8.94737 12.8514 8.80597 13.1046 8.55427C13.3578 8.30258 13.5 7.96121 13.5 7.60526C13.5 7.24931 13.3578 6.90794 13.1046 6.65625C12.8514 6.40456 12.508 6.26316 12.15 6.26316Z"
fill="#0038FF" />
</svg>
</div>
<span>Feedback</span>
</a>
<!-- -----end of tiles-------- -->
</div>
<!-- end of tilesCont -->
<div class="divider"></div>
<div class="toggleTextsCont">
<div class="ttcont">
<div class="texts">
<div class="bigText">Shortcuts</div>
<div class="infoText">Enable/disable shortcuts</div>
</div>
<label class="switch">
<input type="checkbox" id="shortcutsCheckbox">
<span class="toggle"></span>
</label>
</div>
<!-- ---🟡--- -->
<div class="ttcont">
<div class="texts">
<div class="bigText">AI-Tools</div>
<div class="infoText">Enable/disable AI Tools shortcuts</div>
</div>
<label class="switch">
<input type="checkbox" id="aiToolsCheckbox">
<span class="toggle"></span>
</label>
</div>
<div class="ttcont">
<div class="texts">
<div class="bigText">Switch to Fahrenheit</div>
<div class="infoText">Refresh the page to see the updates </div>
</div>
<label class="switch">
<input type="checkbox" id="fahrenheitCheckbox">
<span class="toggle"></span>
</label>
</div>
<!-- ---🟡--- -->
<div class="ttcont unflex">
<div class="texts">
<div class="bigText">Enter your own WeatherAPI key</div>
<div class="infoText">If the weather functionality isn't working</div>
</div>
<input id="userAPI" type="text" name="" id="" placeholder="Your weatherAPI key">
<div class="bottomer">
<a href="https://www.weatherapi.com">Learn more</a>
<button id="saveAPI">Enter</button>
</div>
</div>
<!-- ---🟡--- -->
</div>
<!-- end of toggleTextsCont -->
<div class="divider" style="margin-top: 90px;"></div>
<!-- ------------theming stufff--------------- -->
<div class="themingStuff">
<!-- ⚫🟣🔵🔴🟡🟢🟠⚪ -->
<div id="themeButton" class="btn">
<!-- <img src="./svgs/theme.svg" alt=""> -->
<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path class="accentColor"
d="M14.2778 10C13.9684 10 13.6716 9.87708 13.4528 9.65829C13.234 9.4395 13.1111 9.14275 13.1111 8.83333C13.1111 8.52391 13.234 8.22717 13.4528 8.00837C13.6716 7.78958 13.9684 7.66667 14.2778 7.66667C14.5872 7.66667 14.8839 7.78958 15.1027 8.00837C15.3215 8.22717 15.4444 8.52391 15.4444 8.83333C15.4444 9.14275 15.3215 9.4395 15.1027 9.65829C14.8839 9.87708 14.5872 10 14.2778 10ZM11.9444 6.88889C11.635 6.88889 11.3383 6.76597 11.1195 6.54718C10.9007 6.32839 10.7778 6.03164 10.7778 5.72222C10.7778 5.4128 10.9007 5.11606 11.1195 4.89726C11.3383 4.67847 11.635 4.55556 11.9444 4.55556C12.2539 4.55556 12.5506 4.67847 12.7694 4.89726C12.9882 5.11606 13.1111 5.4128 13.1111 5.72222C13.1111 6.03164 12.9882 6.32839 12.7694 6.54718C12.5506 6.76597 12.2539 6.88889 11.9444 6.88889ZM8.05556 6.88889C7.74614 6.88889 7.44939 6.76597 7.2306 6.54718C7.0118 6.32839 6.88889 6.03164 6.88889 5.72222C6.88889 5.4128 7.0118 5.11606 7.2306 4.89726C7.44939 4.67847 7.74614 4.55556 8.05556 4.55556C8.36497 4.55556 8.66172 4.67847 8.88051 4.89726C9.09931 5.11606 9.22222 5.4128 9.22222 5.72222C9.22222 6.03164 9.09931 6.32839 8.88051 6.54718C8.66172 6.76597 8.36497 6.88889 8.05556 6.88889ZM5.72222 10C5.4128 10 5.11606 9.87708 4.89726 9.65829C4.67847 9.4395 4.55556 9.14275 4.55556 8.83333C4.55556 8.52391 4.67847 8.22717 4.89726 8.00837C5.11606 7.78958 5.4128 7.66667 5.72222 7.66667C6.03164 7.66667 6.32839 7.78958 6.54718 8.00837C6.76597 8.22717 6.88889 8.52391 6.88889 8.83333C6.88889 9.14275 6.76597 9.4395 6.54718 9.65829C6.32839 9.87708 6.03164 10 5.72222 10ZM10 3C8.14348 3 6.36301 3.7375 5.05025 5.05025C3.7375 6.36301 3 8.14348 3 10C3 11.8565 3.7375 13.637 5.05025 14.9497C6.36301 16.2625 8.14348 17 10 17C10.3094 17 10.6062 16.8771 10.825 16.6583C11.0437 16.4395 11.1667 16.1428 11.1667 15.8333C11.1667 15.53 11.05 15.2578 10.8633 15.0556C10.6844 14.8456 10.5678 14.5733 10.5678 14.2778C10.5678 13.9684 10.6907 13.6716 10.9095 13.4528C11.1283 13.234 11.425 13.1111 11.7344 13.1111H13.1111C14.1425 13.1111 15.1317 12.7014 15.861 11.9721C16.5903 11.2428 17 10.2536 17 9.22222C17 5.78444 13.8656 3 10 3Z"
fill="#f00" />
</svg>
</div>
<!-- -------- -->
<div class="colorsContainer" id="colorsContainer">
<input type="radio" name="color" class="colorPlate" value="red">
<input type="radio" name="color" class="colorPlate" value="yellow">
<input type="radio" name="color" class="colorPlate" value="green">
<input type="radio" name="color" class="colorPlate" value="cyan">
<input type="radio" name="color" class="colorPlate" value="blue" checked>
<!-- -------- -->
<input type="radio" name="color" class="colorPlate" value="pink">
<input type="radio" name="color" class="colorPlate" value="purple">
<input type="radio" name="color" class="colorPlate" value="orange">
<input id="darkTheme" type="radio" name="color" class="colorPlate" value="dark">
<!-- grid-column: span 2; -->
</div>
</div>
<!-- end of themingStuff -->
<div id="menuCloseButton">
<!-- <img src="./svgs/x.svg" alt=""> -->
<div class="icon">
<svg width="30px" height="30px" viewBox="0 0 34 34" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path class="accentColor"
d="M19.4038 17L24.2131 12.1924C24.5321 11.8734 24.7113 11.4408 24.7113 10.9896C24.7113 10.5385 24.5321 10.1059 24.2131 9.7869C23.8941 9.46791 23.4615 9.2887 23.0103 9.2887C22.5592 9.2887 22.1266 9.46791 21.8076 9.7869L17 14.5962L12.1924 9.7869C11.8734 9.46791 11.4408 9.2887 10.9896 9.2887C10.5385 9.2887 10.1059 9.46791 9.7869 9.7869C9.46791 10.1059 9.2887 10.5385 9.2887 10.9896C9.2887 11.4408 9.46791 11.8734 9.7869 12.1924L14.5962 17L9.7869 21.8076C9.46791 22.1266 9.2887 22.5592 9.2887 23.0103C9.2887 23.4615 9.46791 23.8941 9.7869 24.2131C10.1059 24.5321 10.5385 24.7113 10.9896 24.7113C11.4408 24.7113 11.8734 24.5321 12.1924 24.2131L17 19.4038L21.8076 24.2131C22.1266 24.5321 22.5592 24.7113 23.0103 24.7113C23.4615 24.7113 23.8941 24.5321 24.2131 24.2131C24.5321 23.8941 24.7113 23.4615 24.7113 23.0103C24.7113 22.5592 24.5321 22.1266 24.2131 21.8076L19.4038 17ZM17 34C7.6109 34 0 26.3891 0 17C0 7.6109 7.6109 0 17 0C26.3891 0 34 7.6109 34 17C34 26.3891 26.3891 34 17 34Z"
fill="#23F22C" />
</svg>
</div>
<!-- <span>Close</span> -->
</div>
<!-- ------------------ -->
</div>
</div>
</div>
<!-- ------end of Menu-bar----------- -->
<div id="menuButton"></div>
<!-- ending-of-body -->
</body>
</html>