Deploy CJSatnarine/CJSatnarine.github.io to CJSatnarine/CJSatnarine.github.io:gh-pages

This commit is contained in:
GitHub Actions
2025-08-14 07:55:03 +00:00
commit dce765feea
36 changed files with 3528 additions and 0 deletions

85
index.html Normal file
View File

@@ -0,0 +1,85 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CJ Satnarine</title>
<link rel="stylesheet" href="/style.css" />
<link href='https://fonts.googleapis.com/css?family=Roboto Mono' rel='stylesheet'>
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.174.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.174.0/examples/jsm/"
}
}
</script>
<script type="module" src="/main.js"></script>
<script type="module" src="/window.js"></script>
</head>
<nav>
<a href="https://cjsatnarine.github.io/">Home</a>
<span id="text"> | </span><a href="https://cjsatnarine.github.io/blog/"><strike>Rants</strike> Posts</a>
<span id="text"> | </span><a href="https://cjsatnarine.github.io/projects/">My Stuff</a>
<span id="text"> | </span><a href="https://cjsatnarine.github.io/stuff_I_like/">Stuff I Like</a>
<hr>
</nav>
<body>
<section class="section">
<div class="container">
<h1 class="title">
CJ Satnarine
</h1>
<p><center>
<p>
<a id="vaxandi_forritari" href="/projects/vaxandi_forritari/"> vaxandi forritari </a> |
<a id="aspiring_game_developer" href="/projects/aspiring_game_developer/"> aspiring game developer </a> |
<a id="amateur_linguist" href="/projects/amateur_linguist/"> amateur linguist </a> |
<a id="frolicking_photographer" href="/projects/frolicking_photographer/"> frolicking photographer </a> |
<a id="adventuring_animator" href="/projects/adventuring_animator/"> adventuring animator </a> |
<a id="music_enjoyer" href="/projects/music_enjoyer/">music enjoyer </a>
</p>
</center>
<p>Hey, I'm CJ! I'm an aspiring graphics programmer/technical artist/game developer from Waterloo. I like coding and animating and languages and computers and reading and music.</p>
<p>I attended Software Engineering Technology at Conestoga College between September 2023 and August 2024. Turned out software engineering wasn't my cup of tea, so I dropped out. Nowadays I'm just working on projects, volunteering at <a href="https://www.theworkingcentre.org/projects/computer-recycling/">Computer Recycling at the Working Centre</a>, and trying to teach myself a few things.</p>
<blockquote>
<p>I do not use generative AI in any of my work. At this moment, I do not plan on using generative AI because I do not need it: my goal is to learn, not to just get things done.</p>
</blockquote>
<h2 id="check-out-my-stuff-on">Check out my stuff on:</h2>
<ul>
<li><a href="https://github.com/CJSatnarine">GitHub</a> (All my coding projects are here)</li>
<li><a href="https://www.youtube.com/@CJSatnarine">YouTube</a> (I'll upload something soon, probably)</li>
<li><a href="https://www.artstation.com/cjsatnarine">ArtStation</a> (I don't even use this but I guess maybe in the future I will)</li>
<li><a href="https://www.instagram.com/cjsatnarine/">Instagram</a> (I'm not on there so often)</li>
<li><a href="https://www.linkedin.com/in/cj-satnarine-a1a8b6293/">LinkedIn</a> (As much as I try, I can't take that soul-crushing website seriously. I'll try to post some stuff there.)</li>
<li><a href="https://medium.com/@cjsatnarine">Medium</a> (I'll post blogs here eventually)</li>
</ul>
<h2 id="feel-free-to-contact-me-via">Feel free to contact me via:</h2>
<ul>
<li><code>.just_cj</code> : Discord</li>
<li><code>cjsatnarine@protonmail.com</code> : E-mail
<canvas id="rendering_canvas"/></li>
</ul>
</p>
</div>
</section>
</body>
<footer id="footer">
<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>
<p> Made with <a href="https://www.getzola.org/">Zola</a></p>
</center>
</footer>
</html>