Compare commits
2 commits
220a2bdca8
...
2c760ff23b
Author | SHA1 | Date | |
---|---|---|---|
2c760ff23b | |||
6d9ae163b9 |
2 changed files with 50 additions and 2 deletions
47
contact.html
Normal file
47
contact.html
Normal file
|
@ -0,0 +1,47 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>landing</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div id="header">
|
||||
<header>
|
||||
<h1>zoner.work</h1>
|
||||
<p><a href="https://status.zoner.work">Status Page</a></p>
|
||||
</header>
|
||||
</div>
|
||||
<div id="linkblock">
|
||||
<h3>social</h3>
|
||||
<p><a href="https://zoner.work">Sharkey</a></p>
|
||||
<p><a href="https://wf.zoner.work">Writefreely</a></p>
|
||||
<p><a href="https://m.zoner.work">Matrix</a></p>
|
||||
</div>
|
||||
<div id="linkblock">
|
||||
<h3>a/v</h3>
|
||||
<p><a href="https://inv.zoner.work">Invidious</a></p>
|
||||
</div>
|
||||
<div id="linkblock">
|
||||
<h3>utility</h3>
|
||||
<p><a href="https://nc.zoner.work">Nextcloud</a></p>
|
||||
<p><a href="https://search.zoner.work">SearXNG</a></p>
|
||||
<p><a href="https://git.zoner.work">Forgejo</a></p>
|
||||
</div>
|
||||
<div id="content">
|
||||
<hr>
|
||||
<h4>Contact</h4>
|
||||
<div>This domain and its services are administrated by fennel kora.</div>
|
||||
<ul>
|
||||
<li>Email: <a href="mailto:fencore@zoner.work">fencore@zoner.work</a></li>
|
||||
<li>Fediverse: <a href=https://zoner.work/@fen>@fen@zoner.work</a></li>
|
||||
<li>Bluesky: <a href=https://bsky.app/profile/fen.zoner.work>@fen.zoner.work</a></li>
|
||||
<li>Twitter: <a href=https://twitter.com/fennelwhyth>@fennelwhyth</a></li>
|
||||
<li>Matrix: <a href="https://matrix.to/#/@fen:zoner.work">@fen:zoner.work</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer"><a href="tos.html">Terms of Service</a> • <a href="privacy.html">Privacy Policy</a> • <a href="#">Contact</a><br>Site contents <a href=https://git.zoner.work/fen/zonerwww/src/branch/origin>available</a> under MIT License. • Kyushu Starscape Panorama CC BY-NC-SA 4.0 by Xiphos</div>
|
||||
</body>
|
||||
</html>
|
|
@ -57,13 +57,14 @@ a:hover {
|
|||
}
|
||||
|
||||
#content > p, #content > ul {
|
||||
width: 95%;
|
||||
width: 100%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 2em;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
#footer {
|
||||
|
|
Loading…
Reference in a new issue