Major website overhaul: completely rewrite HTML/CSS

This commit is contained in:
Anthony Wang 2022-03-23 18:00:39 -05:00
parent a3cf233ea2
commit 7a1731a743
Signed by: a
GPG key ID: BC96B00AEC5F2D76
7 changed files with 429 additions and 596 deletions

View file

@ -1,106 +1,76 @@
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" href="/logo.png" type="image/png">
</head>
<body>
<div>
<br>
<picture>
<source srcset="/logo.avif" type="image/avif">
<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>
<br>
<h2>About</h2>
<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>
<br>
<p>
If so, join exozyme and meet a friendly community that's just as enthusiastic as you are!
</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>!
</p>
<br>
<p>
<picture>
<source srcset="montage.webp" type="image/webp">
<source srcset="montage.png" type="image/png">
<img src="montage.png" alt="Explore!" width="720" />
</picture>
</p>
<br>
<h3>Why exozyme?</h3>
<p>
<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>.
</p>
<br>
<p>
<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!
</p>
<br>
<p>
<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.
</p>
<br>
<p>
<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!
</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!
</p>
<br>
<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>
<h3>Join us!</h3>
<p>
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>.
</p>
<br>
<p>
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>
<br>
<div style="background:lightgreen;padding:10px;margin:auto;width:360px;text-align:left;">
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>.
</div>
<br>
<h3>Our server</h3>
<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 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>.
</p>
<br>
<p>
<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>
</p>
<br>
<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>
<br>
</div>
</body>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About</title>
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" href="/logo.png" type="image/png">
</head>
<body>
<picture>
<source srcset="/logo.avif" type="image/avif">
<source srcset="/logo.webp" type="image/webp">
<source srcset="/logo.png" type="image/png">
<img src="/logo.png" alt="exozyme" height="360" width="360">
</picture>
<h2>About</h2>
<div style="text-align:left;margin:auto;width:720px;font-style:italic;">
<pre>Passionate about programming?</pre>
<pre> Crazy about computer science?</pre>
<pre> Obsessed with open source?</pre>
<pre> Love Linux (or GNU/Linux)?</pre>
</div>
<p>
If so, join exozyme and meet a friendly community that's just as enthusiastic as you are!
</p>
<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>!
</p>
<picture>
<source srcset="montage.webp" type="image/webp">
<source srcset="montage.png" type="image/png">
<img src="montage.png" alt="Explore!" width="720" />
</picture>
<h3>Why exozyme?</h3>
<p>
<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>.
</p>
<p>
<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!
</p>
<p>
<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.
</p>
<p>
<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!
</p>
<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!
</p>
<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>
<h3>Join us!</h3>
<p>
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>.
</p>
<p>
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>
<div style="background:lightgreen;padding:10px;margin:auto;width:360px;text-align:left;">
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>.
</div>
<h3>Our server</h3>
<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 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>.
</p>
<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>
<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>
</html>

View file

@ -1,177 +1,135 @@
<!DOCTYPE html>
<html>
<head>
<title>Explore</title>
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" href="/logo.png" type="image/png">
</head>
<body>
<div>
<br>
<picture>
<source srcset="/logo.avif" type="image/avif">
<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>
<br>
<h2>Explore</h2>
<p>
Start exploring by <a href="/quickstart">signing up</a> for an exozyme account!
</p>
<br>
<p>
<img src="/about/icons/guacamole.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://desk.exozy.me">exodesk</a></b>: Access your exozyme desktop from anywhere, powered by <a href="https://xrdp.org/">xrdp</a> and <a href="https://guacamole.apache.org/">Apache Guacamole</a>, or use any <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop-clients">RDP client</a>
</p>
<br>
<p>
<img src="/about/icons/nextcloud.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://cloud.exozy.me">exocloud</a></b>: Powerful collaboration and productivity suite, powered by <a href="https://nextcloud.com/">Nextcloud</a>
</p>
<br>
<p>
<img src="/about/icons/matrix.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://chat.exozy.me">exochat</a></b>: Chat with your friends on <a href="https://matrix.org">Matrix</a> and <a href="https://matrix.org/bridges/">other networks</a> including <a href="/blog/dont-use-discord">Discord</a>, powered by <a href="https://matrix.org/docs/projects/server/synapse/">Synapse</a>
</p>
<br>
<p>
<img src="/about/icons/gitea.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://git.exozy.me">exogit</a></b>: Host your programming projects and collaborate with others on our <a href="https://gitea.io">Gitea</a>
</p>
<br>
<p>
<img src="/about/icons/jellyfin.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://media.exozy.me">exomedia</a></b>: Stream books, music, movies, and other media from our <a href="https://jellyfin.org/">Jellyfin</a> server
</p>
<br>
<p>
<img src="/about/icons/mastodon.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://social.exozy.me">exocial</a></b>: Join <a href="https://joinmastodon.org/">Mastodon</a> and explore the best community-owned social media network
</p>
<br>
<p>
<img src="/about/icons/peertube.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://tube.exozy.me">exotube</a></b>: Upload, stream, and watch great videos on our <a href="https://joinpeertube.org/">PeerTube</a>, a community-owned video platform
</p>
<br>
<p>
<img src="/about/icons/jupyter.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://hub.exozy.me">exohub</a></b>: Harness exozyme's computational power from your browser with <a href="https://jupyter.org/hub">JupyterHub</a> and our integrated <a href="https://github.com/cdr/code-server">code-server</a> editor
</p>
<br>
<p>
<img src="/about/icons/cockpit.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://portal.exozy.me">exoportal</a></b>: Manage <a href="https://git.exozy.me/exozyme/exozyme/wiki/Containers">containers</a> and <a href="https://git.exozy.me/exozyme/exozyme/wiki/Virtual-machines">virtual machines</a> with the <a href="https://cockpit-project.org/">Cockpit</a> web interface
</p>
<br>
<p>
<img src="/about/icons/woodpecker.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://ci.exozy.me">exoci</a></b>: Unlimited <a href="https://woodpecker-ci.org">Woodpecker</a> continuous integration builds for all your exogit projects
</p>
<br>
<p>
<img src="/about/icons/collabora.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://cloud.exozy.me/apps/richdocuments">exoffice</a></b>: Real-time collaborative editing integrated with exocloud, powered by <a href="https://www.collaboraoffice.com/code/">Collabora Online</a>
</p>
<br>
<p>
<img src="/logo.png" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://git.exozy.me/exozyme/exozyme/wiki/Website-hosting">exopages</a></b>: Easily build and host static websites for you and your projects
</p>
<br>
<p>
<img src="/about/icons/wireguard.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://git.exozy.me/exozyme/exozyme/wiki/VPN">exovpn</a></b>: A fast, modern, and highly secure <a href="https://www.wireguard.com">WireGuard</a> VPN that you can trust
</p>
<br>
<h3>Public</h3>
<p>
These can be used without any sign-up at all. Enjoy!
<p>
<br>
<p>
<b><a href="https://howtuwu.exozy.me">howtuwu</a></b>: Your how-to guide to everything!
</p>
<br>
<p>
<b><a href="https://contest.exozy.me">OpenContest server</a></b>: An <a href="https://github.com/LadueCS/OpenContest">OpenContest</a> protocol server
</p>
<br>
<p>
<b><a href="https://game.exozy.me">McCarthyism</a></b>: Website to play the <a href="https://git.exozy.me/Ta180m/McCarthyism">McCarthyism</a> card game
</p>
<br>
<p>
<b><a href="https://exozy.me:30000">Minetest server</a></b>: Server for the free and open-source sandbox game <a href="https://www.minetest.net/">Minetest</a>
</p>
<br>
<p>
<b><a href="https://exozy.me:30000">SuperTuxKart server</a></b>: Server for <a href="https://supertuxkart.net/Main_Page">SuperTuxKart</a> racing game, starring Tux and friends
</p>
<br>
<p>
<b><a href="https://exozy.me:30000">Teeworlds server</a></b>: Server for <a href="https://teeworlds.com/">Teeworlds</a>, a 2D multiplayer shooting game
</p>
<br>
<p>
<b><a href="https://qal6mygptf757jiv46m6x2g23v3dyxgrrrv3dbxpiyjj44tsd2u3l3yd.onion">Onion service mirror</a></b>: <a href="https://www.torproject.org/">Tor</a> dark net mirror of the exozyme website
</p>
<br>
<p>
<b><a href="http://localhost:8080/ipns/12D3KooWMSpPQsvEaK7nzwjnw1PQPb7Q8ocC831YgmxetJSGEM5K">IPFS mirror</a></b>: exozyme website mirrored on <a href="https://ipfs.io/">IPFS</a>
</p>
<br>
<h3>Internal</h3>
<p>
If you want to use any of these, just ask on <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me">Matrix</a>.
</p>
<br>
<p>
<b><a href="https://exozy.me">nginx</a></b>: Web server
</p>
<br>
<p>
<b><a href="ldap://exozy.me">OpenLDAP</a></b>: User database and management
</p>
<br>
<p>
<b><a href="http://localhost:5432">PostgreSQL</a></b>: Relational database
</p>
<br>
<p>
<b><a href="http://localhost:6379">Redis</a></b>: Memory cache
</p>
<br>
<p>
<b><a href="http://localhost:44321">Performance Co-Pilot</a></b>: Server monitoring and metrics
</p>
<br>
<p>
<b><a href="http://localhost:3001">Grafana</a></b>: Beautiful data visualization
</p>
<br>
<p>
<b><a href="lxc+ssh://root@localhost/">LXC</a></b>: Fast container engine
</p>
<br>
<p>
<b><a href="nfs://localhost:2049">NFS</a></b>: Easily access remote files
</p>
<br>
<p>
<b><a href="http://localhost:5901">VNC</a></b>: Remote desktop, client required
</p>
<br>
<p>
<b><a href="https://localhost:9199">MinIO</a></b>: High performance object store
</p>
<br>
</div>
</body>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Explore</title>
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" href="/logo.png" type="image/png">
</head>
<body>
<picture>
<source srcset="/logo.avif" type="image/avif">
<source srcset="/logo.webp" type="image/webp">
<source srcset="/logo.png" type="image/png">
<img src="/logo.png" alt="exozyme" height="360" width="360">
</picture>
<h2>Explore</h2>
<p>
Start exploring by <a href="/quickstart">signing up</a> for an exozyme account!
</p>
<p>
<img src="/about/icons/guacamole.svg" alt="exodesk" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://desk.exozy.me">exodesk</a></b>: Access your exozyme desktop from anywhere, powered by <a href="https://xrdp.org/">xrdp</a> and <a href="https://guacamole.apache.org/">Apache Guacamole</a>, or use any <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop-clients">RDP client</a>
</p>
<p>
<img src="/about/icons/nextcloud.svg" alt="exocloud" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://cloud.exozy.me">exocloud</a></b>: Powerful collaboration and productivity suite, powered by <a href="https://nextcloud.com/">Nextcloud</a>
</p>
<p>
<img src="/about/icons/matrix.svg" alt="exochat" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://chat.exozy.me">exochat</a></b>: Chat with your friends on <a href="https://matrix.org">Matrix</a> and <a href="https://matrix.org/bridges/">other networks</a> including <a href="/blog/dont-use-discord">Discord</a>, powered by <a href="https://matrix.org/docs/projects/server/synapse/">Synapse</a>
</p>
<p>
<img src="/about/icons/gitea.svg" alt="exogit" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://git.exozy.me">exogit</a></b>: Host your programming projects and collaborate with others on our <a href="https://gitea.io">Gitea</a>
</p>
<p>
<img src="/about/icons/jellyfin.svg" alt="exomedia" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://media.exozy.me">exomedia</a></b>: Stream books, music, movies, and other media from our <a href="https://jellyfin.org/">Jellyfin</a> server
</p>
<p>
<img src="/about/icons/mastodon.svg" alt="exocial" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://social.exozy.me">exocial</a></b>: Join <a href="https://joinmastodon.org/">Mastodon</a> and explore the best community-owned social media network
</p>
<p>
<img src="/about/icons/peertube.svg" alt="exotube" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://tube.exozy.me">exotube</a></b>: Upload, stream, and watch great videos on our <a href="https://joinpeertube.org/">PeerTube</a>, a community-owned video platform
</p>
<p>
<img src="/about/icons/jupyter.svg" alt="exohub" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://hub.exozy.me">exohub</a></b>: Harness exozyme's computational power from your browser with <a href="https://jupyter.org/hub">JupyterHub</a> and our integrated <a href="https://github.com/cdr/code-server">code-server</a> editor
</p>
<p>
<img src="/about/icons/cockpit.svg" alt="exoportal" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://portal.exozy.me">exoportal</a></b>: Manage <a href="https://git.exozy.me/exozyme/exozyme/wiki/Containers">containers</a> and <a href="https://git.exozy.me/exozyme/exozyme/wiki/Virtual-machines">virtual machines</a> with the <a href="https://cockpit-project.org/">Cockpit</a> web interface
</p>
<p>
<img src="/about/icons/woodpecker.svg" alt="exoci" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://ci.exozy.me">exoci</a></b>: Unlimited <a href="https://woodpecker-ci.org">Woodpecker</a> continuous integration builds for all your exogit projects
</p>
<p>
<img src="/about/icons/collabora.svg" alt="exoffice" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://cloud.exozy.me/apps/richdocuments">exoffice</a></b>: Real-time collaborative editing integrated with exocloud, powered by <a href="https://www.collaboraoffice.com/code/">Collabora Online</a>
</p>
<p>
<img src="/logo.png" alt="exopages" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://git.exozy.me/exozyme/exozyme/wiki/Website-hosting">exopages</a></b>: Easily build and host static websites for you and your projects, with unlimited subdomains
</p>
<p>
<img src="/about/icons/wireguard.svg" alt="exovpn" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<b><a href="https://git.exozy.me/exozyme/exozyme/wiki/VPN">exovpn</a></b>: A fast, modern, and highly secure <a href="https://www.wireguard.com">WireGuard</a> VPN that you can trust
</p>
<h3>Public</h3>
<p>
These can be used without any sign-up at all. Enjoy!
<p>
<p>
<b><a href="https://howtuwu.exozy.me">howtuwu</a></b>: Your how-to guide to everything!
</p>
<p>
<b><a href="https://contest.exozy.me">OpenContest server</a></b>: An <a href="https://github.com/LadueCS/OpenContest">OpenContest</a> protocol server
</p>
<p>
<b><a href="https://game.exozy.me">McCarthyism</a></b>: Website to play the <a href="https://git.exozy.me/Ta180m/McCarthyism">McCarthyism</a> card game
</p>
<p>
<b><a href="https://exozy.me:30000">Minetest server</a></b>: Server for the free and open-source sandbox game <a href="https://www.minetest.net/">Minetest</a>
</p>
<p>
<b><a href="https://exozy.me:30000">SuperTuxKart server</a></b>: Server for <a href="https://supertuxkart.net/Main_Page">SuperTuxKart</a> racing game, starring Tux and friends
</p>
<p>
<b><a href="https://exozy.me:30000">Teeworlds server</a></b>: Server for <a href="https://teeworlds.com/">Teeworlds</a>, a 2D multiplayer shooting game
</p>
<p>
<b><a href="https://qal6mygptf757jiv46m6x2g23v3dyxgrrrv3dbxpiyjj44tsd2u3l3yd.onion">Onion service mirror</a></b>: <a href="https://www.torproject.org/">Tor</a> dark net mirror of the exozyme website
</p>
<p>
<b><a href="http://localhost:8080/ipns/12D3KooWMSpPQsvEaK7nzwjnw1PQPb7Q8ocC831YgmxetJSGEM5K">IPFS mirror</a></b>: exozyme website mirrored on <a href="https://ipfs.io/">IPFS</a>
</p>
<h3>Internal</h3>
<p>
If you want to use any of these, just ask on <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me">Matrix</a>.
</p>
<p>
<b><a href="https://exozy.me">nginx</a></b>: Web server
</p>
<p>
<b><a href="ldap://exozy.me">OpenLDAP</a></b>: User database and management
</p>
<p>
<b><a href="http://localhost:5432">PostgreSQL</a></b>: Relational database
</p>
<p>
<b><a href="http://localhost:6379">Redis</a></b>: Memory cache
</p>
<p>
<b><a href="http://localhost:44321">Performance Co-Pilot</a></b>: Server monitoring and metrics
</p>
<p>
<b><a href="http://localhost:3001">Grafana</a></b>: Beautiful data visualization
</p>
<p>
<b><a href="lxc+ssh://root@localhost/">LXC</a></b>: Fast container engine
</p>
<p>
<b><a href="nfs://localhost:2049">NFS</a></b>: Easily access remote files
</p>
<p>
<b><a href="http://localhost:5901">VNC</a></b>: Remote desktop, client required
</p>
<p>
<b><a href="https://localhost:9199">MinIO</a></b>: High performance object store
</p>
</body>
</html>

View file

@ -1,93 +1,58 @@
<!DOCTYPE html>
<html>
<head>
<title>FUQs</title>
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" href="/logo.png" type="image/png">
</head>
<body>
<div>
<br>
<picture>
<source srcset="/logo.avif" type="image/avif">
<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>
<br>
<h2>Frequently Unasked Questions</h2>
<p>
<b>Why the name?</b>
</p>
<p>
Uh... not for any particular reason. It was just a cool <a href="https://en.wikipedia.org/wiki/Domain_hack">domain hack</a> with the .me domain, and it contains everyone's favorite math variables x, y, and z!
</p>
<br>
<p>
<b>Help! I forgot my password and the reset password thing doesn't work!</b>
</p>
<p>
Email us at <a href="mailto:help@exozy.me">help@exozy.me</a> and we can get it reset.
</p>
<br>
<p>
<b>How much of exozyme's computational resources am I allowed to use?</b>
</p>
<p>
There's no official limit! However, be courteous to the other users: don't unreasonably overuse our resources. So no cryptomining please! If you need a lot of computational power, ask about it on <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">Matrix</a>.
</p>
<br>
<p>
<b>How do I install software?</b>
</p>
<p>
If you want to install a graphical app, try opening up Discover in a remote desktop session and searching for the app. Otherwise, try <a href="https://git.exozy.me/exozyme/exozyme/wiki/Toolbox">Toolbox</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/Nix">Nix</a>.
</p>
<br>
<p>
<b>Why's the connection speed so slow?</b>
</p>
<p>
Blame the ISPs. My ISP's download speed is quite fast, but its upload speed is horrendous. This translates to a low download speed for users like you. Most people have slow upload speeds too, so that makes the connection slow both ways. Not much we can do about it, sorry.
</p>
<br>
<p>
<b>Can the admins see everything I do?</b>
</p>
<p>
Files are your hard drive are visible only to admins unless you encrypt it. You can use things like <a href="https://www.cryfs.org/">cryfs</a> to encrypt your files. The KDE Plasma desktop has a nice Vaults feature in the system tray for file encryption. Admins cannot view your remote desktop sessions unless they change your password, so you can be sure that as long as your password hasn't been tampered with, your data is safe.
</p>
<br>
<p>
<b>What kind of data does exozyme collect?</b>
</p>
<p>
We don't collect any more data than what Arch Linux does by default, such as your IP address. Your data is never saved to anywhere else except on the exozyme server and no one can see it except for the server admins. If you decide to delete your account, we will delete all of your data on the server.
</p>
<br>
<p>
<b>The command line is behaving weirdly, commands I copied from the internet don't work, editing my <i>~/.bashrc</i> isn't working, and I can't change my shell!</b>
</p>
<p>
This is all because we use <a href="https://fishshell.com/">Fish</a> as the default shell for new users since it's simpler and friendlier than the typical Bash. Unfortunately, Fish is not very compatible with Bash commands. If you're blindly copying commands from the internet (you probably shouldn't do that anyways), run <i>bash</i> first to get a Bash shell before pasting them in. If you want to run commands when starting the shell like a <i>~/.bashrc</i>, see <a href="https://unix.stackexchange.com/a/211529">this Stack Exchange post</a>.
</p>
<br>
<p>
<b>Help! My remote desktop is glitching out and I want to reset it!</b>
</p>
<p>
Log in to <a href="https://hub.exozy.me">exohub</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a> and run the command <i>pkill -9 -u $USER</i> to kill all your programs and processes. Note that you'll lose all unsaved work!
</p>
<br>
<p>
<b>I need help with something!</b>
</p>
<p>
You know the drill: ask on <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">Matrix</a>! If you aren't able to do that, shoot us an email at <a href="mailto:help@exozy.me">help@exozy.me</a>.
</p>
<br>
</div>
</body>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FUQs</title>
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" href="/logo.png" type="image/png">
</head>
<body>
<picture>
<source srcset="/logo.avif" type="image/avif">
<source srcset="/logo.webp" type="image/webp">
<source srcset="/logo.png" type="image/png">
<img src="/logo.png" alt="exozyme" height="360" width="360">
</picture>
<h2>Frequently Unasked Questions</h2>
<h4>Why the name?</h4>
<p>
Uh... not for any particular reason. It was just a cool <a href="https://en.wikipedia.org/wiki/Domain_hack">domain hack</a> with the .me domain, and it contains everyone's favorite math variables x, y, and z!
</p>
<h4>Help! I forgot my password and the reset password thing doesn't work!</h4>
<p>
Email us at <a href="mailto:help@exozy.me">help@exozy.me</a> and we can get it reset.
</p>
<h4>How much of exozyme's computational resources am I allowed to use?</h4>
<p>
There's no official limit! However, be courteous to the other users: don't unreasonably overuse our resources. So no cryptomining please! If you need a lot of computational power, ask about it on <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">Matrix</a>.
</p>
<h4>How do I install software?</h4>
<p>
If you want to install a graphical app, try opening up Discover in a remote desktop session and searching for the app. Otherwise, try <a href="https://git.exozy.me/exozyme/exozyme/wiki/Toolbox">Toolbox</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/Nix">Nix</a>.
</p>
<h4>Why's the connection speed so slow?</h4>
<p>
Blame the ISPs. My ISP's download speed is quite fast, but its upload speed is horrendous. This translates to a low download speed for users like you. Most people have slow upload speeds too, so that makes the connection slow both ways. Not much we can do about it, sorry.
</p>
<h4>Can the admins see everything I do?</h4>
<p>
Files are your hard drive are visible only to admins unless you encrypt it. You can use things like <a href="https://www.cryfs.org/">cryfs</a> to encrypt your files. The KDE Plasma desktop has a nice Vaults feature in the system tray for file encryption. Admins cannot view your remote desktop sessions unless they change your password, so you can be sure that as long as your password hasn't been tampered with, your data is safe.
</p>
<h4>What kind of data does exozyme collect?</h4>
<p>
We don't collect any more data than what Arch Linux does by default, such as your IP address. Your data is never saved to anywhere else except on the exozyme server and no one can see it except for the server admins. If you decide to delete your account, we will delete all of your data on the server.
</p>
<h4>The command line is behaving weirdly, commands I copied from the internet don't work, editing my <i>~/.bashrc</i> isn't working, and I can't change my shell!</h4>
<p>
This is all because we use <a href="https://fishshell.com/">Fish</a> as the default shell for new users since it's simpler and friendlier than the typical Bash. Unfortunately, Fish is not very compatible with Bash commands. If you're blindly copying commands from the internet (you probably shouldn't do that anyways), run <i>bash</i> first to get a Bash shell before pasting them in. If you want to run commands when starting the shell like a <i>~/.bashrc</i>, see <a href="https://unix.stackexchange.com/a/211529">this Stack Exchange post</a>.
</p>
<h4>Help! My remote desktop is glitching out and I want to reset it!</h4>
<p>
Log in to <a href="https://hub.exozy.me">exohub</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a> and run the command <i>pkill -9 -u $USER</i> to kill all your programs and processes. Note that you'll lose all unsaved work!
</p>
<h4>I need help with something!</h4>
<p>
You know the drill: ask on <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">Matrix</a>! If you aren't able to do that, shoot us an email at <a href="mailto:help@exozy.me">help@exozy.me</a>.
</p>
</body>
</html>

View file

@ -1,36 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>exozyme</title>
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" href="/logo.png" type="image/png">
</head>
<body>
<div>
<br>
<picture>
<source srcset="/logo.avif" type="image/avif">
<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>
<br>
<h2>The exozyme project</h2>
<br>
<p style="text-align:center;">
<div style="font-size:48px;">🔓 🚀 🛡️</div>
</p>
<br>
<br>
<p style="text-align:center;">
The <b>libre</b>, <b>high-performance</b>, <b>privacy-respecting</b> cloud!
</p>
<br>
<p style="text-align:center;">
<pre><a href="about">About</a> <a href="quickstart">Quickstart</a> <a href="explore">Explore</a> <a href="fuqs">FUQs</a></pre>
</p>
<br>
</div>
</body>
<html lang="en">
<head>
<meta charset="utf-8">
<title>exozyme</title>
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" href="/logo.png" type="image/png">
</head>
<body>
<picture>
<source srcset="/logo.avif" type="image/avif">
<source srcset="/logo.webp" type="image/webp">
<source srcset="/logo.png" type="image/png">
<img src="/logo.png" alt="exozyme" height="360" width="360">
</picture>
<br>
<h2>The exozyme project</h2>
<br>
<div style="font-size:48px;">🔓 🚀 🛡️</div>
<br>
<br>
The <b>libre</b>, <b>high-performance</b>, <b>privacy-respecting</b> cloud!
<br>
<br>
<pre><a href="about">About</a> <a href="quickstart">Quickstart</a> <a href="explore">Explore</a> <a href="fuqs">FUQs</a></pre>
</body>
</html>

View file

@ -1,89 +1,62 @@
<!DOCTYPE html>
<html>
<head>
<title>Join exozyme!</title>
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" href="/logo.png" type="image/png">
</head>
<body>
<div>
<br>
<picture>
<source srcset="/logo.avif" type="image/avif">
<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>
<br>
<h2>Join exozyme!</h2>
<p>
Welcome! Please use only lowercase letters and numbers for your username. After you have an account, <a href="https://exozy.me/about/">learn more about exozyme</a> or try our <a href="https://exozy.me/quickstart/">quickstart guide</a>.
</p>
<form method="post" enctype="multipart/form-data">
<p style="text-align:center;">
<label>
Secret code
<br>
<input type="text" name="code">
</label>
</p>
<br>
<p style="text-align:center;">
<label>
First name
<br>
<input type="text" name="firstname">
</label>
</p>
<br>
<p style="text-align:center;">
<label>
Last name
<br>
<input type="text" name="lastname">
</label>
</p>
<br>
<p style="text-align:center;">
<label>
Email
<br>
<input type="text" name="email">
</label>
</p>
<br>
<p style="text-align:center;">
<label>
Username
<br>
<input type="text" name="username">
</label>
</p>
<br>
<p style="text-align:center;">
<label>
<b>Strong</b> password
<br>
<input type="password" name="password">
</label>
</p>
<br>
<p style="text-align:center;">
<label>
Confirm password
<br>
<input type="password" name="confirmpassword">
</label>
</p>
<br>
<p style="text-align:center;">
<input type="submit" value="Join!" style="font-family:monospace;" name="submit">
</p>
</form>
<script src="script.js"></script>
</div>
</body>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Join exozyme!</title>
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" href="/logo.png" type="image/png">
</head>
<body>
<br>
<picture>
<source srcset="/logo.avif" type="image/avif">
<source srcset="/logo.webp" type="image/webp">
<source srcset="/logo.png" type="image/png">
<img src="/logo.png" alt="exozyme" height="360" width="360">
</picture>
<br>
<h2>Join exozyme!</h2>
<p>
Welcome! Please use only lowercase letters and numbers for your username. After you have an account, <a href="https://exozy.me/about/">learn more about exozyme</a> or try our <a href="https://exozy.me/quickstart/">quickstart guide</a>.
</p>
<form method="post" enctype="multipart/form-data" style="text-align:right;margin:auto;width:420px;">
<label>
Secret code
<input type="text" name="code">
</label>
<br>
<label>
First name
<input type="text" name="firstname">
</label>
<br>
<label>
Last name
<input type="text" name="lastname">
</label>
<br>
<label>
Email
<input type="text" name="email">
</label>
<br>
<label>
Username
<input type="text" name="username">
</label>
<br>
<label>
<b>Strong</b> password
<input type="password" name="password">
</label>
<br>
<label>
Confirm password
<input type="password" name="confirmpassword">
</label>
<br>
<input type="submit" value="Join!" style="font-family:monospace;" name="submit">
</form>
<script src="script.js"></script>
</body>
</html>

View file

@ -1,105 +1,73 @@
<!DOCTYPE html>
<html>
<head>
<title>Quickstart</title>
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" href="/logo.png" type="image/png">
</head>
<body>
<div>
<br>
<picture>
<source srcset="/logo.avif" type="image/avif">
<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>
<br>
<h2>Get started!</h2>
<h3>Join us!</h3>
<p>
Interested in exozyme? You can get started by emailing <a href="mailto:join@exozy.me">join@exozy.me</a> and introducing yourself and what you plan to do with exozyme. We may ask a few follow-up questions, and once everything is figured out, we'll email you a link and a secret code to setup your exozyme account.
</p>
<br>
<h3>Logging in</h3>
<p>
OK, so you've joined exozyme! You can start by logging into your remote exozyme desktop with the <a href="https://desk.exozy.me">exodesk</a> web client. (If you want to use a RDP client app, check out the <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop-clients">wiki</a>, or alternatively, log in with <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a>)
</p>
<br>
<p>
Anyways, you should see a login screen, and type in your exozyme username and password. You'll be dropped into a desktop, which might take a few seconds to load properly. Enjoy your exozyme desktop!
</p>
<br>
<p>
<picture>
<source srcset="rdp.webp" type="image/webp">
<source srcset="rdp.png" type="image/png">
<img src="rdp.png" alt="Remote desktop" width="720">
</picture>
</p>
<br>
<p>
In the bottom left corner you'll see the all-powerful application menu, which you can use to launch apps. You should be able to run any app on server, and even install more apps using the Discover app store. When you're done, please <b>remember to log out</b> by selecting "Log Out" in the application menu. <b>Closing the browser tab does not log you out.</b>
</p>
<br>
<h3>Programming</h3>
<p>
We have support for all your favorite programming languages, including C/C++, Python, Java, JavaScript, Go, Rust, C#, and more, as well as text editors, IDEs, debuggers, and other tools. If your preferred language or tool isn't installed, check the <a href="/fuqs">FUQs</a> to learn how. Try it out on <a href="https://desk.exozy.me">exodesk</a> or <a href="https://hub.exozy.me">exohub</a>, our browser-based IDE that even has an integrated <a href="https://github.com/cdr/code-server">code-server</a>.
</p>
<br>
<h3>Explore exocloud</h3>
<p>
Try our powerful collaboration and productivity suite by going to <a href="https://cloud.exozy.me">exocloud</a> and logging in with your exozyme username and password. If things work out, you'll be taken to your exocloud homepage!
</p>
<br>
<p>
<picture>
<source srcset="exocloud.webp" type="image/webp">
<source srcset="exocloud.png" type="image/png">
<img src="exocloud.png" alt="exocloud" width="720">
</picture>
</p>
<br>
<p>
So what can you do with exocloud? Well, judging by the sheer number of icons on the top bar, a lot! There's cloud storage, an email client, photo manager, music player, calendar, and an integrated exochat client. Your data is safe on exozyme!
</p>
<br>
<h3>Enter the Matrix</h3>
<p>
You can chat with your friends on <a href="https://matrix.org">Matrix</a> and other networks including <a href="/blog/dont-use-discord">Discord</a> using your <b>exochat</b> account. To start, go to your exocloud home page and click on the <a href="https://cloud.exozy.me/apps/riotchat/">Element app</a> on the top. (exochat is powered by Matrix, so you can use any <a href="https://matrix.org/clients/">Matrix client</a>, but remember to change the homeserver to use <a href="https://chat.exozy.me">exozy.me</a> instead of matrix.org) Now sign in with your exozyme username and password as usual, and welcome to your shiny new exochat account!
</p>
<br>
<p>
<picture>
<source srcset="element.webp" type="image/webp">
<source srcset="element.png" type="image/png">
<img src="element.png" alt="Element Matrix client" width="720">
</picture>
</p>
<br>
<p>
Let's join some rooms and spaces (groups of rooms) now. You'll definitely want to join the <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">exozyme space</a> and hang out. One of Matrix's most ambitious goals is to <a href="https://matrix.org/bridges/">bridge its network to as many others as possible</a>, so you might want to check out our <a href="https://git.exozy.me/exozyme/exozyme/wiki/Bridge-Discord-and-Matrix">wiki</a> for instructions on bridging Discord to Matrix.
</p>
<br>
<h3>Explore!</h3>
<p>
To get a taste of what you can do with exozyme, go out and <a href="https://exozy.me/explore">explore</a>! Just use your exozyme username and password to log in (don't click sign up).
</p>
<br>
<h3>Questions?</h3>
<p>
Check out our <a href="/fuqs">frequently unasked questions</a> and <a href="https://git.exozy.me/exozyme/exozyme/wiki">wiki</a> or ask about it on <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me&via=matrix.org">Matrix</a> to get help from the exozyme community!
</p>
<br>
</div>
</body>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Quickstart</title>
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" href="/logo.png" type="image/png">
</head>
<body>
<picture>
<source srcset="/logo.avif" type="image/avif">
<source srcset="/logo.webp" type="image/webp">
<source srcset="/logo.png" type="image/png">
<img src="/logo.png" alt="exozyme" height="360" width="360">
</picture>
<h2>Get started!</h2>
<h3>Join us!</h3>
<p>
Interested in exozyme? You can get started by emailing <a href="mailto:join@exozy.me">join@exozy.me</a> and introducing yourself and what you plan to do with exozyme. We may ask a few follow-up questions, and once everything is figured out, we'll email you a link and a secret code to setup your exozyme account.
</p>
<h3>Logging in</h3>
<p>
OK, so you've joined exozyme! You can start by logging into your remote exozyme desktop with the <a href="https://desk.exozy.me">exodesk</a> web client. (If you want to use a RDP client app, check out the <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop-clients">wiki</a>, or alternatively, log in with <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a>)
</p>
<p>
Anyways, you should see a login screen, and type in your exozyme username and password. You'll be dropped into a desktop, which might take a few seconds to load properly. Enjoy your exozyme desktop!
</p>
<picture>
<source srcset="rdp.webp" type="image/webp">
<source srcset="rdp.png" type="image/png">
<img src="rdp.png" alt="Remote desktop" width="720">
</picture>
<p>
In the bottom left corner you'll see the all-powerful application menu, which you can use to launch apps. You should be able to run any app on server, and even install more apps using the Discover app store. When you're done, please <b>remember to log out</b> by selecting "Log Out" in the application menu. <b>Closing the browser tab does not log you out.</b>
</p>
<h3>Programming</h3>
<p>
We have support for all your favorite programming languages, including C/C++, Python, Java, JavaScript, Go, Rust, C#, and more, as well as text editors, IDEs, debuggers, and other tools. If your preferred language or tool isn't installed, check the <a href="/fuqs">FUQs</a> to learn how. Try it out on <a href="https://desk.exozy.me">exodesk</a> or <a href="https://hub.exozy.me">exohub</a>, our browser-based IDE that even has an integrated <a href="https://github.com/cdr/code-server">code-server</a>.
</p>
<h3>Explore exocloud</h3>
<p>
Try our powerful collaboration and productivity suite by going to <a href="https://cloud.exozy.me">exocloud</a> and logging in with your exozyme username and password. If things work out, you'll be taken to your exocloud homepage!
</p>
<picture>
<source srcset="exocloud.webp" type="image/webp">
<source srcset="exocloud.png" type="image/png">
<img src="exocloud.png" alt="exocloud" width="720">
</picture>
<p>
So what can you do with exocloud? Well, judging by the sheer number of icons on the top bar, a lot! There's cloud storage, an email client, photo manager, music player, calendar, and an integrated exochat client. Your data is safe on exozyme!
</p>
<h3>Enter the Matrix</h3>
<p>
You can chat with your friends on <a href="https://matrix.org">Matrix</a> and other networks including <a href="/blog/dont-use-discord">Discord</a> using your <b>exochat</b> account. To start, go to your exocloud home page and click on the <a href="https://cloud.exozy.me/apps/riotchat/">Element app</a> on the top. (exochat is powered by Matrix, so you can use any <a href="https://matrix.org/clients/">Matrix client</a>, but remember to change the homeserver to use <a href="https://chat.exozy.me">exozy.me</a> instead of matrix.org) Now sign in with your exozyme username and password as usual, and welcome to your shiny new exochat account!
</p>
<picture>
<source srcset="element.webp" type="image/webp">
<source srcset="element.png" type="image/png">
<img src="element.png" alt="Element Matrix client" width="720">
</picture>
<p>
Let's join some rooms and spaces (groups of rooms) now. You'll definitely want to join the <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">exozyme space</a> and hang out. One of Matrix's most ambitious goals is to <a href="https://matrix.org/bridges/">bridge its network to as many others as possible</a>, so you might want to check out our <a href="https://git.exozy.me/exozyme/exozyme/wiki/Bridge-Discord-and-Matrix">wiki</a> for instructions on bridging Discord to Matrix.
</p>
<h3>Explore!</h3>
<p>
To get a taste of what you can do with exozyme, go out and <a href="https://exozy.me/explore">explore</a>! Just use your exozyme username and password to log in (don't click sign up).
</p>
<h3>Questions?</h3>
<p>
Check out our <a href="/fuqs">frequently unasked questions</a> and <a href="https://git.exozy.me/exozyme/exozyme/wiki">wiki</a> or ask about it on <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me&via=matrix.org">Matrix</a> to get help from the exozyme community!
</p>
</body>
</html>

View file

@ -11,17 +11,25 @@
font-weight: bold;
}
div {
body {
text-align: center;
font-family: DejaVuSansMono;
font-size: 16px;
}
h4 {
text-align: left;
margin: auto;
width: 720px;
}
p {
text-align: left;
margin: auto;
width: 720px;
line-height: 24px;
margin-top: 2em;
margin-bottom: 2em;
}
pre {