Compare commits

...

2 commits

Author SHA1 Message Date
Sugaryy_
3c0b455e48 mend 2023-05-27 14:21:51 +02:00
Sugaryy_
94da19bdd9 index.html: Added my description and added gitea to services 2023-05-27 14:15:33 +02:00

View file

@ -1,90 +1,99 @@
<!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>&ast; for legal reasons, not all of us are gay.</em>
</p>
</header>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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="in-construction.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>
<meta name="darkreader-lock" />
<title>kemonomimi.gay</title>
<link rel="stylesheet" href="style.css" />
</head>
<h1>The people</h1>
<p>
Here is a list of all the members of our group who currently
have a homepage here :3
</p>
<body>
<header>
<h1>kemonomimi.gay</h1>
<p>
we are gay and proud of it. <br />
<em>&ast; for legal reasons, not all of us are gay.</em>
</p>
</header>
<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>
<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="in-construction.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>
<p>You're very encouraged to check out their stuff!</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>
<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>
<!-- TODO: Describe yourself here! -->
<li>
<a href="https://ady.kemonomimi.gay/">ady</a>
</li>
<li>
<a href="https://sugary.kemonomimi.gay/">sugary</a> -
the FemboyOS queen
</li>
<li><a href="https://werru.kemonomimi.gay/">werru</a></li>
<li>
<a href="https://yukijoou.kemonomimi.gay/">yukijoou</a> -
the webmistress
</li>
</ul>
<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>
<p>You're very encouraged to check out their stuff!</p>
<footer>
<p>&copy; 2023 - the gay people in your computer</p>
</footer>
</body>
</html>
<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://gitea.io/">Gitea</a>, a self hosted git instance
<a href="https://git.kemonomimi.gay/">git.kemonomimi.gay</a>
<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>&copy; 2023 - the gay people in your computer</p>
</footer>
</body>
</html>