i love feet
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
hexlocation 2024-11-30 20:32:20 +01:00
parent 0c20cfc47a
commit 07c09dfd87
3 changed files with 7 additions and 3 deletions

View file

@ -30,11 +30,13 @@ body {
}
#link-container a {
text-decoration: none;
color: var(--term-color);
color: black;
}
#link-container {
display: flex;
gap: 4vw;
background-color: var(--term-color);
justify-content: center;
}
hr {
margin-top: 1px;
@ -113,6 +115,9 @@ label {
.service-icon {
vertical-align: middle;
}
#content {
margin-top: 5px;
}
.service-title {
align-items: center;
gap: 5px;

View file

@ -15,7 +15,6 @@
<a href="/members">members</a>
<a href="/abuse">report abuse</a>
</div>
<hr>
<div id="content">{% block content %}{% endblock content %}</div>
</div>
</body>

View file

@ -13,6 +13,6 @@
{{macros::service(title="Blog", description="Our blog where we post some stuff, sometimes :)", href="https://blog.iwakura.rip", img="")}}
{{macros::service(title="Enclosed", description="Enclosed is a minimalistic web application designed for sending private and secure notes.", href="https://bin.iwakura.rip", img="https://github.com/CorentinTh/enclosed/raw/main/.github/icon-light.png")}}
</div><br>
Other services can be added on request. We also try to provide space for members wanting to host their own services, though stability is something to think about when asking for this.
Other services can be added on request. We also try to provide space for members wanting to host their own services, though iwakura.rip is a hobby project made by a single guy in his basement, so stability is something to think about when asking for this.
<p style="font-size: 10px">We do not own the copyright for any of the projects mentioned above. All copyright goes to their respective owners. We only host instances of them.</p>
{% endblock content %}