diff --git a/content/_index.md b/content/_index.md index 1a27ae8..cc2614a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -11,5 +11,5 @@ Alright, enjoy looking around. Feel free to [reach out to me](@/contact/_index.m :evergreen_tree: :evergreen_tree: \*escapes and goes into the [forest](@/secrets/forest/index.md)* :evergreen_tree: :evergreen_tree:
diff --git a/content/projects/3d_world_ring/_index.md b/content/projects/3d_world_ring/_index.md new file mode 100644 index 0000000..69cfcc5 --- /dev/null +++ b/content/projects/3d_world_ring/_index.md @@ -0,0 +1,5 @@ ++++ +template = "blog.html" +title = "3D World Ring" ++++ +This is a project where I attempt to create a webring for 3D explorable worlds. Each world/website should be able to move you to another in some way. diff --git a/content/blog/3d_webring/index.md b/content/projects/3d_world_ring/concept/index.md similarity index 83% rename from content/blog/3d_webring/index.md rename to content/projects/3d_world_ring/concept/index.md index d7e3c47..30ef45b 100644 --- a/content/blog/3d_webring/index.md +++ b/content/projects/3d_world_ring/concept/index.md @@ -1,5 +1,5 @@ +++ -title = "Concept: Webring for explorable 3D worlds/websites" +title = "Concept for Webring for explorable 3D worlds/websites" date = "2026-01-17" authors = ["CJ Satnarine"] +++ @@ -9,7 +9,7 @@ A while ago, I was working on a personal project where I had some 3D explorable However, that gave me the idea of extending these worlds by having a webring of worlds that connect to each other in some way. Perhaps, entering a door leads to your neighbour's website. Or just having a button that teleports you to somewhere (your webring neighbour). I can't even imagine what creative websites might come out of this. ## Rules -I'm not sure what "rules" goes into what is a considered a 3D explorable website. I don't really know if there's a specific name for these type of websites. I'm just writing this to have my thoughts out here for the webring. What I had envisioned was: +I'm not sure what "rules" goes into what is a considered a 3D explorable website. I don't really know if there's a specific name for these type of websites, the closest thing I could think of as a game genre is *walking simulators*. I'm just writing this to have my thoughts out here for the webring. What I had envisioned was: - *The ability to "explore"*: I guess you should be able to move around the website in some way. - *You should be able to move to a webring neighbour*: The website should allow you to move to another 3D website via some way. I guess folks can get creative with this. diff --git a/content/projects/weekly_blender_render/_index.md b/content/projects/weekly_blender_render/_index.md deleted file mode 100644 index 1801996..0000000 --- a/content/projects/weekly_blender_render/_index.md +++ /dev/null @@ -1,7 +0,0 @@ -+++ -template = "blog.html" -title = "Weekly Blender Renders" -+++ -Every week, I try to complete a render in Blender. It's to force myself to practice Blender, but also a fun challenge to see what I can come up with these time constriants. I was advised by the animation sibling to make the challange a bi-weekly render, I'll see if I'll take that advice after a few weeks. - -This place will be a weekly devlog of the Blender stuff I've done, and I hope to end each week with at least one Render. diff --git a/sass/style.scss b/sass/style.scss index 24f21a6..565acdd 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -114,14 +114,16 @@ p { // Statuscafe #statuscafe { - padding: .5em; - background-color: black; - color: colours.$text; - border: 2px solid colours.$h1; + padding: .5em; + background-color: colours.$black; + color: colours.$text; + border: 2px solid colours.$h1; } + #statuscafe-username { - margin-bottom: .5em; + margin-bottom: .5em; } + #statuscafe-content { - margin: 0 1em 0.5em 1em; + margin: 0 1em 0.5em 1em; } diff --git a/templates/projects-landing.html b/templates/projects-landing.html index 6c25062..fa581cd 100644 --- a/templates/projects-landing.html +++ b/templates/projects-landing.html @@ -7,13 +7,13 @@ {{ section.content | safe }} + - - +