Files
cjsatnarine.space/projects/index.html

72 lines
2.5 KiB
HTML

<!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">
My Stuff
</h1>
<p>This is where you'll find my projects. They're split into different categories, for my different interests. Each project would have a <em>somewhat</em> detailed description of what I did, what I learnt, and that sort of stuff.</p>
<ul>
<li><a id="vaxandi_forritari" href="https://cjsatnarine.github.io/projects/vaxandi_forritari/">vaxandi forritari</a></li>
<li><a id="aspiring_game_developer" href="https://cjsatnarine.github.io/projects/aspiring_game_developer/">aspiring game developer</a></li>
<li><a id="amateur_linguist" href="https://cjsatnarine.github.io/projects/amateur_linguist/">amateur linguist</a></li>
<li><a id="frolicking_photographer" href="https://cjsatnarine.github.io/projects/frolicking_photographer/">frolicking photographer</a></li>
<li><a id="adventuring_animator" href="https://cjsatnarine.github.io/projects/adventuring_animator/">adventuring animator</a></li>
<li><a id="music_enjoyer" href="https://cjsatnarine.github.io/projects/music_enjoyer/">music enjoyer</a></li>
</ul>
<ul>
</ul>
</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>