Update
This commit is contained in:
69
contact.html
69
contact.html
@@ -15,40 +15,30 @@
|
||||
</span>
|
||||
Krzak.org
|
||||
</h1>
|
||||
<p class="slide-down">Contact:</p>
|
||||
<ul>
|
||||
<li class="slide-up" style="animation-delay: 0.05s">
|
||||
<a href="https://matrix.to/#/@admin:krzak.org">
|
||||
<a href="https://matrix.to/#/@n0va:krzak.org">
|
||||
<strong>Matrix</strong>
|
||||
<span>@admin:krzak.org</span>
|
||||
<span>@n0va:krzak.org</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="slide-up" style="animation-delay: 0.1s">
|
||||
<a href="https://fedi.krzak.org/@krzak">
|
||||
<a href="https://fedi.krzak.org/@n0va">
|
||||
<strong>Fediverse</strong>
|
||||
<span>@krzak@fedi.krzak.org</span>
|
||||
<span>@n0va@fedi.krzak.org</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="slide-up" style="animation-delay: 0.15s">
|
||||
<a href="mailto:admin@krzak.org">
|
||||
<a href="mailto:n0va@krzak.org">
|
||||
<strong>Mail</strong>
|
||||
<span>admin@krzak.org</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="slide-up" style="animation-delay: 0.2s">
|
||||
<a href="">
|
||||
<strong>Discord</strong>
|
||||
<span>n0va_bot</span>
|
||||
<span>n0va@krzak.org</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<br />
|
||||
<p class="fade-in" style="animation-delay: 0.25s">Support:</p>
|
||||
<ul>
|
||||
<li class="slide-up" style="animation-delay: 0.3s">
|
||||
<a href="https://liberapay.com/krzak">
|
||||
<strong>Support Krzak.org</strong>
|
||||
<span>Liberapay</span>
|
||||
<li class="slide-up support-row" style="animation-delay: 0.3s">
|
||||
<a href="https://liberapay.com/krzak" class="button">
|
||||
Support Krzak.org
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -62,7 +52,13 @@
|
||||
</ul>
|
||||
|
||||
<div class="librecounter fade-in" style="animation-delay: 0.4s">
|
||||
<span class="librecounter-text">
|
||||
<img
|
||||
src="https://librecounter.org/counter.svg"
|
||||
referrerpolicy="unsafe-url"
|
||||
width="0"
|
||||
alt=""
|
||||
/>
|
||||
<span class="counter">
|
||||
Indexed by
|
||||
<a
|
||||
href="https://librecounter.org/referer/show"
|
||||
@@ -70,40 +66,7 @@
|
||||
>LibreCounter</a
|
||||
>
|
||||
</span>
|
||||
<a href="https://librecounter.org/referer/show" target="_blank">
|
||||
<img
|
||||
src="https://librecounter.org/counter.svg"
|
||||
referrerpolicy="unsafe-url"
|
||||
alt="LibreCounter"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Back to top button -->
|
||||
<button
|
||||
id="back-to-top"
|
||||
class="back-to-top"
|
||||
aria-label="Back to top"
|
||||
title="Back to top"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<polyline points="18 15 12 9 6 15"></polyline>
|
||||
</svg>
|
||||
</button>
|
||||
|
||||
<script src="/refresh.js"></script>
|
||||
<script src="/animations.js"></script>
|
||||
<script src="/ai-chat.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user