summary refs log tree commit diff stats
path: root/cmd
ModeNameSize
d---------cetus140log stats plain
'>26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 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>