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/index.html

107 lines
6.6 KiB
HTML
Raw Normal View History

2021-06-30 18:32:52 +00:00
<!DOCTYPE html>
<html>
<head>
<title>About</title>
2022-03-02 01:55:46 +00:00
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" href="/logo.png" type="image/png">
2021-06-30 18:32:52 +00:00
</head>
<body>
2021-07-01 03:47:02 +00:00
<div>
2021-06-30 18:32:52 +00:00
<br>
2021-10-31 17:14:23 +00:00
<picture>
2022-02-03 20:47:46 +00:00
<source srcset="/logo.avif" type="image/avif">
2021-10-31 17:14:23 +00:00
<source srcset="/logo.webp" type="image/webp">
<source srcset="/logo.png" type="image/png">
<img src="/logo.png" alt="exozyme" height="324" width="324">
</picture>
2021-06-30 18:32:52 +00:00
<br>
<h2>About</h2>
2021-08-15 21:37:30 +00:00
<i>
<pre style="text-align:left;margin:auto;width:720px;">Passionate about programming?</pre>
<pre style="text-align:left;margin:auto;width:720px;"> Crazy about computer science?</pre>
<pre style="text-align:left;margin:auto;width:720px;"> Obsessed with open source?</pre>
<pre style="text-align:left;margin:auto;width:720px;"> Love Linux (or GNU/Linux)?</pre>
</i>
2021-08-02 03:41:03 +00:00
<br>
<p>
If so, join exozyme and meet a friendly community that's just as enthusiastic as you are!
2021-07-27 23:47:10 +00:00
</p>
<br>
<p>
Here at exozyme, our mission is to build a better, libre, and privacy-respecting web. We provide free SSH and remote desktop access, Git code hosting with unlimited build hours, cloud storage, static site hosting, virtual machines, support for over 20 programming languages, and much more. From Arch Linux to zsh, there's no shortage of <a href="/explore">things to explore</a>!
2021-07-20 17:00:57 +00:00
</p>
<br>
2021-07-27 23:41:03 +00:00
<p>
2021-10-31 17:14:23 +00:00
<picture>
<source srcset="montage.webp" type="image/webp">
<source srcset="montage.png" type="image/png">
<img src="montage.png" alt="Explore!" width="720" />
</picture>
2021-07-27 23:41:03 +00:00
</p>
<br>
2021-07-22 16:28:52 +00:00
<h3>Why exozyme?</h3>
2021-07-20 17:00:57 +00:00
<p>
2021-08-15 21:37:30 +00:00
<b>It's free!</b> exozyme is completely <a href="https://en.wikipedia.org/wiki/Gratis_versus_libre">free as in beer and free as in speech</a>.
2021-07-22 16:28:52 +00:00
</p>
<br>
<p>
2021-10-31 15:37:20 +00:00
<b>High performance!</b> Enjoy our unbeatable bare-metal performance. You'll love our fast virtual machines and containers and unlimited build hours on our 24-thread server!
2021-07-22 16:28:52 +00:00
</p>
<br>
<p>
2021-10-31 15:37:20 +00:00
<b>We respect your privacy!</b> exozyme offers a number of decentralized, encrypted, and privacy-respecting alternatives to popular services. Take back control of your digital life.
2021-07-22 16:28:52 +00:00
</p>
<br>
<p>
2021-09-01 23:59:29 +00:00
<b>We're flexible!</b> Want to host a server for your favorite video game? We can accomodate that. Need port forwarding? Sure thing. Just ask and we can probably make it happen!
2021-07-22 16:28:52 +00:00
</p>
<br>
<p>
<b>We're a welcoming communtity!</b> 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!
2021-07-20 17:00:57 +00:00
</p>
<br>
2022-01-23 20:19:24 +00:00
<p>
<b>We love libre software!</b> 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, OpenContest, and Zenpower3.
</p>
<br>
2021-08-02 03:41:03 +00:00
<h3>Join us!</h3>
2021-07-20 17:00:57 +00:00
<p>
2021-09-04 18:14:11 +00:00
If that sounds awesome, try our <a href="/quickstart">quickstart guide</a> to <b>get started with exozyme!</b> If you need any help, check out our <a href="/fuqs">frequently unasked questions</a> and don't be afraid to ask about it on <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">Matrix</a>.
2021-07-28 02:53:55 +00:00
</p>
<br>
<p>
2021-08-31 13:45:05 +00:00
Be sure to take a look at our <a href="https://git.exozy.me/exozyme/exozyme">main repository on exogit</a>, where all the exozyme development action happens. If you encounter any bugs or security flaws, <b>please report them</b> on our <a href="https://git.exozy.me/exozyme/exozyme/issues">issue tracker</a>. We really appreciate it! We also have a helpful <a href="https://git.exozy.me/exozyme/exozyme/wiki">wiki</a> with tons of useful resources. We welcome contributions to any of our <a href="https://git.exozy.me/exozyme/">repositories</a>, since exozyme is developed and maintained by people like you!
</p>
<br>
2021-07-22 16:28:52 +00:00
2021-07-22 16:50:23 +00:00
<br>
2021-08-15 21:37:30 +00:00
<div style="background:lightgreen;padding:10px;margin:auto;width:360px;text-align:left;">
2021-11-14 17:15:57 +00:00
We may have occasional reboots for maintainence and other outages. Check our <a href="https://exozyme.github.io">status page</a>, and if exozyme is down for more than 24 hours, please <a href="mailto:help@exozy.me">email us</a>.
2021-07-22 16:50:23 +00:00
</div>
<br>
2021-08-07 21:17:06 +00:00
<h3>Our server</h3>
2021-07-22 16:28:52 +00:00
<p>
2021-12-29 18:58:20 +00:00
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 week on Saturday. If Arch isn't your thing, you can also spin up a <a href="https://git.exozy.me/exozyme/exozyme/wiki/Containers">container</a> using <a href="https://git.exozy.me/exozyme/exozyme/wiki/Toolbox">Toolbox</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/Virtual-machines">virtual machine</a>.
2021-07-22 16:28:52 +00:00
</p>
<br>
2021-07-25 16:45:47 +00:00
<p>
2021-10-31 17:14:23 +00:00
<picture>
<source srcset="server.webp" type="image/webp">
<source srcset="server.jpg" type="image/jpeg">
<img src="server.jpg" alt="The server" width="720">
</picture>
2021-07-25 16:45:47 +00:00
</p>
<br>
2021-07-01 16:55:41 +00:00
<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>.
2021-07-01 16:55:41 +00:00
</p>
2021-07-01 16:23:15 +00:00
<br>
2021-06-30 18:32:52 +00:00
</div>
</body>
</html>