animations
This commit is contained in:
136
contact.html
136
contact.html
@@ -1,58 +1,82 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Krzak.org</title>
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>
|
||||
<span class="icon">
|
||||
<img src="/icon.svg" alt="krzak.org" />
|
||||
</span>
|
||||
Krzak.org
|
||||
</h1>
|
||||
<p>Contact:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://fedi.krzak.org/@krzak">
|
||||
<strong>Fediverse</strong>
|
||||
<span>@krzak@fedi.krzak.org</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="mailto:admin@krzak.org">
|
||||
<strong>Mail</strong>
|
||||
<span>admin@krzak.org</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="">
|
||||
<strong>Discord</strong>
|
||||
<span>n0va_bot</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Support:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="">
|
||||
<strong>Blik</strong>
|
||||
<span>+48 536 605 450</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<br />
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/">
|
||||
<strong>Back</strong>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<script src="/refresh.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Krzak.org - Contact</title>
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container fade-in">
|
||||
<h1 class="slide-down">
|
||||
<span class="icon">
|
||||
<img src="/icon.svg" alt="krzak.org" />
|
||||
</span>
|
||||
Krzak.org
|
||||
</h1>
|
||||
<p class="slide-down">Contact:</p>
|
||||
<ul>
|
||||
<li class="slide-up" style="animation-delay: 0.1s">
|
||||
<a href="https://fedi.krzak.org/@krzak">
|
||||
<strong>Fediverse</strong>
|
||||
<span>@krzak@fedi.krzak.org</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="slide-up" style="animation-delay: 0.15s">
|
||||
<a href="mailto:admin@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>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="fade-in" style="animation-delay: 0.25s">Support:</p>
|
||||
<ul>
|
||||
<li class="slide-up" style="animation-delay: 0.3s">
|
||||
<a href="">
|
||||
<strong>Blik</strong>
|
||||
<span>+48 536 605 450</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<br />
|
||||
<ul>
|
||||
<li class="slide-up" style="animation-delay: 0.35s">
|
||||
<a href="/">
|
||||
<strong>Back</strong>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</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>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user