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

This commit is contained in:
Sugaryy_ 2023-05-27 14:31:21 +02:00
parent 6852441a91
commit f385391a96
2 changed files with 52 additions and 43 deletions

View file

@ -8,6 +8,7 @@
<title>kemonomimi.gay</title> <title>kemonomimi.gay</title>
<link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="style.css" />
</head> </head>
<body> <body>
<header> <header>
<h1>kemonomimi.gay</h1> <h1>kemonomimi.gay</h1>
@ -46,7 +47,8 @@
<a href="https://ady.kemonomimi.gay/">ady</a> <a href="https://ady.kemonomimi.gay/">ady</a>
</li> </li>
<li> <li>
<a href="https://sugary.kemonomimi.gay/">sugary</a> <a href="https://sugary.kemonomimi.gay/">sugary</a> - the
FemboyOS queen
</li> </li>
<li><a href="https://werru.kemonomimi.gay/">werru</a></li> <li><a href="https://werru.kemonomimi.gay/">werru</a></li>
<li> <li>
@ -71,6 +73,13 @@
<br /> <br />
<i>Maintained by Yuki</i> <i>Maintained by Yuki</i>
</li> </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> <li>
<a href="https://arozos.com/">Arozos</a>, a web-based <a href="https://arozos.com/">Arozos</a>, a web-based
operating system at operating system at

View file

@ -1,42 +1,42 @@
body { body {
font-family: "IBM Plex Mono", monospace; font-family: "IBM Plex Mono", monospace;
color: lightgray; color: lightgray;
background: #161616; background: #161616;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
} }
a { a {
font-weight: 600; font-weight: 600;
color: #f1c21b; color: #f1c21b;
} }
a:visited { a:visited {
color: #ff832b; color: #ff832b;
} }
a:hover { a:hover {
color: #fddc69; color: #fddc69;
} }
a:active { a:active {
color: #fcf4d6; color: #fcf4d6;
} }
h1#construction { h1#construction {
color: #f1c21b; color: #f1c21b;
} }
header { header {
max-width: 30rem; max-width: 30rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
text-align: center; text-align: center;
} }
main { main {
max-width: 50rem; max-width: 50rem;
} }