-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
808 lines (794 loc) · 38.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
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta
name="title"
content="swagtag - universal blockchain domains by entrypoint"
/>
<meta
name="description"
content="Swagtag is a universal blockchain based domain service that gives you payable domains over free as well as paid web hosts, get a domain with ssl now!"
/>
<meta
name="keywords"
content="free,domain,hosting,dns,swag,blockchain,avalanche,moralis"
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="revisit-after" content="3 days" />
<meta name="author" content="entrypoint" />
<script src="https://cdn.tailwindcss.com"></script>
<link
href="https://fonts.googleapis.com/css?family=Comfortaa"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Ubuntu"
rel="stylesheet"
/>
<link rel="stylesheet"
href=https://use.fontawesome.com/releases/v5.6.3/css/all.css
integrity=sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/
crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/tw-elements/dist/js/index.min.js"></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/tw-elements/dist/css/index.min.css"
/>
<title>swagtag</title>
<script>
window.debounce = (func, delay = 1000) => {
let debounceTimer;
return function () {
const context = this;
const args = arguments;
clearTimeout(debounceTimer);
debounceTimer = setTimeout(() => func.apply(context, args), delay);
};
};
window.saveInput = async () => {
let fetched = await fetch(
"https://exists.fuji.avax.ga/" +
document.querySelector("#swagtag").value
);
const output = document.querySelector("#output");
output.innerHTML = "";
let nets = "";
if (fetched) {
const is = await fetched.text();
console.log(is);
if (is === "true") nets += nets.length ? " and testnet" : "testnet";
if (nets.length > 0)
output.innerHTML = `<p><a href="/dashboard.html#/${
document.querySelector("#swagtag").value
}">available on ${nets}, click here to register</a></p>`;
else output.innerHTML = "not available";
}
fetched = await fetch(
"https://exists.avax.ga/" + document.querySelector("#swagtag").value
);
if (fetched) {
const is = await fetched.text();
console.log(is);
if (is === "true") nets += nets.length ? " and mainnet" : "mainnet";
if (nets.length > 0)
output.innerHTML = `<p><a href="/dashboard.html#/${
document.querySelector("#swagtag").value
}">available on ${nets}, click here to register</a></p>`;
else output.innerHTML = "not available";
}
};
const processChange = debounce(() => saveInput());
</script>
</head>
<body
class="text-center bg-grey-100 text-gray-600"
style="font-family: 'Ubuntu'; line-height: 1.2em"
>
<ul class="flex m-6 float-right">
<li class="mr-6">
<a
class="text-blue-400 hover:text-blue-700 text-xl"
href="/dashboard.html"
>dashboard</a
>
</li>
<li class="mr-6">
<a
class="text-pink-400 hover:text-pink-700 text-xl"
href="/listings.html"
>listings</a
>
</li>
</ul>
<section
class="
h-screen
w-full
bg-cover
text-center
flex flex-col
items-center
justify-center
"
style="background-color: #ffffff"
>
<svg
xmlns="http://www.w3.org/2000/svg"
style="height: 50%; max-width: 50%"
viewBox="0 0 130 64"
>
<path
d="M127.11,32.64q1.29,5.11-4,8.42a.78.78,0,0,0-.42.71,8.88,8.88,0,0,0-6.5,2.22.7.7,0,0,1-.14.17,9.49,9.49,0,0,0-1.81-1,1,1,0,0,0-1.25.4c-.13.21.11.55.34.63.54.18,1.95.47,2.38,1.11s1.28,1.58,1.53,2a2,2,0,0,0,1.18,1.07,2,2,0,0,0,1.52.06c1.1-.24-1.19-1-2-2.33a1.57,1.57,0,0,1,.71-2.28A8.45,8.45,0,0,1,120.7,43a6.48,6.48,0,0,1,3.77.75,4.22,4.22,0,0,1,1.47,1.47,4,4,0,0,1,.65,2A5.75,5.75,0,0,1,126,50a4.89,4.89,0,0,1-1.86,2.22A21.13,21.13,0,0,1,120.7,54c-.16.06-.49.2-1,.44s-.88.41-1.11.5-.54.21-.91.34a4.88,4.88,0,0,1-1,.23,13.77,13.77,0,0,1-14.81-8.13,10.58,10.58,0,0,1-.51-5,12.83,12.83,0,0,1,4.18-8.71,17,17,0,0,1,9.7-4.19,23.63,23.63,0,0,1,7,0q3.9.63,4.88,2.77Z"
fill="#f5b5ce"
stroke="#2f2f2f"
stroke-miterlimit="10"
stroke-width="2.22"
/>
<path
d="M118.76,25.48c.21,1.08.44,2.15.72,3.21a23.25,23.25,0,0,1,.67,2.83,11.17,11.17,0,0,1,0,2.83c-.08.77-.23,1.53-.37,2.29a13.79,13.79,0,0,1-.53,2.08,6.29,6.29,0,0,1-2.77,3.36,12.52,12.52,0,0,1-4.8,1.37c-1.38.18-3,.41-4.14-.5a5.73,5.73,0,0,1-1.44-1.8,6.29,6.29,0,0,1-.79-2.3,4.43,4.43,0,0,1,1.19-3.8,3.39,3.39,0,0,1,3.75-.7,5.38,5.38,0,0,1,.83.5,6.9,6.9,0,0,1,1.72,1.81.75.75,0,0,0,.36.37c.23.1.32,0,.54,0a.27.27,0,0,0,.27-.34c-.18-.45-.49-1.25-.7-1.8a1.2,1.2,0,0,0-.92-.73,14,14,0,0,1-1.81-.43,8.61,8.61,0,0,1-4.17-2.38,6.5,6.5,0,0,1-1.19-5.08,5.61,5.61,0,0,1,2.56-4.19,7.53,7.53,0,0,1,1.57-.75,6.41,6.41,0,0,0,2.34-1.42,5.93,5.93,0,0,1,1.57-1,3.89,3.89,0,0,1,3.07-.33,1.93,1.93,0,0,1,1,1.19c.23.61.42,1.24.61,1.87A24.89,24.89,0,0,1,118.76,25.48Z"
fill="#93c5fd"
stroke="#2f2f2f"
stroke-miterlimit="10"
stroke-width="1.57"
/>
<path
d="M112.46,25.31a.59.59,0,0,0-1-.3,3.4,3.4,0,0,0-.88,3.62,3.16,3.16,0,0,0,2.23,2,.59.59,0,0,0,.72-.75A11.89,11.89,0,0,1,112.46,25.31Z"
fill="#2f2f2f"
/>
<path
d="M9.89,55.39a43.83,43.83,0,0,1-6.06-8.16,12,12,0,0,1-.1-12.38A2.26,2.26,0,0,0,3.63,33C.41,26.29,1.08,17.15,9.4,11.32c4.31-3,8.86-5.2,14.37-5.55,6.58-.42,11,2.55,13.68,7.57,1.27,2.36,1.6,5.13,2.28,7.74a2,2,0,0,1-.2,1.61c-1.6,2.06-.34,3.46,1,5.06A15.15,15.15,0,0,1,44,36.67c.34,4.12.57,8.22-.86,12.27-1.34,3.79-2.81,5.67-8.09,7.7S13.34,59.35,9.89,55.39Zm20.2-6.5-.72,0c-.09-1.76-.24-3.53-.24-5.29a2.87,2.87,0,0,0-1.43-2.67,2.67,2.67,0,0,1-1.14-1.54c-.42-2.17-.76-2.51-3.17-2.33a24.42,24.42,0,0,0-3.06.51c-3.74.78-7.46,1.74-11.35.63-.31-.08-1.19.47-1.21.76a15.58,15.58,0,0,0,0,4.87c.81,3.29,3,6,5.5,8.43A8.08,8.08,0,0,0,20,54.68,105.28,105.28,0,0,0,32.54,52.6a8.6,8.6,0,0,0,6.4-6.05,25,25,0,0,0,.46-12.9c-1.49-7.46-10.5-11.17-17.77-7.39a6.43,6.43,0,0,1-3.26.58,2.5,2.5,0,0,1-1.76-1.38c-.14-.39.58-1.25,1.15-1.62a12.14,12.14,0,0,1,7.71-2.12c2.42.2,4.85.43,7.26.69,2,.22,3.07-.5,3-2.31a11.68,11.68,0,0,0-.45-3.27c-1.19-3.89-3.82-7.65-9.81-7.07-1,.1-1.94.25-2.91.28a17.17,17.17,0,0,0-11.19,4.6c-5.14,4.45-6,12.19-3.14,16.77,1.57,2.54,2.93,3.22,6.11,2.8a42.54,42.54,0,0,0,5.34-1.11c4.39-1.14,8.16-.48,11.2,2.83,1.48,1.61,2,3.78.53,4.84s-1.23,2.1-1.18,3.3.22,2.2.23,3.3A6.11,6.11,0,0,1,30.09,48.89Z"
fill="#2f2f2f"
/>
<path
d="M30.09,48.89a6.11,6.11,0,0,0,.4-1.52c0-1.1-.19-2.19-.23-3.3s-.24-2.3,1.18-3.3.95-3.23-.53-4.84c-3-3.31-6.81-4-11.2-2.83a42.54,42.54,0,0,1-5.34,1.11c-3.18.42-4.54-.26-6.11-2.8-2.83-4.58-2-12.32,3.14-16.77A17.17,17.17,0,0,1,22.59,10c1,0,1.94-.18,2.91-.28,6-.58,8.62,3.18,9.81,7.07a11.68,11.68,0,0,1,.45,3.27c0,1.81-1,2.53-3,2.31-2.41-.26-4.84-.49-7.26-.69a12.14,12.14,0,0,0-7.71,2.12c-.57.37-1.29,1.23-1.15,1.62a2.5,2.5,0,0,0,1.76,1.38,6.43,6.43,0,0,0,3.26-.58c7.27-3.78,16.28-.07,17.77,7.39a25,25,0,0,1-.46,12.9,8.6,8.6,0,0,1-6.4,6.05A105.28,105.28,0,0,1,20,54.68a8.08,8.08,0,0,1-6.71-2.47c-2.47-2.47-4.69-5.14-5.5-8.43a15.58,15.58,0,0,1,0-4.87c0-.29.9-.84,1.21-.76,3.89,1.11,7.61.15,11.35-.63A24.42,24.42,0,0,1,23.39,37c2.41-.18,2.75.16,3.17,2.33a2.67,2.67,0,0,0,1.14,1.54,2.87,2.87,0,0,1,1.43,2.67c0,1.76.15,3.53.24,5.29Z"
fill="#f5b5ce"
/>
<path
d="M81.21,56.06a5.89,5.89,0,0,1-2.69-.7A6.56,6.56,0,0,1,74.92,49,15.9,15.9,0,0,1,78,40.8a28.62,28.62,0,0,1,6.3-7.12,18.38,18.38,0,0,1,2.94-1.79,7,7,0,0,1,3.08-.71A6.77,6.77,0,0,1,95,33a23.9,23.9,0,0,1,1.77,1.84,24.11,24.11,0,0,1,3.36,5.67c2.1,4.43,1.94,8.3-.47,11.49a8,8,0,0,1-5.32,3.49,10.69,10.69,0,0,1-1.27.08h0a9.93,9.93,0,0,1-1.79-.16,7.36,7.36,0,0,1-2.81-1.15,2.91,2.91,0,0,1-.72-.84,1.1,1.1,0,0,0-.54-.4.3.3,0,0,0-.12,0,.6.6,0,0,0-.29.09,3.32,3.32,0,0,0-.65.45l-.81.7c-.38.31-.7.56-1,.77A5.44,5.44,0,0,1,81.21,56.06Z"
fill="#f5b5ce"
/>
<path
d="M90.35,32.29a5.67,5.67,0,0,1,3.9,1.5,23.64,23.64,0,0,1,1.69,1.76A23.62,23.62,0,0,1,99.14,41Q102,47,98.78,51.31a6.86,6.86,0,0,1-4.57,3.06,8.47,8.47,0,0,1-1.13.07,8.62,8.62,0,0,1-1.59-.14,6,6,0,0,1-2.41-1,2.69,2.69,0,0,1-.43-.57,2.15,2.15,0,0,0-1.18-.81,1.64,1.64,0,0,0-.37-.05,1.68,1.68,0,0,0-.82.22,4.78,4.78,0,0,0-.83.57l-.82.71c-.35.29-.65.53-.91.71a4.27,4.27,0,0,1-2.51.87A4.78,4.78,0,0,1,79,54.37,5.41,5.41,0,0,1,76,49,14.75,14.75,0,0,1,79,41.42a27.71,27.71,0,0,1,6-6.85,19.15,19.15,0,0,1,2.78-1.69,5.91,5.91,0,0,1,2.59-.59m-3,17a.7.7,0,0,0,.78-.71,8.27,8.27,0,0,1,.64-3.17,2.93,2.93,0,0,1,.67.54A4.71,4.71,0,0,1,90,47a1.75,1.75,0,0,0,.2,1,1.6,1.6,0,0,0,1.17.76.85.85,0,0,0,.37-.08c1-.4.61-1.05.32-1.28a1.6,1.6,0,0,1-.56-.89,5.47,5.47,0,0,0-.79-1.45,5.25,5.25,0,0,0-1.26-1,7,7,0,0,1,3.07-2.74A.78.78,0,0,0,93,41a.6.6,0,0,0,0-.54.92.92,0,0,0-.48-.35.71.71,0,0,0-.59,0A8.2,8.2,0,0,0,88,43.63a9.85,9.85,0,0,0-1.38,4.94.71.71,0,0,0,.79.71m3-19.21a8.11,8.11,0,0,0-3.56.82,20.06,20.06,0,0,0-3.11,1.89,30,30,0,0,0-6.57,7.39A17,17,0,0,0,73.81,49,7.6,7.6,0,0,0,78,56.33a7,7,0,0,0,3.23.84A6.43,6.43,0,0,0,85,55.89c.32-.23.66-.49,1-.81l.85-.74.1-.08a3.2,3.2,0,0,0,.86.9,8.3,8.3,0,0,0,3.19,1.31,11.06,11.06,0,0,0,3.45.1,9,9,0,0,0,6.06-3.93c1.84-2.43,3.44-6.6.58-12.63a25,25,0,0,0-3.53-5.93,24,24,0,0,0-1.85-1.91,7.87,7.87,0,0,0-5.41-2.1Z"
fill="#2f2f2f"
/>
<path
d="M108.68,36.15a1.92,1.92,0,0,1-.48,1.91,1.87,1.87,0,0,1-1.09.41h-.2a5.36,5.36,0,0,1-1.9-.75h0c-.13,0-.39.22-.5.29a9.64,9.64,0,0,1-2.12,1.15,8.4,8.4,0,0,1-2.54.42,4.41,4.41,0,0,1-2.19-.35,2.9,2.9,0,0,1-1.31-1.46,6.05,6.05,0,0,1,.3-4.3,6.08,6.08,0,0,1,2.69-3.18,7.59,7.59,0,0,1,2.34-.73,13.83,13.83,0,0,1,1.44-.19.3.3,0,0,0,.3-.39h0a1.14,1.14,0,0,0-.1-.19.27.27,0,0,0-.31-.12l-.13,0a16.71,16.71,0,0,1-2.6,1,15.24,15.24,0,0,1-3,.6A1.82,1.82,0,0,1,96,30.07a1.6,1.6,0,0,1-.56-.93A2.26,2.26,0,0,1,96.07,27a4.84,4.84,0,0,1,1.33-.89,4.31,4.31,0,0,1,1.32-.51,9.88,9.88,0,0,1,1.6-.33,9.11,9.11,0,0,1,2.66.09,2.37,2.37,0,0,0,1.29-.11,2.07,2.07,0,0,1,2.54.39c.87,1.11.51,2.7.32,4a9,9,0,0,0-.08,2.31,7.09,7.09,0,0,0,.67,2.23A10.37,10.37,0,0,1,108.68,36.15Z"
fill="#93c5fd"
stroke="#2f2f2f"
stroke-miterlimit="10"
stroke-width="1.28"
/>
<path
d="M102.28,32.47a.32.32,0,0,0-.46-.32,2.13,2.13,0,0,0-1.41,1.7c-.19,1.09.85,1.76,1.61,2.09a.33.33,0,0,0,.47-.37A6.17,6.17,0,0,1,102.28,32.47Z"
fill="#2f2f2f"
/>
<path
d="M94.57,28.16a14.35,14.35,0,0,1,.05,2.54.14.14,0,0,0,.2.12,3.1,3.1,0,0,1,2.54-.11,2.54,2.54,0,0,1,1.09,2.64A7.16,7.16,0,0,1,96,38.48a7,7,0,0,1-3,1.34,5.74,5.74,0,0,1-3.18,0c-2-.76-2.45-3-2.39-4.76s.64-3.62.36-5.38a.15.15,0,0,0-.19-.1,7.41,7.41,0,0,1-2.9.45,2.92,2.92,0,0,1-2.33-1.37c-.62-1.18.22-2.41,1.31-3.36,0,0,0,0,0,0a.54.54,0,0,1,.15-.15l.2-.13h0a9.86,9.86,0,0,1,1.11-.75.13.13,0,0,0,0-.18,6.8,6.8,0,0,1-1.15-2.65A3.78,3.78,0,0,1,85,18.59a4.57,4.57,0,0,1,3-1.91,3.73,3.73,0,0,1,2.63,1,7.42,7.42,0,0,1,1.75,2.39c.22.45.41.91.6,1.37.06.18.19.5.25.66a.13.13,0,0,0,.15.08l.31,0c1.93-.17,4.46.67,4.93,2.47s-1.92,3-3.83,3.36A.14.14,0,0,0,94.57,28.16Z"
fill="#93c5fd"
stroke="#2f2f2f"
stroke-miterlimit="10"
stroke-width="1.57"
/>
<path
d="M52.94,55.76a7.68,7.68,0,0,1-4.28-1.46A14.2,14.2,0,0,1,46,51.85,14.86,14.86,0,0,1,44.14,49a16.38,16.38,0,0,1-1.24-4.45,22.74,22.74,0,0,1-.21-5.34,16.45,16.45,0,0,1,1.12-5.3,7.78,7.78,0,0,1,2.85-3.66,4.92,4.92,0,0,1,2.55-.7,5.76,5.76,0,0,1,1.15.12,9.26,9.26,0,0,1,3.7,1.68c1.92,1.34,5.08,3.88,4.67,5.68a.11.11,0,0,1,0,0h.4a7.46,7.46,0,0,1,1.9.13c.15,0,.34.07.71.12a3.09,3.09,0,0,1,1.44.56,2.13,2.13,0,0,1,.11-.63,17.21,17.21,0,0,1,1.31-2.92,14.61,14.61,0,0,1,2-2.76,7.31,7.31,0,0,1,2.72-2.15,3.62,3.62,0,0,1,1.27-.23,5.84,5.84,0,0,1,3.71,1.67A9.82,9.82,0,0,1,76.11,33a5.82,5.82,0,0,1,1,2.2,16.57,16.57,0,0,1-.28,5.5,32.16,32.16,0,0,1-2,6.57A19.89,19.89,0,0,1,71.3,53a7.33,7.33,0,0,1-4.93,2.6H66.1a8.91,8.91,0,0,1-6-2.75L60,52.77l-.46-.62a2.13,2.13,0,0,0-.48-.54,1.25,1.25,0,0,0-.28-.15l-.08,0-.07,0,0,0h0l-.82,1.43a5.37,5.37,0,0,1-2.12,2.28A6.08,6.08,0,0,1,52.94,55.76Z"
fill="#f5b5ce"
/>
<path
d="M70.54,30.34a4.85,4.85,0,0,1,3,1.41,8.84,8.84,0,0,1,1.65,1.88A4.82,4.82,0,0,1,76,35.41a15.65,15.65,0,0,1-.27,5.12,30.76,30.76,0,0,1-1.9,6.34,18.64,18.64,0,0,1-3.31,5.37,6.23,6.23,0,0,1-4.18,2.24H66.1A7.88,7.88,0,0,1,60.83,52l-.39-.54a3.11,3.11,0,0,0-.79-.82,1.84,1.84,0,0,0-.59-.28,1.34,1.34,0,0,0-.51-.11,1.2,1.2,0,0,0-.48.11.55.55,0,0,0-.31.25.24.24,0,0,0-.08.09.36.36,0,0,0-.08.12l-.2.36-.63,1.1a4.53,4.53,0,0,1-1.62,1.81,4.89,4.89,0,0,1-2.21.53,6.56,6.56,0,0,1-3.66-1.27,13.92,13.92,0,0,1-4.14-4.84A15.73,15.73,0,0,1,44,44.41a21.65,21.65,0,0,1-.19-5.09,15.15,15.15,0,0,1,1-5,6.62,6.62,0,0,1,2.43-3.15,3.69,3.69,0,0,1,1.94-.52,4.33,4.33,0,0,1,.93.1,8,8,0,0,1,3.28,1.49c.94.66,6.1,4.58,3.54,5-2.35.39-3.78,3-3.78,3-.48.88-.14,1.23.35,1.23a1.4,1.4,0,0,0,1-.45s1.38-2.86,3.94-2.88h.66a9.46,9.46,0,0,1,2.47.24c2.3.3,3.18,4.39,3.27,4.57a.39.39,0,0,0,.39.26h.07a1,1,0,0,0,.53-.29c.37-.45,0-2.68-1.23-4.06a1.5,1.5,0,0,1-.29-1.3,17,17,0,0,1,1.23-2.73,13.69,13.69,0,0,1,1.82-2.56,6.33,6.33,0,0,1,2.28-1.85,2.41,2.41,0,0,1,.88-.16m0-2.22h0a4.59,4.59,0,0,0-1.68.31A8.29,8.29,0,0,0,65.7,30.9a16,16,0,0,0-2.09,3,19.17,19.17,0,0,0-1.18,2.5,5.3,5.3,0,0,0-.55-.1l-.63-.11A7.22,7.22,0,0,0,59.81,36c-.28-1.13-1.41-2.93-5.12-5.54a10.51,10.51,0,0,0-4.15-1.86,7.4,7.4,0,0,0-1.33-.13,5.94,5.94,0,0,0-3.07.83l0,0,0,0a8.71,8.71,0,0,0-3.27,4.17,17.5,17.5,0,0,0-1.21,5.68,24.08,24.08,0,0,0,.22,5.55,17.28,17.28,0,0,0,1.33,4.73,14.93,14.93,0,0,0,2,3.08A15.17,15.17,0,0,0,48,55.19h0l0,0a8.72,8.72,0,0,0,4.9,1.65,7.21,7.21,0,0,0,3.16-.74,6.42,6.42,0,0,0,2.57-2.67v0l0,0,.17-.3.18.23.12.17.15.14A10,10,0,0,0,66.1,56.7h.3a8.39,8.39,0,0,0,5.71-2.94,21.17,21.17,0,0,0,3.73-6,32.51,32.51,0,0,0,2-6.82,17.44,17.44,0,0,0,.28-5.88,6.93,6.93,0,0,0-1.11-2.63A11.2,11.2,0,0,0,75,30.07a6.85,6.85,0,0,0-4.44-1.95Z"
fill="#2f2f2f"
/>
</svg>
<div class="">
<form
onsubmit="event.preventDefault(); location = '/dashboard.html#/'+document.getElementById('swagtag').value"
>
<input
type="text"
name="swagtag"
id="swagtag"
class="
bg-gray-500
placeholder-gray-200
text-4xl text-white
block
rounded-full
sm:text-sm
border-2 border-rose-300/50
mb-8
"
placeholder="choose your swagtag"
oninput="processChange()"
style="text-align: center; font-size: 24px"
/>
</form>
</div>
<div id="output"></div>
scroll down for some more info
<div
class="
animate-bounce
bg-white
dark:bg-slate-800
p-2
w-10
h-10
ring-1 ring-slate-900/5
dark:ring-slate-200/20
rounded-full
flex
items-center
justify-center
mt-8
"
>
<svg
class="w-6 h-6 text-pink-400"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path d="M19 14l-7 7m0 0l-7-7m7 7V3"></path>
</svg>
</div>
<br />
<div>
<!-- <img
class="w-full"
src="https://media.giphy.com/media/Og1572EgE97HCo90Vu/giphy.gif"
/> GIF VERSION -->
</div>
</section>
<div class="container p-8 m-auto">
<div
class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"
id="list"
></div>
</div>
<style>
.disabled: {
opacity: 0.3;
}
</style>
<script>
const getCard = (props) => `
<article class="overflow-hidden w-full rounded-lg shadow-lg" id="${
props.name
}"">
<header class="flex text-center justify-between leading-tight p-2 md:p-4 font-black">
<a class="no-underline" target="_blank" href=${props.address?.uri
.replace(props.name, "")
.replace("domains", props.name)}>
<span class="text-blue-400">${props.address?.uri
.replace(props.name, "")
.replace(
"domains",
`<span class="text-pink-400"
}">` +
props.name +
"</span>"
)}</span>
</a>
</header>
<a href="https://${props.name}.avax.ga">
<div class="bg-cover bg-center border h-64" style="background-image:url('${
props.address.image
}')">
</div>
</a>
<header class="p-2 md:p-4">
<div class="text-lg text-center">
<p class="ml-2">
${props.address.title}
</p>
</div>
</header>
<p class="p-4 h-32">${props.address.description}</p>
<footer class="flex items-center justify-between leading-none p-8">
<a ${
!props.address?.twitter?.length
? 'style="cursor:auto; opacity:0.4;filter: saturate(0%);"'
: ""
} class="flex items-center no-underline hover:underline text-black" href="${
props.address?.twitter?.length ? props.address?.twitter : "#"
}">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px"><path fill="#03A9F4" d="M42,12.429c-1.323,0.586-2.746,0.977-4.247,1.162c1.526-0.906,2.7-2.351,3.251-4.058c-1.428,0.837-3.01,1.452-4.693,1.776C34.967,9.884,33.05,9,30.926,9c-4.08,0-7.387,3.278-7.387,7.32c0,0.572,0.067,1.129,0.193,1.67c-6.138-0.308-11.582-3.226-15.224-7.654c-0.64,1.082-1,2.349-1,3.686c0,2.541,1.301,4.778,3.285,6.096c-1.211-0.037-2.351-0.374-3.349-0.914c0,0.022,0,0.055,0,0.086c0,3.551,2.547,6.508,5.923,7.181c-0.617,0.169-1.269,0.263-1.941,0.263c-0.477,0-0.942-0.054-1.392-0.135c0.94,2.902,3.667,5.023,6.898,5.086c-2.528,1.96-5.712,3.134-9.174,3.134c-0.598,0-1.183-0.034-1.761-0.104C9.268,36.786,13.152,38,17.321,38c13.585,0,21.017-11.156,21.017-20.834c0-0.317-0.01-0.633-0.025-0.945C39.763,15.197,41.013,13.905,42,12.429"/></svg>
</a>
<a ${
!props.address?.discord?.length
? 'style="cursor:auto; opacity:0.4;filter: saturate(0%);"'
: ""
} class="flex items-center no-underline hover:underline text-black" href="${
props.address?.discord?.length ? props.address?.discord : "#"
}">
<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 71 55" fill="none"><g clip-path="url(#clip0)"><path d="M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z" fill="#5865F2"/></g><defs><clipPath id="clip0"><rect width="71" height="55" fill="white"/></clipPath></defs></svg>
</a>
<a href="${props.address?.uri
.replace(props.name, "")
.replace(
"domains",
props.name
)}" class="flex items-center no-underline hover:underline text-black" href="${props.address?.uri
.replace(props.name, "")
.replace("domains", props.name)}">
<svg xmlns="http://www.w3.org/2000/svg" style="zoom: 0.15;width: 400px;height: 400px;"><g data-name="Layer 11"><circle cx="199.7" cy="199.7" r="199.7" fill="#e2e8f0"/><path fill="#2f2f2f" d="M189 320c-47 1-88-66-69-109 3-8-3-20-5-30-14-66 62-113 109-100 28 8 50 54 38 82-1 2 1 6 3 8 24 27 26 93 4 118-20 23-79 35-80 31Zm78-85c3-59-27-81-78-62-4 1-11-3-16-4 3-4 5-10 8-11l53-5c5-1 13-2 15-5 7-15-9-47-25-50-40-6-82 10-90 58-7 39 12 56 50 46a71 71 0 0 1 23-2c18 1 34 22 27 35-3 4-2 10-3 15-1 7 0 22-4 22s-3-15-4-23c0-20-16-32-35-28-13 2-27 2-40 5-4 0-12 7-12 8 8 18 13 39 25 53 23 24 51 9 76 2 27-8 28-33 30-54Z"/><path fill="#f5b5ce" d="M267 235c-2 21-3 46-30 54-25 7-53 22-76-2-12-14-17-35-25-53 0-1 8-8 12-8 13-3 27-3 40-5 19-4 35 8 35 28 1 8-1 23 4 23s3-15 4-22c1-5 0-11 3-15 7-13-9-34-27-35a71 71 0 0 0-23 2c-38 10-57-7-50-46 8-48 50-64 90-58 16 3 32 35 25 50-2 3-10 4-15 5l-53 5c-3 1-5 7-8 11 5 1 12 5 16 4 51-19 81 3 78 62Z"/></g></svg>
</a>
<a ${
!props.address?.telegram?.length
? 'style="cursor:auto; opacity:0.4;filter: saturate(0%);"'
: ""
} class="flex items-center no-underline hover:underline text-black" href="${
props.address?.telegram?.length ? props.address?.telegram : "#"
}">
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" xmlns:xlink="http://www.w3.org/1999/xlink" id="Livello_1" data-name="Livello 1" viewBox="0 0 240 240"><defs><linearGradient id="linear-gradient" x1="120" y1="240" x2="120" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1d93d2"/><stop offset="1" stop-color="#38b0e3"/></linearGradient></defs><title>Telegram_logo</title><circle cx="120" cy="120" r="120" fill="url(#linear-gradient)"/><path d="M81.229,128.772l14.237,39.406s1.78,3.687,3.686,3.687,30.255-29.492,30.255-29.492l31.525-60.89L81.737,118.6Z" fill="#c8daea"/><path d="M100.106,138.878l-2.733,29.046s-1.144,8.9,7.754,0,17.415-15.763,17.415-15.763" fill="#a9c6d8"/><path d="M81.486,130.178,52.2,120.636s-3.5-1.42-2.373-4.64c.232-.664.7-1.229,2.1-2.2,6.489-4.523,120.106-45.36,120.106-45.36s3.208-1.081,5.1-.362a2.766,2.766,0,0,1,1.885,2.055,9.357,9.357,0,0,1,.254,2.585c-.009.752-.1,1.449-.169,2.542-.692,11.165-21.4,94.493-21.4,94.493s-1.239,4.876-5.678,5.043A8.13,8.13,0,0,1,146.1,172.5c-8.711-7.493-38.819-27.727-45.472-32.177a1.27,1.27,0,0,1-.546-.9c-.093-.469.417-1.05.417-1.05s52.426-46.6,53.821-51.492c.108-.379-.3-.566-.848-.4-3.482,1.281-63.844,39.4-70.506,43.607A3.21,3.21,0,0,1,81.486,130.178Z" fill="#fff"/></svg>
</a>
<a ${
!props.address?.github?.length
? 'style="cursor:auto; opacity:0.4;filter: saturate(0%);"'
: ""
} class="flex items-center no-underline hover:underline text-black" href="${
props.address?.github?.length ? props.address?.github : "#"
}">
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 1024 1024" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z" transform="scale(64)" fill="#1B1F23"/></svg>
</a>
</footer>
</article>
`;
window.update = (data) => {
document.getElementById("list").innerHTML = "";
const loop = data.splice(3,0);
loop.forEach((item) => {
console.log(item);
return (document.getElementById("list").innerHTML += getCard(item));
});
};
fetch("https://bumps.avax.ga").then((a) => {
a.json().then((json) => {
window.data = json.splice(3, 0);
update(json);
});
});
</script>
<div class="container p-8 m-auto text-xl text-blue-400">
recently bumped swagtags
</div>
<div class="container p-8 m-auto text-xl text-pink-400">
<a href="https://avax.ga/listings.html">view all</a>
</div>
<section
class="
bg-pink-100
w-full
bg-cover
text-center
flex flex-col
items-center
justify-center
"
style="
center;
"
>
<div class="w-full sm:w-1/2 md:w-1/3 p-4">
<div>
<span class="text-pink-400" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-400">tag</span></span
>
is a public ecosystem for listing blockchain projects
</div>
<span class="text-pink-400" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-400">tag</span></span
>s are tradeable can be updated and provide easy payment processing.
</div>
<div class="w-full sm:w-1/2 md:w-1/3 p-4">
since they are web domains swagtags are non fungible tokens that can
have websites attached to them
</div>
</section>
<section
class="
my-8
pt-8
container
font-sans
m-auto
flex flex-col-reverse
lg:flex-row
text-center
lg:text-left
sm:items-center
h-96
"
>
<div class="w-full lg:w-1/2 h-96 items-center">
<div class="aspect-w-16 aspect-h-9 m-auto">
<iframe
src="https://www.youtube.com/embed/YyllJP7XhWM"
class="m-auto h-96 w-full"
frameborder="0"
class="absolute top-0 left-0 w-full h-full"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
<div class="w-full lg:w-1/2 text-center">
<span class="font-bold"
>introduction to
<span class="text-pink-300" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-300">tag</span></span
>
</span>
<p class="mb-4 text-center">
we explore the meaning of
<span class="text-pink-400" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-400">tag</span></span
>
and what it can do
</p>
</div>
</section>
<section
class="
bg-pink-100
w-full
bg-cover
text-center
flex flex-col
items-center
justify-center
p-8
"
>
<label for="tagline" class="tracking-wide font-bold">features</label>
<h1 class="mt-2 mb-4 font-medium max-w-sm m-auto">
<span class="text-pink-400" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-400">tag</span></span
>
is a unique service and it has unique features
</h1>
</section>
<section class="lg:px-4 my-8" role="alert">
<div
class="
items-center
flex
max-w-xl
m-auto
leading-none
bg-blue-300
text-white
p-5
"
>
<span
class="
flex
rounded-full
text-blue-300
bg-white
uppercase
px-2
py-1
text-xs
font-bold
mr-3
"
>New</span
>
<span class="mr-2 text-left mr-auto">
<span class="text-pink-500" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-500">tag</span></span
>
is compatible with oracle.com's free vps servers and infinityfree
hosting
</span>
<span class="opacity-75 h-4 w-4"
><i class="fas fa-chevron-right"></i
></span>
</div>
</section>
<section class="font-sans container m-auto text-center py-8">
<div class="flex flex-wrap justify-between items-start">
<div
class="
lg:w-1/4
md:w-1/2
sm:w-full
flex flex-col
items-center
justify-center
p-4
"
>
<div class="w-14 h-14 text-5xl" alt="">😎</div>
<h2 class="my-4 font-medium">
own your
<span class="text-pink-400" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-400">tag</span></span
>
</h2>
<p class="sm:w-full mb-4">
your
<span class="text-pink-400" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-400">tag</span></span
>
belongs is immediate lasts forever and you can configure it yourself
</p>
</div>
<div
class="
lg:w-1/4
md:w-1/2
sm:w-full
flex flex-col
items-center
justify-center
p-4
"
>
<div class="w-14 h-14 text-5xl" alt="">⏱</div>
<h2 class="my-4 font-medium">instant domain</h2>
<p class="sm:w-full mb-4">
you can have a website in 5 minutes or less with
<span class="text-pink-400" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-400">tag</span></span
>
you can even host with github pages
</p>
</div>
<div
class="
lg:w-1/4
sm:w-full
md:w-1/2
flex flex-col
items-center
justify-center
p-4
"
>
<div class="w-14 h-14 text-5xl" alt="">🎈</div>
<h2 class="my-4 font-medium">
<span class="text-pink-400" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-400">tag</span></span
>s are freedom
</h2>
<div class="sm:w-full text-center">
you can accept payments via any network because you can provide
services to
<span class="text-pink-400" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-400">tag</span></span
>s without any extra code
</div>
</div>
<div
class="
lg:w-1/4
sm:w-full
md:w-1/2
flex flex-col
items-center
justify-center
p-4
"
>
<div class="w-14 h-14 text-5xl text-gray-500" alt="">🌌</div>
<h2 class="my-4 font-medium">
<span class="text-pink-400" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-400">tag</span></span
>
is a dapp ecossytem
</h2>
<div class="sm:w-full text-center">
get your
<span class="text-pink-400" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-400">tag</span></span
>s listed on a dapp ecosystem, have a central point for your social
links and build popularity for your project
</div>
</div>
</div>
</section>
<section
class="
bg-pink-100
w-full
bg-cover
text-center
flex flex-col
items-center
justify-center
p-8
"
>
<h1 class="font-medium">need to know more</h1>
<p class="mt-2 mb-6">we have a wiki</p>
<a
href="https://github.com/AnEntrypoint/swagtag-avax/wiki"
target="_blank"
class="
bg-blue-500
hover:bg-blue-900
py-3
px-6
uppercase
text-xs
tracking-wide
text-white
"
>
learn more
</a>
</section>
<section
class="
my-8
pt-8
container
font-sans
m-auto
flex flex-col-reverse
lg:flex-row
text-center
lg:text-left
sm:items-center
h-96
"
>
<div class="w-full lg:w-1/2 text-center p-8">
<div class="w-full lg:w-1/2 text-center">
<span class="font-bold"
>infinity free with
<span class="text-pink-300" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-300">tag</span></span
>
</span>
<p class="mb-4 text-center">
we show you how to get your website running with
<span class="text-pink-400" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-400">tag</span></span
>
using free hosting in 4 minutes
</p>
</div>
</div>
<div class="w-full lg:w-1/2 items-center h-96">
<div class="aspect-w-16 aspect-h-9 h-96">
<iframe
src="https://www.youtube.com/embed/ArzGpkpkcZE"
class="m-auto h-96 w-full"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
</section>
<!--section
class="my-8 pt-8 container font-sans max-w-xl m-auto flex flex-col-reverse lg:flex-row text-center lg:text-left sm:items-center"
>
<div
class="w-full lg:w-1/2 flex flex-col justify-center items-start p-8 items-center lg:items-start"
>
<label for="tagline" class="font-bold">advanced features</label>
<h1 class="my-4 font-normal">swarm ddns and tunneling</h1>
<p class="mb-4">
we demonstrate some of the advanced capabilities of
<span class="text-pink-400" style="font-family: 'Comfortaa'"
>swag<span class="text-blue-400">tag</span></span
>
by running the client
</p>
</div>
<div class="w-full lg:w-1/2">
<img
src="https://cdn.glitch.global/d77c0e84-7fb2-4481-b212-ed6afe840db0/83b25e5a-cb8d-4e3a-8ae7-b8a6f5f3afb7.image.png?v=1641595695167"
alt=""
/>
</div>
</section-->
<footer
class="
bg-blue-400
py-4
w-full
bg-cover
text-center
flex flex-col
items-center
justify-center
"
style="
center;
"
>
<ul class="text-sm list-none p-0 flex items-center">
<li>
<span
class="text-pink-300"
style="font-family: 'Comfortaa'; font-size: 22px"
>swag<span class="text-blue-300">tag</span></span
>
</li>
<li>
<a
href="https://discord.gg/NED33mNpms"
class="
inline-block
py-2
px-3
text-gray-100
hover:text-gray-400
no-underline
"
>discord</a
>
</li>
<li>
<a
href="https://github.com/AnEntrypoint/swagtag-cli"
class="
inline-block
py-2
px-3
text-gray-100
hover:text-gray-400
no-underline
"
>client app</a
>
</li>
<li>
<a
href="https://github.com/AnEntrypoint/swagtag-nameserver"
class="
inline-block
py-2
px-3
text-gray-100
hover:text-gray-400
no-underline
"
>nameserver</a
>
</li>
<li>
<a
href="https://github.com/AnEntrypoint/swagtag-http-service"
class="
inline-block
py-2
px-3
text-gray-100
hover:text-gray-400
no-underline
"
>relay</a
>
</li>
<li>
<a
href="https://github.com/AnEntrypoint/swagtag-avax"
class="
inline-block
py-2
px-3
text-gray-100
hover:text-gray-400
no-underline
"
>dapp</a
>
</li>
</ul>
</footer>
</body>
</html>