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

86 lines
4.1 KiB
HTML
Raw Normal View History

2021-06-30 18:32:52 +00:00
<!DOCTYPE html>
<html>
<head>
<title>About</title>
2021-07-01 03:47:02 +00:00
<link href="/style.css" rel="stylesheet" type="text/css" />
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-07-28 02:16:09 +00:00
<img src="/logo.webp" alt="exozyme" height="324" width="324">
2021-06-30 18:32:52 +00:00
<br>
<h2>About</h2>
2021-07-01 16:55:41 +00:00
<p>
2021-08-02 03:41:03 +00:00
Passionate about programming? Crazy about computer science? Love Linux? Obsessed with open source?
</p>
<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>
2021-08-02 12:56:37 +00:00
Here at exozyme, we're working to build a <b>better, libre, privacy-respecting web</b>. We provide over <b>30 free services</b>, including SSH access, remote desktop, static site hosting, virtual machines, cloud storage, Git code hosting, and more. We have everything ranging from Arch Linux to Zabbix! Here's a <a href="/explore">full list to explore!</a>
2021-07-20 17:00:57 +00:00
</p>
<br>
2021-07-27 23:41:03 +00:00
<p>
2021-07-28 02:16:09 +00:00
<img src="montage.webp" alt="A montage of our services" width="720" />
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-07-22 16:28:52 +00:00
<b>It's free!</b> exozyme is <a href="https://en.wikipedia.org/wiki/Gratis_versus_libre">free as in beer and free as in speech</a>.
</p>
<br>
<p>
2021-08-02 02:57:51 +00:00
<b>High performance!</b> Enjoy our unbeatable bare-metal performance. You'll love our fast virtual machines and containers!
2021-07-22 16:28:52 +00:00
</p>
<br>
<p>
2021-08-02 12:56:37 +00:00
<b>We respect your privacy!</b> exozyme offers a number of <a href="https://exozy.me/explore/">decentralized, encrypted, and privacy-respecting alternatives</a> to popular services.
2021-07-22 16:28:52 +00:00
</p>
<br>
<p>
2021-08-02 02:57:51 +00:00
<b>We're flexible!</b> Want to host a public Minecraft server? 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>
2021-08-02 03:34:13 +00:00
<b>We're a welcoming communtity!</b> Join our <a href="https://matrix.org/">Matrix</a> <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me&via=matrix.org">space</a> and meet our community!
2021-07-20 17:00:57 +00:00
</p>
<br>
2021-08-02 03:41:03 +00:00
<h3>Join us!</h3>
2021-07-20 17:00:57 +00:00
<p>
2021-07-31 14:47:59 +00:00
If that sounds awesome, try our <a href="/quickstart">quickstart guide</a> to <b>get started with exozyme!</b>
2021-07-28 02:53:55 +00:00
</p>
<br>
<p>
Please take a look at the <a href="/fuqs">frequently unasked questions</a> too.
2021-07-01 16:55:41 +00:00
</p>
2021-06-30 18:32:52 +00:00
<br>
2021-07-22 16:28:52 +00:00
2021-07-22 16:50:23 +00:00
<br>
<div style="background:lightgreen;padding:10px;margin:auto;width:360px;">
<b>exozyme is completely free to use!</b> However, there are no uptime guarentees. The server is usually <a href="https://exozyme.github.io/">up between 8:30 to 22:30 CST</a>, but it could go down at any time.
</div>
<br>
2021-07-22 16:28:52 +00:00
<h3>Technical details</h3>
<p>
2021-08-02 02:57:51 +00:00
If you're interested in the technical details, the server uses a 6-core 12-thread AMD Ryzen 5 5600X proccessor paired with the 2011's finest ATI Radeon HD 6570 graphics card. We currently only have 16GB of RAM, but plenty of swap space so you don't have to worry about running out of memory. The server runs Arch Linux, updated every week on Friday night, but you can use a virtual machine or container to run a different OS if you would like. Take a look at our <a href="/roadmap">roadmap</a> for our future plans.
2021-07-22 16:28:52 +00:00
</p>
<br>
2021-07-25 16:45:47 +00:00
<p>
2021-07-28 02:16:09 +00:00
<img src="server.webp" alt="The server" width="720">
2021-07-25 16:45:47 +00:00
</p>
<br>
2021-07-01 16:55:41 +00:00
<p>
2021-08-02 02:57:51 +00:00
You can find all our source code and higher quality images at our <a href="https://git.exozy.me/exozyme">Gitea</a>. All HTML and CSS was hand-written with ❤️ by <a href="https://ta180m.exozy.me/">Ta180m</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>