diff options
author | mounderfod <mounderfod@gmail.com> | 2023-06-22 19:19:12 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-06-22 19:19:12 +0100 |
commit | 5c18591e97d2035a19d7975a5678bf9aa7a38b1d (patch) | |
tree | b4bb6d08fc129bfc83c3b5c87cb11b299b8825af /about.html | |
download | website-5c18591e97d2035a19d7975a5678bf9aa7a38b1d.tar.gz |
Initial commit
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/about.html b/about.html new file mode 100644 index 0000000..a34cd05 --- /dev/null +++ b/about.html @@ -0,0 +1,46 @@ +<!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> |