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

83 lines
4.6 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">
<link rel="icon" href="img/logo.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>
<pre><p><i>Passionate about programming?
Crazy about computer science?
Obsessed with open source?
Love Linux (or GNU/Linux)?</i></p></pre>
<p>
If so, join exozyme and meet a friendly community that's just as enthusiastic as you are!
</p>
<p>
2022-05-28 00:50:21 +00:00
Our mission is to build a better, libre, and privacy-respecting web. We provide free SSH and remote desktop access, code hosting with unlimited build hours, cloud storage, website hosting, virtual machines, and much more. From Arch Linux to zsh, there's no shortage of <a href="explore">things to explore</a>!
</p>
<picture>
2022-05-27 19:28:40 +00:00
<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>Why exozyme?</h2>
<h4>It's free!</h4>
<p>
exozyme is completely <a href="https://en.wikipedia.org/wiki/Gratis_versus_libre">free as in beer and free as in speech</a>.
</p>
<h4>We're a welcoming communtity!</h4>
<p>
exozyme is 100% community built and maintained. Project and moderation decisions are made as a community where everyone has input. Join our <a href="https://matrix.org/">Matrix</a> <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">space</a> and meet our community!
</p>
<h4>We respect your privacy!</h4>
<p>
exozyme offers a number of decentralized, encrypted, and privacy-respecting alternatives to popular services. Take back control of your digital life.
</p>
<h4>We're flexible!</h4>
<p>
Want to host a server for your favorite video game? We can accomodate that. Need port forwarding? Sure thing. Just ask and we can make it happen!
</p>
<h4>High performance!</h4>
<p>
Enjoy our unbeatable bare-metal performance: fast virtual machines and containers and unlimited build hours on our 24-thread server.
</p>
<h4>We love libre software!</h4>
<p>
2022-04-06 02:19:47 +00:00
Our services are all libre, free, and open-source, and exozyme contributes to many upstream projects, including Arch Linux, the AUR, KDE Frameworks, Nextcloud, Gitea, Jellyfin, Mastodon, PeerTube, Woodpecker CI, Toolbox, OpenRGB, OpenContest, and Zenpower3.
</p>
2022-05-25 21:56:56 +00:00
<h2>Join us!</h2>
<p>
2022-05-28 00:50:21 +00:00
If that sounds awesome, try our <a href="quickstart">quickstart guide</a> to <b>get started with exozyme!</b> If you need help, check out our <a href="fuqs">frequently unasked questions</a>.
</p>
<p>
Be sure to 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> with tons of useful resources.
</p>
2022-05-25 21:56:56 +00:00
<div class="info">
2022-04-14 23:43:06 +00:00
We may have occasional reboots for maintainence and other outages. If exozyme is down for more than 24 hours, please <a href="mailto:help@exozy.me">email us</a>.
</div>
2022-05-25 21:56:56 +00:00
<h2>Our server</h2>
<p>
Want the juicy technical details? The server is currently equiped with a powerful 24-thread AMD Ryzen 9 5900X proccessor paired with a Sapphire Radeon RX 6600 XT Nitro+ graphics card, along with 32 GB of RAM. Arch Linux is a terrible operating system for servers, but we use it anyways and update every Saturday.
</p>
<picture>
2022-05-27 19:28:40 +00:00
<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>
You can find all our source code licensed under the CC BY-SA 4.0 and higher quality images on <a href="https://git.exozy.me/exozyme/website">exogit</a>. All HTML and CSS was hand-written with ❤️ by the <a href="https://git.exozy.me/exozyme/exozyme">exozyme contributors</a>.
</p>
</body>
2021-06-30 18:32:52 +00:00
</html>