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

75 lines
4.7 KiB
HTML
Raw Normal View History

2021-06-30 18:32:52 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<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">
</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>
2022-06-25 17:44:46 +00:00
<h2>Stuff we do</h2>
<h4>Build a better world!</h4>
<p>
2022-06-25 17:44:46 +00:00
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/">Gitea 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. Dozens of libre software projects have merged our contributions, including Arch Linux, KDE Frameworks, Nextcloud, Gitea, ForgeFed, Mastodon, PeerTube, Woodpecker, Toolbox, OpenRGB, OpenContest, Zenpower3, and more. We maintain over 30 AUR and several Nixpkgs packages.
</p>
2022-06-25 17:44:46 +00:00
<h4>Hack everything!</h4>
<p>
2022-06-25 17:44:46 +00:00
We do lots of fun stuff. Like <a href="https://ta180m.exozy.me/posts/installing-every-arch-package/">installing every Arch Linux package</a>, because why not? We also made <a href="https://ta180m.exozy.me/posts/gitea-actually-joins-the-fediverse/">Gitea and Mastodon talk to each other</a>, which is probably more useful.
</p>
<h4>Learn new things!</h4>
<p>
You'll learn some crazy insane stuff from our community. How to send better spam emails... how to write worse C code... how to 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/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">Matrix</a>. We're 100% community built and maintained, so you can have a voice in derailing all our project and moderation decisions!
</p>
<h2>Our server</h2>
<p>
2022-06-25 17:44:46 +00:00
We have some 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 gaming over remote desktop if you're insane, 32 GB of RAM after <a href="https://git.exozy.me/exozyme/exozyme/issues/26">downloading more RAM</a>, and gigabit internet.
</p>
2022-06-25 17:44:46 +00:00
<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>
<p>
2022-08-16 03:13:03 +00:00
It's equally epic on the software side. Now Arch Linux is a terrible operating system for servers, but we like it anyways and update monthly. We've got free SSH and remote desktop access, code hosting with unlimited build hours, cloud storage, website hosting, virtual machines, and basically <a href="explore">anything else you can think of</a>.
</p>
2022-06-25 17:44:46 +00:00
<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>
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>
2022-06-25 17:44:46 +00:00
You can find this website's code (CC BY-SA 4.0 license) and higher quality images on <a href="https://git.exozy.me/exozyme/website">exogit</a>. All HTML and CSS was hand-written with frustration by the <a href="https://git.exozy.me/exozyme/exozyme">exozyme contributors</a>!
</p>
</body>
2021-06-30 18:32:52 +00:00
</html>