Browse Source

Init

master
Jona Zantz 1 month ago
commit
b6a61bb868
No known key found for this signature in database GPG Key ID: 82BD76DB8823DB7F
  1. 70
      index.html
  2. BIN
      pics/Logo-violett.png

70
index.html

@ -0,0 +1,70 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<title>wahlord.moe</title>
<style>
body {
min-height: 80vh;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
background-color: #42314d;
color: #ccc;
font-weight: 900;
font-family: "DejaVu Sans Mono", monospace;
flex-wrap: wrap;
}
a {
color: inherit;
text-decoration: none;
}
pre {
display: block;
width: fit-content;
font-family: inherit;
margin: 0;
overflow: hidden;
font-size: min(1em, 2.5vw, 1.8vh);
}
a:hover {
text-decoration: underline;
}
img {
max-width: 200px;
max-height: auto;
}
</style>
</head>
<body>
<pre>
_ _
| | | |
__ ____ _| |__ | |
\ \ /\ / / _` | '_ \| |
\ V V / (_| | | | |_|
\_/\_/ \__,_|_| |_(_)
</pre>
<pre>
<img src="pics/Logo-violett.png">
</pre>
<pre>
<span>mail: wah at [insert this domain]</span>
<span>matrix: @wahlord:trmw.eu</span>
<a rel="me" href="https://chaos.social/@wahlord">mastodon</a>
<a href="https://github.com/wahlord">github</a>
</pre>
</body>
</html>

BIN
pics/Logo-violett.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 MiB

Loading…
Cancel
Save