From 410f8beb0edc09166be08ec7090842132d3abdec Mon Sep 17 00:00:00 2001 From: curly Date: Wed, 11 Jan 2023 12:12:29 -0700 Subject: refactor colors, added pages --- src/assets/css/main.css | 18 +++++++-------- src/index.html | 2 ++ src/projects/index.html | 28 +++++++++++++++++++++++ src/services/index.html | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 99 insertions(+), 9 deletions(-) create mode 100644 src/projects/index.html create mode 100644 src/services/index.html (limited to 'src') diff --git a/src/assets/css/main.css b/src/assets/css/main.css index a224932..69aa92e 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -8,19 +8,19 @@ html, body { :root { - --primary: 238, 238, 238; - --secondary: 187, 187, 187; - --tertiary: 153, 153, 153; - --text-primary: #222; + --primary: 252, 237, 237; + --secondary: 204, 173, 175; + --tertiary: 153, 125, 127; + --text-primary: #533; --text-secondary: #888; } @media (prefers-color-scheme: dark) { :root { - --primary: 34, 34, 34; - --secondary: 51, 51, 51; - --tertiary: 68, 68, 68; - --text-primary: #ddd; - --text-secondary: #999; + --primary: 71, 15, 23; + --secondary: 53, 12, 18; + --tertiary: 36, 9, 14; + --text-primary: #cdd; + --text-secondary: #899; } :link { diff --git a/src/index.html b/src/index.html index 32049c0..11499de 100644 --- a/src/index.html +++ b/src/index.html @@ -24,6 +24,8 @@ + + :?src/templates/body-bottom.html \ No newline at end of file diff --git a/src/projects/index.html b/src/projects/index.html new file mode 100644 index 0000000..9d46714 --- /dev/null +++ b/src/projects/index.html @@ -0,0 +1,28 @@ + + + + :!t | Projects:!/t + :?src/templates/inner-head.html + + + :?src/templates/nav.html + :?src/templates/body-top.html +
+
+
+
+
+ + Projects:!refprojects:!/ref + +
+
+

+ A list of current projects. +

+
+
+
+ :?src/templates/body-bottom.html + + \ No newline at end of file diff --git a/src/services/index.html b/src/services/index.html new file mode 100644 index 0000000..50a21d6 --- /dev/null +++ b/src/services/index.html @@ -0,0 +1,60 @@ + + + + :!t | Services:!/t + :?src/templates/inner-head.html + + + :?src/templates/nav.html + :?src/templates/body-top.html +
+
+
+
+
+ + Services:!refservices:!/ref + +
+
+

+ All the services being hosted here. +

+
+
+
+
+
+
+ + Gitea:!refgitea:!/ref + +
+
+

+ A private Gitea server.
+ https://git.infernal.garden +

+
+
+
+
+
+
+ + Akkoma:!refakkoma:!/ref + +
+
+

+ A private Akkoma server.
+ https://ak.infernal.garden +

+
+
+
+
+
+ :?src/templates/body-bottom.html + + \ No newline at end of file -- cgit v1.2.3