exozyme/about.html

76 lines
3.7 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>
We've contributed to dozens of free and open-source projects, including 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>Code cool software</h3>
<p>
We wrote our own <a href="https://git.exozy.me/exozyme/status">status page</a> and <a href="https://git.exozy.me/exozyme/porkbun-dynamic-dns-python">dynamic DNS client</a>. Check out our <a href="explore#community-websites">community websites</a> for other interesting projects that our members have been up to.
</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>
Have you ever wondered about how to intentionally make Python segfault? We enjoy learning new things, whether it's computer science, programming, math, or even just frivolous fun facts.
</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 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>