Deploy CJSatnarine/CJSatnarine.github.io to CJSatnarine/CJSatnarine.github.io:gh-pages
This commit is contained in:
76
projects/vaxandi_forritari/index.html
Normal file
76
projects/vaxandi_forritari/index.html
Normal file
@@ -0,0 +1,76 @@
|
||||
<!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">
|
||||
Vaxandi Forritari
|
||||
</h1>
|
||||
|
||||
<p>This is where you'll find my coding projects, tech projects, anything that's coding but isn't <a id="aspiring_graphics_programmer" href="/projects/aspiring_game_developer/">game development</a>.</p>
|
||||
<p>The phrase <em><strong>Vaxandi Forritari</strong></em> is Icelandic for <em><strong>learning programmer</strong></em>. I'm still learning a lot, so I'm a <em>vaxandi forritari</em> in a way. I discovered my love for programming in highschool at the age of 16, when I was learning to use the Unity game engine. I'm familiar with the following programming languages:</p>
|
||||
<ul>
|
||||
<li><em>C#</em>: learnt it in 2021 for scripting in Unity</li>
|
||||
<li><em>Java</em>: learnt it in Computer Science class in highschool, spent most of my time in Grades 11 and 12 using Java</li>
|
||||
<li><em>Processing</em>: used it for making graphics in Media Arts class in highschool</li>
|
||||
<li><em>Python</em>: learnt it for scripting with the <a href="https://docs.blender.org/api/current/index.html">Blender Python API</a>, later used it to try out Pygame and <a href="https://upbge.org/#/">Blender's game engine</a></li>
|
||||
<li><em>Arduino</em>: this is C but I learnt this before learning C/C++, used it in Computer Engineering classes in highschool</li>
|
||||
<li><em>C/C++</em>: used a bit of it for programming <a href="https://mirobo.tech/ubmp4">Mirobo UBMP4s</a> in high school Computer Engineering classes, learnt way more in college when persuing software engineering</li>
|
||||
<li><em>6808 Assembly</em>: learnt it in college and I never want to touch it again (I actually have an interest in it but I'll touch it again when I'm older and (probably) wiser)</li>
|
||||
<li><em>HTML, CSS</em>: learnt it to make this website</li>
|
||||
<li><em>JavaScript</em>: learnt it to script in Three.js</li>
|
||||
<li><em>Lua</em>: used to configure Neovim, used a bit with LÖVE</li>
|
||||
</ul>
|
||||
<h2 id="projects">Projects</h2>
|
||||
<h6 id="projects-coming-soon">Projects coming soon!</h6>
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
<footer id="footer">
|
||||
<center>
|
||||
<a href="https://evilr.ing/cjsatnarine/previous"><</a>
|
||||
<a href="https://evilr.ing">EVILRING</a>
|
||||
<a href="https://evilr.ing/cjsatnarine/next">></a>
|
||||
<p> Made with <a href="https://www.getzola.org/">Zola</a></p>
|
||||
</center>
|
||||
</footer>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user