diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-06-19 14:49:05 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-06-19 14:49:05 +0200 |
| commit | ea4c2aecbbf947a70b7ba77a8b547edf27d9c477 (patch) | |
| tree | 343dcedd087ec1e44f3e805c5e374f4b375d6d05 /en/aboutme.html | |
| parent | 9137cfd95b09c7d113e745f04e06d0e66ca64b6d (diff) | |
feat: did stuff, lots of stuff
Diffstat (limited to 'en/aboutme.html')
| -rw-r--r-- | en/aboutme.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/en/aboutme.html b/en/aboutme.html new file mode 100644 index 0000000..0d9a557 --- /dev/null +++ b/en/aboutme.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> + <head> + <title>Marcellus</title> + <link rel="stylesheet" type="text/css" href="../style.css" /> + </head> + <body> + <a href="../moa.html" class="language">🇫🇷</a> + <div class="content"> + Marcellus is my pseudonym, for obvious reasons I won't be giving my real name.<br> + I'm usually not that good at talking about myself, but for once I would like to make an effort. I'm a IT student at EPITA, musician since my childhood, big brother, and that's about it (I believe so). I had the idea of making this little website while watching a school friend's projects, <a href="https://ratakor.com">Ratakor</a>, who's taught me a lot of things about libre and open source systems. He's kind of like a mentor to me, although we are in the same class. + I hope you enjoy taking a look at my website, have a good day ! + <a href=index.html>Return</a> + </div> + </body> +</html> |
