Added current content
This commit is contained in:
parent
1c1af76f06
commit
be9a53d491
3 changed files with 135 additions and 0 deletions
BIN
src/CoColosseum5106construct.gif
Normal file
BIN
src/CoColosseum5106construct.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7 KiB |
93
src/index.html
Normal file
93
src/index.html
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
|
<meta name="darkreader-lock">
|
||||||
|
<title>kemonomimi.gay</title>
|
||||||
|
<link rel="stylesheet" href="style.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<h1>kemonomimi.gay</h1>
|
||||||
|
<p>
|
||||||
|
we are gay and proud of it. <br />
|
||||||
|
<em>* for legal reasons, not all of us are gay.</em>
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
<p>
|
||||||
|
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!
|
||||||
|
</p>
|
||||||
|
<h1 id="construction">
|
||||||
|
<img
|
||||||
|
src="CoColosseum5106construct.gif"
|
||||||
|
alt="Under Construction GIF"
|
||||||
|
/>
|
||||||
|
Under Construction
|
||||||
|
</h1>
|
||||||
|
<p>
|
||||||
|
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!
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h1>The people</h1>
|
||||||
|
<p>
|
||||||
|
Here is a list of all the members of our group who currently
|
||||||
|
have a homepage here :3
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<!-- TODO: Describe yourself here! -->
|
||||||
|
<li>
|
||||||
|
<a href="https://ady.kemonomimi.gay/">ady</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://sugary.kemonomimi.gay/">sugary</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="https://werru.kemonomimi.gay/">werru</a></li>
|
||||||
|
<li>
|
||||||
|
<a href="https://yukijoou.kemonomimi.gay/">yukijoou</a> -
|
||||||
|
the webmistress
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>You're very encouraged to check out their stuff!</p>
|
||||||
|
|
||||||
|
<h1>Services available</h1>
|
||||||
|
<p>
|
||||||
|
We don't have many services available yet, but we're working on
|
||||||
|
bringing more stuff to more people
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
HTTP server, powered by
|
||||||
|
<a href="https://www.nginx.com/">nginx</a>, which you are
|
||||||
|
currently using
|
||||||
|
<br />
|
||||||
|
<i>Maintained by Yuki</i>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://arozos.com/">Arozos</a>, a web-based
|
||||||
|
operating system at
|
||||||
|
<a href="https://arozos.kemonomimi.gay/"
|
||||||
|
>arozos.kemonomimi.gay</a
|
||||||
|
>
|
||||||
|
<br />
|
||||||
|
<i>Maintained by Werru</i>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<p>© 2023 - the gay people in your computer</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
42
src/style.css
Normal file
42
src/style.css
Normal file
|
@ -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;
|
||||||
|
}
|
Loading…
Reference in a new issue