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 @@
- - - - -
- -
-
+
+ +

{{text}}

diff --git a/src/index.html b/src/index.html index c3a72be..b128e38 100644 --- a/src/index.html +++ b/src/index.html @@ -131,7 +131,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%; }