This repository has been archived on 2024-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
website/about.html

80 lines
4.4 KiB
HTML
Raw Permalink Normal View History

2021-06-30 18:32:52 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About</title>
2022-05-27 19:28:40 +00:00
<link rel="stylesheet" href="style.css" type="text/css">
2022-08-20 23:17:17 +00:00
<link rel="icon" href="img/favicon.png" type="image/png">
</head>
<body>
2022-05-27 19:36:27 +00:00
<a href="..">
<picture>
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.webp" type="image/webp">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exozyme" height="360" width="360" class="logo">
2022-05-27 19:36:27 +00:00
</picture>
</a>
2022-05-25 21:56:56 +00:00
<h1>About</h1>
<p>
Hi! Welcome to our computing, coding, and CS community's cozy corner of the internet!
</p>
<h2>Stuff we do</h2>
2022-06-25 17:44:46 +00:00
<h4>Build a better world!</h4>
<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>
2022-06-25 17:44:46 +00:00
<h4>Code cool stuff!</h4>
<p>
We live and breath code. We've contributed to dozens of projects, including Arch Linux, KDE Frameworks, Nextcloud, Gitea, Forgejo, ForgeFed, Mastodon, PeerTube, Woodpecker, Toolbox, OpenRGB, Zenpower3, and more. We also maintain over 30 AUR and Nixpkgs packages.
</p>
2022-06-25 17:44:46 +00:00
<h4>Hack everything!</h4>
<p>
2023-01-02 03:48:50 +00:00
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>
<h4>Learn new things!</h4>
<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>
<h4>Discuss with the community!</h4>
<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>
2022-06-25 17:44:46 +00:00
<h2>Our server</h2>
<p>
2023-02-19 18:38:19 +00:00
We have snazzy overpowered hardware: a 24-thread AMD Ryzen 9 5900X proccessor that compiles code faster than you can snap, a Sapphire Radeon RX 6600 XT Nitro+ graphics card for insane gaming over remote desktop, 32 GB of RAM, and gigabit internet.
</p>
<a href="img/server.jpg">
<picture>
<source srcset="img/server.webp" type="image/webp">
<source srcset="img/server.jpg" type="image/jpeg">
<img src="img/server.jpg" alt="The server" width="720">
</picture>
</a>
<p>
2023-02-19 18:38:19 +00:00
It's equally epic on the software side. Now Arch Linux is a terrible operating system for servers, but we use it anyways and update monthly. We've got free SSH and remote desktop access, code hosting, cloud storage, website hosting, VMs, and basically <a href="explore">anything else you can think of</a>.
</p>
<a href="img/montage.png">
<picture>
<source srcset="img/montage.webp" type="image/webp">
<source srcset="img/montage.png" type="image/png">
<img src="img/montage.png" alt="Things to explore" width="720">
</picture>
</a>
2022-05-25 21:56:56 +00:00
<h2>Join us!</h2>
<p>
2022-06-25 17:44:46 +00:00
Cool, have we successfully converted you into joining exozyme yet? If so, try our <a href="quickstart">quickstart guide</a>. Check out our <a href="fuqs">frequently unasked questions</a> too.
</p>
<p>
2022-06-25 17:44:46 +00:00
Be sure to also take a look at our <a href="https://git.exozy.me/exozyme">repositories on exogit</a>, where all the exozyme development action happens. (Or even better, contribute! 😍) And <b>please please please report bugs</b> on our <a href="https://git.exozy.me/exozyme/exozyme/issues">issue tracker</a>. We really appreciate it! We also have an underrated <a href="https://git.exozy.me/exozyme/exozyme/wiki">wiki</a> that is badly in need of contributions.
</p>
2022-05-25 21:56:56 +00:00
<div class="info">
2022-06-25 17:44:46 +00:00
We may have occasional outages for maintainence or because our ISP is being dumb. If exozyme is down for more than 24 hours, please <a href="mailto:help@exozy.me">email us</a>!
</div>
<p>
You can find this website's code (CC BY-SA 4.0 license) on <a href="https://git.exozy.me/exozyme/website">exogit</a>. All HTML and CSS was hand-written by the <a href="https://git.exozy.me/exozyme/exozyme">our community</a>.
</p>
</body>
2021-06-30 18:32:52 +00:00
</html>