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

40 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<img src="/logo.png" alt="exozyme" height="324" width="324">
<br>
<h2>About</h2>
<br>
<p>
<a href="/blog/taking-back-the-web">The exozyme project</a> is a project to build a better, privacy-respecting web and cloud-hosting service. If you are interested, shoot me a message on <a href="https://matrix.to/#/@ta180m:exozy.me">Matrix @ta180m:exozy.me</a> explaining what you plan to do with exozyme. We also have a <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me&via=matrix.org">Matrix space</a> as well that you should join.
</p>
<br>
<p>
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 Saturday night, but you can use a virtual machine or container to run a different OS if you would like.
</p>
<br>
<p>
Please take a look at the <a href="/fuqs">frequently unasked questions</a> too.
</p>
<br>
<p>
You can find all our source code 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>.
</p>
<br>
<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>
</div>
</body>
</html>