fixup! fixup! fixup! restyle

This commit is contained in:
2025-07-31 22:27:06 +03:00
parent c921a2ed77
commit a9f74daeac
2 changed files with 44 additions and 31 deletions
+11
View File
@@ -22,6 +22,11 @@ body {
background-color: $base;
font-family: Pixeloid;
color: $text;
width: fit-content;
}
h1 {
text-align: center;
}
a {
@@ -54,6 +59,12 @@ a {
}
}
.services-block {
display: flex;
flex-direction: column;
width: fit-content;
}
.services {
background-color: $surface0;
border-radius: 8px;
+33 -31
View File
@@ -1,35 +1,37 @@
<div class="services">
<div>
<div><a href="https://b.codrs.ru"><strong>Sharkey</strong></a></div>
<p>Федеративная микроблогинговая система поверх протокола ActivityPub</p>
<div class="services-block">
<div class="services">
<div>
<div><a href="https://b.codrs.ru"><strong>Sharkey</strong></a></div>
<p>Федеративная микроблогинговая система поверх протокола ActivityPub</p>
</div>
<div>
<div><a href="https://g.codrs.ru"><strong>Gitea</strong></a></div>
<p>Selhosted хранилище git-репозиториев со свободным исходным кодом</p>
</div>
</div>
<div>
<div><a href="https://g.codrs.ru"><strong>Gitea</strong></a></div>
<p>Selhosted хранилище git-репозиториев со свободным исходным кодом</p>
</div>
</div>
<div class="services">
<p><a href="https://m.codrs.ru"><strong>Matrix</strong></a> &mdash; федеративный мессанджер</p>
<p><a href="https://c.codrs.ru"><strong>Copyparty</strong></a> &mdash; облачное хранилище файлов</p>
<p><a href="https://s.codrs.ru"><strong>4get</strong></a> &mdash; прокси-поисковик</p>
</div>
<div class="services">
<div>
<strong>DNS</strong>:
<ul>
<li><span class="mono">193.222.99.172</span></li>
<li>DoT: <span class="mono">...</span></li>
<li>DoH: <span class="mono">...</span></li>
</ul>
<div class="services">
<p><a href="https://m.codrs.ru"><strong>Matrix</strong></a> &mdash; федеративный мессанджер</p>
<p><a href="https://c.codrs.ru"><strong>Copyparty</strong></a> &mdash; облачное хранилище файлов</p>
<p><a href="https://s.codrs.ru"><strong>4get</strong></a> &mdash; прокси-поисковик</p>
</div>
<div>
<strong>Yggdrasil</strong>:
<span class="mono">200:ee1:bad2:1732:4b91:c3e3:2f08:29b3</span>
</div>
</div>
<div class="services">
Ещё у нас есть <a href="https://bug.codrs.ru"><strong>GlitchTip</strong></a> и <a href="https://dav.codrs.ru"><strong>Baikal</strong></a> для участников нашей группы!
</div>
<div class="services">
<div>
<strong>DNS</strong>:
<ul>
<li><span class="mono">193.222.99.172</span></li>
<li>DoT: <span class="mono">...</span></li>
<li>DoH: <span class="mono">...</span></li>
</ul>
</div>
<div>
<strong>Yggdrasil</strong>:
<span class="mono">200:ee1:bad2:1732:4b91:c3e3:2f08:29b3</span>
</div>
</div>
<div class="services">
Ещё у нас есть <a href="https://bug.codrs.ru"><strong>GlitchTip</strong></a> и <a href="https://dav.codrs.ru"><strong>Baikal</strong></a> для участников нашей группы!
</div>
</div>