-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.html
915 lines (914 loc) · 26.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
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
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="An organization of developers dedicated to writing free and open source software for everyone" />
<meta name="darkreader-lock" />
<meta name="msapplication-TileColor" content="#483475" />
<meta name="theme-color" content="#070b34" />
<title>Mercury Workshop</title>
<link rel="stylesheet" href="/style/style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png?k" />
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png?k" />
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png?k" />
<link rel="manifest" href="/site.webmanifest?k" />
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg?k" color="#483475" />
<link rel="shortcut icon" href="/favicon.ico?" />
<link rel="preload" href="/style/SpaceGrotesk-Medium.woff2" as="font" type="font/woff2" crossorigin />
<script src="/js/script.js" type="module"></script>
</head>
<body>
<canvas id="bg"></canvas>
<img src="/assets/percury.svg" alt="Mercury Workshop logo" width="128" height="128" />
<h1>Mercury Workshop</h1>
<p>An organization of developers dedicated to writing free and open source software for everyone.</p>
<h2>Public Projects</h2>
<div class="projects">
<a href="https://sh1mmer.me" target="_blank" class="glassy">
<h3>SH1MMER</h3>
A recovery-based enrollment jailbreak targeting ChromeOS devices
</a>
<a href="https://github.com/MercuryWorkshop/anuraOS" target="_blank" class="glassy">
<h3>anuraOS</h3>
A web "OS" and development environment with full linux emulation, for systems education in restricted environments.
</a>
<a href="https://github.com/MercuryWorkshop/alicejs" target="_blank" class="glassy">
<h3>dreamland.js</h3>
A utilitarian javascript framework and jsx shim for a more efficient web.
</a>
<a href="https://github.com/MercuryWorkshop/adrift" target="_blank" class="glassy">
<h3>Adrift</h3>
Fast and modern decentralized web proxy network, utilizing transport over WebRTC.
</a>
<a href="https://github.com/MercuryWorkshop/wisp-protocol" target="_blank" class="glassy">
<h3>Wisp</h3>
A low-overhead, easy to implement protocol for proxying multiple TCP/UDP sockets over a websocket connection.
</a>
<a href="https://github.com/MercuryWorkshop/RecoMod" target="_blank" class="glassy">
<h3>RecoMod</h3>
A ChromeOS recovery image modification toolkit
</a>
<a href="https://github.com/MercuryWorkshop/fakemurk" target="_blank" class="glassy">
<h3>fakemurk</h3>
A set of scripts for spoofing verified on an enrolled Chromebook
</a>
<a href="https://github.com/MercuryWorkshop/Pollen" target="_blank" class="glassy">
<h3>Pollen</h3>
A simple and easy-to-use script for modifying ChromeOS user policies
</a>
<a href="https://github.com/MercuryWorkshop/lilac" target="_blank" class="glassy">
<h3>lilac</h3>
A not-so simple and not-as easy-to-use script for modifying ChromeOS device policies
</a>
<a href="https://github.com/MercuryWorkshop/mac-address-randomizer" target="_blank" class="glassy">
<h3>MAC Address Randomizer</h3>
A simple MAC address randomizer for ChromeOS
</a>
<a href="https://fog.gay" target="_blank" class="glassy">
<h3>E-Halcyon</h3>
Bypass for "the fog", based on RecoMod
</a>
</div>
<h2 id="members">Members</h2>
<div class="people">
<a class="glassy" href="#raff" id="raff">
<img src="/assets/pfps/raff.webp" alt="Rafflesia's profile picture" />
Rafflesia
</a>
<article>
<h2>Rafflesia</h2>
<p>Founder of Mercury Workshop<br />I like is programming and bringing people together to work on projects</p>
<table>
<tr>
<th>github</th>
<td><a href="https://github.com/ProgrammerIn-wonderland/" target="_blank">ProgrammerIn-wonderland</a></td>
</tr>
<tr>
<th>discord</th>
<td>@aliceindisarray</td>
</tr>
<tr>
<th>IRL Name</th>
<td>Neal Shah</td>
</tr>
</table>
</article>
<a class="glassy" href="#mark" id="mark">
<img src="/assets/pfps/Mark.webp" alt="Mark's profile picture" />
Mark
</a>
<article>
<h2>Mark</h2>
<p>Just another Furry doing cybersecurity.</p>
<table>
<tr>
<th>mastodon</th>
<td><a href="https://hackers.town/@mark" target="_blank">@mark@hackers.town</a></td>
</tr>
<tr>
<th>email</th>
<td><a href="mailto:mark@mercurywork.shop" target="_blank">mark@mercurywork.shop</a></td>
</tr>
</table>
</article>
<a class="glassy" href="#r58" id="r58">
<img src="/assets/pfps/r58.webp" alt="r58playz's profile picture" />
r58playz
</a>
<article>
<h2>r58playz</h2>
<p>A high school freshman with a passion for programming and security.</p>
<table>
<tr>
<th>site</th>
<td><a href="https://r58playz.dev" target="_blank">https://r58playz.dev</a></td>
</tr>
<tr>
<th>github</th>
<td><a href="https://github.com/r58playz" target="_blank">r58playz</a></td>
</tr>
<tr>
<th>discord</th>
<td>@r58playz</td>
</tr>
</table>
</article>
<a class="glassy" href="#ce" id="ce">
<img src="/assets/pfps/ce.webp" alt="velzie's profile picture" />
velzie
</a>
<article>
<h2>velzie</h2>
<p>
feral programmer, neovim evangelist, and eternally cursed bash wizard<br>
i worked on sh1mmer.me, warfork, and some miscellaneous projects
</p>
<table>
<tr>
<th>webbed site</th>
<td><a href="https://coolelectronics.me" target="_blank">https://coolelectronics.me</a></td>
</tr>
<tr>
<th>github</th>
<td><a href="https://github.com/velzie" target="_blank">velzie</a></td>
</tr>
<tr>
<th>discord</th>
<td>@velzie.d</td>
</tr>
</table>
</article>
<a class="glassy" href="#ub" id="ub">
<img src="/assets/pfps/ultrablue.webp" alt="Ultra Blue's profile picture" />
Ultra Blue
</a>
<article>
<h2>Ultra Blue</h2>
<p>Mercury workshop member who unfortunately passed away on February 7th, 2023</p>
<table>
<tr>
<th>discord</th>
<td>ULTRA BLUE#1850</td>
</tr>
</table>
</article>
<a class="glassy" href="#kait" id="kait">
<img src="/assets/pfps/kait.webp" alt="kaitlin's profile picture" />
kaitlin
</a>
<article>
<h2>kaitlin</h2>
<p>
professional shitposter<br />
goofnut<br />
transgener :3<br />
she/her
</p>
<table>
<tr>
<th>mastodon</th>
<td><a href="https://wetdry.world/@thememesniper" target="_blank">@thememesniper@wetdry.world</a></td>
</tr>
<tr>
<th>discord</th>
<td>@thememesniper</td>
</tr>
</table>
</article>
<a class="glassy" href="#passi" id="passi">
<img src="/assets/pfps/passi.webp" alt="Bypassi's profile picture" />
Bypassi
</a>
<article>
<h2>Bypassi</h2>
<p>Proud skidphobic individual. Discovered LTBEEF, [swamp], point-blank, and some more silly Chromebook exploits. I stopped taking life seriously a long time ago.</p>
<table>
<tr>
<th>click</th>
<td>
<a href="javascript:alert('Me trying to resist the urge to do code execution for 0.0001 seconds')"> javascript:alert('Me trying to resist the urge to do code execution for 0.0001 seconds') </a>
</td>
</tr>
<tr>
<th>pyramid scheme simulator</th>
<td><a href="https://buymeacoffee.com/bypassi" target="_blank">https://buymeacoffee.com/bypassi</a></td>
</tr>
<tr>
<th>point blank reference</th>
<td><a href="about:blank" target="_blank">about:blank</a></td>
</tr>
<tr>
<th>discord</th>
<td>@bypassi</td>
</tr>
</table>
</article>
<a class="glassy" href="#olyb" id="olyb">
<img src="/assets/pfps/olyb.webp" alt="OlyB's profile picture" />
OlyB
</a>
<article>
<h2>OlyB</h2>
<p>hi</p>
<table>
<tr>
<th>github</th>
<td><a href="https://github.com/BinBashBanana" target="_blank">BinBashBanana</a></td>
</tr>
<tr>
<th>discord</th>
<td>@olyb</td>
</tr>
</table>
</article>
<a class="glassy" href="#luph" id="luph">
<img src="/assets/pfps/luph.webp" alt="luphoria's profile picture" />
luphoria
</a>
<article>
<h2>luphoria</h2>
<p>privacy maximalist. 17. trumpeter, vocalist, keyboard, piano, guitar. code, sqli, xss, priv escalation. english/español pls.</p>
<table>
<tr>
<th>site</th>
<td><a href="https://luphoria.com" target="_blank">https://luphoria.com</a></td>
</tr>
<tr>
<th>email</th>
<td><a href="mailto:mw@luphoria.com">mw@luphoria.com</a></td>
</tr>
<tr>
<th>pgp</th>
<td><a href="https://luphoria.com/pgp.txt" target="_blank">https://luphoria.com/pgp.txt</a></td>
</tr>
<tr>
<th>discord</th>
<td>@luphoria</td>
</tr>
</table>
</article>
<a class="glassy" href="#eoo" id="eoo">
<img src="/assets/pfps/emerald.webp" alt="Quite A Fancy Emerald's profile picture" />
Quite A Fancy Emerald
</a>
<article>
<h2>Quite A Fancy Emerald</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@quiteafancyemerald</td>
</tr>
</table>
</article>
<a class="glassy" href="#aub" id="aub">
<img src="/assets/pfps/aub.webp" alt="aub's profile picture" />
aub
</a>
<article>
<h2>aub</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@aub</td>
</tr>
</table>
</article>
<a class="glassy" href="#ap" id="ap">
<img src="/assets/pfps/astral.webp" alt="Astral's profile picture" />
Astral
</a>
<article>
<h2>Astral</h2>
<p>
Thing doer, VTuber, digital privacy advocate, computer fiddler and gigantic hecking nerd.<br />
When I'm not messing around with computers you'll find me playing arcade games, slinging around shiny cardboard at Yu-Gi-Oh events and being hopelessly gay on the internet
</p>
<table>
<tr>
<th>github</th>
<td><a href="https://github.com/AstralPhnx" target="_blank">AstralPhnx</a></td>
</tr>
<tr>
<th>twitch</th>
<td><a href="https://www.twitch.tv/astral_phnx" target="_blank">astral_phnx</a></td>
</tr>
<tr>
<th>discord</th>
<td>@astralphnx</td>
</tr>
</table>
</article>
<a class="glassy" href="#sj" id="sj">
<img src="/assets/pfps/sharpjack.webp" alt="Sharp_Jack's profile picture" />
Sharp_Jack
</a>
<article>
<h2>Sharp_Jack</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@sh4rp.tech</td>
</tr>
</table>
</article>
<a class="glassy" href="#cvfd" id="cvfd">
<img src="/assets/pfps/cvfd.webp" alt="CVFD's profile picture" />
CVFD
</a>
<article>
<h2>CVFD</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>CVFD#6480</td>
</tr>
</table>
</article>
<a class="glassy" href="#chrm" id="chrm">
<img src="/assets/pfps/chrm.webp" alt="justinchrm's profile picture" />
justinchrm
</a>
<article>
<h2>justinchrm</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>justinchrm#3399</td>
</tr>
</table>
</article>
<a class="glassy" href="#ssd" id="ssd">
<img src="/assets/pfps/ssd.webp" alt="ssd's profile picture" />
ssd
</a>
<article>
<h2>ssd</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@avd3</td>
</tr>
</table>
</article>
<a class="glassy" href="#dc" id="dc">
<img src="/assets/pfps/downcat.webp" alt="Down Cat's profile picture" />
Down Cat
</a>
<article>
<h2>Down Cat</h2>
<p>Hey! I’m a student in secondary education at the time of writing this. In my free time, I usually find myself reading some book series, coding, or writing a fun D&D campaign for my friends.</p>
<table>
<tr>
<th>github</th>
<td><a href="https://github.com/Unciaur" target="_blank">Unciaur</a></td>
</tr>
<tr>
<th>discord</th>
<td>@unciaur</td>
</tr>
</table>
</article>
<a class="glassy" href="#ck" id="ck">
<img src="/assets/pfps/catakang.webp" alt="Catakang's profile picture" />
Catakang
</a>
<article>
<h2>Catakang</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@catakang</td>
</tr>
</table>
</article>
<a class="glassy" href="#jim" id="jim">
<img src="/assets/pfps/jim.webp" alt="JimDude's profile picture" />
JimDude
</a>
<article>
<h2>JimDude</h2>
<p>Your average idiot, loves to make money, and runs stupid servers</p>
<table>
<tr>
<th>github</th>
<td><a href="https://github.com/JimDude7404" target="_blank">JimDude7404</a></td>
</tr>
<tr>
<th>discord</th>
<td>@jimdude.</td>
</tr>
</table>
</article>
<a class="glassy" href="#cb" id="cb">
<img src="/assets/pfps/c-bass.webp" alt="c-bass's profile picture" />
c-bass
</a>
<article>
<h2>c-bass</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@c.bass.</td>
</tr>
</table>
</article>
<a class="glassy" href="#cc" id="cc">
<img src="/assets/pfps/cyberclone.webp" alt="CyberClone's profile picture" />
CyberClone
</a>
<article>
<h2>CyberClone</h2>
<p>
High school student with extensive mechanical and electrical engineering experience; ultimately, a love of building new things from the ground up.<br />
Currently launching a nonprofit organization to promote engineering education in the Bay Area, check it out if interested in getting involved
</p>
<table>
<tr>
<th>nonprofit</th>
<td><a href="https://engineeringexploration.org/" target="_blank">Encouraging Engineering</a></td>
</tr>
<tr>
<th>discord</th>
<td>@cyberclone</td>
</tr>
</table>
</article>
<a class="glassy" href="#vk6" id="vk6">
<img src="/assets/pfps/vk6.webp" alt="vk6's profile picture" />
vk6
</a>
<article>
<h2>vk6</h2>
<p></p>
<table>
<tr>
<th>site</th>
<td><a href="https://ading.dev" target="_blank">https://ading.dev</a></td>
</tr>
<tr>
<th>github</th>
<td><a href="https://github.com/ading2210" target="_blank">ading2210</a></td>
</tr>
<tr>
<th>email</th>
<td><a href="mailto:allen@ading.dev">allen@ading.dev</a></td>
</tr>
<tr>
<th>discord</th>
<td>@vk6</td>
</tr>
</table>
</article>
<a class="glassy" href="#sp" id="sp">
<img src="/assets/pfps/spencerpogo.webp" alt="spencerpogo's profile picture" />
spencerpogo
</a>
<article>
<h2>spencerpogo</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@spencerpogo</td>
</tr>
</table>
</article>
<a class="glassy" href="#cohen" id="cohen">
<img src="/assets/pfps/cohen.webp" alt="Cohen's profile picture" />
Cohen
</a>
<article>
<h2>Cohen</h2>
<p>Full stack hobbyist developer.</p>
<table>
<tr>
<th>site</th>
<td><a href="https://cohenerickson.com/" target="_blank">cohenerickson.com</a></td>
</tr>
<tr>
<th>github</th>
<td><a href="https://github.com/cohenerickson" target="_blank">cohenerickson</a></td>
</tr>
<tr>
<th>discord</th>
<td>@cohenerickson</td>
</tr>
</table>
</article>
<a class="glassy" href="#rift" id="rift">
<img src="/assets/pfps/rift.webp" alt="Rifting's profile picture" />
rifting
</a>
<article>
<h2>rifting</h2>
<p>developer for incognito and nebula</p>
<table>
<tr>
<th>github</th>
<td><a href="https://github.com/rifting" target="_blank">rifting</a></td>
</tr>
</table>
</article>
<a class="glassy" href="#he" id="he">
<img src="/assets/pfps/he.webp" alt="He's profile picture" />
He
</a>
<article>
<h2>He</h2>
<p>Moral Support</p>
<table>
<tr>
<th>discord</th>
<td>@chaseddraco</td>
</tr>
</table>
</article>
<a class="glassy" href="#entr" id="entr">
<img src="/assets/pfps/entrpix.webp" alt="Entrpix's profile picture" />
Scaratek
</a>
<article>
<h2>Scaratek</h2>
<p>14yo developer interested in Web Development and Chromebooks</p>
<table>
<tr>
<th>site</th>
<td><a href="https://blog.scara.tech" target="_blank">Blog</a></td>
</tr>
<tr>
<th>github</th>
<td><a href="https://github.com/Entrpix" target="_blank">Github</a></td>
</tr>
<tr>
<th>discord</th>
<td>scaratech</td>
</tr>
</table>
</article>
<a class="glassy" href="#skid" id="skid">
<img src="/assets/pfps/skiddo.webp" alt="Skiddo's profile picture" />
Skiddo
</a>
<article>
<h2>Skiddo</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@skidface</td>
</tr>
</table>
</article>
<a class="glassy" href="#percs" id="percs">
<img src="/assets/pfps/percs.webp" alt="Percs's profile picture" />
Percs
</a>
<article>
<h2>Percs</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@updive</td>
</tr>
</table>
</article>
<a href="#_"></a>
</div>
<!-- LET'S GOOOOO -->
<h2>Licensed</h2>
<div class="people">
<!-- cool guy fr -->
<a class="glassy" href="#psm" id="psm">
<img src="/assets/pfps/psm.webp" alt="psm's profile picture" />
psm
</a>
<article>
<h2>psm</h2>
<p>want a dreamland sticker????? or a fridge magnet???????????</p>
<table>
<tr>
<th>site</th>
<td><a href="https://psm.pm" target="_blank">https://psm.pm</a><br />(currently nonexistant)</td>
</tr>
<tr>
<th>github</th>
<td><a href="https://github.com/thonkinator" target="_blank">thonkinator</a></td>
</tr>
<tr>
<th>discord</th>
<td>@psm</td>
</tr>
</table>
</article>
<a class="glassy" href="#cat" id="cat">
<img src="/assets/pfps/cat.webp" alt="Cat's profile picture" />
Cat
</a>
<article>
<h2>Cat</h2>
<p>Dev @ Nebula & MSG</p>
<table>
<tr>
<th>discord</th>
<td>@cattn.</td>
</tr>
<tr>
<th>github</th>
<td><a href="https://github.com/Cattn" target="_blank">Cattn</a></td>
</tr>
<tr>
<th>email</th>
<td><a href="mailto:Cattn@mathstudy.dev">Cattn@mathstudy.dev</a></td>
</tr>
</table>
</article>
<a class="glassy" href="#juliet" id="juliet">
<img src="/assets/pfps/juliet.webp" alt="Juliet's profile picture" />
Juliet
</a>
<article>
<h2>Juliet</h2>
<p></p>
<table>
<tr>
<th>site</th>
<td><a href="https://unixgirl.hs.vc" target="_blank">https://unixgirl.hs.vc</a></td>
</tr>
<tr>
<th>discord</th>
<td>@averageemogirl</td>
</tr>
</table>
</article>
<a class="glassy" href="#tg" id="tg">
<img src="/assets/pfps/thegentleman.webp" alt="The_Gentleman's profile picture" />
The_Gentleman
</a>
<article>
<h2>The_Gentleman</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@the_gentleman69</td>
</tr>
</table>
</article>
<a class="glassy" href="#sig" id="sig">
<img src="/assets/pfps/siggaddj.webp" alt="siggaddj's profile picture" />
siggaddj
</a>
<article>
<h2>siggaddj</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@siggaddj</td>
</tr>
</table>
</article>
<a class="glassy" href="#bagel" id="bagel">
<img src="/assets/pfps/bagel.webp" alt="Bagel's profile picture" />
Bagel
</a>
<article>
<h2>Bagel</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@lordbagel42</td>
</tr>
</table>
</article>
<a class="glassy" href="#ccr" id="ccr">
<img src="/assets/pfps/colacraft.webp" alt="colacraft's profile picture" />
colacraft
</a>
<article>
<h2>colacraft</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@alicelabs</td>
</tr>
</table>
</article>
<a class="glassy" href="#wearr" id="wearr">
<img src="/assets/pfps/wearr.webp" alt="wearr's profile picture" />
wearr
</a>
<article>
<h2>wearr</h2>
<p>
HS Junior, Loves 東方 and Ultrakill! <br />
Expect fumo gifs if you message me ヽ(⌒▽⌒)ノ
</p>
<table>
<tr>
<th>site</th>
<td><a href="https://wearr.dev" target="_blank">https://wearr.dev</a></td>
</tr>
<tr>
<th>github</th>
<td><a href="https://github.com/wearrrrr" target="_blank">wearrrrr</a></td>
</tr>
<tr>
<th>discord</th>
<td>@wearr.</td>
</tr>
</table>
</article>
<a class="glassy" href="#ym" id="ym">
<img src="/assets/pfps/ymkong.webp" alt="ymkong's profile picture" />
ymkong
</a>
<article>
<h2>ymkong</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@ymkong</td>
</tr>
</table>
</article>
<a class="glassy" href="#ec" id="ec">
<img src="/assets/pfps/endercass.webp" alt="Endercass's profile picture" />
Endercass
</a>
<article>
<h2>Endercass</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@endercass</td>
</tr>
</table>
</article>
<a class="glassy" href="#vys" id="vys">
<img src="/assets/pfps/vys.webp" alt="vys's profile picture" />
vys
</a>
<article>
<h2>vys</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@vyslix</td>
</tr>
</table>
</article>
<a class="glassy" href="#crystals" id="crystals">
<img src="/assets/pfps/crystals.webp" alt="Crystals's profile picture" />
Crystals
</a>
<article>
<h2>Crystals</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@crazycrystals</td>
</tr>
<tr>
<th>matrix</th>
<td>@crystals:omada.cafe</td>
</tr>
<tr>
<th>XMPP</th>
<td>crazycrystals@macaw.me</td>
</tr>
<tr>
<th>fedi</th>
<td>@crystals@fedi.omada.cafe</td>
</tr>
</table>
</article>
<a class="glassy" href="#illusions" id="illusions">
<img src="/assets/pfps/illusions.webp" alt="illusions's profile picture" />
illusions
</a>
<article>
<h2>illusions</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@illusionztba</td>
</tr>
</table>
</article>
<a class="glassy" href="#mt" id="mt">
<img src="/assets/pfps/mt.webp" alt="MotorTruck1221's profile picture" />
MotorTruck1221
</a>
<article>
<h2>MotorTruck1221</h2>
<p></p>
<table>
<tr>
<th>discord</th>
<td>@motortruck1221</td>
</tr>
</table>
</article>
<a class="glassy" href="#foxmoss" id="foxmoss">
<img src="/assets/pfps/foxmoss.webp" alt="foxmoss's profile picture" />
foxmoss
</a>
<article>
<h2>foxmoss</h2>
<p>i make shit</p>
<table>
<tr>
<th>site</th>
<td><a href="https://foxmoss.com/personal/" target="_blank">foxmoss.com/personal/</a></td>
</tr>
<tr>
<th>github</th>
<td><a href="https://github.com/FoxMoss" target="_blank">FoxMoss</a></td>
</tr>
<tr>
<th>discord</th>
<td>@foxmoss_</td>
</tr>
</table>
</article>
<a class="glassy" href="#bomberfish" id="bomberfish">
<img src="/assets/pfps/bomberfish.webp" alt="bomberfish's profile picture" />
BomberFish
</a>
<article>
<h2>BomberFish</h2>
<p>iOS developer, Swift evangelist, Arch user (btw), 2024 Swift Student Challenge winner</p>
<table>
<tr>
<th>site</th>
<td><a href="https://bomberfish.ca">bomberfish.ca</a></td>
</tr>
<tr>
<th>github</th>
<td><a href="https://github.com/BomberFish">BomberFish</a></td>
</tr>
<tr>
<th>discord</th>
<td>@bomberfish</td>
</tr>
</table>
</article>
<a href="#_"></a>
</div>
<footer class="glassy">
<img src="/assets/percury.svg" alt="Mercury Workshop logo" width="64" height="64" /> Mercury Workshop
<div>
<p>Legal request? Contact <a href="mailto:legal@mercurywork.shop">legal@mercurywork.shop</a></p>
<p>Found a security issue? Contact <a href="mailto:security@mercurywork.shop">security@mercurywork.shop</a></p>
<p>Need help or just want to contact the team? Email us at <a href="mailto:support@mercurywork.shop">support@mercurywork.shop</a></p>
</div>
</footer>
<video id="clocks" class="glassy" disablepictureinpicture disableremoteplayback>
<source src="/assets/clocks.mp4" type="video/mp4" preload="auto" />
</video>
<svg xmlns="http://www.w3.org/2000/svg" height="0.5em" viewBox="0 0 1021.2 71.6">
<path
fill="#fff4"
d="M808.7 70.7H773v-9.6h9.4V10.3H773V.7h35.5q6.3 0 11 2.15a18.3 18.3 0 0 1 4.859 3.188 16.4 16.4 0 0 1 2.491 2.912q2.65 3.95 2.65 9.35v1a21 21 0 0 1-.252 3.353q-.29 1.792-.913 3.269a11 11 0 0 1-.635 1.278q-1.8 3.1-4.35 4.8t-4.85 2.4V36a13 13 0 0 1 2.079.745q1.014.456 2.087 1.108a25 25 0 0 1 .784.497q2.65 1.75 4.5 4.85 1.53 2.564 1.795 6.427a25 25 0 0 1 .055 1.673v1a20.8 20.8 0 0 1-.535 4.829A15.8 15.8 0 0 1 827.1 62.2q-2.7 4.1-7.45 6.3a23.4 23.4 0 0 1-6.46 1.884 31 31 0 0 1-4.49.316m-776.4 0h-10V18.9l.7-4.4-1.5-.5-2.4 3.7L6.6 30.3 0 23.7 23.7 0h7.2l23.7 23.7-6.6 6.6-12.5-12.6-2.4-3.7-1.5.5.7 4.4zm87.5 0h-10V18.9l.7-4.4-1.5-.5-2.4 3.7-12.5 12.6-6.6-6.6L111.2 0h7.2l23.7 23.7-6.6 6.6L123 17.7l-2.4-3.7-1.5.5.7 4.4zm86.1.7h-7.2L175 47.7l6.6-6.6 12.5 12.6 2.4 3.7 1.5-.5-.7-4.4V.7h10v51.8l-.7 4.4 1.5.5 2.4-3.7L223 41.1l6.6 6.6zm87.5 0h-7.2l-23.7-23.7 6.6-6.6 12.5 12.6 2.4 3.7 1.5-.5-.7-4.4V.7h10v51.8l-.7 4.4 1.5.5 2.4-3.7 12.5-12.6 6.6 6.6zm87.1-6.3-6.6 6.5-23.2-23.1v-6.8l23.2-23.2 6.6 6.6-12.2 12.1-3.7 2.4.5 1.5 4.4-.7h51.8v9.4h-51.8l-4.4-.7-.5 1.5 3.7 2.4zm146.9-16.6-23.2 23.1-6.6-6.5L509.8 53l3.7-2.4-.5-1.5-4.4.7h-51.8v-9.4h51.8l4.4.7.5-1.5-3.7-2.4-12.2-12.1 6.6-6.6 23.2 23.2zm64.1 16.6-6.6 6.5-23.2-23.1v-6.8l23.2-23.2 6.6 6.6-12.2 12.1-3.7 2.4.5 1.5 4.4-.7h51.8v9.4h-51.8l-4.4-.7-.5 1.5 3.7 2.4zm146.9-16.6-23.2 23.1-6.6-6.5L720.8 53l3.7-2.4-.5-1.5-4.4.7h-51.8v-9.4h51.8l4.4.7.5-1.5-3.7-2.4-12.2-12.1 6.6-6.6 23.2 23.2zm133.7 22.2h-11.2l20-70h19l19.9 70h-11.1l-4.6-16.5h-27.4zm17.5-63.3-10.2 36.8h22L891.2 7.4zm-96.3 33v20.5h14.1a18 18 0 0 0 3.423-.304q1.981-.381 3.538-1.242A9.7 9.7 0 0 0 815.9 58.3q3.1-2.6 3.1-7.2v-.9a11.1 11.1 0 0 0-.411-3.108A8.3 8.3 0 0 0 815.95 43q-3.05-2.6-8.55-2.6zm0-29.9v20h14.1a16.6 16.6 0 0 0 3.407-.329q2.237-.468 3.952-1.601a10 10 0 0 0 .841-.62 8.33 8.33 0 0 0 3.068-6.075A12 12 0 0 0 818.7 21v-1q0-4.4-3.05-6.95a10.4 10.4 0 0 0-3.979-2.026q-1.915-.524-4.271-.524zm187.1 54.6-6.6 6.5-23.2-23.1v-6.8l23.2-23.2 6.6 6.6-12.2 12.1-3.7 2.4.5 1.5 4.4-.7h42.4V18.5h9.4v31.3h-51.8l-4.4-.7-.5 1.5 3.7 2.4z"
/>
</svg>
</body>
</html>