From 093388348a60a017392809e6ac28a6e2f108ed29 Mon Sep 17 00:00:00 2001 From: goldstargloww Date: Mon, 8 Jan 2024 00:27:22 -0500 Subject: [PATCH] added members section (and a few other things) --- site/index.html | 28 +++++++++++++++++- site/not_found.html | 12 ++++++-- site/style.css | 69 +++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 102 insertions(+), 7 deletions(-) diff --git a/site/index.html b/site/index.html index fe4805d..b748b88 100644 --- a/site/index.html +++ b/site/index.html @@ -5,6 +5,7 @@ starglowwOS + @@ -21,7 +22,7 @@

starglowwOS

a basic list of terms we use and how to refer to us is over at our prns.cc, but here's a summary that goes into a bit more depth.

- generally, you don't need to refer to us collectively unless that's specifically your goal — gold is our very frontstuck host, so just use their terms. + generally, you don't need to refer to us collectively unless that's specifically your goal — gold is our very frontstuck host, so just use their terms.

collectively, we use they/them, it/its, and .sys/.sysself pronouns. with they/them and it/its, we usually add an & to the end to signify you're talking about the collective. in terms of second person pronouns, you&/yours& is preferred :> @@ -32,6 +33,31 @@

starglowwOS

we use terms like headmates, members, and sysmates to refer to ourselves - please don't use terms like alters, parts, shards, or personalities to refer to us! we're fine with most terms in terms of the collective, though. plural and system are both fine — multiple is as well, though we prefer the other two.

+ +

members

+ +
+ gold's profile picture +

gold

+

+ they vae void ender it + +

+

+ pfp by goldstargloww +

+
+ +
+ martyn's profile picture +

martyn

+

+ he vae +

+

+ pfp by cherrifire +

+
+ diff --git a/site/not_found.html b/site/not_found.html index a5eb1b2..b059f09 100644 --- a/site/not_found.html +++ b/site/not_found.html @@ -3,13 +3,19 @@ - Not Found + [sgOS] page not found +
-

Page Not Found

-

The requested page was not found.

+

page not found

+

the page you're looking for isn't here.

+

+
+ go back +

+
diff --git a/site/style.css b/site/style.css index 3cc600f..247990f 100644 --- a/site/style.css +++ b/site/style.css @@ -3,6 +3,10 @@ src: url('FairfaxHD.ttf'); } +* { + box-sizing: border-box; +} + .main { color: white; min-height: 99.8vh; @@ -22,6 +26,12 @@ body { text-align: center; } +.button { + background-color: black; + box-shadow: #FFF1 0px 0px 5px; + padding: 1em; +} + h1 { font-size: 2.5em; } @@ -54,14 +64,67 @@ p { font-size: 1em; } +a { + text-decoration: none; +} + a:link { - color: #ff9 + color: #ff9; } a:visited { - color: #fA7 + color: #fA7; } a:hover, a:active { - color: #fC7 + color: #fC7; + cursor: pointer; +} + +div.profile { + float: left; + background-color: black; + width: 45%; + margin: 2.5%; + padding: 1em; + border-radius: 2.5% +} + +@media only screen and (max-width: 600px) { + div.profile { + width: 100%; + } +} + +div.profile > img { + width: 100%; + border-radius: 2.5%; +} + +.art-credit { + font-size: 0.5em; + color: #fff5; + margin: 0.5em; + padding: 0; +} + +.art-credit > a:link { + color: #ff95; +} + +.art-credit > a:visited { + color: #fA75; +} + +.art-credit > a:hover, a:active { + color: #fC75; + cursor: pointer; +} + +.pronouns { + margin: 0.5em; +} + +.name { + margin: 0.25em; } \ No newline at end of file