diff options
author | mounderfod <mounderfod@gmail.com> | 2023-06-23 11:37:41 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-06-23 11:37:41 +0100 |
commit | 1dcd417758a11f83bb5238d46a3e5da115dc702d (patch) | |
tree | c76b56f6933fb1254191a9f8aa1892c50af1cfc5 /about.html | |
parent | 94dff8eadf78b24df253e419a5957ed3b9d9653f (diff) | |
download | website-1dcd417758a11f83bb5238d46a3e5da115dc702d.tar.gz |
Convert website to use Jekyll
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 46 |
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> |