lots of things

This commit is contained in:
CJSatnarine
2025-03-20 06:12:26 -04:00
parent 655c1a6b2b
commit b01504d142
6 changed files with 71 additions and 44 deletions

View File

@@ -4,7 +4,18 @@ title = "CJ Satnarine"
+++
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 [Zola](https://www.getzola.org/) because I want to write blogs and devlogs in the future.
> "In the language of love, words are our soul. We are language - these ruins, our palaces."
<p id="test"> testing testing </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.
<canvas id="canvas"/>
```java
class Main {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
```