index.html: Added my description and added gitea to services

This commit is contained in:
Sugaryy_ 2023-05-27 14:15:33 +02:00
parent 6852441a91
commit 94da19bdd9

View file

@ -1,90 +1,99 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="darkreader-lock" /> <head>
<title>kemonomimi.gay</title> <meta charset="UTF-8" />
<link rel="stylesheet" href="style.css" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
</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>
<main> <meta name="darkreader-lock" />
<p> <title>kemonomimi.gay</title>
This is a place where we host services we use, and publish stuff <link rel="stylesheet" href="style.css" />
we find interesting. We're a group of mostly queer people, who </head>
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>
<h1>The people</h1> <body>
<p> <header>
Here is a list of all the members of our group who currently <h1>kemonomimi.gay</h1>
have a homepage here :3 <p>
</p> we are gay and proud of it. <br />
<em>&ast; for legal reasons, not all of us are gay.</em>
</p>
</header>
<ul> <main>
<!-- TODO: Describe yourself here! --> <p>
<li> This is a place where we host services we use, and publish stuff
<a href="https://ady.kemonomimi.gay/">ady</a> we find interesting. We're a group of mostly queer people, who
</li> spend their day on the internet nerding out over special
<li> interests!
<a href="https://sugary.kemonomimi.gay/">sugary</a> </p>
</li> <h1 id="construction">
<li><a href="https://werru.kemonomimi.gay/">werru</a></li> <img src="in-construction.gif" alt="Under Construction GIF" />
<li> Under Construction
<a href="https://yukijoou.kemonomimi.gay/">yukijoou</a> - </h1>
the webmistress <p>
</li> We are still working on bringing more services and content to
</ul> 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> <ul>
<p> <!-- TODO: Describe yourself here! -->
We don't have many services available yet, but we're working on <li>
bringing more stuff to more people <a href="https://ady.kemonomimi.gay/">ady</a>
</p> </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> <p>You're very encouraged to check out their stuff!</p>
<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> <h1>Services available</h1>
<p>&copy; 2023 - the gay people in your computer</p> <p>
</footer> We don't have many services available yet, but we're working on
</body> bringing more stuff to more people
</html> </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/">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>