From e5a10faac4ef85a6c80504bb752103991bf8bca4 Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Fri, 21 Mar 2025 19:22:17 -0400 Subject: [PATCH] got different project sections --- blog/content/_index.md | 2 +- blog/content/projects/amateur_linguist/_index.md | 5 +++++ .../projects/amateur_linguist/testing/index.md | 7 +++++++ .../projects/aspiring_graphics_programmer/_index.md | 5 +++++ .../aspiring_graphics_programmer/testing/index.md | 7 +++++++ blog/content/projects/junior_animator/_index.md | 5 +++++ .../content/projects/junior_animator/testing/index.md | 7 +++++++ blog/content/projects/music_enjoyer/_index.md | 5 +++++ blog/content/projects/music_enjoyer/testing/index.md | 7 +++++++ .../content/projects/wannabe_game_developer/_index.md | 5 +++++ .../projects/wannabe_game_developer/testing/index.md | 7 +++++++ blog/sass/colours.scss | 2 -- blog/sass/style.scss | 2 +- blog/templates/projects-landing.html | 11 ++++++++++- 14 files changed, 72 insertions(+), 5 deletions(-) create mode 100644 blog/content/projects/amateur_linguist/_index.md create mode 100644 blog/content/projects/amateur_linguist/testing/index.md create mode 100644 blog/content/projects/aspiring_graphics_programmer/_index.md create mode 100644 blog/content/projects/aspiring_graphics_programmer/testing/index.md create mode 100644 blog/content/projects/junior_animator/_index.md create mode 100644 blog/content/projects/junior_animator/testing/index.md create mode 100644 blog/content/projects/music_enjoyer/_index.md create mode 100644 blog/content/projects/music_enjoyer/testing/index.md create mode 100644 blog/content/projects/wannabe_game_developer/_index.md create mode 100644 blog/content/projects/wannabe_game_developer/testing/index.md diff --git a/blog/content/_index.md b/blog/content/_index.md index 7c62ed0..63ccbfa 100644 --- a/blog/content/_index.md +++ b/blog/content/_index.md @@ -2,7 +2,7 @@ template = "index.html" title = "CJ Satnarine" +++ -

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

+

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

## Check out my stuff on: diff --git a/blog/content/projects/amateur_linguist/_index.md b/blog/content/projects/amateur_linguist/_index.md new file mode 100644 index 0000000..545d2a1 --- /dev/null +++ b/blog/content/projects/amateur_linguist/_index.md @@ -0,0 +1,5 @@ ++++ +template = "projects.html" +title = "Vaxandi Forritari" ++++ +I speak languages. diff --git a/blog/content/projects/amateur_linguist/testing/index.md b/blog/content/projects/amateur_linguist/testing/index.md new file mode 100644 index 0000000..fcbf6d7 --- /dev/null +++ b/blog/content/projects/amateur_linguist/testing/index.md @@ -0,0 +1,7 @@ ++++ +template = "projects-page.html" +title = "testing" ++++ +# mgoooo + +**boo** diff --git a/blog/content/projects/aspiring_graphics_programmer/_index.md b/blog/content/projects/aspiring_graphics_programmer/_index.md new file mode 100644 index 0000000..a02a912 --- /dev/null +++ b/blog/content/projects/aspiring_graphics_programmer/_index.md @@ -0,0 +1,5 @@ ++++ +template = "projects.html" +title = "Aspiring Graphics Programmer" ++++ +I think graphics are cool. diff --git a/blog/content/projects/aspiring_graphics_programmer/testing/index.md b/blog/content/projects/aspiring_graphics_programmer/testing/index.md new file mode 100644 index 0000000..fcbf6d7 --- /dev/null +++ b/blog/content/projects/aspiring_graphics_programmer/testing/index.md @@ -0,0 +1,7 @@ ++++ +template = "projects-page.html" +title = "testing" ++++ +# mgoooo + +**boo** diff --git a/blog/content/projects/junior_animator/_index.md b/blog/content/projects/junior_animator/_index.md new file mode 100644 index 0000000..89d88aa --- /dev/null +++ b/blog/content/projects/junior_animator/_index.md @@ -0,0 +1,5 @@ ++++ +template = "projects.html" +title = "Junior Animator" ++++ +I sometimes animate. diff --git a/blog/content/projects/junior_animator/testing/index.md b/blog/content/projects/junior_animator/testing/index.md new file mode 100644 index 0000000..fcbf6d7 --- /dev/null +++ b/blog/content/projects/junior_animator/testing/index.md @@ -0,0 +1,7 @@ ++++ +template = "projects-page.html" +title = "testing" ++++ +# mgoooo + +**boo** diff --git a/blog/content/projects/music_enjoyer/_index.md b/blog/content/projects/music_enjoyer/_index.md new file mode 100644 index 0000000..9700d9c --- /dev/null +++ b/blog/content/projects/music_enjoyer/_index.md @@ -0,0 +1,5 @@ ++++ +template = "projects.html" +title = "Music Enjoyer" ++++ +I like music. diff --git a/blog/content/projects/music_enjoyer/testing/index.md b/blog/content/projects/music_enjoyer/testing/index.md new file mode 100644 index 0000000..fcbf6d7 --- /dev/null +++ b/blog/content/projects/music_enjoyer/testing/index.md @@ -0,0 +1,7 @@ ++++ +template = "projects-page.html" +title = "testing" ++++ +# mgoooo + +**boo** diff --git a/blog/content/projects/wannabe_game_developer/_index.md b/blog/content/projects/wannabe_game_developer/_index.md new file mode 100644 index 0000000..d903915 --- /dev/null +++ b/blog/content/projects/wannabe_game_developer/_index.md @@ -0,0 +1,5 @@ ++++ +template = "projects.html" +title = "Wannabe Game Developer" ++++ +Game dev. diff --git a/blog/content/projects/wannabe_game_developer/testing/index.md b/blog/content/projects/wannabe_game_developer/testing/index.md new file mode 100644 index 0000000..fcbf6d7 --- /dev/null +++ b/blog/content/projects/wannabe_game_developer/testing/index.md @@ -0,0 +1,7 @@ ++++ +template = "projects-page.html" +title = "testing" ++++ +# mgoooo + +**boo** diff --git a/blog/sass/colours.scss b/blog/sass/colours.scss index feacbbe..0b45f1d 100644 --- a/blog/sass/colours.scss +++ b/blog/sass/colours.scss @@ -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; diff --git a/blog/sass/style.scss b/blog/sass/style.scss index a40a676..13a95b1 100644 --- a/blog/sass/style.scss +++ b/blog/sass/style.scss @@ -56,7 +56,7 @@ h6 { color: colours.$h4; } -#exploring_animator { +#junior_animator { color: colours.$h5; } diff --git a/blog/templates/projects-landing.html b/blog/templates/projects-landing.html index a407279..135fc4d 100644 --- a/blog/templates/projects-landing.html +++ b/blog/templates/projects-landing.html @@ -7,7 +7,16 @@ {{ section.content | safe }} -vaxandi forritari + +