-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (39 loc) · 1.29 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>lukas zanner</title>
<meta name="description" content="// software developer">
<meta name="robots" content="index, follow">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/png" href="favicon.png" sizes="32x32">
<link rel="canonical" href="https://www.lukaszanner.de">
<style>
body {
background-color: #111;
color: #eee;
line-height: 1.8em;
font-size: 1.1rem;
}
a {
color: inherit;
}
a:hover {
color: #bebebe;
}
</style>
</head>
<body>
<main>
<pre>
[~]$ ls -1 socials/
<a href="https://github.com/zann1x" title="GitHub" rel="noopener" target="_blank">github</a>
<a href="https://linkedin.com/in/lukas-zanner" title="LinkedIn" rel="noopener" target="_blank">linkedin</a>
<a href="https://www.xing.com/profile/Lukas_Zanner" title="XING" rel="noopener" target="_blank">xing</a>
[~]$ ls -1 identity/
<a href="lukaszanner.gpg.asc" title="73CA 39A2 D274 EB1B 9E6E 4086 83A2 F201 ED7D 6AC3">gpg key 0x83A2F201ED7D6AC3</a>
</pre>
</main>
</body>
</html>