-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (53 loc) · 3.05 KB
/
index.html
File metadata and controls
54 lines (53 loc) · 3.05 KB
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
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="description" content="hYpercrites.de enthält weiterführende Links zu meinen anderen Profilen.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=yes">
<meta property="og:image" content="https://hypercrites.github.io/img/preview.png">
<meta property="og:type" content="website">
<meta property="og:title" content="hYpercrites.de - StunneR | eXilant | Viral">
<meta property="og:description" content="hYpercrites.de enthält weiterführende Links zu meinen anderen Profilen.">
<link rel="shortcut icon" href="img/mario.gif">
<link href="style/default.css" rel="stylesheet">
<title>hYpercrites.de - Stunner | eXilant | Viral</title>
<base target="_blank">
<script src="js/background.js"></script>
<script>
console.clear();
console.log('SO geil ist der Quellcode nun wirklich nicht. :^\)')
</script>
</head>
<body>
<div class="site">
<div class="content">
<div class="header">
<img class="avatar" src="img/foto.jpg" alt="avatar">
<div class="titel">
<p class="dreideh">hYpercrites</p><br>
aka. <p class="kursiv">StunneR, eXilant, Viral</p><br>
</div>
</div>
<p class="handschrift"><br><b>Kevin</b>, 35, Germany</p><br>
<p class="quote">Techniknerd mit liebe zur Fotografie.<br>
Linux-Enthusiast, Thinkpad-Fanboy und Gimp-Spielkind.</p>
<hr>
<div class="tags"><p class="tag">Photography</p> <p class="tag">Gaming</p> <p class="tag">Technology</p></div><br>
<div class="links"><a href="https://instagram.com/hypercrites" title="instagram"><i class="fa-brands fa-instagram"></i></a>
<a href="https://flickr.com/photos/hypercrites" title="flickr"><i class="fa-brands fa-flickr"></i></a>
<a href="https://reddit.com/user/hYpercrites" title="reddit"><i class="fa-brands fa-reddit"></i></a>
<a href="https://steamcommunity.com/id/hypercrites" title="steam"><i class="fa-brands fa-steam"></i></a>
<a href="https://discordapp.com/users/1019353875658047539" title="discord"><i class="fa-brands fa-discord"></i></a>
<a href="https://twitch.tv/0xstunner" title="twitch"><i class="fa-brands fa-twitch"></i></a>
<a href="https://open.spotify.com/user/algdf5kzzuooq0gg5ax2vjg1v" title="spotify"><i class="fa-brands fa-spotify"></i></a>
<a href="https://github.com/hypercrites" title="github"><i class="fa-brands fa-github"></i></a>
<a href="https://threads.net/@hypercrites" title="threads"><i class="fa-brands fa-threads"></i></a>
</div>
</div>
</div>
<canvas id="nokey">
<!-- <canvas id="nokey" width="400" height="400"> -->
<!-- https://codepen.io/jkiss/pen/OVEeqK -->
</canvas>
</body>
</html>