From 5d4988161300f368f4252628f6e2588ce75ef101 Mon Sep 17 00:00:00 2001 From: curly Date: Tue, 10 Jan 2023 16:03:54 -0700 Subject: lots of pages & cards done --- TODO | 2 ++ settings.toml | 2 +- src/about/index.html | 42 +++++++++++++++++++++++++++++--------- src/assets/css/main.css | 37 ++++++++++++++++++++++++++++++++- src/contact/index.html | 30 +++++++++++++++++++++++++++ src/index.html | 26 +++++++++++++++-------- src/people/cards/glass/glass.html | 19 +++++++++++++++++ src/people/cards/glass/glass.png | Bin 0 -> 1310925 bytes src/people/index.html | 29 ++++++++++++++++++-------- src/templates/nav.html | 6 ------ 10 files changed, 157 insertions(+), 36 deletions(-) create mode 100644 TODO create mode 100644 src/contact/index.html create mode 100644 src/people/cards/glass/glass.html create mode 100644 src/people/cards/glass/glass.png diff --git a/TODO b/TODO new file mode 100644 index 0000000..07ab066 --- /dev/null +++ b/TODO @@ -0,0 +1,2 @@ +Services, Projects pages +Mobile nav \ No newline at end of file diff --git a/settings.toml b/settings.toml index 48e9df9..31232d2 100644 --- a/settings.toml +++ b/settings.toml @@ -2,7 +2,7 @@ source = "src" build_dir = "target" -do_not_scan = ["assets"] +do_not_scan = ["assets", ".png"] exclude = ["nav.html", "templates"] commands_file = "settings.toml" diff --git a/src/about/index.html b/src/about/index.html index abf4323..4a48d61 100644 --- a/src/about/index.html +++ b/src/about/index.html @@ -7,20 +7,42 @@ :?src/templates/nav.html :?src/templates/body-top.html -
-

About:!refabout:!/ref

-
+
+
+
+
+
+ + About:!refabout:!/ref + +
+

- + There's not really much going on right now. Mostly just hosting a few services and working on a few projects (potentially).

-
-

Attribution:!refattribution:!/ref

+
+
+
+
+
+
+
+
+ + Attribution:!refattribution:!/ref + +
+

Icons >> Fork Awesome

-
-
-
+ + + + + + :?src/templates/body-bottom.html - + + \ No newline at end of file diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 44216d2..b08b004 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -205,6 +205,7 @@ main { display: flex; height: inherit; flex-flow: row nowrap; + color: var(--text-primary); } .nav-button > a > span { margin-top: auto; @@ -216,7 +217,7 @@ main { background-color: rgb(var(--secondary)); } .nav-button > a:link, .nav-button > a:visited .nav-button > a { - color: inherit; + color: var(--text-primary); text-decoration: none; } @@ -225,4 +226,38 @@ main { text-decoration: none; padding: 5px; font-size: 18px; +} + +.card { + display: flex; + background-color: rgba(var(--primary), 0.8); + padding: 10px; +} +.card > div { + flex-grow: 1; +} +.card > div > hr { + color: var(--text-secondary); +} +.card-image { + max-width: 100px; + max-height: 100px; + border: 2px solid rgb(var(--tertiary)); + margin-right: 10px; +} +.card-body { + width: 100%; + margin-top: 3px; +} +.card-body > p { + margin: 0px; + margin-top: 5px; +} +.card-head { + font-weight: bold; +} + + +.fa-pleroma { + color: #fba457; } \ No newline at end of file diff --git a/src/contact/index.html b/src/contact/index.html new file mode 100644 index 0000000..5424611 --- /dev/null +++ b/src/contact/index.html @@ -0,0 +1,30 @@ + + + + :!t | Contact:!/t + :?src/templates/inner-head.html + + + :?src/templates/nav.html + :?src/templates/body-top.html +
+
+
+
+
+ + Contact:!refcontact:!/ref + +
+
+

+ Hopefully I can get email setup here eventually, but for now, contacting glass will have to do. +

+
+
+
+
+
+ :?src/templates/body-bottom.html + + diff --git a/src/index.html b/src/index.html index 0b6e96b..32049c0 100644 --- a/src/index.html +++ b/src/index.html @@ -7,15 +7,23 @@ :?src/templates/nav.html :?src/templates/body-top.html -
-

Welcome to the Infernal Garden!:!refwelcome:!/ref

-
-

- Infernal Garden is :!italmy:!/ital silly little website. I think I'd like to make some sort of team or organization out of it one day, but for now it's just gonna be my really cool name/domain I plaster on everything.

- You can find out more on the about page. -

-
-
+
+
+
+
+
+ + Welcome to the Infernal Garden!:!refwelcome:!/ref + +
+
+

+ Infernal Garden is :!italmy:!/ital silly little website. I think I'd like to make some sort of team or organization out of it one day, but for now it's just gonna be my really cool name/domain I plaster on everything.

+ You can find out more on the about page. +

+
+
+
:?src/templates/body-bottom.html \ No newline at end of file diff --git a/src/people/cards/glass/glass.html b/src/people/cards/glass/glass.html new file mode 100644 index 0000000..abf1116 --- /dev/null +++ b/src/people/cards/glass/glass.html @@ -0,0 +1,19 @@ +
+ + +
+ + glass:!refglass:!/ref + + +
+
+

+ Hello! I'm glass! (or curly, soup, etc.)
+ I thought Infernal Garden was a pretty cool name so I figured I'd try and make a thing out of it.
+ Also! I made this website! - and the thing to compile it with: s3g +

+
+
+
+
diff --git a/src/people/cards/glass/glass.png b/src/people/cards/glass/glass.png new file mode 100644 index 0000000..efc1c7d Binary files /dev/null and b/src/people/cards/glass/glass.png differ diff --git a/src/people/index.html b/src/people/index.html index d95a02c..a30c722 100644 --- a/src/people/index.html +++ b/src/people/index.html @@ -7,15 +7,26 @@ :?src/templates/nav.html :?src/templates/body-top.html -
-

People:!refpeople:!/ref

-
-
-

glass:!refglass:!/ref

- -
-
-
+
+
+
+
+
+ + People:!refpeople:!/ref + +
+
+

+ The people associated with Infernal Garden. +

+
+
+
+
+ :?src/people/cards/glass/glass.html +
+
:?src/templates/body-bottom.html \ No newline at end of file diff --git a/src/templates/nav.html b/src/templates/nav.html index cef447c..15286e2 100644 --- a/src/templates/nav.html +++ b/src/templates/nav.html @@ -37,12 +37,6 @@ Contact - -- cgit v1.2.3