From 8df28666e324f9253acd0166826478d3a100e575 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Wed, 9 Jul 2025 14:22:16 -0600 Subject: [PATCH] Inline projects page into index.html --- .posthtmlrc | 2 +- src/components/project.html | 11 +++-------- src/index.html | 4 +++- src/projects.html | 22 +++++++++++++++++----- src/style.css | 3 +-- 5 files changed, 25 insertions(+), 17 deletions(-) diff --git a/.posthtmlrc b/.posthtmlrc index 94aec39..cb99e2e 100644 --- a/.posthtmlrc +++ b/.posthtmlrc @@ -1,9 +1,9 @@ { "plugins": { + "posthtml-include": {}, "posthtml-component": { "root": "./src/components" }, - "posthtml-include": {}, "posthtml-markdownit": {} } } diff --git a/src/components/project.html b/src/components/project.html index 64e3d71..3bb706f 100644 --- a/src/components/project.html +++ b/src/components/project.html @@ -12,14 +12,9 @@

Copyright, The SANDWICH™ 2025 ©®☺ⓖⓨⓐⓣⓣ

diff --git a/src/projects.html b/src/projects.html index 2514a01..f389e26 100644 --- a/src/projects.html +++ b/src/projects.html @@ -4,7 +4,10 @@ Wow, such professionalism! What are these guys working on now? - + + + + # TYSONCLOUD ## When she compute your serve 'till you edge @@ -17,8 +20,11 @@ - + + + + # Simulo ## Roblox for the real world! @@ -39,7 +45,10 @@
- + + + + # c0re #### So shiny! @@ -83,8 +92,11 @@ Please stop sending your projects to the review department - + + + # Braindance ## Bringing the Coachella to you! diff --git a/src/style.css b/src/style.css index 5518ad7..396160c 100644 --- a/src/style.css +++ b/src/style.css @@ -108,8 +108,7 @@ html { border-bottom: solid 6px #eee; } -img.figure, -.figure>svg { +.figure>* { width: 80%; }