-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (74 loc) · 3.51 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta name="robots" content="all">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Description -->
<title>Aurelia 📚</title>
<meta name="author" content="Aurelia">
<meta name="version" content="1.0">
<meta name="language" content="en-US">
<meta name="keywords" content="libaurea, contact, social">
<meta name="url" content="https://libaurea.de/">
<meta name="description" content="Error 418 I'm a teapot">
<!-- Open Graph -->
<meta property="og:title" content="Aurelia 📚">
<meta property="og:type" content="website">
<meta property="og:locale" content="en-US">
<meta property="og:url" content="https://libaurea.de/">
<meta property="og:description" content="Error 418 I'm a teapot">
<meta property="og:image" content="https://libaurea.de/asset/header.png">
<!-- Twitter -->
<meta name="twitter:title" content="Aurelia 📚">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@libaurea">
<meta name="twitter:creator" content="@libaurea">
<meta name="twitter:url" content="https://libaurea.de/">
<meta name="twitter:description" content="Error 418 I'm a teapot">
<meta name="twitter:image" content="https://libaurea.de/asset/profile.png">
<!-- Stylesheet -->
<link rel="stylesheet" href="./style/one-dark-light.css">
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌿</text></svg>">
<!-- Script -->
<script src="./script/theme.js"></script>
</head>
<body>
<article>
<h1 onclick="toggleTheme()">Aurelia 📚</h1>
<p>Hi! You are probably here to find me elsewhere.</p>
<p>Lovely beep boop<br>Aurelia 📚</p>
<h2>Classic Social Media</h2>
<ul>
<li><a rel="me" href="https://chaos.social/@libaurea">Mastodon</a></li>
<li><a href="https://twitter.com/libaurea">Twitter</a></li>
<li><a href="https://www.instagram.com/libaurea/">Instagram</a></li>
<li><a href="https://www.reddit.com/user/libaurea">Reddit</a></li>
<li><a href="https://libaurea.tumblr.com">Tumblr</a></li>
</ul>
<h2>Other Social Media</h2>
<ul>
<li><a href="https://www.twitch.tv/libaurea">Twitch</a></li>
<li><a href="https://imgur.com/user/libaurea">Imgur</a></li>
<li><a href="https://www.youtube.com/channel/UCcGZP_a5uVLN0lXnJgCO1Uw">YouTube</a></li>
</ul>
<h2>Coding</h2>
<ul>
<li><a href="https://github.com/libaurea">GitHub</a></li>
<li><a href="https://gitlab.com/libaurea">GitLab</a></li>
<li><a href="https://pastebin.com/u/libaurea">Pastebin</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/user/17066570/">Firefox Add-ons</a></li>
<li><a href="https://g.dev/libaurea">Google Developers</a></li>
</ul>
<h2>Contact</h2>
<p>
Still not found what you were looking for? Write me at <span class="spacing">mail</span>∂<span
class="spacing" style="display: none;">no-reply.</span>libaurea.de
<a href="https://libaurea.de/asset/libaurea.asc" target="_blank" rel="noopener noreferrer">(PGP-Key)</a>.
</p>
</article>
</body>
</html>