From e03c2083af5968dc4c1f2740075699c151e9be7d Mon Sep 17 00:00:00 2001
From: "Em (Ethan) Ruszanowski" <ethan@rusz.dev>
Date: Tue, 18 Jun 2024 15:47:31 -0400
Subject: [PATCH] Update redirect and about

---
 _pages/about.md | 2 +-
 cloud.html      | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)
 create mode 100644 cloud.html

diff --git a/_pages/about.md b/_pages/about.md
index 45d2828..dff979b 100644
--- a/_pages/about.md
+++ b/_pages/about.md
@@ -13,5 +13,5 @@ Feel free to get in touch with me if you want to discuss my work or other intere
 
 💻 🔓 🎹 ⌨️ 🏕️ 🤿
 
-The best way to contact me is via email at [ethan@rusz.dev](mailto:ethan@rusz.dev). You can also reach me on Matrix [@ruszdev:matrix.org](https://matrix.to/#/@ruszdev:matrix.org) or via XMPP [ruszdev@macaw.me](xmpp://ruszdev@macaw.me). I'm also on [Mastodon](https://infosec.exchange/@rusz)!
+The best way to contact me is via email at [em@rusz.dev](mailto:em@rusz.dev). You can also reach me on Matrix [@ruszdev:matrix.org](https://matrix.to/#/@ruszdev:matrix.org) or via XMPP [ruszdev@macaw.me](xmpp://ruszdev@macaw.me). I'm also on [Mastodon](https://infosec.exchange/@rusz)!
 
diff --git a/cloud.html b/cloud.html
new file mode 100644
index 0000000..b4f7ca1
--- /dev/null
+++ b/cloud.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8" />
+    <title>Redirecting to Nextcloud.</title>
+    <meta http-equiv="refresh" content="0; URL=https://cloud.beans.team/" />
+  </head>
+  <body></body>
+</html>