-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSocials.html
451 lines (402 loc) · 81.9 KB
/
Socials.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daniel ████</title>
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="styles.css">
<style>
body {
}
#page {
flex:1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
}
#link {
padding: auto 15pt;
}
#name,
.button {
cursor: pointer;
}
@media screen and (orientation: portrait) {
html {
background-image: none;
}
body {
width: calc(100% - 44px);
margin: 78px auto 0 0;
flex-direction: column;
overflow: hidden;
}
#page {
height: 100%;
flex-direction: column;
justify-content: space-around;
padding: 0;
}
#network {
display:flex;
flex-direction: row;
align-content: center;
justify-content: center;
}
#qr {
width: auto;
max-width: 100%;
}
}
@media screen and (max-width: 882px) {
html {
background-image: none;
}
}
@media screen and (orientation: landscape) {
#page {
display:flex;
width: 100%;
max-width: 6in;
aspect-ratio: 1.618/1;
max-height: 100%;
padding: 16px;
overflow: hidden;
flex-direction: row;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
overflow: hidden;
}
#qr {
max-width: 50%;
height: auto;
aspect-ratio: 1/1;
object-fit: contain;
order: 1;
}
#network,
#link {
flex:1;
order: 2;
display: flex;
flex-direction: column;
align-self: flex-end;
min-width:50%;
}
}
#right-socials {
background-color: transparent;
}
</style>
</head>
<body>
<div id="header">
<div id="name">
<p style="font-size:18pt;"><b onclick="copyToClipboard('@DanielRedacted')">Daniel</b> <b class="redacted" onclick="copyToClipboard('████')"> Redacted</b></p>
<p style="font-size:12pt;" onclick="copyToClipboard('@DanielRedacted')">@DanielRedacted</p>
</div>
<nav id="topnav" style="flex:1; display:flex; flex-direction: row;">
<div id="dropdown" class="socials" style="display:none; flex:1;">
<span></span>
<a id="menuToggle" title="menu" onclick="toggleMenu()" style="cursor:pointer">
<svg id="openMenu" viewBox="0 0 24 24"><path d="M4 6H20M4 12H20M4 18H20" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
<svg id="closeMenu" style="display:none;" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.207 6.207a1 1 0 0 0-1.414-1.414L12 10.586 6.207 4.793a1 1 0 0 0-1.414 1.414L10.586 12l-5.793 5.793a1 1 0 1 0 1.414 1.414L12 13.414l5.793 5.793a1 1 0 0 0 1.414-1.414L13.414 12l5.793-5.793z" fill="#000000"/></svg>
</a>
</div>
<div id="hotdog" style="flex:1;">
<span></span>
<span id="menu" class="menu" style="flex:1;">
<a href="">Me</a>
<a href="">About</a>
<a href="">Data</a>
<a href="">Toolbox</a>
<a href="">Resources</a>
</span>
<span></span>
<div id="top-socials" class="socials">
<a class="button" title="Website" onclick="populateSocial(this.title); activateLink(this);">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M4 15L20 15" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4 9L20 9" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<circle fill="none" cx="12" cy="12" r="9" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.0004 20.8182L11.2862 21.5181C11.4742 21.7101 11.7317 21.8182 12.0004 21.8182C12.2691 21.8182 12.5265 21.7101 12.7146 21.5181L12.0004 20.8182ZM12.0004 3.18188L12.7146 2.48198C12.5265 2.29005 12.2691 2.18188 12.0004 2.18188C11.7317 2.18188 11.4742 2.29005 11.2861 2.48198L12.0004 3.18188ZM14.6004 12.0001C14.6004 15.1611 13.3373 18.0251 11.2862 20.1183L12.7146 21.5181C15.1173 19.0662 16.6004 15.7053 16.6004 12.0001H14.6004ZM11.2861 3.88178C13.3373 5.97501 14.6004 8.83903 14.6004 12.0001H16.6004C16.6004 8.29478 15.1173 4.93389 12.7146 2.48198L11.2861 3.88178ZM9.40039 12.0001C9.40039 8.83903 10.6634 5.97501 12.7146 3.88178L11.2861 2.48198C8.88347 4.93389 7.40039 8.29478 7.40039 12.0001H9.40039ZM12.7146 20.1183C10.6634 18.0251 9.40039 15.1611 9.40039 12.0001H7.40039C7.40039 15.7053 8.88348 19.0662 11.2862 21.5181L12.7146 20.1183Z" fill="#000000"/>
</svg>
</a>
<a class="button" title="X" onclick="populateSocial(this.title); activateLink(this);">
<svg id="X" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 1227" fill="none">
<g clip-path="url(#clip0_1_2)">
<path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="black"/>
</g>
<defs>
<clipPath id="clip0_1_2">
<rect width="1200" height="1227" fill="white"/>
</clipPath>
</defs>
</svg>
</a>
<a class="button" title="Substack" onclick="populateSocial(this.title); activateLink(this);">
<svg id="Substack" viewBox="0 0 48 48" fill="#ff6719" xmlns="http://www.w3.org/2000/svg" style="stroke-linecap:round;stroke-linejoin:round;">
<path class="shaddow" d="m40.0248,10.0817v-4.5814c-.3229,0-.7411-.0004-1.6553-.0004l-28.9669.0004c-.9142,0-1.318,0-1.6553,0v4.5814c.2164,0,.7411.0005,1.6553.0005l28.9669-.0005c.9142,0,1.4122,0,1.6553,0Z"/>
<path class="shaddow" d="m40.0248,18.3503v-4.5814H9.4025c-.9142,0-1.3777,0-1.6553,0v4.5814c.2646,0,.7411,0,1.6553,0h30.6223Z"/>
<path class="shaddow" d="m40.2557,42.4999v-20.1821c0-.1633-.9724-.1077-1.8866-.1077H9.4022c-.9142,0-1.6553-.0555-1.6553.1077v19.8878c.2814-.1622,15.3415-8.2118,16.1691-8.5978.5156.2972,13.6461,7.3385,16.3406,8.8914l-.0008.0007Z"/>
</svg>
</a>
<a class="button" title="LinkedIn" onclick="populateSocial(this.title); activateLink(this);">
<svg id="LinkedIn" fill="#0A66C2" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;" version="1.1" viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:serif="http://www.serif.com/" xmlns:xlink="http://www.w3.org/1999/xlink">
<path class="shaddow" d="M449.446,0c34.525,0 62.554,28.03 62.554,62.554l0,386.892c0,34.524 -28.03,62.554 -62.554,62.554l-386.892,0c-34.524,0 -62.554,-28.03 -62.554,-62.554l0,-386.892c0,-34.524 28.029,-62.554 62.554,-62.554l386.892,0Zm-288.985,423.278l0,-225.717l-75.04,0l0,225.717l75.04,0Zm270.539,0l0,-129.439c0,-69.333 -37.018,-101.586 -86.381,-101.586c-39.804,0 -57.634,21.891 -67.617,37.266l0,-31.958l-75.021,0c0.995,21.181 0,225.717 0,225.717l75.02,0l0,-126.056c0,-6.748 0.486,-13.492 2.474,-18.315c5.414,-13.475 17.767,-27.434 38.494,-27.434c27.135,0 38.007,20.707 38.007,51.037l0,120.768l75.024,0Zm-307.552,-334.556c-25.674,0 -42.448,16.879 -42.448,39.002c0,21.658 16.264,39.002 41.455,39.002l0.484,0c26.165,0 42.452,-17.344 42.452,-39.002c-0.485,-22.092 -16.241,-38.954 -41.943,-39.002Z"/>
</svg>
</a>
<a class="button" title="GitHub" onclick="populateSocial(this.title); activateLink(this);">
<svg id="GitHub" fill="#6E40C9" enable-background="new 0 0 32 32" version="1.0" viewBox="0 0 32 32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path class="shaddow" clip-rule="evenodd" d="M16.003,0C7.17,0,0.008,7.162,0.008,15.997 c0,7.067,4.582,13.063,10.94,15.179c0.8,0.146,1.052-0.328,1.052-0.752c0-0.38,0.008-1.442,0-2.777 c-4.449,0.967-5.371-2.107-5.371-2.107c-0.727-1.848-1.775-2.34-1.775-2.34c-1.452-0.992,0.109-0.973,0.109-0.973 c1.605,0.113,2.451,1.649,2.451,1.649c1.427,2.443,3.743,1.737,4.654,1.329c0.146-1.034,0.56-1.739,1.017-2.139 c-3.552-0.404-7.286-1.776-7.286-7.906c0-1.747,0.623-3.174,1.646-4.292C7.28,10.464,6.73,8.837,7.602,6.634 c0,0,1.343-0.43,4.398,1.641c1.276-0.355,2.645-0.532,4.005-0.538c1.359,0.006,2.727,0.183,4.005,0.538 c3.055-2.07,4.396-1.641,4.396-1.641c0.872,2.203,0.323,3.83,0.159,4.234c1.023,1.118,1.644,2.545,1.644,4.292 c0,6.146-3.74,7.498-7.304,7.893C19.479,23.548,20,24.508,20,26c0,2,0,3.902,0,4.428c0,0.428,0.258,0.901,1.07,0.746 C27.422,29.055,32,23.062,32,15.997C32,7.162,24.838,0,16.003,0z" fill-rule="evenodd"/>
</svg>
</a>
<a class="button" title="Reddit" onclick="populateSocial(this.title); activateLink(this);">
<svg id="Reddit" style="fill:#FF4500; fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;" version="1.1" viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:serif="http://www.serif.com/" xmlns:xlink="http://www.w3.org/1999/xlink">
<path class="shaddow" d="M256,0c141.29,0 256,114.71 256,256c0,141.29 -114.71,256 -256,256c-141.29,0 -256,-114.71 -256,-256c0,-141.29 114.71,-256 256,-256Zm170.667,256c0,-20.66 -16.768,-37.427 -37.427,-37.427c-10.18,0 -19.163,3.892 -25.75,10.48c-25.45,-18.265 -60.781,-30.241 -99.705,-31.738l17.066,-79.944l55.392,11.677c0.599,14.072 12.276,25.45 26.648,25.45c14.672,0 26.648,-11.976 26.648,-26.648c0,-14.671 -11.976,-26.648 -26.648,-26.648c-10.479,0 -19.462,5.989 -23.654,14.971l-61.979,-13.174c-1.796,-0.3 -3.593,0 -5.09,0.898c-1.497,0.898 -2.395,2.395 -2.994,4.192l-18.863,89.226c-39.822,1.197 -75.453,12.874 -101.202,31.738c-6.587,-6.288 -15.869,-10.48 -25.75,-10.48c-20.66,0 -37.427,16.767 -37.427,37.427c0,15.27 8.983,28.145 22.157,34.133c-0.599,3.593 -0.898,7.486 -0.898,11.378c0,57.488 66.769,103.897 149.408,103.897c82.638,0 149.408,-46.409 149.408,-103.897c0,-3.892 -0.299,-7.485 -0.898,-11.078c12.276,-5.989 21.558,-19.163 21.558,-34.433Zm-107.191,97.011c-18.264,18.264 -52.996,19.462 -63.177,19.462c-10.18,0 -45.211,-1.498 -63.176,-19.462c-2.695,-2.695 -2.695,-7.186 0,-9.881c2.695,-2.695 7.186,-2.695 9.881,0c11.377,11.378 35.929,15.569 53.595,15.569c17.665,0 41.918,-4.191 53.595,-15.569c2.695,-2.695 7.186,-2.695 9.881,0c2.096,2.994 2.096,7.186 -0.599,9.881Zm-148.809,-70.363c0,-14.671 11.976,-26.648 26.648,-26.648c14.671,0 26.648,11.977 26.648,26.648c0,14.671 -11.977,26.648 -26.648,26.648c-14.672,0 -26.648,-11.977 -26.648,-26.648Zm144.018,26.648c-14.671,0 -26.648,-11.977 -26.648,-26.648c0,-14.671 11.977,-26.648 26.648,-26.648c14.672,0 26.648,11.977 26.648,26.648c0,14.671 -11.976,26.648 -26.648,26.648Z"/>
</svg>
</a>
<a class="button" title="YouTube" onclick="populateSocial(this.title); activateLink(this);">
<svg id="YouTube" fill="red" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" xml:space="preserve" viewBox="0 0 234.66667 165.33333" xmlns:xlink="http://www.w3.org/1999/xlink">
<g inkscape:groupmode="layer" inkscape:label="ink_ext_XXXXXX" transform="matrix(1.3333333,0,0,-1.3333333,0,165.33333)">
<g transform="scale(0.1)">
<path class="shaddow" d="m 700,358.313 v 523.375 l 460,-261.7 z m 1023.22,688.057 c -20.24,76.22 -79.88,136.24 -155.6,156.61 C 1430.37,1240 880,1240 880,1240 c 0,0 -550.367,0 -687.621,-37.02 C 116.656,1182.61 57.0156,1122.59 36.7773,1046.37 0,908.227 0,620 0,620 0,620 0,331.777 36.7773,193.629 57.0156,117.41 116.656,57.3906 192.379,37.0117 329.633,0 880,0 880,0 c 0,0 550.37,0 687.62,37.0117 75.72,20.3789 135.36,80.3983 155.6,156.6173 C 1760,331.777 1760,620 1760,620 c 0,0 0,288.227 -36.78,426.37" style="fill-opacity:1;fill-rule:nonzero;stroke:none"/>
</g>
</g>
</svg>
</a>
<a class="button" title="Vimeo" onclick="populateSocial(this.title); activateLink(this);">
<svg id="Vimeo" style="overflow:hidden" fill="#1AB7EA" version="1.1" viewBox="20 20 90 90" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px">
<g>
<path class="shaddow" d="M101,39.9c-0.4,8.4-6.3,20-17.7,34.7c-11.8,15.3-21.8,23-29.9,23c-5.1,0-9.3-4.7-12.8-14c-2.3-8.6-4.7-17.1-7-25.7c-2.6-9.3-5.4-14-8.4-14c-0.6,0-2.9,1.4-6.8,4.1l-4.1-5.3c4.3-3.8,8.5-7.5,12.7-11.3c5.7-4.9,10-7.5,12.9-7.8c6.7-0.6,10.9,4,12.5,13.8c1.7,10.7,2.9,17.3,3.5,19.9c1.9,8.8,4.1,13.3,6.4,13.3c1.8,0,4.5-2.9,8.2-8.6c3.6-5.7,5.6-10.1,5.8-13.1c0.5-4.9-1.4-7.4-5.8-7.4c-2.1,0-4.2,0.5-6.4,1.4c4.3-14,12.4-20.7,24.4-20.3C97.3,22.8,101.5,28.6,101,39.9z"></path>
</g>
</svg>
</a>
<a class="button" title="Rumble" onclick="populateSocial(this.title); activateLink(this);">
<svg id="Rumble" version="1.2" fill="#85c742" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1441 1583">
<path class="shaddow" id="Layer" fill-rule="evenodd" d="m1339.3 537.2c32.1 35.2 57.5 75.9 74.8 120.3 17.2 44.4 26.1 91.5 26.2 139.2 0.1 47.6-8.6 94.8-25.7 139.2-17.1 44.4-42.3 85.3-74.3 120.6-57.2 63.1-119 121.9-184.9 175.9-65.9 54-135.7 103-208.9 146.7-73.1 43.6-149.4 81.8-228.2 114.2-78.8 32.4-159.9 59-242.6 79.4-42.2 10.6-86.1 12.9-129.1 6.8-43.1-6.1-84.6-20.4-122.2-42.3-37.7-21.8-70.7-50.7-97.4-85-26.6-34.4-46.4-73.6-58.2-115.4-100.4-343-85.6-730.8 11.2-1075.3 51-180.9 221.3-294.5 396.7-252.7 324.8 77.4 629.6 276.7 862.6 528.4zm-457.3 356.2c61.2-48.4 61.2-142.7 0-192.6q-32.6-27.1-66.8-52.1-34.2-25.1-69.9-48-35.6-22.9-72.6-43.7-37-20.7-75.2-39.2c-70.3-33.6-148.8 13.3-160.1 93.3-17.3 122.3-20.4 245.6-9.1 362.8 7.6 81.1 85.1 129.5 156.5 98.4q39.9-17.2 78.6-37 38.7-19.8 76-42.2 37.3-22.4 73-47.2 35.7-24.8 69.6-52z"/>
</svg>
</a>
<a class="button" title="TruthSocial" onclick="populateSocial(this.title); activateLink(this);">
<svg id="TruthSocial" viewBox="0 0 144 144" fill="#5448EE" xmlns="http://www.w3.org/2000/svg">
<path class="shaddow" d="M140.401 45V13.5H53.1006V129.9H90.6006V45H140.401Z" fill="#5448EE"/>
<path class="shaddow" d="M3 13.5H39V45H3V13.5Z" fill="#5448EE"/>
<path class="shaddow" d="M104.399 98.3994H140.399V129.899H104.399V98.3994Z" fill="#5448EE"/>
</svg>
</a>
<a class="button" title="Instagram" onclick="populateSocial(this.title); activateLink(this);">
<svg enable-background="new 0 0 128 128" fill="#8E40B7" id="Social_Icons" version="1.1" viewBox="0 0 128 128" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="_x37__stroke">
<g id="Instagram_1_">
<rect clip-rule="evenodd" fill="none" fill-rule="evenodd" height="128" width="128"/>
<radialGradient cx="19.1111" cy="128.4444" gradientUnits="userSpaceOnUse" id="Instagram_2_" r="163.5519">
<stop offset="0" style="stop-color:#FFB140"/>
<stop offset="0.2559" style="stop-color:#FF5445"/>
<stop offset="0.599" style="stop-color:#FC2B82"/>
<stop offset="1" style="stop-color:#8E40B7"/>
</radialGradient>
<path class="shaddow" clip-rule="evenodd" d="M105.843,29.837 c0,4.242-3.439,7.68-7.68,7.68c-4.241,0-7.68-3.438-7.68-7.68c0-4.242,3.439-7.68,7.68-7.68 C102.405,22.157,105.843,25.595,105.843,29.837z M64,85.333c-11.782,0-21.333-9.551-21.333-21.333 c0-11.782,9.551-21.333,21.333-21.333c11.782,0,21.333,9.551,21.333,21.333C85.333,75.782,75.782,85.333,64,85.333z M64,31.135 c-18.151,0-32.865,14.714-32.865,32.865c0,18.151,14.714,32.865,32.865,32.865c18.151,0,32.865-14.714,32.865-32.865 C96.865,45.849,82.151,31.135,64,31.135z M64,11.532c17.089,0,19.113,0.065,25.861,0.373c6.24,0.285,9.629,1.327,11.884,2.204 c2.987,1.161,5.119,2.548,7.359,4.788c2.24,2.239,3.627,4.371,4.788,7.359c0.876,2.255,1.919,5.644,2.204,11.884 c0.308,6.749,0.373,8.773,0.373,25.862c0,17.089-0.065,19.113-0.373,25.861c-0.285,6.24-1.327,9.629-2.204,11.884 c-1.161,2.987-2.548,5.119-4.788,7.359c-2.239,2.24-4.371,3.627-7.359,4.788c-2.255,0.876-5.644,1.919-11.884,2.204 c-6.748,0.308-8.772,0.373-25.861,0.373c-17.09,0-19.114-0.065-25.862-0.373c-6.24-0.285-9.629-1.327-11.884-2.204 c-2.987-1.161-5.119-2.548-7.359-4.788c-2.239-2.239-3.627-4.371-4.788-7.359c-0.876-2.255-1.919-5.644-2.204-11.884 c-0.308-6.749-0.373-8.773-0.373-25.861c0-17.089,0.065-19.113,0.373-25.862c0.285-6.24,1.327-9.629,2.204-11.884 c1.161-2.987,2.548-5.119,4.788-7.359c2.239-2.24,4.371-3.627,7.359-4.788c2.255-0.876,5.644-1.919,11.884-2.204 C44.887,11.597,46.911,11.532,64,11.532z M64,0C46.619,0,44.439,0.074,37.613,0.385C30.801,0.696,26.148,1.778,22.078,3.36 c-4.209,1.635-7.778,3.824-11.336,7.382C7.184,14.3,4.995,17.869,3.36,22.078c-1.582,4.071-2.664,8.723-2.975,15.535 C0.074,44.439,0,46.619,0,64c0,17.381,0.074,19.561,0.385,26.387c0.311,6.812,1.393,11.464,2.975,15.535 c1.635,4.209,3.824,7.778,7.382,11.336c3.558,3.558,7.127,5.746,11.336,7.382c4.071,1.582,8.723,2.664,15.535,2.975 C44.439,127.926,46.619,128,64,128c17.381,0,19.561-0.074,26.387-0.385c6.812-0.311,11.464-1.393,15.535-2.975 c4.209-1.636,7.778-3.824,11.336-7.382c3.558-3.558,5.746-7.127,7.382-11.336c1.582-4.071,2.664-8.723,2.975-15.535 C127.926,83.561,128,81.381,128,64c0-17.381-0.074-19.561-0.385-26.387c-0.311-6.812-1.393-11.464-2.975-15.535 c-1.636-4.209-3.824-7.778-7.382-11.336c-3.558-3.558-7.127-5.746-11.336-7.382c-4.071-1.582-8.723-2.664-15.535-2.975 C83.561,0.074,81.381,0,64,0z" fill="url(#Instagram_2_)" fill-rule="evenodd" id="Instagram"/>
</g>
</g>
</svg>
</a>
</div>
</div>
</nav>
</div>
<div id="right-socials" class="socials">
<div>
<a class="button" title="Website" onclick="populateSocial(this.title); activateLink(this);">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M4 15L20 15" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4 9L20 9" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<circle fill="none" cx="12" cy="12" r="9" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.0004 20.8182L11.2862 21.5181C11.4742 21.7101 11.7317 21.8182 12.0004 21.8182C12.2691 21.8182 12.5265 21.7101 12.7146 21.5181L12.0004 20.8182ZM12.0004 3.18188L12.7146 2.48198C12.5265 2.29005 12.2691 2.18188 12.0004 2.18188C11.7317 2.18188 11.4742 2.29005 11.2861 2.48198L12.0004 3.18188ZM14.6004 12.0001C14.6004 15.1611 13.3373 18.0251 11.2862 20.1183L12.7146 21.5181C15.1173 19.0662 16.6004 15.7053 16.6004 12.0001H14.6004ZM11.2861 3.88178C13.3373 5.97501 14.6004 8.83903 14.6004 12.0001H16.6004C16.6004 8.29478 15.1173 4.93389 12.7146 2.48198L11.2861 3.88178ZM9.40039 12.0001C9.40039 8.83903 10.6634 5.97501 12.7146 3.88178L11.2861 2.48198C8.88347 4.93389 7.40039 8.29478 7.40039 12.0001H9.40039ZM12.7146 20.1183C10.6634 18.0251 9.40039 15.1611 9.40039 12.0001H7.40039C7.40039 15.7053 8.88348 19.0662 11.2862 21.5181L12.7146 20.1183Z" fill="#000000"/>
</svg>
</a>
<a class="button" title="X" onclick="populateSocial(this.title); activateLink(this);">
<svg id="X" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 1227" fill="none">
<g clip-path="url(#clip0_1_2)">
<path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="black"/>
</g>
<defs>
<clipPath id="clip0_1_2">
<rect width="1200" height="1227" fill="white"/>
</clipPath>
</defs>
</svg>
</a>
<a class="button" title="Substack" onclick="populateSocial(this.title); activateLink(this);">
<svg id="Substack" viewBox="0 0 48 48" fill="#ff6719" xmlns="http://www.w3.org/2000/svg" style="stroke-linecap:round;stroke-linejoin:round;">
<path class="shaddow" d="m40.0248,10.0817v-4.5814c-.3229,0-.7411-.0004-1.6553-.0004l-28.9669.0004c-.9142,0-1.318,0-1.6553,0v4.5814c.2164,0,.7411.0005,1.6553.0005l28.9669-.0005c.9142,0,1.4122,0,1.6553,0Z"/>
<path class="shaddow" d="m40.0248,18.3503v-4.5814H9.4025c-.9142,0-1.3777,0-1.6553,0v4.5814c.2646,0,.7411,0,1.6553,0h30.6223Z"/>
<path class="shaddow" d="m40.2557,42.4999v-20.1821c0-.1633-.9724-.1077-1.8866-.1077H9.4022c-.9142,0-1.6553-.0555-1.6553.1077v19.8878c.2814-.1622,15.3415-8.2118,16.1691-8.5978.5156.2972,13.6461,7.3385,16.3406,8.8914l-.0008.0007Z"/>
</svg>
</a>
<a class="button" title="LinkedIn" onclick="populateSocial(this.title); activateLink(this);">
<svg id="LinkedIn" fill="#0A66C2" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;" version="1.1" viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:serif="http://www.serif.com/" xmlns:xlink="http://www.w3.org/1999/xlink">
<path class="shaddow" d="M449.446,0c34.525,0 62.554,28.03 62.554,62.554l0,386.892c0,34.524 -28.03,62.554 -62.554,62.554l-386.892,0c-34.524,0 -62.554,-28.03 -62.554,-62.554l0,-386.892c0,-34.524 28.029,-62.554 62.554,-62.554l386.892,0Zm-288.985,423.278l0,-225.717l-75.04,0l0,225.717l75.04,0Zm270.539,0l0,-129.439c0,-69.333 -37.018,-101.586 -86.381,-101.586c-39.804,0 -57.634,21.891 -67.617,37.266l0,-31.958l-75.021,0c0.995,21.181 0,225.717 0,225.717l75.02,0l0,-126.056c0,-6.748 0.486,-13.492 2.474,-18.315c5.414,-13.475 17.767,-27.434 38.494,-27.434c27.135,0 38.007,20.707 38.007,51.037l0,120.768l75.024,0Zm-307.552,-334.556c-25.674,0 -42.448,16.879 -42.448,39.002c0,21.658 16.264,39.002 41.455,39.002l0.484,0c26.165,0 42.452,-17.344 42.452,-39.002c-0.485,-22.092 -16.241,-38.954 -41.943,-39.002Z"/>
</svg>
</a>
<a class="button" title="GitHub" onclick="populateSocial(this.title); activateLink(this);">
<svg id="GitHub" fill="#6E40C9" enable-background="new 0 0 32 32" version="1.0" viewBox="0 0 32 32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path class="shaddow" clip-rule="evenodd" d="M16.003,0C7.17,0,0.008,7.162,0.008,15.997 c0,7.067,4.582,13.063,10.94,15.179c0.8,0.146,1.052-0.328,1.052-0.752c0-0.38,0.008-1.442,0-2.777 c-4.449,0.967-5.371-2.107-5.371-2.107c-0.727-1.848-1.775-2.34-1.775-2.34c-1.452-0.992,0.109-0.973,0.109-0.973 c1.605,0.113,2.451,1.649,2.451,1.649c1.427,2.443,3.743,1.737,4.654,1.329c0.146-1.034,0.56-1.739,1.017-2.139 c-3.552-0.404-7.286-1.776-7.286-7.906c0-1.747,0.623-3.174,1.646-4.292C7.28,10.464,6.73,8.837,7.602,6.634 c0,0,1.343-0.43,4.398,1.641c1.276-0.355,2.645-0.532,4.005-0.538c1.359,0.006,2.727,0.183,4.005,0.538 c3.055-2.07,4.396-1.641,4.396-1.641c0.872,2.203,0.323,3.83,0.159,4.234c1.023,1.118,1.644,2.545,1.644,4.292 c0,6.146-3.74,7.498-7.304,7.893C19.479,23.548,20,24.508,20,26c0,2,0,3.902,0,4.428c0,0.428,0.258,0.901,1.07,0.746 C27.422,29.055,32,23.062,32,15.997C32,7.162,24.838,0,16.003,0z" fill-rule="evenodd"/>
</svg>
</a>
<a class="button" title="Reddit" onclick="populateSocial(this.title); activateLink(this);">
<svg id="Reddit" style="fill:#FF4500; fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;" version="1.1" viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:serif="http://www.serif.com/" xmlns:xlink="http://www.w3.org/1999/xlink">
<path class="shaddow" d="M256,0c141.29,0 256,114.71 256,256c0,141.29 -114.71,256 -256,256c-141.29,0 -256,-114.71 -256,-256c0,-141.29 114.71,-256 256,-256Zm170.667,256c0,-20.66 -16.768,-37.427 -37.427,-37.427c-10.18,0 -19.163,3.892 -25.75,10.48c-25.45,-18.265 -60.781,-30.241 -99.705,-31.738l17.066,-79.944l55.392,11.677c0.599,14.072 12.276,25.45 26.648,25.45c14.672,0 26.648,-11.976 26.648,-26.648c0,-14.671 -11.976,-26.648 -26.648,-26.648c-10.479,0 -19.462,5.989 -23.654,14.971l-61.979,-13.174c-1.796,-0.3 -3.593,0 -5.09,0.898c-1.497,0.898 -2.395,2.395 -2.994,4.192l-18.863,89.226c-39.822,1.197 -75.453,12.874 -101.202,31.738c-6.587,-6.288 -15.869,-10.48 -25.75,-10.48c-20.66,0 -37.427,16.767 -37.427,37.427c0,15.27 8.983,28.145 22.157,34.133c-0.599,3.593 -0.898,7.486 -0.898,11.378c0,57.488 66.769,103.897 149.408,103.897c82.638,0 149.408,-46.409 149.408,-103.897c0,-3.892 -0.299,-7.485 -0.898,-11.078c12.276,-5.989 21.558,-19.163 21.558,-34.433Zm-107.191,97.011c-18.264,18.264 -52.996,19.462 -63.177,19.462c-10.18,0 -45.211,-1.498 -63.176,-19.462c-2.695,-2.695 -2.695,-7.186 0,-9.881c2.695,-2.695 7.186,-2.695 9.881,0c11.377,11.378 35.929,15.569 53.595,15.569c17.665,0 41.918,-4.191 53.595,-15.569c2.695,-2.695 7.186,-2.695 9.881,0c2.096,2.994 2.096,7.186 -0.599,9.881Zm-148.809,-70.363c0,-14.671 11.976,-26.648 26.648,-26.648c14.671,0 26.648,11.977 26.648,26.648c0,14.671 -11.977,26.648 -26.648,26.648c-14.672,0 -26.648,-11.977 -26.648,-26.648Zm144.018,26.648c-14.671,0 -26.648,-11.977 -26.648,-26.648c0,-14.671 11.977,-26.648 26.648,-26.648c14.672,0 26.648,11.977 26.648,26.648c0,14.671 -11.976,26.648 -26.648,26.648Z"/>
</svg>
</a>
<a class="button" title="YouTube" onclick="populateSocial(this.title); activateLink(this);">
<svg id="YouTube" fill="red" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" xml:space="preserve" viewBox="0 0 234.66667 165.33333" xmlns:xlink="http://www.w3.org/1999/xlink">
<g inkscape:groupmode="layer" inkscape:label="ink_ext_XXXXXX" transform="matrix(1.3333333,0,0,-1.3333333,0,165.33333)">
<g transform="scale(0.1)">
<path class="shaddow" d="m 700,358.313 v 523.375 l 460,-261.7 z m 1023.22,688.057 c -20.24,76.22 -79.88,136.24 -155.6,156.61 C 1430.37,1240 880,1240 880,1240 c 0,0 -550.367,0 -687.621,-37.02 C 116.656,1182.61 57.0156,1122.59 36.7773,1046.37 0,908.227 0,620 0,620 0,620 0,331.777 36.7773,193.629 57.0156,117.41 116.656,57.3906 192.379,37.0117 329.633,0 880,0 880,0 c 0,0 550.37,0 687.62,37.0117 75.72,20.3789 135.36,80.3983 155.6,156.6173 C 1760,331.777 1760,620 1760,620 c 0,0 0,288.227 -36.78,426.37" style="fill-opacity:1;fill-rule:nonzero;stroke:none"/>
</g>
</g>
</svg>
</a>
<a class="button" title="Vimeo" onclick="populateSocial(this.title); activateLink(this);">
<svg id="Vimeo" style="overflow:hidden" fill="#1AB7EA" version="1.1" viewBox="20 20 90 90" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px">
<g>
<path class="shaddow" d="M101,39.9c-0.4,8.4-6.3,20-17.7,34.7c-11.8,15.3-21.8,23-29.9,23c-5.1,0-9.3-4.7-12.8-14c-2.3-8.6-4.7-17.1-7-25.7c-2.6-9.3-5.4-14-8.4-14c-0.6,0-2.9,1.4-6.8,4.1l-4.1-5.3c4.3-3.8,8.5-7.5,12.7-11.3c5.7-4.9,10-7.5,12.9-7.8c6.7-0.6,10.9,4,12.5,13.8c1.7,10.7,2.9,17.3,3.5,19.9c1.9,8.8,4.1,13.3,6.4,13.3c1.8,0,4.5-2.9,8.2-8.6c3.6-5.7,5.6-10.1,5.8-13.1c0.5-4.9-1.4-7.4-5.8-7.4c-2.1,0-4.2,0.5-6.4,1.4c4.3-14,12.4-20.7,24.4-20.3C97.3,22.8,101.5,28.6,101,39.9z"></path>
</g>
</svg>
</a>
<a class="button" title="Rumble" onclick="populateSocial(this.title); activateLink(this);">
<svg id="Rumble" version="1.2" fill="#85c742" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1441 1583">
<path class="shaddow" id="Layer" fill-rule="evenodd" d="m1339.3 537.2c32.1 35.2 57.5 75.9 74.8 120.3 17.2 44.4 26.1 91.5 26.2 139.2 0.1 47.6-8.6 94.8-25.7 139.2-17.1 44.4-42.3 85.3-74.3 120.6-57.2 63.1-119 121.9-184.9 175.9-65.9 54-135.7 103-208.9 146.7-73.1 43.6-149.4 81.8-228.2 114.2-78.8 32.4-159.9 59-242.6 79.4-42.2 10.6-86.1 12.9-129.1 6.8-43.1-6.1-84.6-20.4-122.2-42.3-37.7-21.8-70.7-50.7-97.4-85-26.6-34.4-46.4-73.6-58.2-115.4-100.4-343-85.6-730.8 11.2-1075.3 51-180.9 221.3-294.5 396.7-252.7 324.8 77.4 629.6 276.7 862.6 528.4zm-457.3 356.2c61.2-48.4 61.2-142.7 0-192.6q-32.6-27.1-66.8-52.1-34.2-25.1-69.9-48-35.6-22.9-72.6-43.7-37-20.7-75.2-39.2c-70.3-33.6-148.8 13.3-160.1 93.3-17.3 122.3-20.4 245.6-9.1 362.8 7.6 81.1 85.1 129.5 156.5 98.4q39.9-17.2 78.6-37 38.7-19.8 76-42.2 37.3-22.4 73-47.2 35.7-24.8 69.6-52z"/>
</svg>
</a>
<a class="button" title="TruthSocial" onclick="populateSocial(this.title); activateLink(this);">
<svg id="TruthSocial" viewBox="0 0 144 144" fill="#5448EE" xmlns="http://www.w3.org/2000/svg">
<path class="shaddow" d="M140.401 45V13.5H53.1006V129.9H90.6006V45H140.401Z" fill="#5448EE"/>
<path class="shaddow" d="M3 13.5H39V45H3V13.5Z" fill="#5448EE"/>
<path class="shaddow" d="M104.399 98.3994H140.399V129.899H104.399V98.3994Z" fill="#5448EE"/>
</svg>
</a>
<a class="button" title="Instagram" onclick="populateSocial(this.title); activateLink(this);">
<svg enable-background="new 0 0 128 128" fill="#8E40B7" id="Social_Icons" version="1.1" viewBox="0 0 128 128" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="_x37__stroke">
<g id="Instagram_1_">
<rect clip-rule="evenodd" fill="none" fill-rule="evenodd" height="128" width="128"/>
<radialGradient cx="19.1111" cy="128.4444" gradientUnits="userSpaceOnUse" id="Instagram_2_" r="163.5519">
<stop offset="0" style="stop-color:#FFB140"/>
<stop offset="0.2559" style="stop-color:#FF5445"/>
<stop offset="0.599" style="stop-color:#FC2B82"/>
<stop offset="1" style="stop-color:#8E40B7"/>
</radialGradient>
<path class="shaddow" clip-rule="evenodd" d="M105.843,29.837 c0,4.242-3.439,7.68-7.68,7.68c-4.241,0-7.68-3.438-7.68-7.68c0-4.242,3.439-7.68,7.68-7.68 C102.405,22.157,105.843,25.595,105.843,29.837z M64,85.333c-11.782,0-21.333-9.551-21.333-21.333 c0-11.782,9.551-21.333,21.333-21.333c11.782,0,21.333,9.551,21.333,21.333C85.333,75.782,75.782,85.333,64,85.333z M64,31.135 c-18.151,0-32.865,14.714-32.865,32.865c0,18.151,14.714,32.865,32.865,32.865c18.151,0,32.865-14.714,32.865-32.865 C96.865,45.849,82.151,31.135,64,31.135z M64,11.532c17.089,0,19.113,0.065,25.861,0.373c6.24,0.285,9.629,1.327,11.884,2.204 c2.987,1.161,5.119,2.548,7.359,4.788c2.24,2.239,3.627,4.371,4.788,7.359c0.876,2.255,1.919,5.644,2.204,11.884 c0.308,6.749,0.373,8.773,0.373,25.862c0,17.089-0.065,19.113-0.373,25.861c-0.285,6.24-1.327,9.629-2.204,11.884 c-1.161,2.987-2.548,5.119-4.788,7.359c-2.239,2.24-4.371,3.627-7.359,4.788c-2.255,0.876-5.644,1.919-11.884,2.204 c-6.748,0.308-8.772,0.373-25.861,0.373c-17.09,0-19.114-0.065-25.862-0.373c-6.24-0.285-9.629-1.327-11.884-2.204 c-2.987-1.161-5.119-2.548-7.359-4.788c-2.239-2.239-3.627-4.371-4.788-7.359c-0.876-2.255-1.919-5.644-2.204-11.884 c-0.308-6.749-0.373-8.773-0.373-25.861c0-17.089,0.065-19.113,0.373-25.862c0.285-6.24,1.327-9.629,2.204-11.884 c1.161-2.987,2.548-5.119,4.788-7.359c2.239-2.24,4.371-3.627,7.359-4.788c2.255-0.876,5.644-1.919,11.884-2.204 C44.887,11.597,46.911,11.532,64,11.532z M64,0C46.619,0,44.439,0.074,37.613,0.385C30.801,0.696,26.148,1.778,22.078,3.36 c-4.209,1.635-7.778,3.824-11.336,7.382C7.184,14.3,4.995,17.869,3.36,22.078c-1.582,4.071-2.664,8.723-2.975,15.535 C0.074,44.439,0,46.619,0,64c0,17.381,0.074,19.561,0.385,26.387c0.311,6.812,1.393,11.464,2.975,15.535 c1.635,4.209,3.824,7.778,7.382,11.336c3.558,3.558,7.127,5.746,11.336,7.382c4.071,1.582,8.723,2.664,15.535,2.975 C44.439,127.926,46.619,128,64,128c17.381,0,19.561-0.074,26.387-0.385c6.812-0.311,11.464-1.393,15.535-2.975 c4.209-1.636,7.778-3.824,11.336-7.382c3.558-3.558,5.746-7.127,7.382-11.336c1.582-4.071,2.664-8.723,2.975-15.535 C127.926,83.561,128,81.381,128,64c0-17.381-0.074-19.561-0.385-26.387c-0.311-6.812-1.393-11.464-2.975-15.535 c-1.636-4.209-3.824-7.778-7.382-11.336c-3.558-3.558-7.127-5.746-11.336-7.382c-4.071-1.582-8.723-2.664-15.535-2.975 C83.561,0.074,81.381,0,64,0z" fill="url(#Instagram_2_)" fill-rule="evenodd" id="Instagram"/>
</g>
</g>
</svg>
</a>
</div>
</div>
<div id="page">
<div id="network">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M4 15L20 15" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4 9L20 9" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<circle fill="none" cx="12" cy="12" r="9" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.0004 20.8182L11.2862 21.5181C11.4742 21.7101 11.7317 21.8182 12.0004 21.8182C12.2691 21.8182 12.5265 21.7101 12.7146 21.5181L12.0004 20.8182ZM12.0004 3.18188L12.7146 2.48198C12.5265 2.29005 12.2691 2.18188 12.0004 2.18188C11.7317 2.18188 11.4742 2.29005 11.2861 2.48198L12.0004 3.18188ZM14.6004 12.0001C14.6004 15.1611 13.3373 18.0251 11.2862 20.1183L12.7146 21.5181C15.1173 19.0662 16.6004 15.7053 16.6004 12.0001H14.6004ZM11.2861 3.88178C13.3373 5.97501 14.6004 8.83903 14.6004 12.0001H16.6004C16.6004 8.29478 15.1173 4.93389 12.7146 2.48198L11.2861 3.88178ZM9.40039 12.0001C9.40039 8.83903 10.6634 5.97501 12.7146 3.88178L11.2861 2.48198C8.88347 4.93389 7.40039 8.29478 7.40039 12.0001H9.40039ZM12.7146 20.1183C10.6634 18.0251 9.40039 15.1611 9.40039 12.0001H7.40039C7.40039 15.7053 8.88348 19.0662 11.2862 21.5181L12.7146 20.1183Z" fill="#000000"/>
</svg>
<h3>Website</h3>
</div>
<img id="qr" src="qr/DanielRedacted.com.png">
<a id="link" class="redacted" href="https://DanielRedacted.com"> https://DanielRedacted.com </a>
</div>
<script src="script.js"></script>
<script>
const QRcode = document.getElementById("qr");
const Title = document.getElementById("network");
const Link = document.getElementById("link");
function populateSocial(network) {
var qr;
var link;
var brand;
switch(network) {
case "X":
brand = `<svg id="X" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 1227" fill="none"> <g clip-path="url(#clip0_1_2)"> <path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="black"/> </g> <defs> <clipPath id="clip0_1_2"> <rect width="1200" height="1227" fill="white"/> </clipPath> </defs> </svg>`;
qr = "qr/x.png";
link = "https://x.com/DanielRedacted";
break;
case "Substack":
brand = `<img src="images/substack.png"/>`;
qr = "qr/substack.png";
link = "https://DanielRedacted.substack.com";
break;
case "LinkedIn":
brand = `<svg id="Group_1280" data-name="Group 1280" xmlns="http://www.w3.org/2000/svg" width="267.504" height="65.326" viewBox="0 0 267.504 65.326" xmlns:xlink="http://www.w3.org/1999/xlink"> <path id="Path_2525" data-name="Path 2525" d="M1165,274.515a1.2,1.2,0,0,0,1.21-1.269c0-.9-.543-1.33-1.657-1.33h-1.8v4.712h.677v-2.054h.832l.019.025,1.291,2.029h.724l-1.389-2.1Zm-.783-.472h-.785V272.45h.995c.514,0,1.1.084,1.1.757,0,.774-.593.836-1.314.836" transform="translate(-901.256 -213.406)" fill="#0a66c2"> </path> <path id="Path_2514" data-name="Path 2514" d="M203.8,92.5h9.993v36.4h18.5v9.222H203.8Z" transform="translate(-203.8 -82.913)" fill="#0a66c2"> </path> <path id="Path_2515" data-name="Path 2515" d="M322.443,105.384h9.6V136.3h-9.6Zm4.8-15.37a5.569,5.569,0,1,1-5.57,5.569,5.569,5.569,0,0,1,5.57-5.569" transform="translate(-289.532 -81.108)" fill="#0a66c2"> </path> <path id="Path_2516" data-name="Path 2516" d="M506.953,92.486h9.6v27.265l10.88-12.583h11.77l-12.6,14.313,12.335,16.63H526.872l-10.191-15.282h-.126v15.28h-9.6Z" transform="translate(-424.284 -82.906)" fill="#0a66c2"> </path> <path id="Path_2517" data-name="Path 2517" d="M379.2,144.337h9.219v4.225h.131a10.085,10.085,0,0,1,9.09-4.994c9.735,0,11.527,6.405,11.527,14.726v16.954h-9.6V160.217c0-3.588-.066-8.2-5-8.2-4.99,0-5.76,3.907-5.76,7.939v15.288h-9.6Z" transform="translate(-331.366 -120.058)" fill="#0a66c2"> </path> <path id="Path_2518" data-name="Path 2518" d="M639.93,155.719a5.756,5.756,0,0,0-5.894-5.89,6.406,6.406,0,0,0-6.784,5.89Zm8.132,13.7a16.909,16.909,0,0,1-13.128,6.151c-9.6,0-17.286-6.408-17.286-16.331s7.685-16.328,17.286-16.328c8.973,0,14.6,6.4,14.6,16.328v3.01H627.252a7.171,7.171,0,0,0,7.235,6.019,8.193,8.193,0,0,0,6.851-3.778Z" transform="translate(-504.794 -119.581)" fill="#0a66c2"> </path> <path id="Path_2519" data-name="Path 2519" d="M761.844,114.645c-4.8,0-7.68,3.205-7.68,7.875s2.879,7.878,7.68,7.878,7.687-3.2,7.687-7.878-2.881-7.875-7.687-7.875m16.525,23.437h-8.838v-4.1H769.4a12.071,12.071,0,0,1-9.544,4.868c-9.224,0-15.3-6.657-15.3-16.071,0-8.646,5.377-16.585,14.216-16.585,3.973,0,7.684,1.087,9.861,4.1h.126V92.473h9.609Z" transform="translate(-597.094 -82.896)" fill="#0a66c2"> </path> <path id="Path_2520" data-name="Path 2520" d="M958.98,112.559h-9.6V97.525c0-3.585-.064-8.2-4.993-8.2-5,0-5.765,3.906-5.765,7.939v15.294h-9.6V81.642h9.216v4.225h.129a10.1,10.1,0,0,1,9.093-4.994c9.73,0,11.524,6.4,11.524,14.726ZM918.19,77.416a5.571,5.571,0,1,1,5.57-5.572,5.571,5.571,0,0,1-5.57,5.572m4.8,35.143h-9.61V81.642h9.61Zm40.776-55.2h-55.21a4.728,4.728,0,0,0-4.781,4.67v55.439a4.731,4.731,0,0,0,4.781,4.675h55.21a4.741,4.741,0,0,0,4.8-4.675V62.025a4.738,4.738,0,0,0-4.8-4.67" transform="translate(-712.896 -57.355)" fill="#0a66c2"> </path> <path id="Path_2526" data-name="Path 2526" d="M1156.525,264.22a4.418,4.418,0,1,0,.085,0h-.085m0,8.33a3.874,3.874,0,1,1,3.809-3.938c0,.022,0,.043,0,.065a3.791,3.791,0,0,1-3.708,3.871h-.1" transform="translate(-893.482 -207.809)" fill="#0a66c2"> </path></svg>`;
qr = "qr/LinkedIn.png";
link = "https://www.linkedin.com/in/DanielRedacted";
break;
case "GitHub":
brand = `
<svg style="aspect-ratio:1/1;" fill="black" enable-background="new 0 0 32 32" version="1.0" viewBox="0 0 32 32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path class="shaddow" clip-rule="evenodd" d="M16.003,0C7.17,0,0.008,7.162,0.008,15.997 c0,7.067,4.582,13.063,10.94,15.179c0.8,0.146,1.052-0.328,1.052-0.752c0-0.38,0.008-1.442,0-2.777 c-4.449,0.967-5.371-2.107-5.371-2.107c-0.727-1.848-1.775-2.34-1.775-2.34c-1.452-0.992,0.109-0.973,0.109-0.973 c1.605,0.113,2.451,1.649,2.451,1.649c1.427,2.443,3.743,1.737,4.654,1.329c0.146-1.034,0.56-1.739,1.017-2.139 c-3.552-0.404-7.286-1.776-7.286-7.906c0-1.747,0.623-3.174,1.646-4.292C7.28,10.464,6.73,8.837,7.602,6.634 c0,0,1.343-0.43,4.398,1.641c1.276-0.355,2.645-0.532,4.005-0.538c1.359,0.006,2.727,0.183,4.005,0.538 c3.055-2.07,4.396-1.641,4.396-1.641c0.872,2.203,0.323,3.83,0.159,4.234c1.023,1.118,1.644,2.545,1.644,4.292 c0,6.146-3.74,7.498-7.304,7.893C19.479,23.548,20,24.508,20,26c0,2,0,3.902,0,4.428c0,0.428,0.258,0.901,1.07,0.746 C27.422,29.055,32,23.062,32,15.997C32,7.162,24.838,0,16.003,0z" fill-rule="evenodd"/></svg>
<h2>GitHub</h2>
`;
qr = "qr/GitHub.png";
link = "https://github.com/DanielRedacted";
break;
case "Reddit":
brand = `<svg version="1.1" id="Layer_1" xmlns:x="ns_extend;" xmlns:i="ns_ai;" xmlns:graph="ns_graphs;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 764.4 216" style="enable-background:new 0 0 764.4 216;" xml:space="preserve"> <style type="text/css"> .st0{fill:#FF4500;} .st1{fill:url(#SVGID_1_);} .st2{fill:url(#SVGID_2_);} .st3{fill:url(#SVGID_3_);} .st4{fill:url(#SVGID_4_);} .st5{fill:url(#SVGID_5_);} .st6{fill:#FFC49C;} .st7{fill:url(#SVGID_6_);} .st8{fill:url(#SVGID_7_);} .st9{fill:url(#SVGID_8_);} .st10{fill:#842123;} </style> <metadata> <sfw xmlns="ns_sfw;"> <slices> </slices> <sliceSourceBounds bottomLeftOrigin="true" height="216" width="764.4" x="-766.4" y="-416.5"> </sliceSourceBounds> </sfw> </metadata> <g> <g> <path class="st0" d="M108,0L108,0C48.3,0,0,48.3,0,108l0,0c0,29.8,12.1,56.8,31.6,76.4l-20.6,20.6C7,209,9.9,216,15.6,216H108l0,0 c59.6,0,108-48.4,108-108l0,0C216,48.3,167.6,0,108,0z"> </path> <radialGradient id="SVGID_1_" cx="275.75" cy="-346.3659" r="50.98" gradientTransform="matrix(1 0 0 -0.87 -106 -209.493)" gradientUnits="userSpaceOnUse"> <stop offset="0" style="stop-color:#FEFFFF"> </stop> <stop offset="0.4" style="stop-color:#FEFFFF"> </stop> <stop offset="0.51" style="stop-color:#F9FCFC"> </stop> <stop offset="0.62" style="stop-color:#EDF3F5"> </stop> <stop offset="0.7" style="stop-color:#DEE9EC"> </stop> <stop offset="0.72" style="stop-color:#D8E4E8"> </stop> <stop offset="0.76" style="stop-color:#CCD8DF"> </stop> <stop offset="0.8" style="stop-color:#C8D5DD"> </stop> <stop offset="0.83" style="stop-color:#CCD6DE"> </stop> <stop offset="0.85" style="stop-color:#D8DBE2"> </stop> <stop offset="0.88" style="stop-color:#EDE3E9"> </stop> <stop offset="0.9" style="stop-color:#FFEBEF"> </stop> </radialGradient> <circle class="st1" cx="169.2" cy="107" r="25.2"> </circle> <radialGradient id="SVGID_2_" cx="153.31" cy="-287.2627" r="50.98" gradientTransform="matrix(1 0 0 -1 -106 -195.0727)" gradientUnits="userSpaceOnUse"> <stop offset="0" style="stop-color:#FEFFFF"> </stop> <stop offset="0.4" style="stop-color:#FEFFFF"> </stop> <stop offset="0.51" style="stop-color:#F9FCFC"> </stop> <stop offset="0.62" style="stop-color:#EDF3F5"> </stop> <stop offset="0.7" style="stop-color:#DEE9EC"> </stop> <stop offset="0.72" style="stop-color:#D8E4E8"> </stop> <stop offset="0.76" style="stop-color:#CCD8DF"> </stop> <stop offset="0.8" style="stop-color:#C8D5DD"> </stop> <stop offset="0.83" style="stop-color:#CCD6DE"> </stop> <stop offset="0.85" style="stop-color:#D8DBE2"> </stop> <stop offset="0.88" style="stop-color:#EDE3E9"> </stop> <stop offset="0.9" style="stop-color:#FFEBEF"> </stop> </radialGradient> <circle class="st2" cx="46.8" cy="107" r="25.2"> </circle> <radialGradient id="SVGID_3_" cx="215.61" cy="-450.1783" r="153.78" gradientTransform="matrix(1 0 0 -0.7 -106 -229.6518)" gradientUnits="userSpaceOnUse"> <stop offset="0" style="stop-color:#FEFFFF"> </stop> <stop offset="0.4" style="stop-color:#FEFFFF"> </stop> <stop offset="0.51" style="stop-color:#F9FCFC"> </stop> <stop offset="0.62" style="stop-color:#EDF3F5"> </stop> <stop offset="0.7" style="stop-color:#DEE9EC"> </stop> <stop offset="0.72" style="stop-color:#D8E4E8"> </stop> <stop offset="0.76" style="stop-color:#CCD8DF"> </stop> <stop offset="0.8" style="stop-color:#C8D5DD"> </stop> <stop offset="0.83" style="stop-color:#CCD6DE"> </stop> <stop offset="0.85" style="stop-color:#D8DBE2"> </stop> <stop offset="0.88" style="stop-color:#EDE3E9"> </stop> <stop offset="0.9" style="stop-color:#FFEBEF"> </stop> </radialGradient> <ellipse class="st3" cx="108.1" cy="128.6" rx="72" ry="54"> </ellipse> <radialGradient id="SVGID_4_" cx="143.2603" cy="-119.4011" r="12.85" gradientTransform="matrix(1.07 0 0 -1.55 -78.6392 -57.5577)" gradientUnits="userSpaceOnUse"> <stop offset="0" style="stop-color:#FF6600"> </stop> <stop offset="0.5" style="stop-color:#FF4500"> </stop> <stop offset="0.7" style="stop-color:#FC4301"> </stop> <stop offset="0.82" style="stop-color:#F43F07"> </stop> <stop offset="0.92" style="stop-color:#E53812"> </stop> <stop offset="1" style="stop-color:#D4301F"> </stop> </radialGradient> <path class="st4" d="M86.8,123.5c-0.4,9.1-6.5,12.4-13.6,12.4s-12.5-4.9-12-14s6.5-15,13.6-15S87.2,114.4,86.8,123.5L86.8,123.5z"> </path> <radialGradient id="SVGID_5_" cx="1312.0122" cy="-119.4011" r="12.85" gradientTransform="matrix(-1.07 0 0 -1.55 1545.4216 -57.5577)" gradientUnits="userSpaceOnUse"> <stop offset="0" style="stop-color:#FF6600"> </stop> <stop offset="0.5" style="stop-color:#FF4500"> </stop> <stop offset="0.7" style="stop-color:#FC4301"> </stop> <stop offset="0.82" style="stop-color:#F43F07"> </stop> <stop offset="0.92" style="stop-color:#E53812"> </stop> <stop offset="1" style="stop-color:#D4301F"> </stop> </radialGradient> <path class="st5" d="M129.4,123.5c0.4,9.1,6.5,12.4,13.6,12.4s12.5-4.9,12-14c-0.4-9.1-6.5-15-13.6-15S128.9,114.4,129.4,123.5 L129.4,123.5z"> </path> <ellipse class="st6" cx="79.6" cy="116.4" rx="2.8" ry="3.1"> </ellipse> <ellipse class="st6" cx="146.2" cy="116.4" rx="2.8" ry="3.1"> </ellipse> <radialGradient id="SVGID_6_" cx="213.93" cy="-565.7939" r="45.3" gradientTransform="matrix(1 0 0 -0.66 -106 -205.8304)" gradientUnits="userSpaceOnUse"> <stop offset="0" style="stop-color:#172E35"> </stop> <stop offset="0.29" style="stop-color:#0E1C21"> </stop> <stop offset="0.73" style="stop-color:#030708"> </stop> <stop offset="1" style="stop-color:#000000"> </stop> </radialGradient> <path class="st7" d="M108.1,142.9c-8.8,0-17.2,0.4-24.9,1.2c-1.3,0.1-2.2,1.5-1.7,2.7c4.3,10.4,14.6,17.7,26.6,17.7 s22.2-7.3,26.6-17.7c0.5-1.2-0.3-2.6-1.6-2.7C125.2,143.4,116.8,142.9,108.1,142.9L108.1,142.9z"> </path> <radialGradient id="SVGID_7_" cx="253.88" cy="-236.0849" r="39.77" gradientTransform="matrix(1 0 0 -0.98 -106 -198.542)" gradientUnits="userSpaceOnUse"> <stop offset="0" style="stop-color:#FEFFFF"> </stop> <stop offset="0.4" style="stop-color:#FEFFFF"> </stop> <stop offset="0.51" style="stop-color:#F9FCFC"> </stop> <stop offset="0.62" style="stop-color:#EDF3F5"> </stop> <stop offset="0.7" style="stop-color:#DEE9EC"> </stop> <stop offset="0.72" style="stop-color:#D8E4E8"> </stop> <stop offset="0.76" style="stop-color:#CCD8DF"> </stop> <stop offset="0.8" style="stop-color:#C8D5DD"> </stop> <stop offset="0.83" style="stop-color:#CCD6DE"> </stop> <stop offset="0.85" style="stop-color:#D8DBE2"> </stop> <stop offset="0.88" style="stop-color:#EDE3E9"> </stop> <stop offset="0.9" style="stop-color:#FFEBEF"> </stop> </radialGradient> <circle class="st8" cx="147.5" cy="49.4" r="17.9"> </circle> <radialGradient id="SVGID_8_" cx="237.31" cy="-268.1527" r="32.6" gradientTransform="matrix(1 0 0 -1 -106 -195.0727)" gradientUnits="userSpaceOnUse"> <stop offset="0.48" style="stop-color:#7A9299"> </stop> <stop offset="0.67" style="stop-color:#172E35"> </stop> <stop offset="0.75" style="stop-color:#000000"> </stop> <stop offset="0.82" style="stop-color:#172E35"> </stop> </radialGradient> <path class="st9" d="M107.8,76.9c-2.1,0-3.9-0.9-3.9-2.3c0-16,13-29,29-29c2.1,0,3.9,1.7,3.9,3.9s-1.7,3.9-3.9,3.9 c-11.7,0-21.3,9.5-21.3,21.3C111.7,76,109.9,76.9,107.8,76.9L107.8,76.9z"> </path> <path class="st10" d="M62.8,122.7c0.4-8.6,6.1-14.2,12.7-14.2c6.3,0,11.1,6.4,11.3,14.3c0.2-8.9-5.1-16-12.1-16 s-13.1,6.1-13.6,15.2c-0.4,9.2,5,13.8,12,13.8c0.2,0,0.3,0,0.5,0C67.3,135.7,62.4,131.1,62.8,122.7L62.8,122.7z"> </path> <path class="st10" d="M153.3,122.7c-0.4-8.6-6.1-14.2-12.7-14.2c-6.3,0-11.1,6.4-11.3,14.3c-0.2-8.9,5.1-16,12.1-16 c7.1,0,13.1,6.1,13.6,15.2s-5,13.8-12,13.8c-0.2,0-0.4,0-0.5,0C148.8,135.7,153.7,131.1,153.3,122.7L153.3,122.7z"> </path> </g> <g> <path class="st0" d="M336,84.4l-11.6,27.6c-1.5-0.7-4.9-1.6-8.2-1.6s-6.6,0.8-9.8,2.4c-6.3,3.2-11,9.6-11,18.9v50.6h-28.9V83.9 h28.1v13.8h0.6c6.6-8.8,16.7-15.3,29.7-15.3C329.6,82.4,334.2,83.3,336,84.4L336,84.4z"> </path> <path class="st0" d="M330.4,133.4c0-28.5,19.5-51,48.7-51c26.4,0,45.4,19.3,45.4,46.5c0,4.8-0.5,9.2-1.5,13.5h-66.3 c3,10.3,12,18.4,25.4,18.4c7.4,0,17.9-2.7,23.6-7l9,21.6c-8.3,5.7-21,8.4-32.2,8.4C351.4,183.8,330.4,163.7,330.4,133.4 L330.4,133.4z M356.2,124.3h41.6c0-12.6-8.6-19.3-19.1-19.3C366.9,105,358.8,112.7,356.2,124.3L356.2,124.3z"> </path> <path class="st0" d="M672.7,39.6c9.7,0,17.7,8,17.7,17.7s-8,17.7-17.7,17.7c-9.7,0-17.7-8-17.7-17.7S663,39.6,672.7,39.6z M687.2,182.3h-28.9V83.9h28.9L687.2,182.3L687.2,182.3z"> </path> <path class="st0" d="M504.8,41.4l-0.1,51.8h-0.6c-8-7.6-16.6-10.7-27.8-10.7c-27.7,0-46.1,22.3-46.1,50.6s17.2,50.7,45.2,50.7 c11.7,0,22.8-4,29.9-13.2h0.8v11.7h27.5V41.4H504.8L504.8,41.4z M506.2,158.9h-1l-6.5-6.7c-4.2,4.2-9.9,6.7-16.7,6.7 c-14.2,0-24.1-11.2-24.1-25.7c0-14.5,9.9-25.7,24.1-25.7c14.2,0,24.1,11.2,24.1,25.7V158.9z"> </path> <path class="st0" d="M615.2,41.4l-0.1,51.8h-0.6c-8-7.6-16.6-10.7-27.8-10.7c-27.7,0-46.1,22.3-46.1,50.6s17.2,50.7,45.2,50.7 c11.7,0,22.8-4,29.9-13.2h0.8v11.7h27.5V41.4H615.2L615.2,41.4z M616.5,158.9h-1l-6.5-6.7c-4.2,4.2-9.9,6.7-16.7,6.7 c-14.2,0-24.1-11.2-24.1-25.7c0-14.5,9.9-25.7,24.1-25.7s24.1,11.2,24.1,25.7V158.9z"> </path> <path class="st0" d="M743.3,83.9h21.1v24.6h-21.1v73.9h-28.9v-73.9h-21V83.9h21V57.1h28.9C743.3,57.1,743.3,83.9,743.3,83.9z"> </path> </g> </g></svg>`;
qr = "qr/Reddit.png";
link = "https://www.reddit.com/u/DanielRedacted";
break;
case "YouTube":
brand = `<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" id="svg2" xml:space="preserve" width="507.89334" height="113.38667" viewBox="0 0 507.89334 113.38667" xmlns:xlink="http://www.w3.org/1999/xlink"> <metadata id="metadata8"> <rdf:RDF> <cc:Work rdf:about=""> <dc:format> image/svg+xml </dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"> </dc:type> </cc:Work> </rdf:RDF> </metadata> <defs id="defs6"> </defs> <sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="640" inkscape:window-height="480" id="namedview4"> </sodipodi:namedview> <g id="g10" inkscape:groupmode="layer" inkscape:label="ink_ext_XXXXXX" transform="matrix(1.3333333,0,0,-1.3333333,0,113.38667)"> <g id="g12" transform="scale(0.1)"> <path d="m 1189.46,717.605 c -13.97,52.266 -55.13,93.434 -107.4,107.403 -94.744,25.387 -474.638,25.387 -474.638,25.387 0,0 -379.891,0 -474.633,-25.387 C 80.5234,811.039 39.3555,769.871 25.3867,717.605 0,622.863 0,425.199 0,425.199 c 0,0 0,-197.672 25.3867,-292.41 C 39.3555,80.5273 80.5234,39.3555 132.789,25.3906 227.531,-0.00390625 607.422,-0.00390625 607.422,-0.00390625 c 0,0 379.894,0 474.638,25.39450625 52.27,13.9649 93.43,55.1367 107.4,107.3984 25.39,94.738 25.39,292.41 25.39,292.41 0,0 0,197.664 -25.39,292.406" style="fill:#ed1d24;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path14"> </path> <path d="M 485.938,242.969 801.555,425.195 485.938,607.426 Z" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path16"> </path> <path d="m 1898.01,160.164 c 6.65,17.363 9.99,45.742 9.99,85.125 v 165.945 c 0,38.223 -3.34,66.161 -9.99,83.832 -6.66,17.661 -18.39,26.5 -35.18,26.5 -16.22,0 -27.67,-8.839 -34.32,-26.5 -6.66,-17.671 -9.99,-45.609 -9.99,-83.832 V 245.289 c 0,-39.383 3.18,-67.762 9.56,-85.125 6.36,-17.383 17.94,-26.062 34.75,-26.062 16.79,0 28.52,8.679 35.18,26.062 z M 1763.36,76.7578 c -24.05,16.1992 -41.14,41.4022 -51.26,75.5862 -10.14,34.16 -15.2,79.629 -15.2,136.39 v 77.321 c 0,57.336 5.78,103.386 17.37,138.133 11.58,34.75 29.67,60.082 54.3,76.015 24.61,15.922 56.9,23.891 96.87,23.891 39.38,0 70.94,-8.114 94.69,-24.324 23.74,-16.215 41.12,-41.563 52.13,-76.016 10.99,-34.465 16.5,-80.363 16.5,-137.699 v -77.321 c 0,-56.761 -5.36,-102.379 -16.07,-136.832 -10.72,-34.461 -28.1,-59.6598 -52.13,-75.5778 -24.04,-15.9258 -56.61,-23.8945 -97.73,-23.8945 -42.29,0 -75.45,8.1172 -99.47,24.3281" style="fill:#252323;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path18"> </path> <path d="m 3623.76,511.609 c -6.07,-7.531 -10.14,-19.839 -12.16,-36.918 -2.04,-17.089 -3.03,-43.003 -3.03,-77.753 v -38.227 h 87.73 v 38.227 c 0,34.164 -1.16,60.082 -3.47,77.753 -2.32,17.661 -6.51,30.106 -12.59,37.352 -6.09,7.242 -15.5,10.863 -28.24,10.863 -12.75,0 -22.16,-3.773 -28.24,-11.297 z m -15.19,-224.14 v -26.934 c 0,-34.18 0.99,-59.805 3.03,-76.883 2.02,-17.089 6.21,-29.543 12.6,-37.367 6.37,-7.808 16.2,-11.726 29.54,-11.726 17.94,0 30.26,6.953 36.92,20.859 6.65,13.898 10.27,37.062 10.85,69.504 l 103.39,-6.086 c 0.58,-4.648 0.87,-11.016 0.87,-19.109 0,-49.239 -13.46,-86.02 -40.4,-110.3442 -26.92,-24.3164 -65.02,-36.4844 -114.24,-36.4844 -59.07,0 -100.49,18.5274 -124.23,55.6056 -23.76,37.051 -35.63,94.394 -35.63,172.012 v 92.964 c 0,79.926 12.31,138.266 36.93,175.059 24.61,36.774 66.75,55.164 126.41,55.164 41.11,0 72.68,-7.531 94.69,-22.586 22,-15.07 37.5,-38.527 46.48,-70.371 8.98,-31.859 13.47,-75.883 13.47,-132.055 v -91.222 h -200.68" style="fill:#252323;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path20"> </path> <path d="m 1471.42,297.441 -136.4,492.598 h 119.02 l 47.78,-223.277 c 12.17,-55.035 21.14,-101.946 26.93,-140.739 h 3.48 c 4.05,27.797 13.03,74.415 26.93,139.868 l 49.52,224.148 H 1727.7 L 1589.57,297.441 V 61.1211 H 1471.42 V 297.441" style="fill:#252323;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path22"> </path> <path d="M 2415.86,593.676 V 61.1211 h -93.83 l -10.43,65.1559 h -2.6 c -25.49,-49.2262 -63.72,-73.8356 -114.68,-73.8356 -35.33,0 -61.39,11.5703 -78.19,34.7461 -16.8,23.1525 -25.19,59.3635 -25.19,108.5935 v 397.895 h 119.89 V 202.734 c 0,-23.761 2.61,-40.695 7.82,-50.824 5.21,-10.144 13.9,-15.203 26.06,-15.203 10.43,0 20.42,3.176 29.97,9.563 9.56,6.367 16.65,14.46 21.29,24.312 v 423.094 h 119.89" style="fill:#252323;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path24"> </path> <path d="M 3030.82,593.676 V 61.1211 h -93.83 l -10.43,65.1559 h -2.59 c -25.51,-49.2262 -63.73,-73.8356 -114.69,-73.8356 -35.33,0 -61.39,11.5703 -78.19,34.7461 -16.8,23.1525 -25.19,59.3635 -25.19,108.5935 v 397.895 h 119.89 V 202.734 c 0,-23.761 2.6,-40.695 7.81,-50.824 5.22,-10.144 13.91,-15.203 26.07,-15.203 10.43,0 20.42,3.176 29.97,9.563 9.56,6.367 16.65,14.46 21.29,24.312 v 423.094 h 119.89" style="fill:#252323;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path26"> </path> <path d="M 2741.64,693.586 H 2622.62 V 61.1211 H 2505.34 V 693.586 h -119.02 v 96.437 h 355.32 v -96.437" style="fill:#252323;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path28"> </path> <path d="m 3317.72,291.316 c 0,-38.808 -1.61,-69.218 -4.79,-91.218 -3.18,-22.024 -8.54,-37.657 -16.07,-46.914 -7.53,-9.27 -17.68,-13.899 -30.4,-13.899 -9.86,0 -18.98,2.305 -27.37,6.953 -8.41,4.629 -15.2,11.575 -20.42,20.852 v 302.328 c 4.05,14.469 11,26.348 20.85,35.617 9.85,9.254 20.55,13.899 32.14,13.899 12.17,0 21.57,-4.782 28.24,-14.332 6.65,-9.555 11.29,-25.629 13.9,-48.223 2.61,-22.582 3.92,-54.727 3.92,-96.426 z m 109.89,217.231 c -7.25,33.582 -18.98,57.906 -35.19,72.976 -16.22,15.047 -38.52,22.582 -66.89,22.582 -22.01,0 -42.57,-6.23 -61.68,-18.675 -19.11,-12.457 -33.89,-28.821 -44.31,-49.09 h -0.88 l 0.01,280.617 H 3103.13 V 61.1328 h 99.03 l 12.17,50.3792 h 2.6 c 9.26,-17.9495 23.16,-32.1409 41.7,-42.5667 18.53,-10.4219 39.1,-15.6367 61.69,-15.6367 40.53,0 70.36,18.6836 89.48,56.0354 19.11,37.363 28.67,95.703 28.67,175.058 v 84.27 c 0,59.648 -3.63,106.273 -10.86,139.875" style="fill:#252323;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path30"> </path> </g> </g></svg>`;
qr = "qr/YouTube.png";
link = "https://www.youtube.com/@DanielRedacted";
break;
case "Rumble":
brand = `<svg viewBox="5 0 140 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M42.2 25.77v-7.86c0-5.22 3.72-7.73 8.14-7.73h2.13v4.04l-1.88.02c-1.24 0-2.2.36-2.9 1.07-.69.7-1.03 1.78-1.03 3.22v7.25Zm12.17-15.6h4.5v8.16c0 .74.07 1.37.21 1.88.15.5.36.9.63 1.22.28.3.62.51 1.01.65.4.13.84.19 1.34.19a4.26 4.26 0 0 0 1.33-.2c.4-.13.73-.34 1-.64.28-.31.5-.72.64-1.22s.22-1.13.22-1.88v-8.15h4.5v8.3a10 10 0 0 1-.59 3.63 6.3 6.3 0 0 1-1.6 2.4 6.34 6.34 0 0 1-2.45 1.34c-.93.28-1.95.42-3.05.42s-2.13-.14-3.06-.42a6.34 6.34 0 0 1-2.44-1.34 6.3 6.3 0 0 1-1.61-2.4c-.39-1-.58-2.2-.58-3.63Zm27.57 7.22v8.4h4.52v-8.4c.06-2 1-3.7 3.05-3.7 1.93 0 2.67 2.1 2.67 3.8v8.3h4.5V17.9c0-4.88-2.45-8.23-7.03-8.23-2.53 0-4.27.91-5.45 2.14a7.21 7.21 0 0 0-5.45-2.14c-4.59 0-7.03 3.35-7.03 8.23v7.87h4.5v-8.3c0-1.7.74-3.8 2.67-3.8 2.06 0 2.99 1.7 3.05 3.7Zm16.59.08c0 5.62 3.32 8.83 8.72 8.83a8.2 8.2 0 0 0 3.32-.65 7.6 7.6 0 0 0 2.54-1.78 7.99 7.99 0 0 0 1.62-2.65 9.2 9.2 0 0 0 .57-3.24 9.3 9.3 0 0 0-.55-3.22 7.87 7.87 0 0 0-1.58-2.64 7.5 7.5 0 0 0-2.51-1.8 8.07 8.07 0 0 0-3.34-.65c-.9 0-1.72.13-2.43.39a7.2 7.2 0 0 0-1.87 1V4.58h-4.49Zm11.97-1.25c.21.53.32 1.1.32 1.75 0 .65-.1 1.24-.32 1.77a4.17 4.17 0 0 1-.87 1.37 3.74 3.74 0 0 1-1.28.89 4.1 4.1 0 0 1-3.12 0 4.06 4.06 0 0 1-1.27-.87 4.32 4.32 0 0 1-.86-1.37 5.06 5.06 0 0 1-.3-1.8 4.58 4.58 0 0 1 1.17-3.1 3.76 3.76 0 0 1 1.28-.86 3.95 3.95 0 0 1 1.57-.32 3.87 3.87 0 0 1 3.68 2.54ZM117 4.58h4.5v21.2H117Zm6.82 10.2a8.5 8.5 0 0 0-.61 3.21 8.57 8.57 0 0 0 .6 3.22 8.25 8.25 0 0 0 1.74 2.63 8.16 8.16 0 0 0 2.63 1.8c1.03.42 2.16.64 3.38.64a8.3 8.3 0 0 0 2.89-.47 8.37 8.37 0 0 0 2.32-1.23 7.85 7.85 0 0 0 1.68-1.74 7.29 7.29 0 0 0 1.02-2.02h-4.85c-.27.48-.66.88-1.19 1.19a3.7 3.7 0 0 1-3.11.24 4.44 4.44 0 0 1-1.15-.63 4.48 4.48 0 0 1-1.5-2.33h12.19a9.92 9.92 0 0 0 .11-1.3 8.32 8.32 0 0 0-.62-3.22 7.93 7.93 0 0 0-4.38-4.42 8.52 8.52 0 0 0-3.4-.66c-1.23 0-2.36.22-3.39.66a8.12 8.12 0 0 0-2.65 1.78 8 8 0 0 0-1.71 2.64Zm5.4-.67a3.79 3.79 0 0 1 2.37-.74c.91 0 1.67.25 2.28.76.6.49 1.05 1.13 1.33 1.92h-7.4c.3-.8.77-1.45 1.41-1.94Z" fill="#012"/><path d="M23.3 19.5c1.2-.95 1.2-2.8 0-3.78a27.45 27.45 0 0 0-5.58-3.59c-1.38-.66-2.92.26-3.14 1.83-.34 2.4-.4 4.82-.18 7.12.15 1.59 1.67 2.54 3.07 1.93a25.4 25.4 0 0 0 5.83-3.5Zm8.97-6.99a7.57 7.57 0 0 1 .02 10.19 33.84 33.84 0 0 1-16.96 10.13 6.62 6.62 0 0 1-7.98-4.63c-1.97-6.73-1.68-14.34.22-21.1 1-3.55 4.34-5.78 7.78-4.96 6.37 1.52 12.35 5.43 16.92 10.37Z" fill="#85C742"/></svg>`;
qr = "qr/Rumble.png";
link = "https://rumble.com/c/c-6649749";
break;
case "TruthSocial":
brand = `<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="1000" height="173.49899" viewBox="0 0 1000 173.49899" version="1.1" id="svg16" sodipodi:docname="index.svg" style="fill:none" inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> <metadata id="metadata22"> <rdf:RDF> <cc:Work rdf:about=""> <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> <dc:title></dc:title> </cc:Work> </rdf:RDF> </metadata> <defs id="defs20" /> <sodipodi:namedview pagecolor="#ffffff" bordercolor="#111111" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1920" inkscape:window-height="1017" id="namedview18" showgrid="false" fit-margin-top="0" fit-margin-left="0" fit-margin-right="0" fit-margin-bottom="0" inkscape:zoom="0.79567308" inkscape:cx="458.36154" inkscape:cy="-162.20732" inkscape:window-x="-8" inkscape:window-y="-8" inkscape:window-maximized="1" inkscape:current-layer="svg16" /> <path d="M 182.02165,46.47652 V 0 H 73.827388 V 171.57219 H 129.05144 V 46.47652 Z" id="path2" inkscape:connector-curvature="0" style="fill:#5448ee;stroke-width:9.63883305" /> <path d="m 278.73288,122.47968 33.69543,49.09251 h 61.70492 L 332.7836,116.10456 c 26.1675,-17.553279 32.1725,-37.071049 32.1725,-53.901511 0,-11.743379 -2.81744,-22.294039 -8.45326,-31.651999 C 350.86798,21.00957 342.50918,13.57822 331.42645,8.25706 320.34468,2.75236 306.82044,0 290.85371,0 h -87.06276 v 171.57219 h 55.22473 v -49.09251 z m 7.61275,-36.881641 H 259.01568 V 45.13856 h 27.32995 c 7.32551,0 12.86688,1.83484 16.62409,5.50464 3.94421,3.48627 5.91632,8.348768 5.91632,14.587406 0,6.605685 -1.87764,11.651614 -5.63486,15.13798 -3.75722,3.48627 -9.39208,5.229453 -16.90555,5.229453 z" id="path4" inkscape:connector-curvature="0" style="clip-rule:evenodd;fill:#5448ee;fill-rule:evenodd;stroke-width:9.63883305" /> <path d="m 437.07963,0 v 90.102844 c 0,10.459096 2.44248,18.532586 7.32551,24.220456 5.07195,5.68884 12.67988,8.5323 22.82283,8.5323 10.14294,0 17.75087,-2.84346 22.82186,-8.5323 5.25991,-5.87101 7.88939,-13.94546 7.88939,-24.220456 V 0 h 55.22473 v 90.102844 c 0,17.798106 -3.85072,33.028426 -11.55214,45.689036 -7.70143,12.47746 -18.22029,21.92738 -31.55658,28.34877 -13.1493,6.23921 -27.80032,9.35834 -43.95404,9.35834 -16.15469,0 -30.61775,-3.11913 -43.39114,-9.35834 -12.58446,-6.42139 -22.54041,-15.87131 -29.86592,-28.34877 -7.13756,-12.47747 -10.70682,-27.70683 -10.70682,-45.689036 V 0 Z" id="path6" inkscape:connector-curvature="0" style="fill:#5448ee;stroke-width:9.63883305" /> <path d="M 733.18265,46.47652 V 0 H 572.58041 v 46.47652 h 52.4073 v 125.09567 h 55.22473 V 46.47652 Z" id="path8" inkscape:connector-curvature="0" style="fill:#5448ee;stroke-width:9.63883305" /> <path d="m 927.95262,0 v 171.57219 h -55.22377 v -59.91692 h -67.34074 v 59.91692 H 750.16434 V 0 h 55.22377 v 64.903754 h 67.34074 V 0 Z" id="path10" inkscape:connector-curvature="0" style="fill:#5448ee;stroke-width:9.63883305" /> <path d="M 0,0 H 53.014834 V 46.46505 H 0 Z" id="path12" inkscape:connector-curvature="0" style="fill:#5448ee;stroke-width:9.63883305" /> <path d="m 1000,125.647 h -53.09744 v 46.01868 H 1000 Z" id="path14" inkscape:connector-curvature="0" style="fill:#2dd0b3;stroke-width:9.63883305" /></svg>`;
qr = "qr/x.png";
link = "https://truthsocial.com/@DanielRedacted";
break;
case "Instagram":
brand = `<svg width="713" height="202" viewBox="0 0 713 202" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M36.7136 0.700281C22.115 6.8014 6.06219 24.0197 0.995436 45.6768C-5.43292 73.0931 21.2929 84.6711 23.4766 80.8936C26.046 76.4133 18.6722 74.9095 17.1665 60.6938C15.2291 42.3108 23.7644 21.7723 34.535 12.7601C36.5441 11.1127 36.4466 13.4375 36.4466 17.7231C36.4466 25.452 36.0149 94.6012 36.0149 109.038C36.0149 128.581 35.2133 134.734 33.7334 140.81C32.2789 146.989 29.9257 151.156 31.6985 152.778C33.7076 154.569 42.2429 150.305 47.1913 143.407C53.1109 135.144 55.1971 125.214 55.5825 114.437C56.0191 101.458 55.9937 80.8217 56.0191 69.0744C56.0191 58.2712 56.1887 26.6887 55.8495 7.67437C55.752 3.0251 42.8028 -1.84548 36.7136 0.700281ZM709.779 103.295C707.692 103.295 706.701 105.476 705.899 109.136C703.135 121.899 700.226 124.778 696.465 124.778C692.272 124.778 688.51 118.461 687.519 105.815C686.768 95.8845 686.887 77.5734 687.858 59.3597C688.053 55.6289 687.03 51.9284 676.99 48.2695C672.652 46.7195 666.368 44.3947 663.244 51.9492C654.39 73.2421 650.947 90.1933 650.12 97.0496C650.101 97.4087 649.663 97.4603 649.586 96.6389C649.082 91.1375 647.916 81.135 647.772 60.1092C647.72 56.0446 646.872 52.5288 642.314 49.6705C639.38 47.833 630.455 44.5382 627.228 48.4388C624.463 51.6359 621.241 60.2115 617.87 70.3834C615.152 78.6666 613.261 84.2862 613.261 84.2862C613.261 84.2862 613.28 61.9513 613.333 53.4734C613.333 50.276 611.149 49.2137 610.497 49.0185C607.511 48.1463 601.617 46.7195 599.146 46.7195C596.068 46.7195 595.338 48.4389 595.338 50.933C595.338 51.246 594.829 80.309 594.829 100.632V103.49C593.154 112.841 587.63 125.533 581.639 125.533C575.647 125.533 572.81 120.226 572.81 96.0077C572.81 81.8844 573.247 75.7363 573.442 65.5132C573.561 59.6265 573.802 55.1 573.782 54.0585C573.73 50.933 568.273 49.3318 565.75 48.7518C563.206 48.1463 560.997 47.9512 559.255 48.0232C556.83 48.1717 555.108 49.7679 555.108 52.0004V55.3875C551.979 50.4504 546.907 47.007 543.516 46.0163C534.446 43.3273 524.96 45.7237 517.807 55.7005C512.134 63.6503 508.712 72.6313 507.381 85.5437C506.384 94.9915 506.703 104.558 508.471 112.646C506.338 121.776 502.407 125.533 498.116 125.533C491.857 125.533 487.351 115.356 487.86 97.7474C488.225 86.1749 490.527 78.0611 493.07 66.288C494.165 61.2739 493.266 58.6619 491.061 56.1162C489.047 53.8375 484.73 52.652 478.549 54.0789C474.155 55.1208 467.829 56.2343 462.079 57.0861C462.079 57.0861 462.418 55.7005 462.711 53.2579C464.191 40.4428 450.245 41.4848 445.806 45.5802C443.139 48.0232 441.32 50.9072 440.641 56.0908C439.552 64.3277 446.268 68.2022 446.268 68.2022C444.064 78.2767 438.678 91.4504 433.077 100.971C430.092 106.082 427.81 109.839 424.856 113.857C424.829 112.379 424.829 110.875 424.829 109.402C424.778 88.2072 425.045 71.5227 425.168 65.5132C425.291 59.6265 425.533 55.2182 425.533 54.1762C425.482 51.8976 424.151 51.0046 421.334 49.9373C418.863 48.9723 415.929 48.2695 412.897 48.0232C409.089 47.7356 406.762 49.7679 406.834 52.1647V55.3875C403.683 50.4504 398.612 47.007 395.266 46.0163C386.171 43.3273 376.691 45.7237 369.538 55.7005C363.886 63.6503 360.15 74.7663 359.081 85.4205C358.115 95.4022 358.284 103.829 359.641 110.952C358.187 118.07 354.04 125.533 349.338 125.533C343.346 125.533 339.924 120.226 339.924 96.0077C339.924 81.8844 340.361 75.7363 340.582 65.5132C340.7 59.6265 340.921 55.1 340.895 54.0585C340.869 50.933 335.418 49.3318 332.869 48.7518C330.228 48.1255 327.921 47.9308 326.173 48.0232C323.846 48.2179 322.222 50.276 322.222 51.8514V55.3875C319.072 50.4504 314 47.007 310.629 46.0163C301.56 43.3273 292.151 45.7753 284.947 55.7005C280.245 62.1722 276.437 69.3623 274.474 85.3023C273.94 89.9058 273.673 94.2117 273.698 98.2351C271.828 109.664 263.56 122.843 256.818 122.843C252.841 122.843 249.059 115.186 249.059 98.8406C249.059 77.0912 250.415 46.0882 250.657 43.086C250.657 43.086 259.192 42.937 260.867 42.9166C265.112 42.8908 268.991 42.9886 274.644 42.6961C277.506 42.5525 280.245 32.3548 277.285 31.0719C275.975 30.5123 266.566 30.0042 262.83 29.9326C259.68 29.8607 250.97 29.209 250.97 29.209C250.97 29.209 251.752 8.64471 251.921 6.48925C252.065 4.64671 249.737 3.72833 248.381 3.16867C245.102 1.76762 242.168 1.11097 238.725 0.407754C233.9 -0.582606 231.742 0.387354 231.331 4.42616C230.699 10.5588 230.36 28.5316 230.36 28.5316C226.819 28.5316 214.816 27.8234 211.295 27.8234C208.027 27.8234 204.482 41.8747 209.019 42.044C214.235 42.2392 223.279 42.4343 229.291 42.5983C229.291 42.5983 229.023 74.1143 229.023 83.8243V86.8266C225.704 104.044 214.086 113.349 214.086 113.349C216.583 101.941 211.491 93.3903 202.277 86.1749C198.881 83.4856 192.19 78.4202 184.693 72.9238C184.693 72.9238 189.035 68.6386 192.889 60.063C195.608 53.9815 195.731 46.9862 189.035 45.457C177.977 42.9166 168.882 51.0304 166.143 59.6985C164.057 66.3854 165.151 71.3738 169.293 76.5315L170.238 77.6966C167.767 82.4898 164.324 88.9562 161.436 93.9704C153.363 107.899 147.274 118.897 142.69 118.897C139.006 118.897 139.052 107.73 139.052 97.2652C139.052 88.2534 139.731 74.6686 140.265 60.6222C140.435 55.993 138.107 53.3294 134.207 50.933C131.827 49.4804 126.781 46.6221 123.847 46.6221C119.485 46.6221 106.823 47.2018 94.8709 81.715C93.3652 86.0771 90.4054 93.9962 90.4054 93.9962L90.6729 52.4827C90.6729 51.5127 90.1641 50.5943 88.9771 49.9373C86.9627 48.8492 81.5568 46.6221 76.8037 46.6221C74.4964 46.6221 73.3556 47.6894 73.3556 49.7937L72.9702 114.704C72.9702 119.646 73.0885 125.409 73.5768 127.929C74.0597 130.449 74.8614 132.507 75.8325 133.739C76.8037 134.929 77.9395 135.848 79.784 136.259C81.5055 136.623 90.9862 137.808 91.4745 134.201C92.0807 129.864 92.1011 125.194 97.0754 107.683C104.835 80.4575 114.927 67.186 119.68 62.4594C120.528 61.6384 121.473 61.5872 121.422 62.9471C121.206 68.9258 120.502 83.8243 120.019 96.4904C118.734 130.424 124.89 136.695 133.744 136.695C140.486 136.695 149.993 129.987 160.203 113.036C166.58 102.449 172.741 92.1074 177.201 84.6249C180.259 87.4782 183.748 90.5574 187.216 93.8522C195.294 101.479 197.935 108.746 196.168 115.628C194.831 120.903 189.765 126.328 180.767 121.052C178.147 119.523 177.032 118.338 174.39 116.592C172.982 115.648 170.798 115.381 169.514 116.351C166.117 118.897 164.2 122.115 163.085 126.113C162.042 130.013 165.948 132.045 169.997 133.836C173.465 135.412 180.937 136.792 185.711 136.962C204.312 137.593 219.204 128.001 229.558 103.295C231.428 124.635 239.306 136.721 253.01 136.721C262.198 136.721 271.391 124.876 275.42 113.226C276.555 117.973 278.277 122.089 280.487 125.605C291.062 142.314 311.575 138.732 321.857 124.537C325.058 120.128 325.547 118.553 325.547 118.553C327.047 131.953 337.864 136.669 344.05 136.669C351.008 136.669 358.14 133.38 363.156 122.089C363.762 123.326 364.394 124.491 365.124 125.605C375.673 142.314 396.186 138.732 406.495 124.537C406.957 123.834 407.394 123.254 407.753 122.695L408.072 131.511C408.072 131.511 402.178 136.89 398.566 140.205C382.682 154.765 370.602 165.809 369.708 178.644C368.592 195.041 381.881 201.123 391.968 201.918C402.641 202.77 411.808 196.883 417.429 188.6C422.378 181.333 425.63 165.712 425.389 150.259C425.292 144.059 425.143 136.212 424.998 127.76C430.6 121.319 436.905 113.128 442.68 103.542C449.006 93.1236 455.748 79.0977 459.19 68.1768C459.19 68.1768 465.085 68.228 471.343 67.838C473.357 67.7149 473.938 68.1306 473.548 69.5828C473.111 71.3484 465.645 100.149 472.458 119.333C477.14 132.456 487.638 136.695 493.897 136.695C501.193 136.695 508.182 131.173 511.912 122.987C512.375 123.885 512.837 124.778 513.372 125.605C523.921 142.314 544.362 138.707 554.742 124.537C557.096 121.319 558.406 118.553 558.406 118.553C560.636 132.435 571.453 136.721 577.635 136.721C584.109 136.721 590.219 134.082 595.193 122.356C595.389 127.519 595.702 131.732 596.236 133.061C596.549 133.888 598.394 134.904 599.705 135.412C605.619 137.593 611.636 136.551 613.841 136.089C615.393 135.776 616.606 134.565 616.754 131.368C617.186 122.987 616.919 108.915 619.468 98.4303C623.758 80.894 627.736 74.0889 629.626 70.7221C630.675 68.8284 631.883 68.5155 631.908 70.5016C631.98 74.5454 632.201 86.4159 633.871 102.402C635.063 114.124 636.687 121.073 637.946 123.28C641.487 129.551 645.901 129.843 649.467 129.843C651.748 129.843 656.501 129.212 656.085 125.214C655.869 123.28 656.234 111.24 660.427 93.95C663.192 82.6388 667.775 72.4415 669.425 68.7102C670.057 67.33 670.324 68.3973 670.324 68.6129C669.959 76.3879 669.183 101.843 672.333 115.746C676.655 134.616 689.09 136.721 693.432 136.721C702.672 136.721 710.266 129.695 712.81 111.194C713.442 106.734 712.518 103.295 709.779 103.295ZM322.026 91.8657C321.518 101.648 319.601 109.838 316.548 115.771C310.968 126.548 299.987 129.94 295.157 114.416C291.642 103.203 292.829 87.8935 294.309 79.6311C296.441 67.3758 301.852 58.7077 310.29 59.5029C318.923 60.3551 323.141 71.4712 322.026 91.8657ZM406.639 92.0097C406.156 101.237 403.756 110.536 401.136 115.771C395.73 126.62 384.425 130.012 379.744 114.416C376.548 103.731 377.298 89.9516 378.896 81.2785C380.961 69.9931 385.93 59.5029 394.882 59.5029C403.587 59.5029 407.877 69.0486 406.639 92.0097ZM408.848 155.077C408.725 171.962 406.084 186.737 400.406 191.048C392.307 197.15 381.419 192.547 383.675 180.245C385.663 169.345 395.098 158.229 408.874 144.639C408.874 144.639 408.922 147.738 408.848 155.077ZM554.938 92.1071C554.45 102.258 552.194 110.177 549.409 115.771C543.998 126.62 532.796 129.987 528.017 114.416C525.422 105.912 525.299 91.7171 527.169 79.8775C529.06 67.8119 534.374 58.7077 543.15 59.5029C551.829 60.3293 555.884 71.4712 554.938 92.1071Z" fill="#231E1F"/></svg>`;
qr = "qr/Instagram.png";
link = "https://www.instagram.com/Daniel.Redacted";
break;
case "Vimeo":
brand = `<svg style="overflow:hidden;" viewBox="0 315 1280 325"> <style type="text/css"> .st0{fill:#1AB7EA;} </style> <g> <path class="st0" d="M411.7,353.1c-0.8,18-13.4,42.6-37.7,73.9c-25.1,32.7-46.4,49-63.8,49c-10.8,0-19.9-9.9-27.3-29.8 c-5-18.2-9.9-36.5-14.9-54.7c-5.5-19.9-11.5-29.8-17.8-29.8c-1.4,0-6.2,2.9-14.5,8.7l-8.7-11.2c9.1-8,18.1-16,27-24.1 c12.2-10.5,21.3-16,27.4-16.6c14.4-1.4,23.2,8.4,26.5,29.5c3.6,22.7,6.1,36.8,7.5,42.4c4.1,18.8,8.7,28.2,13.7,28.2 c3.9,0,9.7-6.1,17.4-18.3c7.7-12.2,11.9-21.5,12.4-27.9c1.1-10.5-3-15.8-12.4-15.8c-4.4,0-9,1-13.7,3c9.1-29.7,26.4-44.2,52-43.4 C403.8,316.7,412.7,329,411.7,353.1z"> </path> <path class="st0" d="M525.7,411.4c-7.7,14.6-18.4,27.9-31.9,39.8c-18.5,16-37.1,24-55.6,24c-8.6,0-15.2-2.8-19.7-8.3 c-4.6-5.5-6.7-12.7-6.4-21.6c0.3-9.1,3.1-23.2,8.5-42.3c5.4-19.1,8.1-29.3,8.1-30.7c0-7.2-2.5-10.8-7.5-10.8 c-1.7,0-6.4,2.9-14.1,8.7l-9.5-11.2c8.8-8,17.7-16,26.5-24.1c11.9-10.5,20.7-16,26.6-16.6c9.1-0.8,15.8,1.9,20.1,8.1 c4.3,6.2,5.9,14.3,4.8,24.2c-3.6,16.8-7.5,38.2-11.6,64.1c-0.3,11.9,4,17.8,12.9,17.8c3.9,0,10.8-4.1,20.7-12.3 c8.3-6.8,15.1-13.2,20.3-19.2L525.7,411.4z M489.6,263.9c-0.3,6.9-3.7,13.5-10.4,19.8c-7.5,7.2-16.3,10.7-26.5,10.7 c-15.8,0-23.4-6.9-22.8-20.6c0.3-7.2,4.5-14,12.6-20.6c8.2-6.6,17.2-9.9,27.2-9.9c5.8,0,10.6,2.3,14.5,6.8 C488.1,254.6,489.9,259.2,489.6,263.9z"> </path> <path class="st0" d="M784.7,411.4c-7.7,14.6-18.4,27.9-31.9,39.8c-18.5,16-37.1,24-55.6,24c-18,0-26.7-9.9-26.1-29.8 c0.3-8.8,2-19.5,5.2-31.9c3.2-12.4,4.9-22.1,5.2-29c0.3-10.5-2.9-15.8-9.6-15.8c-7.2,0-15.8,8.6-25.8,25.7 c-10.5,18-16.2,35.4-17.1,52.3c-0.6,11.9,0.6,21,3.5,27.4c-19.3,0.6-32.8-2.6-40.5-9.5c-6.9-6.1-10.1-16.2-9.5-30.3 c0.3-8.8,1.6-17.7,4.1-26.5c2.4-8.8,3.8-16.7,4.1-23.7c0.6-10.2-3.2-15.3-11.2-15.3c-6.9,0-14.4,7.9-22.4,23.6 c-8,15.8-12.5,32.2-13.3,49.4c-0.6,15.5,0.4,26.3,3,32.4c-19,0.6-32.5-3.4-40.4-12c-6.6-7.2-9.6-18-9.1-32.7 c0.3-7.2,1.5-17.2,3.8-30c2.3-12.8,3.6-22.8,3.8-30c0.5-5-0.7-7.4-3.7-7.4c-1.7,0-6.4,2.8-14.1,8.4l-10-11.2 c1.4-1.1,10.1-9.1,26.1-24.1c11.6-10.8,19.5-16.3,23.6-16.6c7.2-0.6,13,2.4,17.4,8.9c4.4,6.5,6.6,14,6.6,22.6 c0,2.8-0.3,5.4-0.8,7.9c4.1-6.4,9-11.9,14.5-16.6c12.7-11.1,27-17.3,42.7-18.7c13.6-1.1,23.2,2.1,29,9.5c4.7,6.1,6.9,14.8,6.6,26.1 c1.9-1.6,4-3.5,6.2-5.4c6.4-7.5,12.6-13.4,18.7-17.8c10.2-7.5,20.9-11.6,31.9-12.4c13.3-1.1,22.8,2.1,28.6,9.5 c5,6.1,7.2,14.7,6.6,26c-0.3,7.7-2.1,18.9-5.6,33.7c-3.5,14.7-5.2,23.2-5.2,25.4c-0.3,5.8,0.3,9.8,1.7,12c1.4,2.2,4.7,3.3,10,3.3 c3.9,0,10.8-4.1,20.7-12.3c8.3-6.8,15.1-13.2,20.3-19.2L784.7,411.4z"> </path> <path class="st0" d="M940.3,411c-8,13.3-23.8,26.5-47.3,39.8c-29.3,16.8-59,25.3-89.2,25.3c-22.4,0-38.5-7.5-48.1-22.4 c-6.9-10.2-10.2-22.4-10-36.5c0.3-22.4,10.2-43.7,29.9-63.9c21.6-22.1,47-33.2,76.3-33.2c27.1,0,41.5,11,43.1,33.1 c1.1,14.1-6.6,28.5-23.2,43.4c-17.7,16.3-40,26.6-66.8,31c5,6.9,12.4,10.3,22.4,10.3c19.9,0,41.6-5.1,65.1-15.2 c16.9-7.1,30.1-14.5,39.8-22.2L940.3,411z M846.1,367.6c0.3-7.4-2.8-11.1-9.1-11.1c-8.3,0-16.7,5.7-25.3,17.1 c-8.6,11.4-13,22.4-13.2,32.8c-0.2,0-0.2,1.8,0,5.4c13.5-4.9,25.3-12.5,35.2-22.7C841.7,380.3,845.8,373.2,846.1,367.6z"> </path> <path class="st0" d="M1052.9,383.2c-1.1,25.4-10.5,47.4-28.2,65.9c-17.7,18.5-39.7,27.7-66,27.7c-21.8,0-38.4-7-49.8-21.1 c-8.3-10.5-12.9-23.6-13.7-39.3c-1.4-23.7,7.2-45.6,25.7-65.4c19.9-22.1,44.9-33.1,75.1-33.1c19.3,0,34,6.5,44,19.5 C1049.4,349.1,1053.7,364.4,1052.9,383.2z M1006,381.6c0.3-7.5-0.8-14.3-3.1-20.6c-2.4-6.2-5.7-9.4-10.2-9.4 c-14.1,0-25.7,7.6-34.8,22.9c-7.8,12.5-11.9,25.8-12.5,39.9c-0.3,6.9,1,13,3.7,18.3c3,6.1,7.3,9.1,12.9,9.1 c12.4,0,23.1-7.3,31.9-22C1001.5,407.6,1005.5,394.9,1006,381.6z"> </path> </g></svg>`;
qr = "qr/Vimeo.png";
link = "https://vimeo.com/DanielRedacted";
break;
default:
brand = `
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M4 15L20 15" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4 9L20 9" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<circle fill="none" cx="12" cy="12" r="9" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.0004 20.8182L11.2862 21.5181C11.4742 21.7101 11.7317 21.8182 12.0004 21.8182C12.2691 21.8182 12.5265 21.7101 12.7146 21.5181L12.0004 20.8182ZM12.0004 3.18188L12.7146 2.48198C12.5265 2.29005 12.2691 2.18188 12.0004 2.18188C11.7317 2.18188 11.4742 2.29005 11.2861 2.48198L12.0004 3.18188ZM14.6004 12.0001C14.6004 15.1611 13.3373 18.0251 11.2862 20.1183L12.7146 21.5181C15.1173 19.0662 16.6004 15.7053 16.6004 12.0001H14.6004ZM11.2861 3.88178C13.3373 5.97501 14.6004 8.83903 14.6004 12.0001H16.6004C16.6004 8.29478 15.1173 4.93389 12.7146 2.48198L11.2861 3.88178ZM9.40039 12.0001C9.40039 8.83903 10.6634 5.97501 12.7146 3.88178L11.2861 2.48198C8.88347 4.93389 7.40039 8.29478 7.40039 12.0001H9.40039ZM12.7146 20.1183C10.6634 18.0251 9.40039 15.1611 9.40039 12.0001H7.40039C7.40039 15.7053 8.88348 19.0662 11.2862 21.5181L12.7146 20.1183Z" fill="#000000"/>
</svg>
<h3>Website</h3>
`;
qr = "qr/DanielRedacted.github.io.png";
link = "https://DanielRedacted.com";
break;
}
// Title.innerText = network;
Title.innerHTML = brand;
QRcode.src = qr;
Link.href = link;
Link.innerText = link;
}
document.getElementById('menuToggle').click();
</script>
</body>
</html>