got different project sections

This commit is contained in:
CJSatnarine
2025-03-21 19:22:17 -04:00
parent bd3eb288d6
commit e5a10faac4
14 changed files with 72 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
template = "index.html"
title = "CJ Satnarine"
+++
<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>
<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="junior_animator"> exploring animator </span> | <span id="music_enjoyer"> music enjoyer </span></p></center>
## Check out my stuff on:

View File

@@ -0,0 +1,5 @@
+++
template = "projects.html"
title = "Vaxandi Forritari"
+++
I speak languages.

View File

@@ -0,0 +1,7 @@
+++
template = "projects-page.html"
title = "testing"
+++
# mgoooo
**boo**

View File

@@ -0,0 +1,5 @@
+++
template = "projects.html"
title = "Aspiring Graphics Programmer"
+++
I think graphics are cool.

View File

@@ -0,0 +1,7 @@
+++
template = "projects-page.html"
title = "testing"
+++
# mgoooo
**boo**

View File

@@ -0,0 +1,5 @@
+++
template = "projects.html"
title = "Junior Animator"
+++
I sometimes animate.

View File

@@ -0,0 +1,7 @@
+++
template = "projects-page.html"
title = "testing"
+++
# mgoooo
**boo**

View File

@@ -0,0 +1,5 @@
+++
template = "projects.html"
title = "Music Enjoyer"
+++
I like music.

View File

@@ -0,0 +1,7 @@
+++
template = "projects-page.html"
title = "testing"
+++
# mgoooo
**boo**

View File

@@ -0,0 +1,5 @@
+++
template = "projects.html"
title = "Wannabe Game Developer"
+++
Game dev.

View File

@@ -0,0 +1,7 @@
+++
template = "projects-page.html"
title = "testing"
+++
# mgoooo
**boo**

View File

@@ -1,5 +1,3 @@
// This is inspired by the husqy theme on monkeytype.com (https://github.com/monkeytypegame/monkeytype/blob/master/frontend/static/themes/husqy.css).
// Colours.
$white: #FFFFFF;
$black: #000000;

View File

@@ -56,7 +56,7 @@ h6 {
color: colours.$h4;
}
#exploring_animator {
#junior_animator {
color: colours.$h5;
}

View File

@@ -7,7 +7,16 @@
{{ section.content | safe }}
<a href="{{ get_url(path='@/projects/vaxandi_forritari/_index.md') }}">vaxandi forritari</a>
<ul>
<li><a id="vaxandi_forritari" href="{{ get_url(path='@/projects/vaxandi_forritari/_index.md') }}">vaxandi forritari</a></li>
<li><a id="aspiring_graphics_programmer" href="{{ get_url(path='@/projects/aspiring_graphics_programmer/_index.md') }}">aspiring graphics programmer</a></li>
<li><a id="amateur_linguist" href="{{ get_url(path='@/projects/amateur_linguist/_index.md') }}">amateur linguist</a></li>
<li><a id="wannabe_game_developer" href="{{ get_url(path='@/projects/wannabe_game_developer/_index.md') }}">wannabe game developer</a></li>
<li><a id="junior_animator" href="{{ get_url(path='@/projects/junior_animator/_index.md') }}">junior animator</a></li>
<li><a id="music_enjoyer" href="{{ get_url(path='@/projects/music_enjoyer/_index.md') }}">music enjoyer</a></li>
</ul>
<ul>
{% for page in section.pages %}
<li><a id="blog_colour" href="{{ page.permalink | safe }}">{{ page.title }}</a></li>