-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
44 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
<meta name="msapplication-TileColor" content="#483475" /> | ||
<meta name="theme-color" content="#070b34" /> | ||
<title>Mercury Workshop</title> | ||
<base target="_blank" /> | ||
<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" /> | ||
|
@@ -25,47 +26,47 @@ <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"> | ||
<a href="https://sh1mmer.me" 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"> | ||
<a href="https://github.com/MercuryWorkshop/anuraOS" 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/wisp-protocol" target="_blank" class="glassy"> | ||
<a href="https://github.com/MercuryWorkshop/wisp-protocol" class="glassy"> | ||
<h3>Scramjet</h3> | ||
An experimental interception-based web proxy that aims to be the successor to Ultraviolet. | ||
</a> | ||
<a href="https://github.com/MercuryWorkshop/wisp-protocol" target="_blank" class="glassy"> | ||
<a href="https://github.com/MercuryWorkshop/wisp-protocol" 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/epoxy-tls" target="_blank" class="glassy"> | ||
<a href="https://github.com/MercuryWorkshop/epoxy-tls" class="glassy"> | ||
<h3>epoxy</h3> | ||
An encrypted proxy for browser javascript | ||
</a> | ||
<a href="https://github.com/MercuryWorkshop/dreamlandjs" target="_blank" class="glassy"> | ||
<a href="https://github.com/MercuryWorkshop/dreamlandjs" 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/celeste-wasm" target="_blank" class="glassy"> | ||
<a href="https://github.com/MercuryWorkshop/celeste-wasm" class="glassy"> | ||
<h3>celeste-wasm</h3> | ||
A mostly-complete port of Celeste (2018) to WebAssembly | ||
</a> | ||
<a href="https://github.com/MercuryWorkshop/RecoMod" target="_blank" class="glassy"> | ||
<a href="https://github.com/MercuryWorkshop/RecoMod" class="glassy"> | ||
<h3>RecoMod</h3> | ||
A ChromeOS recovery image modification toolkit | ||
</a> | ||
<a href="https://github.com/MercuryWorkshop/Pollen" target="_blank" class="glassy"> | ||
<a href="https://github.com/MercuryWorkshop/Pollen" 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"> | ||
<a href="https://github.com/MercuryWorkshop/lilac" 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://fog.gay" target="_blank" class="glassy"> | ||
<a href="https://fog.gay" class="glassy"> | ||
<h3>E-Halcyon</h3> | ||
Bypass for "the fog", based on RecoMod | ||
</a> | ||
|
@@ -83,7 +84,7 @@ <h2>Rafflesia</h2> | |
<tr> | ||
<th>github</th> | ||
<td> | ||
<a href="https://github.com/ProgrammerIn-wonderland/" target="_blank">ProgrammerIn-wonderland</a> | ||
<a href="https://github.com/ProgrammerIn-wonderland/">ProgrammerIn-wonderland</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
@@ -107,13 +108,13 @@ <h2>Mark</h2> | |
<tr> | ||
<th>mastodon</th> | ||
<td> | ||
<a href="https://hackers.town/@mark" target="_blank">@[email protected]</a> | ||
<a href="https://hackers.town/@mark">@[email protected]</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th>email</th> | ||
<td> | ||
<a href="mailto:[email protected]" target="_blank">[email protected]</a> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</td> | ||
</tr> | ||
</table> | ||
|
@@ -129,12 +130,12 @@ <h2>r58playz</h2> | |
<tr> | ||
<th>site</th> | ||
<td> | ||
<a href="https://r58playz.dev" target="_blank">https://r58playz.dev</a> | ||
<a href="https://r58playz.dev">https://r58playz.dev</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th>github</th> | ||
<td><a href="https://github.com/r58playz" target="_blank">r58playz</a></td> | ||
<td><a href="https://github.com/r58playz">r58playz</a></td> | ||
</tr> | ||
<tr> | ||
<th>discord</th> | ||
|
@@ -156,12 +157,12 @@ <h2>velzie</h2> | |
<tr> | ||
<th>webbed site</th> | ||
<td> | ||
<a href="https://velzie.rip" target="_blank">https://velzie.rip</a> | ||
<a href="https://velzie.rip">https://velzie.rip</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th>github</th> | ||
<td><a href="https://github.com/velzie" target="_blank">velzie</a></td> | ||
<td><a href="https://github.com/velzie">velzie</a></td> | ||
</tr> | ||
</table> | ||
</article> | ||
|
@@ -195,7 +196,7 @@ <h2>kaitlin</h2> | |
<tr> | ||
<th>mastodon</th> | ||
<td> | ||
<a href="https://wetdry.world/@thememesniper" target="_blank">@[email protected]</a> | ||
<a href="https://wetdry.world/@thememesniper">@[email protected]</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
@@ -221,12 +222,12 @@ <h2>Bypassi</h2> | |
<tr> | ||
<th>pyramid scheme simulator</th> | ||
<td> | ||
<a href="https://buymeacoffee.com/bypassi" target="_blank">https://buymeacoffee.com/bypassi</a> | ||
<a href="https://buymeacoffee.com/bypassi">https://buymeacoffee.com/bypassi</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th>point blank reference</th> | ||
<td><a href="about:blank" target="_blank">about:blank</a></td> | ||
<td><a href="about:blank">about:blank</a></td> | ||
</tr> | ||
<tr> | ||
<th>discord</th> | ||
|
@@ -245,7 +246,7 @@ <h2>OlyB</h2> | |
<tr> | ||
<th>github</th> | ||
<td> | ||
<a href="https://github.com/BinBashBanana" target="_blank">BinBashBanana</a> | ||
<a href="https://github.com/BinBashBanana">BinBashBanana</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
@@ -265,7 +266,7 @@ <h2>luphoria</h2> | |
<tr> | ||
<th>site</th> | ||
<td> | ||
<a href="https://luphoria.com" target="_blank">https://luphoria.com</a> | ||
<a href="https://luphoria.com">https://luphoria.com</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
@@ -275,7 +276,7 @@ <h2>luphoria</h2> | |
<tr> | ||
<th>pgp</th> | ||
<td> | ||
<a href="https://luphoria.com/pgp.txt" target="_blank">https://luphoria.com/pgp.txt</a> | ||
<a href="https://luphoria.com/pgp.txt">https://luphoria.com/pgp.txt</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
@@ -326,13 +327,13 @@ <h2>Astral</h2> | |
<tr> | ||
<th>github</th> | ||
<td> | ||
<a href="https://github.com/AstralPhnx" target="_blank">AstralPhnx</a> | ||
<a href="https://github.com/AstralPhnx">AstralPhnx</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th>twitch</th> | ||
<td> | ||
<a href="https://www.twitch.tv/astral_phnx" target="_blank">astral_phnx</a> | ||
<a href="https://www.twitch.tv/astral_phnx">astral_phnx</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
@@ -407,7 +408,7 @@ <h2>Down Cat</h2> | |
<table> | ||
<tr> | ||
<th>github</th> | ||
<td><a href="https://github.com/Unciaur" target="_blank">Unciaur</a></td> | ||
<td><a href="https://github.com/Unciaur">Unciaur</a></td> | ||
</tr> | ||
<tr> | ||
<th>discord</th> | ||
|
@@ -440,7 +441,7 @@ <h2>JimDude</h2> | |
<tr> | ||
<th>github</th> | ||
<td> | ||
<a href="https://github.com/JimDude7404" target="_blank">JimDude7404</a> | ||
<a href="https://github.com/JimDude7404">JimDude7404</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
@@ -477,7 +478,7 @@ <h2>CyberClone</h2> | |
<tr> | ||
<th>nonprofit</th> | ||
<td> | ||
<a href="https://engineeringexploration.org/" target="_blank">Encouraging Engineering</a> | ||
<a href="https://engineeringexploration.org/">Encouraging Engineering</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
@@ -496,12 +497,12 @@ <h2>vk6</h2> | |
<table> | ||
<tr> | ||
<th>site</th> | ||
<td><a href="https://ading.dev" target="_blank">https://ading.dev</a></td> | ||
<td><a href="https://ading.dev">https://ading.dev</a></td> | ||
</tr> | ||
<tr> | ||
<th>github</th> | ||
<td> | ||
<a href="https://github.com/ading2210" target="_blank">ading2210</a> | ||
<a href="https://github.com/ading2210">ading2210</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
@@ -539,13 +540,13 @@ <h2>Cohen</h2> | |
<tr> | ||
<th>site</th> | ||
<td> | ||
<a href="https://cohenerickson.com/" target="_blank">cohenerickson.com</a> | ||
<a href="https://cohenerickson.com/">cohenerickson.com</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th>github</th> | ||
<td> | ||
<a href="https://github.com/cohenerickson" target="_blank">cohenerickson</a> | ||
<a href="https://github.com/cohenerickson">cohenerickson</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
@@ -564,7 +565,7 @@ <h2>rifting</h2> | |
<table> | ||
<tr> | ||
<th>github</th> | ||
<td><a href="https://github.com/rifting" target="_blank">rifting</a></td> | ||
<td><a href="https://github.com/rifting">rifting</a></td> | ||
</tr> | ||
</table> | ||
</article> | ||
|
@@ -592,11 +593,11 @@ <h2>Scaratek</h2> | |
<table> | ||
<tr> | ||
<th>site</th> | ||
<td><a href="https://blog.scara.tech" target="_blank">Blog</a></td> | ||
<td><a href="https://blog.scara.tech">Blog</a></td> | ||
</tr> | ||
<tr> | ||
<th>github</th> | ||
<td><a href="https://github.com/Entrpix" target="_blank">Github</a></td> | ||
<td><a href="https://github.com/Entrpix">Github</a></td> | ||
</tr> | ||
<tr> | ||
<th>discord</th> | ||
|
@@ -676,12 +677,12 @@ <h2>psm</h2> | |
<table> | ||
<tr> | ||
<th>site</th> | ||
<td><a href="https://psm.pm" target="_blank">https://psm.pm</a><br />(currently nonexistant)</td> | ||
<td><a href="https://psm.pm">https://psm.pm</a><br />(currently nonexistant)</td> | ||
</tr> | ||
<tr> | ||
<th>github</th> | ||
<td> | ||
<a href="https://github.com/thonkinator" target="_blank">thonkinator</a> | ||
<a href="https://github.com/thonkinator">thonkinator</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
@@ -701,7 +702,7 @@ <h2>Juliet</h2> | |
<tr> | ||
<th>site</th> | ||
<td> | ||
<a href="https://unixgirl.hs.vc" target="_blank">https://unixgirl.hs.vc</a> | ||
<a href="https://unixgirl.hs.vc">https://unixgirl.hs.vc</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
@@ -755,11 +756,11 @@ <h2>wearr</h2> | |
<table> | ||
<tr> | ||
<th>site</th> | ||
<td><a href="https://wearr.dev" target="_blank">https://wearr.dev</a></td> | ||
<td><a href="https://wearr.dev">https://wearr.dev</a></td> | ||
</tr> | ||
<tr> | ||
<th>github</th> | ||
<td><a href="https://github.com/wearrrrr" target="_blank">wearrrrr</a></td> | ||
<td><a href="https://github.com/wearrrrr">wearrrrr</a></td> | ||
</tr> | ||
<tr> | ||
<th>discord</th> | ||
|
@@ -860,12 +861,12 @@ <h2>foxmoss</h2> | |
<tr> | ||
<th>site</th> | ||
<td> | ||
<a href="https://foxmoss.com/personal/" target="_blank">foxmoss.com/personal/</a> | ||
<a href="https://foxmoss.com/personal/">foxmoss.com/personal/</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th>github</th> | ||
<td><a href="https://github.com/FoxMoss" target="_blank">FoxMoss</a></td> | ||
<td><a href="https://github.com/FoxMoss">FoxMoss</a></td> | ||
</tr> | ||
<tr> | ||
<th>discord</th> | ||
|