feat: synapse & prosody + change text
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
4213acd300
commit
989d693eb3
4 changed files with 12 additions and 3 deletions
BIN
assets/img/matrix.jpg
Normal file
BIN
assets/img/matrix.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
9
assets/img/prosody.svg
Normal file
9
assets/img/prosody.svg
Normal file
|
@ -0,0 +1,9 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="64" viewBox="0 0 480 480" width="64">
|
||||
<g>
|
||||
<title>Prosody Logo</title>
|
||||
<rect fill="#6197df" height="220" id="svg_1" rx="60" ry="60" width="220" x="10" y="10"></rect>
|
||||
<rect fill="#f29b00" height="220" id="svg_2" rx="60" ry="60" width="220" x="10" y="240"></rect>
|
||||
<rect fill="#f29b00" height="220" id="svg_3" rx="60" ry="60" width="220" x="240" y="10"></rect>
|
||||
<rect fill="#6197df" height="220" id="svg_4" rx="60" ry="60" width="220" x="240" y="240"></rect>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 525 B |
|
@ -9,7 +9,7 @@
|
|||
<body>
|
||||
<div id="top">
|
||||
<h1 style="font-size: 50px;text-align:center;margin:0;">iwakura.rip</h1>
|
||||
<h3 style="text-align: center;color: red;margin-bottom: 0;margin-top: 10px;">🎄 merry christmas!! <3 </h3>
|
||||
<h3 style="text-align: center;color: red;margin-bottom: 0;margin-top: 10px;">lowkey pretty cool</h3>
|
||||
<br>
|
||||
|
||||
<div id="link-container">
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
{% block content %}
|
||||
<div id="service-containers">
|
||||
{{macros::service(title="Forgejo", description="A place for everyone to host their source code!", href="https://git.iwakura.rip", img="https://www.marefa.org/w/images/thumb/0/05/Forgejo_logo.svg/640px-Forgejo_logo.svg.png")}}
|
||||
{{macros::service(title="Jellyfin", description="For all your media consumption needs.", href="https://media.iwakura.rip", img="/assets/img/jellyfin.png", available=false)}}
|
||||
{{macros::service(title="Woodpecker CI", description="Powerful CI/CD to use together with Forgejo.", href="https://ci.iwakura.rip", img="/assets/img/woodpecker.svg")}}
|
||||
{{macros::service(title="Jellyseerr", description="Get information about your favorite movies and TV shows, all together in one place.", href="https://request.iwakura.rip", img="/assets/img/jellyseerr.ico", available=false)}}
|
||||
{{macros::service(title="Prosody", description="Prosody is a XMPP messaging server, and superior to Matrix :3", href="https://prosody.im/", img="/assets/img/prosody.svg")}}
|
||||
{{macros::service(title="Synapse", description="Synapse is the official server implementation for the Matrix protocol.", href="https://matrix.iwakura.rip", img="/assets/img/matrix.jpg")}}
|
||||
{{macros::service(title="DN42", description="We are currently in the process of connecting all of our services to DN42 - an overlay network using internet technologies.", href="https://iwakura.dn42", img="/assets/img/dn42.png", available=false)}}
|
||||
{{macros::service(title="Authelia", description="Open-source authentication & authorization platform.", href="https://auth.iwakura.rip", img="/assets/img/authelia.png")}}
|
||||
{{macros::service(title="E-mail", description="We are hosting our own e-mail servers on an off-shore hosting provider. Note: all emails are currently being stored in plain text. We recommend using PGP encryption.", href="https://mail.iwakura.rip", img="/assets/img/mail.png")}}
|
||||
|
|
Loading…
Reference in a new issue