Fix #11: Restructure directories

This commit is contained in:
Anthony Wang 2022-05-27 14:28:40 -05:00
parent 258160a825
commit 4ddefbaef4
Signed by: a
GPG Key ID: BC96B00AEC5F2D76
56 changed files with 63 additions and 63 deletions

View File

@ -3,15 +3,15 @@
<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">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/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">
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.webp" type="image/webp">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exozyme" height="360" width="360">
</picture>
<h1>About</h1>
<pre><p><i>Passionate about programming?
@ -25,9 +25,9 @@
Our mission is to build a better, libre, and privacy-respecting web. We provide free SSH and remote desktop access, code hosting with unlimited build hours, cloud storage, website hosting, virtual machines, 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="Things to explore" width="720" />
<source srcset="img/montage.webp" type="image/webp">
<source srcset="img/montage.png" type="image/png">
<img src="img/montage.png" alt="Things to explore" width="720" />
</picture>
<h2>Why exozyme?</h2>
<h4>It's free!</h4>
@ -69,9 +69,9 @@
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 Saturday.
</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">
<source srcset="img/server.webp" type="image/webp">
<source srcset="img/server.jpg" type="image/jpeg">
<img src="img/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>.

View File

@ -3,62 +3,62 @@
<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">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/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">
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.webp" type="image/webp">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exozyme" height="360" width="360">
</picture>
<h1>Explore</h1>
<p>
Start exploring by <a href="/quickstart">signing up</a> for an exozyme account! If there's something you would like exozyme to host, make a <a href="https://git.exozy.me/exozyme/exozyme/issues/new">feature request</a>!
</p>
<p>
<img src="/about/icons/guacamole.svg" alt="exodesk" class="icon">
<img src="img/icons/guacamole.svg" alt="exodesk" class="icon">
<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" class="icon">
<img src="img/icons/nextcloud.svg" alt="exocloud" class="icon">
<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" class="icon">
<img src="img/icons/matrix.svg" alt="exochat" class="icon">
<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" class="icon">
<img src="img/icons/gitea.svg" alt="exogit" class="icon">
<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" class="icon">
<img src="img/icons/jellyfin.svg" alt="exomedia" class="icon">
<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" class="icon">
<img src="img/icons/mastodon.svg" alt="exocial" class="icon">
<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" class="icon">
<img src="img/icons/peertube.svg" alt="exotube" class="icon">
<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" class="icon">
<img src="img/icons/jupyter.svg" alt="exohub" class="icon">
<b><a href="https://hub.exozy.me">exohub</a></b>: Harness our computational power from your browser with <a href="https://jupyter.org/hub">JupyterHub</a> and its integrated <a href="https://github.com/cdr/code-server">code-server</a> editor
</p>
<p>
<img src="/about/icons/cockpit.svg" alt="exoportal" class="icon">
<img src="img/icons/cockpit.svg" alt="exoportal" class="icon">
<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" class="icon">
<img src="img/icons/woodpecker.svg" alt="exoci" class="icon">
<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" class="icon">
<img src="img/icons/collabora.svg" alt="exoffice" class="icon">
<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>
@ -66,7 +66,7 @@
<b><a href="https://git.exozy.me/exozyme/exozyme/wiki/Website-hosting">exopages</a></b>: Easily build and host static and dynamic websites for you and your projects, with unlimited subdomains
</p>
<p>
<img src="/about/icons/wireguard.svg" alt="exovpn" class="icon">
<img src="img/icons/wireguard.svg" alt="exovpn" class="icon">
<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>
<h2>Public</h2>

View File

@ -3,15 +3,15 @@
<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">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/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">
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.webp" type="image/webp">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exozyme" height="360" width="360">
</picture>
<h1>Frequently Unasked Questions</h1>
<h4>Why the name?</h4>

View File

Before

Width:  |  Height:  |  Size: 404 KiB

After

Width:  |  Height:  |  Size: 404 KiB

View File

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 115 KiB

View File

Before

Width:  |  Height:  |  Size: 805 KiB

After

Width:  |  Height:  |  Size: 805 KiB

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

Before

Width:  |  Height:  |  Size: 909 B

After

Width:  |  Height:  |  Size: 909 B

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 282 KiB

After

Width:  |  Height:  |  Size: 282 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 119 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 189 KiB

After

Width:  |  Height:  |  Size: 189 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 365 B

After

Width:  |  Height:  |  Size: 365 B

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 280 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 6.2 MiB

After

Width:  |  Height:  |  Size: 6.2 MiB

View File

Before

Width:  |  Height:  |  Size: 228 KiB

After

Width:  |  Height:  |  Size: 228 KiB

View File

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 151 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

Before

Width:  |  Height:  |  Size: 227 KiB

After

Width:  |  Height:  |  Size: 227 KiB

View File

@ -3,15 +3,15 @@
<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">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/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">
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.webp" type="image/webp">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exozyme" height="360" width="360">
</picture>
<h1>The exozyme project</h1>
<div class="emoji">🔓 🚀 🛡️</div>

View File

@ -3,15 +3,15 @@
<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">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/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">
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.webp" type="image/webp">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exozyme" height="360" width="360">
</picture>
<h1>Join exozyme!</h1>
<p>

View File

@ -3,15 +3,15 @@
<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">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/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">
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.webp" type="image/webp">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exozyme" height="360" width="360">
</picture>
<h1>Get started!</h1>
<h2>Join us!</h2>
@ -26,9 +26,9 @@
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">
<source srcset="img/rdp.webp" type="image/webp">
<source srcset="img/rdp.png" type="image/png">
<img src="img/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>
@ -42,9 +42,9 @@
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">
<source srcset="img/exocloud.webp" type="image/webp">
<source srcset="img/exocloud.png" type="image/png">
<img src="img/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!
@ -54,9 +54,9 @@
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">
<source srcset="img/element.webp" type="image/webp">
<source srcset="img/element.png" type="image/png">
<img src="img/element.png" alt="Element Matrix client" width="720">
</picture>
<p>
Let's join some rooms and spaces (groups of rooms) now, such as 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 can 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.