exozyme/about.html
Anthony Wang e131dc1110
2024 major cleanup
- Remove FUQs page and move some of the questions to the about or quickstart pages
- Remove info boxes
- Use avif instead of webp images everywhere and keep png/jpg fallbacks
- Add pubkey.asc
- Add id things to all h2
- Convert all h4 headings to h3
- Simplify/fix wording in a lot of places
2024-01-05 00:47:16 +00:00

76 lines
3.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
</head>
<body>
<a href="..">
<picture>
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="The exozyme logo" class="logo">
</picture>
</a>
<h1>About</h1>
<p>
Hi! Welcome to our computing community's cozy corner of the internet!
</p>
<h2 id="stuff">Stuff we do</h2>
<h3>Build a better world</h3>
<p>
The web sucks. We'd like it to suck less. To end GitHub's code-hosting monopoly, we're a major contributor to <a href="https://nlnet.nl/project/Gitea/">forge federation development</a>. We also offer many decentralized, encrypted, and privacy-respecting <a href="explore">alternatives to popular services</a>.
</p>
<h3>Code cool software</h3>
<p>
We live and breath code. We've contributed to dozens of projects, including <a href="https://git.exozy.me/exozyme/status">our status page</a>, Arch Linux, KDE Frameworks, Nextcloud, Gitea, Forgejo, ForgeFed, Mastodon, PeerTube, Woodpecker, Toolbox, OpenRGB, Zenpower3, and more. We also maintain over 10 <a href="https://git.exozy.me/exozyme/packages">AUR packages</a>.
</p>
<h3>Hack everything</h3>
<p>
We do lots of fun stuff. Like <a href="https://a.exozy.me/posts/installing-every-arch-package/">installing every Arch Linux package</a>, because why not?
</p>
<h3>Learn new things</h3>
<p>
You'll learn some insanely cool stuff from our community. How to make a cursed peer-to-peer network... how to incorrectly encrypt your disk so you can never unlock it...
</p>
<h3>Discuss with the community</h3>
<p>
Our community mostly hangs out on <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix</a>. We're 100% community built and maintained, so everyone has a voice in our project decisions.
</p>
<h2 id="server">Our server</h2>
<p>
We have a server located in St. Louis in the United States. It's pretty nice: a 24-thread AMD Ryzen 9 5900X proccessor, an AMD Radeon RX 6600 XT graphics card, 32 GB of RAM, and gigabit internet.
</p>
<a href="img/server.jpg">
<picture>
<source srcset="img/server.avif" type="image/avif">
<source srcset="img/server.jpg" type="image/jpeg">
<img src="img/server.jpg" alt="A photograph of the server">
</picture>
</a>
<p>
Arch Linux is a terrible operating system for servers, but we use it anyways and update monthly. We provide SSH and remote desktop access, code hosting, cloud storage, website hosting, containers, and basically <a href="explore">anything else you can think of</a>.
</p>
<a href="img/montage.png">
<picture>
<source srcset="img/montage.avif" type="image/avif">
<source srcset="img/montage.png" type="image/png">
<img src="img/montage.png" alt="A montage of things to explore">
</picture>
</a>
<h2 id="join">Join us!</h2>
<p>
If you would like to join exozyme, read the <a href="quickstart">quickstart guide</a>.
</p>
<p>
Also, if you've wondering about the origin of the name exozyme, it's just an invented word that sounds cool and contains everyone's favorite math variables x, y, and z. Note that it's "exozyme", not "exozy". Pronouce it however you like.
</p>
<p>
You can find this website's code (CC BY-SA 4.0 license) <a href="https://git.exozy.me/exozyme/exozyme">here</a>. All the HTML and CSS was hand-written by exozyme community members.
</p>
</body>
</html>