i need to sleep
This commit is contained in:
@@ -2,20 +2,11 @@
|
||||
template = "index.html"
|
||||
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.
|
||||
<center><p><span id="vaxandi_forritari"> vaxandi forritari </span> | <span id="aspiring_graphics_programmer"> aspiring graphics programmer </span> | <span id="amateur_linguist"> amateur linguist </span> | <span id="wannabe_game_developer"> wannabe game developer </span> | <span id="exploring_animator"> exploring animator </span> | <span id="music_enjoyer"> music enjoyer </span></p></center>
|
||||
|
||||
> "In the language of love, words are our soul. We are language - these ruins, our palaces."
|
||||
|
||||
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.
|
||||
|
||||
```java
|
||||
class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
}
|
||||
```
|
||||
## Check out my stuff on:
|
||||
- [GitHub](https://github.com/CJSatnarine) (All my coding projects are here)
|
||||
- [YouTube](https://www.youtube.com/@CJSatnarine) (I'll upload something soon, probably)
|
||||
|
||||
<canvas id="rendering_canvas"/>
|
||||
|
||||
|
11
blog/content/about_me/_index.md
Normal file
11
blog/content/about_me/_index.md
Normal file
@@ -0,0 +1,11 @@
|
||||
+++
|
||||
template = "index.html"
|
||||
title = "Hey! I'm CJ!"
|
||||
+++
|
||||
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.
|
||||
|
||||
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="rendering_canvas"/>
|
||||
|
@@ -4,5 +4,3 @@ sort_by = "date"
|
||||
template = "blog.html"
|
||||
page_template = "blog-page.html"
|
||||
+++
|
||||
|
||||
amogus
|
||||
|
@@ -1,10 +0,0 @@
|
||||
+++
|
||||
title = "testing second blog"
|
||||
date = "2025-03-14"
|
||||
+++
|
||||
|
||||
This is the second blog post I have made here.
|
||||
|
||||
### Interesting facts.
|
||||
There are no interesting facts.
|
||||
[This is a link to my GitHub.](https://github.com/CJSatnarine)
|
@@ -1,10 +1,9 @@
|
||||
+++
|
||||
title = "testing first blog"
|
||||
title = "First blog post about how this website came to be."
|
||||
date = "2025-03-14"
|
||||
+++
|
||||
This is the first blog post I have made here, or any where for that matter. I am terrible at web development, and I reckon that if it wasn't for the help of some amazing, experienced people, I wouldn't have made it this far.
|
||||
|
||||
This is the first blog post I have made here.
|
||||
## In the beginning...
|
||||
This website project started as a plain, unstyled HTML file that had many changes.
|
||||
|
||||
### Interesting facts.
|
||||
There are no interesting facts.
|
||||
[This is a link to my GitHub.](https://github.com/CJSatnarine)
|
||||
|
Reference in New Issue
Block a user