diff --git a/src/CoColosseum5106construct.gif b/src/CoColosseum5106construct.gif new file mode 100644 index 0000000..8bfbadb Binary files /dev/null and b/src/CoColosseum5106construct.gif differ diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..b60e129 --- /dev/null +++ b/src/index.html @@ -0,0 +1,93 @@ + + + + + + + + kemonomimi.gay + + + +
+

kemonomimi.gay

+

+ we are gay and proud of it.
+ * for legal reasons, not all of us are gay. +

+
+ +
+

+ This is a place where we host services we use, and publish stuff + we find interesting. We're a group of mostly queer people, who + spend their day on the internet nerding out over special + interests! +

+

+ Under Construction GIF + Under Construction +

+

+ We are still working on bringing more services and content to + you. In the meantime, consider checking out some of our people's + homepages linked bellow! +

+ +

The people

+

+ Here is a list of all the members of our group who currently + have a homepage here :3 +

+ + + +

You're very encouraged to check out their stuff!

+ +

Services available

+

+ We don't have many services available yet, but we're working on + bringing more stuff to more people +

+ + +
+ + + + diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..5190719 --- /dev/null +++ b/src/style.css @@ -0,0 +1,42 @@ +body { + font-family: "IBM Plex Mono", monospace; + color: lightgray; + background: #161616; + + display: flex; + flex-direction: column; + align-items: center; +} + +a { + font-weight: 600; + color: #f1c21b; +} + +a:visited { + color: #ff832b; +} + +a:hover { + color: #fddc69; +} + +a:active { + color: #fcf4d6; +} + +h1#construction { + color: #f1c21b; +} + +header { + max-width: 30rem; + display: flex; + flex-direction: column; + align-items: center; + text-align: center; +} + +main { + max-width: 50rem; +}