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

View file

@ -1,177 +1,135 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Explore</title> <meta charset="utf-8">
<link rel="stylesheet" href="/style.css" type="text/css"> <title>Explore</title>
<link rel="icon" href="/logo.png" type="image/png"> <link rel="stylesheet" href="/style.css" type="text/css">
</head> <link rel="icon" href="/logo.png" type="image/png">
<body> </head>
<div> <body>
<br> <picture>
<picture> <source srcset="/logo.avif" type="image/avif">
<source srcset="/logo.avif" type="image/avif"> <source srcset="/logo.webp" type="image/webp">
<source srcset="/logo.webp" type="image/webp"> <source srcset="/logo.png" type="image/png">
<source srcset="/logo.png" type="image/png"> <img src="/logo.png" alt="exozyme" height="360" width="360">
<img src="/logo.png" alt="exozyme" height="324" width="324"> </picture>
</picture> <h2>Explore</h2>
<br> <p>
Start exploring by <a href="/quickstart">signing up</a> for an exozyme account!
<h2>Explore</h2> </p>
<p>
<p> <img src="/about/icons/guacamole.svg" alt="exodesk" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
Start exploring by <a href="/quickstart">signing up</a> for an exozyme account! <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>
<br> <p>
<p> <img src="/about/icons/nextcloud.svg" alt="exocloud" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<img src="/about/icons/guacamole.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>
<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> <p>
<br> <img src="/about/icons/matrix.svg" alt="exochat" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<p> <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>
<img src="/about/icons/nextcloud.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px"> </p>
<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/gitea.svg" alt="exogit" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<br> <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/matrix.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px"> <p>
<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> <img src="/about/icons/jellyfin.svg" alt="exomedia" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
</p> <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
<br> </p>
<p> <p>
<img src="/about/icons/gitea.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px"> <img src="/about/icons/mastodon.svg" alt="exocial" 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> <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>
<br> <p>
<p> <img src="/about/icons/peertube.svg" alt="exotube" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<img src="/about/icons/jellyfin.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
<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> <p>
<br> <img src="/about/icons/jupyter.svg" alt="exohub" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<p> <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
<img src="/about/icons/mastodon.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px"> </p>
<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/cockpit.svg" alt="exoportal" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<br> <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/peertube.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px"> <p>
<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 <img src="/about/icons/woodpecker.svg" alt="exoci" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
</p> <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
<br> </p>
<p> <p>
<img src="/about/icons/jupyter.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px"> <img src="/about/icons/collabora.svg" alt="exoffice" 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 <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>
<br> <p>
<p> <img src="/logo.png" alt="exopages" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<img src="/about/icons/cockpit.svg" 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
<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> <p>
<br> <img src="/about/icons/wireguard.svg" alt="exovpn" height="48" width="48" style="float:left;padding:0px 16px 0px 0px">
<p> <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
<img src="/about/icons/woodpecker.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px"> </p>
<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 <h3>Public</h3>
</p> <p>
<br> These can be used without any sign-up at all. Enjoy!
<p> <p>
<img src="/about/icons/collabora.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px"> <p>
<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> <b><a href="https://howtuwu.exozy.me">howtuwu</a></b>: Your how-to guide to everything!
</p> </p>
<br> <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
<img src="/logo.png" height="48" width="48" style="float:left;padding:0px 16px 0px 0px"> </p>
<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>
</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
<br> </p>
<p> <p>
<img src="/about/icons/wireguard.svg" height="48" width="48" style="float:left;padding:0px 16px 0px 0px"> <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>
<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>
</p> <p>
<br> <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>
<h3>Public</h3> <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
These can be used without any sign-up at all. Enjoy! </p>
<p> <p>
<br> <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="https://howtuwu.exozy.me">howtuwu</a></b>: Your how-to guide to everything! <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>
<br> </p>
<p> <h3>Internal</h3>
<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> If you want to use any of these, just ask on <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me">Matrix</a>.
<br> </p>
<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 <b><a href="https://exozy.me">nginx</a></b>: Web server
</p> </p>
<br> <p>
<p> <b><a href="ldap://exozy.me">OpenLDAP</a></b>: User database and management
<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> <p>
<br> <b><a href="http://localhost:5432">PostgreSQL</a></b>: Relational database
<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="http://localhost:6379">Redis</a></b>: Memory cache
<br> </p>
<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 <b><a href="http://localhost:44321">Performance Co-Pilot</a></b>: Server monitoring and metrics
</p> </p>
<br> <p>
<p> <b><a href="http://localhost:3001">Grafana</a></b>: Beautiful data visualization
<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> <p>
<br> <b><a href="lxc+ssh://root@localhost/">LXC</a></b>: Fast container engine
<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>
</p> <b><a href="nfs://localhost:2049">NFS</a></b>: Easily access remote files
<br> </p>
<p>
<h3>Internal</h3> <b><a href="http://localhost:5901">VNC</a></b>: Remote desktop, client required
<p> </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://localhost:9199">MinIO</a></b>: High performance object store
<br> </p>
<p> </body>
<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> </html>

View file

@ -1,93 +1,58 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>FUQs</title> <meta charset="utf-8">
<link rel="stylesheet" href="/style.css" type="text/css"> <title>FUQs</title>
<link rel="icon" href="/logo.png" type="image/png"> <link rel="stylesheet" href="/style.css" type="text/css">
</head> <link rel="icon" href="/logo.png" type="image/png">
<body> </head>
<div> <body>
<br> <picture>
<picture> <source srcset="/logo.avif" type="image/avif">
<source srcset="/logo.avif" type="image/avif"> <source srcset="/logo.webp" type="image/webp">
<source srcset="/logo.webp" type="image/webp"> <source srcset="/logo.png" type="image/png">
<source srcset="/logo.png" type="image/png"> <img src="/logo.png" alt="exozyme" height="360" width="360">
<img src="/logo.png" alt="exozyme" height="324" width="324"> </picture>
</picture> <h2>Frequently Unasked Questions</h2>
<br> <h4>Why the name?</h4>
<p>
<h2>Frequently Unasked Questions</h2> 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> </p>
<b>Why the name?</b> <h4>Help! I forgot my password and the reset password thing doesn't work!</h4>
</p> <p>
<p> Email us at <a href="mailto:help@exozy.me">help@exozy.me</a> and we can get it reset.
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>
</p> <h4>How much of exozyme's computational resources am I allowed to use?</h4>
<br> <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>.
<b>Help! I forgot my password and the reset password thing doesn't work!</b> </p>
</p> <h4>How do I install software?</h4>
<p> <p>
Email us at <a href="mailto:help@exozy.me">help@exozy.me</a> and we can get it reset. 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> </p>
<br> <h4>Why's the connection speed so slow?</h4>
<p> <p>
<b>How much of exozyme's computational resources am I allowed to use?</b> 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> </p>
<p> <h4>Can the admins see everything I do?</h4>
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>
</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.
<br> </p>
<p> <h4>What kind of data does exozyme collect?</h4>
<b>How do I install software?</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> </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>. <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> <p>
<br> 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> </p>
<b>Why's the connection speed so slow?</b> <h4>Help! My remote desktop is glitching out and I want to reset it!</h4>
</p> <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!
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>
</p> <h4>I need help with something!</h4>
<br> <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>.
<b>Can the admins see everything I do?</b> </p>
</p> </body>
<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> </html>

View file

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

View file

@ -1,89 +1,62 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Join exozyme!</title> <meta charset="utf-8">
<link rel="stylesheet" href="/style.css" type="text/css"> <title>Join exozyme!</title>
<link rel="icon" href="/logo.png" type="image/png"> <link rel="stylesheet" href="/style.css" type="text/css">
</head> <link rel="icon" href="/logo.png" type="image/png">
<body> </head>
<div> <body>
<br> <br>
<picture> <picture>
<source srcset="/logo.avif" type="image/avif"> <source srcset="/logo.avif" type="image/avif">
<source srcset="/logo.webp" type="image/webp"> <source srcset="/logo.webp" type="image/webp">
<source srcset="/logo.png" type="image/png"> <source srcset="/logo.png" type="image/png">
<img src="/logo.png" alt="exozyme" height="324" width="324"> <img src="/logo.png" alt="exozyme" height="360" width="360">
</picture> </picture>
<br> <br>
<h2>Join exozyme!</h2>
<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> </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>. <form method="post" enctype="multipart/form-data" style="text-align:right;margin:auto;width:420px;">
</p> <label>
Secret code
<form method="post" enctype="multipart/form-data"> <input type="text" name="code">
<p style="text-align:center;"> </label>
<label> <br>
Secret code <label>
<br> First name
<input type="text" name="code"> <input type="text" name="firstname">
</label> </label>
</p> <br>
<br> <label>
<p style="text-align:center;"> Last name
<label> <input type="text" name="lastname">
First name </label>
<br> <br>
<input type="text" name="firstname"> <label>
</label> Email
</p> <input type="text" name="email">
<br> </label>
<p style="text-align:center;"> <br>
<label> <label>
Last name Username
<br> <input type="text" name="username">
<input type="text" name="lastname"> </label>
</label> <br>
</p> <label>
<br> <b>Strong</b> password
<p style="text-align:center;"> <input type="password" name="password">
<label> </label>
Email <br>
<br> <label>
<input type="text" name="email"> Confirm password
</label> <input type="password" name="confirmpassword">
</p> </label>
<br> <br>
<p style="text-align:center;"> <input type="submit" value="Join!" style="font-family:monospace;" name="submit">
<label> </form>
Username <script src="script.js"></script>
<br> </body>
<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> </html>

View file

@ -1,105 +1,73 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Quickstart</title> <meta charset="utf-8">
<link rel="stylesheet" href="/style.css" type="text/css"> <title>Quickstart</title>
<link rel="icon" href="/logo.png" type="image/png"> <link rel="stylesheet" href="/style.css" type="text/css">
</head> <link rel="icon" href="/logo.png" type="image/png">
<body> </head>
<div> <body>
<br> <picture>
<picture> <source srcset="/logo.avif" type="image/avif">
<source srcset="/logo.avif" type="image/avif"> <source srcset="/logo.webp" type="image/webp">
<source srcset="/logo.webp" type="image/webp"> <source srcset="/logo.png" type="image/png">
<source srcset="/logo.png" type="image/png"> <img src="/logo.png" alt="exozyme" height="360" width="360">
<img src="/logo.png" alt="exozyme" height="324" width="324"> </picture>
</picture> <h2>Get started!</h2>
<br> <h3>Join us!</h3>
<p>
<h2>Get started!</h2> 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>Join us!</h3> <h3>Logging in</h3>
<p> <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. 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>
<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!
<h3>Logging in</h3> </p>
<p> <picture>
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>) <source srcset="rdp.webp" type="image/webp">
</p> <source srcset="rdp.png" type="image/png">
<br> <img src="rdp.png" alt="Remote desktop" width="720">
<p> </picture>
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>
</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>
<br> </p>
<p> <h3>Programming</h3>
<picture> <p>
<source srcset="rdp.webp" type="image/webp"> 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>.
<source srcset="rdp.png" type="image/png"> </p>
<img src="rdp.png" alt="Remote desktop" width="720"> <h3>Explore exocloud</h3>
</picture> <p>
</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!
<br> </p>
<p> <picture>
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> <source srcset="exocloud.webp" type="image/webp">
</p> <source srcset="exocloud.png" type="image/png">
<br> <img src="exocloud.png" alt="exocloud" width="720">
</picture>
<h3>Programming</h3> <p>
<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!
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>
</p> <h3>Enter the Matrix</h3>
<br> <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!
<h3>Explore exocloud</h3> </p>
<p> <picture>
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! <source srcset="element.webp" type="image/webp">
</p> <source srcset="element.png" type="image/png">
<br> <img src="element.png" alt="Element Matrix client" width="720">
<p> </picture>
<picture> <p>
<source srcset="exocloud.webp" type="image/webp"> 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.
<source srcset="exocloud.png" type="image/png"> </p>
<img src="exocloud.png" alt="exocloud" width="720"> <h3>Explore!</h3>
</picture> <p>
</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).
<br> </p>
<p> <h3>Questions?</h3>
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>
</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!
<br> </p>
</body>
<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> </html>

View file

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