summaryrefslogtreecommitdiff
path: root/index.html
blob: c4e8995d49b6d869f40b02d4c2490ba98891d72c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/fonts/fonts.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<style>
	.bg {display: flex; justify-content: center; flex-direction: column; min-height: 100vh; background-image: url("media/clouds-m.png"); background-size: cover; background-position: center center; background-attachment: fixed; image-rendering: crisp-edges; image-rendering: pixelated;}
	.main {flex-direction: row; justify-content: flex-start; padding: 12.5vw;}
	.main img {height: 1.5rem; image-rendering: unset;}
	nav {flex: none; width: unset; height: unset; position: static; padding: 0; background: none; border: none; overflow: hidden;}
	nav pre {font-size: 0.75rem;}
	@media screen and (max-width: 800px) {nav pre {font-size: 1rem;}}
</style>
<script>setTimeout(function(){var e=new Image;e.onload=function(){document.querySelector(".bg").style.backgroundImage="url("+e.src+")"},e.src="/media/clouds.png"},50);</script>
<title>DistressNetwork°</title>
</head>

<body>
<a rel="me" href="https://x0r.be/@distressnetwork" style="display: none;">.</a>
<div class="bg">
<div class="main">
<img src="media/logo.svg" alt="DistressNetwork°">
<nav>
<pre>
<span aria-hidden="true">├───</span><a href="/info">info</a>
<span aria-hidden="true">├───</span><a href="/meta">meta</a>
<span aria-hidden="true">│   ├───</span><a href="/meta/sitemap">sitemap</a>
<span aria-hidden="true">│   ├───</span><a href="/meta/styletest">styletest</a>
<span aria-hidden="true">│   └───</span><a href="/meta/todo">todo</a>
<span aria-hidden="true">├───</span><a href="/software">software</a>
<span aria-hidden="true">│   ├───</span><a href="/software/literary">literary</a>
<span aria-hidden="true">│   └───</span><a href="/software/web">web</a>
<span aria-hidden="true">├───</span><a href="/visual">visual</a>
<span aria-hidden="true">│   ├───</span><a href="/visual/composite">composite</a>
<span aria-hidden="true">│   └───</span><a href="/visual/logotype">logotype</a>
<span aria-hidden="true">└───</span><a href="/written">written</a>
</pre>
</nav>
</div>
</div>
<footer>
<p><a href="/info">About.</a> <a href="mailto:uplink@distress.network">Contact.</a> <a href="https://git.distress.network">Repository.</a> <a href="https://creativecommons.org/licenses/by-sa/4.0">CC BY-SA 4.0.</a></p>
<img src="/media/distressnetwork-w.svg" alt="">
</footer>
</body>
</html>