Make clicking on images link to larger version of image

This commit is contained in:
Anthony Wang 2023-07-10 23:54:39 +00:00
parent f3b73539f3
commit f3fa788122
Signed by: a
GPG key ID: 42A5B952E6DD8D38
2 changed files with 21 additions and 15 deletions

View file

@ -44,19 +44,23 @@
<p>
We have snazzy overpowered hardware: a 24-thread AMD Ryzen 9 5900X proccessor that compiles code faster than you can snap, a Sapphire Radeon RX 6600 XT Nitro+ graphics card for insane gaming over remote desktop, 32 GB of RAM, and gigabit internet.
</p>
<picture>
<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>
<a href="img/server.jpg">
<picture>
<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>
</a>
<p>
It's equally epic on the software side. Now Arch Linux is a terrible operating system for servers, but we use it anyways and update monthly. We've got free SSH and remote desktop access, code hosting, cloud storage, website hosting, VMs, and basically <a href="explore">anything else you can think of</a>.
</p>
<picture>
<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>
<a href="img/montage.png">
<picture>
<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>
</a>
<h2>Join us!</h2>
<p>
Cool, have we successfully converted you into joining exozyme yet? If so, try our <a href="quickstart">quickstart guide</a>. Check out our <a href="fuqs">frequently unasked questions</a> too.

View file

@ -27,11 +27,13 @@
<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="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>
<a href="img/rdp.png">
<picture>
<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>
</a>
<p>
In the bottom left corner you'll see the all-powerful application menu, which you can use to launch apps. If you have not changed your password yet, you should open the application menu and start the Konsole app, then type <i>passwd</i> to set a new password. You can 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>