update website

This commit is contained in:
CJSatnarine
2025-03-10 14:04:08 -04:00
parent b09b2521dc
commit 110fa1ed8c
10 changed files with 4691 additions and 12778 deletions

View File

@@ -1,33 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=" utf-8">
<title> CJ Satnarine website </title>
<style>
body {
margin: 0;
}
</style>
<head>
<meta charset=" utf-8">
<title> CJ Satnarine </title>
<script type="module" src="/main.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<link href='https://fonts.googleapis.com/css?family=Roboto Mono' rel='stylesheet'>
<body style="background-color:black; font-family:'Roboto Mono';">
<p style="color:rgb(150, 47, 254)" >
Hey... I'm CJ! But you can call me CJ... I'm usually kept to myself, I'm really shy... I don't want the other girls to know that... that I'm not like the other girls... that I'm actually a werewolf fairy princess with demon powers I gained from my werewolf fairy princess father and demon mother... I sometimes can't keep these powers to myself... but I have to learn how to control them in order to save the world! So yeah, that's me!
</p>
<hr/>
<center>
<a href="https://evilr.ing/cjsatnarine/previous">&lt;</a>
<a href="https://evilr.ing">EVILRING</a>
<a href="https://evilr.ing/cjsatnarine/next">&gt;</a>
</center>
<body>
<div id="construction"> Website under Construction! </div>
<script type="module" src="/main.js"></script>
</body>
<h1>
CJ Satnarine
</h1>
<p>
Hey... I'm CJ! But you can call me CJ... As you can tell, this website is currently under construction. I'll
be updating it slowly as I learn more web development. I'm remaking this website with <a
href="https://www.getzola.org/" target="_blank">Zola</a> because I want to write blogs and devlogs in
the future.
</p>
<p>
Any way, I'm an aspriring graphics programmer from Waterloo, Ontario.
I've got a few weird interests in linguistics, history, maths, 3D animation, game development, and
art.
Currently, I'm spending a lot of my time learning a lot of things relating to my interests.
You can check out my <a href="https://github.com/CJSatnarine" target="_blank">Github</a> to see what I'm up
to.
</p>
<center>
<a href="https://evilr.ing/cjsatnarine/previous">&lt;</a>
<a href="https://evilr.ing">EVILRING</a>
<a href="https://evilr.ing/cjsatnarine/next">&gt;</a>
</center>
</body>
</html>