Files
cjsatnarine.space/stuff_I_like/index.html

86 lines
2.9 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">
Stuff I Like
</h1>
<p><h2 id="music">Music</h2>
<p>This is in no way all of my favourite artists, there are too many to list. These are just the ones I really enjoy and don't mind sharing:</p>
<ul>
<li><em>Molchat Doma</em></li>
<li><em>LOOK MUM NO COMPUTER</em></li>
<li><em>FIBEL</em>: I really like their songs Winter and Unique.</li>
<li><em>HARBOUR</em></li>
<li><em>Provinz</em>: I just listened to them a lot when I was learning German.</li>
<li><em>DOUBLECAMP</em></li>
<li><em>Emil Kárlsen</em>: I really enjoyed his song Muohta and the album Nagirvárrái. His music was my introduction to the Northern Sámi language.</li>
<li><em>Dorian Concept</em></li>
<li><em>tomcbumpz</em></li>
<li><em>Pogo</em></li>
<li><em>Home</em></li>
<li><em>Nanook</em>: I really like their song Ingerlaliinnaleqaagut. It was my introduction to the Greenlandic language.</li>
</ul>
<h2 id="films-and-animations">Films and Animations</h2>
<ul>
<li><em>The Seventh Seal/Det Sjunde Inseglet</em> (1957, Ingmar Bergman)</li>
<li><em>Godland/Volaða Land</em> (2022, Hlynur Pálmason)</li>
<li><em>Bob</em> (by <a href="https://www.youtube.com/@infinityburrito5299/featured">InfinityBurrito</a>)</li>
<li><em>The Transformers</em> (1984-1987)</li>
</ul>
<h2 id="games">Games</h2>
<p>I'm not really a gamer but these are some stuff I liked:</p>
<ul>
<li><em>Sable</em> (Shedworks)</li>
<li><em>Plants vs. Zombies</em> (Popcap Games)</li>
<li><em>Viewfinder</em> (Sad Owl Studios)</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>