summary refs log tree commit diff stats
path: root/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'about.html')
-rw-r--r--about.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/about.html b/about.html
deleted file mode 100644
index a34cd05..0000000
--- a/about.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8" />
-    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <title>mounderfod</title>
-    <meta name="description" content="" />
-    <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <link rel="stylesheet" href="index.css" />
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
-    <script src="timedate.js"></script>
-  </head>
-  <body>
-    <marquee
-      ><p id="timedate" style="font-size: x-large">
-        The time is {} and the date is {}
-      </p></marquee
-    >
-    <div id="main">
-      <a href="/"><img class="logo" src="img/wordart.png" /></a><br />
-      <div class="box">
-        <h1>ABOUT</h1>
-        <p>
-          Hello! :D My name is Noah, but I go by <b>mounderfod</b>. I am
-          interested in music, programming and video games.
-        </p>
-        <p><b>Languages I speak:</b> French, English</p>
-        <p>
-          <b>Languages I code in:</b> Python, JS, Java (and C# by extension),
-          Rust
-        </p>
-        <h3>SOCIALS</h3>
-        <a href="https://mastodon.sdf.org/@mounderfod">
-          <p>Mastodon</p>
-        </a>
-        <a href="https://metapixl.com/i/web/profile/577395471914797016">
-          <p>Pixelfed</p>
-        </a>
-        <a href="https://lemmy.sdf.org/u/mounderfod">
-          <p>Lemmy</p>
-        </a>
-        <p><b>Discord:</b> @mounderfod</p>
-      </div>
-    </div>
-  </body>
-</html>