This commit is contained in:
@@ -13,7 +13,7 @@ title = "CJ Satnarine"
|
|||||||
</p>
|
</p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
Hey, I'm CJ! I'm an aspiring graphics programmer/technical artist/game developer from Waterloo. I like coding and animating and languages and computers and reading and music.
|
Hey, I'm CJ! I'm an aspiring graphics programmer/technical artist/game developer from Waterloo, Canada. I like coding and animating and languages and computers and reading and music.
|
||||||
|
|
||||||
Nowadays I'm just working on projects, volunteering at [Computer Recycling at the Working Centre](https://www.theworkingcentre.org/projects/computer-recycling/), and trying to teach myself a few things.
|
Nowadays I'm just working on projects, volunteering at [Computer Recycling at the Working Centre](https://www.theworkingcentre.org/projects/computer-recycling/), and trying to teach myself a few things.
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@ Nowadays I'm just working on projects, volunteering at [Computer Recycling at th
|
|||||||
- [ArtStation](https://www.artstation.com/cjsatnarine)
|
- [ArtStation](https://www.artstation.com/cjsatnarine)
|
||||||
- [Instagram](https://www.instagram.com/cjsatnarine/) (I'm not on there so often)
|
- [Instagram](https://www.instagram.com/cjsatnarine/) (I'm not on there so often)
|
||||||
- [LinkedIn](https://www.linkedin.com/in/cj-satnarine-a1a8b6293/)
|
- [LinkedIn](https://www.linkedin.com/in/cj-satnarine-a1a8b6293/)
|
||||||
- [Ko-fi](https://ko-fi.com/cjsatnarine) <spam class="special">(if you like the stuff I do and have a dollar to spare, you can fund my bánh mì addiction :D )</special>
|
- [Ko-fi](https://ko-fi.com/cjsatnarine) <span class="special">(if you like the stuff I do and have a dollar to spare, you can fund my bánh mì addiction :D )</special>
|
||||||
## Feel free to contact me via:
|
## Feel free to contact me via:
|
||||||
- `.just_cj` : Discord
|
- `.just_cj` : Discord
|
||||||
- `cjsatnarine@protonmail.com` : E-mail
|
- `cjsatnarine@protonmail.com` : E-mail
|
||||||
|
|||||||
@@ -10,7 +10,8 @@ This website project started as a plain, unstyled HTML file that had a couple of
|
|||||||

|

|
||||||
|
|
||||||
## The Head
|
## The Head
|
||||||
The idea for the head came from a project I was working on (a [tiny renderer](https://github.com/CJSatnarine/tiny_renderer)), where a wireframe render inspired me to add a rotating wireframe furry wolf head to my personal website.
|
The idea for the head came from a project I was working on (a [tiny renderer](https://git.cjsatnarine.space/CJSatnarine/tiny_renderer)), where a wireframe render inspired me to add a rotating wireframe furry wolf head to my personal website.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
To accomplish this, I created a wolf head in Blender and exported it in a Wavefront .obj format. I used [Three.js](https://threejs.org/) to render the wolf head on the website. This version of the website is where I also started using CSS.
|
To accomplish this, I created a wolf head in Blender and exported it in a Wavefront .obj format. I used [Three.js](https://threejs.org/) to render the wolf head on the website. This version of the website is where I also started using CSS.
|
||||||
|
|||||||
@@ -5,4 +5,3 @@ title = "Vaxandi Forritari"
|
|||||||
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>.
|
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>.
|
||||||
|
|
||||||
## Projects
|
## Projects
|
||||||
###### Projects coming soon!
|
|
||||||
|
|||||||
@@ -19,9 +19,11 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<!--Three.js Stuff-->
|
||||||
<script type="module" src="/main.js"></script>
|
<script type="module" src="/main.js"></script>
|
||||||
<script type="module" src="/window.js"></script>
|
<script type="module" src="/window.js"></script>
|
||||||
<script type="module" src="/secrets/woof.js"></script>
|
<script type="module" src="/secrets/woof.js"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
|||||||
@@ -5,5 +5,6 @@
|
|||||||
{{ page.title }}
|
{{ page.title }}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
<h3 id="subtitle" class="subtitle"><strong> {{ page.date }} </strong></h3>
|
||||||
{{ page.content | safe }}
|
{{ page.content | safe }}
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user