diff --git a/content/_index.md b/content/_index.md index 4a20e32..282f24a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,11 +4,11 @@ title = "CJ Satnarine" +++

vaxandi forritari | aspiring graphics programmer | amateur linguist | wannabe game developer | adventuring animator | music enjoyer

-Hey, I'm CJ! I'm a 20 year old from Kitchener, Ontario with dreams of being a graphics programmer/technical artist/game developer. 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 computer recycling centre, and trying to teach myself a few things. +Hey, I'm CJ! I'm an aspiring graphics programmer/technical artist/game developer from Waterloo or Kitchener or somewhere in that area it's basically the same city. I like coding and animating and languages and computers and reading and music. i use arch btw but I'm not that lost yet I still go (occasionally) outside!! -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 be productive and fast; AI is a tool that I'll prefer not to use for my projects. +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 [computer recycling centre](https://www.theworkingcentre.org/projects/computer-recycling/), and trying to teach myself a few things. -I try to use mainly free and open source softwares (FOSS) for my projects. +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. ## Check out my stuff on: - [GitHub](https://github.com/CJSatnarine) (All my coding projects are here) diff --git a/content/projects/_index.md b/content/projects/_index.md index fb05819..83f1e6c 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -1,5 +1,5 @@ +++ template = "projects-landing.html" -title = "Projects" +title = "My Stuff" +++ This is where you'll find my projects. They're split into different categories, for my different interests. diff --git a/content/projects/amateur_linguist/_index.md b/content/projects/amateur_linguist/_index.md index 517bed5..38b46f0 100644 --- a/content/projects/amateur_linguist/_index.md +++ b/content/projects/amateur_linguist/_index.md @@ -2,9 +2,9 @@ template = "amateur_linguist.html" title = "Amateur Linguist" +++ -I speak languages. I like languages. I learn languages. Here you will find my linguistics projects. +Languages are cool. I like languages. I want to languages. Here you will find my linguistics projects. -As a young child, I have had an interest in linguistics. For a while, I was grinding Duolingo, but that felt more of a game than actually learning, so I stopped that and tried learning languages through other means. My native tongue is English, but I find interest in these other languages: +As a young child, I have had an interest in linguistics. For a while, I was grinding Duolingo, but that felt more of a game than actually learning, so I stopped that and tried learning languages through other means. My native tongue is *English*, but I find interest in these other languages: - *Deutsch*: currently learning both Hochdeutsch and Schwiizerdütsch from my Swiss friends - *Español*: learnt some Spanish when I was younger, not really good at it but I can barely hold a conversation - *Français*: learnt a bit in school, but my French is really bad as I often confuse Parisian French with Swiss French diff --git a/content/projects/vaxandi_forritari/_index.md b/content/projects/vaxandi_forritari/_index.md index c222699..48726b0 100644 --- a/content/projects/vaxandi_forritari/_index.md +++ b/content/projects/vaxandi_forritari/_index.md @@ -2,7 +2,7 @@ template = "projects.html" title = "Vaxandi Forritari" +++ -This is where you'll find my coding projects, tech projects, anything that's coding but not graphics programming or game development. +This is where you'll find my coding projects, tech projects, anything that's coding but isn't graphics programming or game development. The phrase ***Vaxandi Forritari*** is Icelandic for ***learning programmer***. I'm still learning a lot, so I'm a *vaxandi forritari* 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: - *C#*: learnt it in 2021 for scripting in Unity diff --git a/content/stuff_I_like/_index.md b/content/stuff_I_like/_index.md new file mode 100644 index 0000000..96c5023 --- /dev/null +++ b/content/stuff_I_like/_index.md @@ -0,0 +1,25 @@ ++++ +template = "stuff_I_like.html" +title = "Stuff I Like" ++++ +## Music +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: +- *Molchat Doma* +- *FIBEL*: I really like their songs Winter and Unique. +- *HARBOUR* +- *Provinz*: I just listened to them a lot when I was learning German. +- *DOUBLECAMP* +- *Emil Kárlsen*: I really enjoyed his song Muohta and the album Nagirvárrái. His music was my introduction to the Northern Sámi language. +- *Dorian Concept* +- *tomcbumpz* +- *Pogo* +- *Home* +- *Nanook*: I really like their song Ingerlaliinnaleqaagut. It was my introduction to the Greenlandic language. +## Films and Animations +- *The Seventh Seal/Det Sjunde Inseglet* (1957, Ingmar Bergman) +- *Godland/Volaða Land* (2022, Hlynur Pálmason) +- *The Transformers* (1984-1987) +## Games +I'm not really a gamer but these are some stuff I liked: +- *Sable* (Shedworks) +- *Plants vs. Zombies* (Popcap Games) diff --git a/templates/base.html b/templates/base.html index fefb5f5..3365b91 100644 --- a/templates/base.html +++ b/templates/base.html @@ -24,7 +24,8 @@ diff --git a/templates/stuff_I_like.html b/templates/stuff_I_like.html new file mode 100644 index 0000000..e04b061 --- /dev/null +++ b/templates/stuff_I_like.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block content %} +

+ {{ section.title }} +

+ +

{{ section.content | safe }}

+{% endblock content %}