-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
74 lines (68 loc) · 3.89 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="icon" href="https://cdn.d3rjust1n.xyz/r/d3rjust1n-pb-rund.png" type="image/x-icon">
<link rel="shortcut icon" href="https://cdn.d3rjust1n.xyz/r/d3rjust1n-pb-rund.png" type="image/x-icon">
<!-- Tab Config-->
<title>D3rJust1n</title>
<link rel="icon" type="image/png" href="https://cdn.d3rjust1n.xyz/r/d3rjust1n-pb-rund.png">
<!-- Für SEO -->
<meta name="description" content="D3rJust1n's Profilseite. Hardware Enthusiast, Gamer, Anime Fan, Musik Enjoyer.">
<meta name="keywords" content="D3rJust1n, Gaming, Anime, Musik">
<meta name="author" content="D3rJust1n">
<!-- Open Graph fuer Facebook -->
<meta property="og:title" content="D3rJust1n" />
<meta property="og:description" content="D3rJust1n's Profilseite. Hardware Enthusiast, Gamer, Anime Fan, Musik Enjoyer." />
<meta property="og:image" content="https://cdn.d3rjust1n.xyz/r/d3rjust1n-pb-rund.png" />
<meta property="og:url" content="http://www.yourwebsite.com/justin" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="D3rJust1n's Website" />
<!-- Twitter Card Daten -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@D3rJust1n">
<meta name="twitter:title" content="D3rJust1n">
<meta name="twitter:description" content="D3rJust1n's Profilseite. Hardware Enthusiast, Gamer, Anime Fan, Musik Enjoyer.">
<meta name="twitter:image" content="https://cdn.d3rjust1n.xyz/r/d3rjust1n-pb-rund.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<img class="profile-photo" src="images/favicon.ico" alt="Profilbild von D3rJust1n">
<h1>D3rJust1n</h1>
<p>Hardware Enthusiast, Gamer, Anime Fan, Musik Enjoyer</p>
<div class="social-links">
<a href="https://d3rjust1n.xyz/insta" class="social-button instagram" target="_blank">
<img src="images/instagram.png" alt="Instagram"><span>Instagram</span>
</a>
<a href="https://d3rjust1n.xyz/tiktok" class="social-button tiktok" target="_blank">
<img src="images/tiktok.png" alt="TikTok"><span>TikTok</span>
</a>
<a href="https://d3rjust1n.xyz/yt" class="social-button youtube" target="_blank">
<img src="images/youtube.png" alt="YouTube"><span>YouTube</span>
</a>
<a href="https://d3rjust1n.xyz/discord" class="social-button discord" target="_blank">
<img src="images/favicon.ico" alt="Discord"><span>Mein Discord</span>
</a>
<a href="https://d3rjust1n.xyz/twitch" class="social-button twitch" target="_blank">
<img src="images/twitch.png" alt="Twitch"><span>Twitch</span>
</a>
<a href="https://d3rjust1n.xyz/twitter" class="social-button twitter" target="_blank">
<img src="images/x.png" alt="Twitter"><span>Twitter</span>
</a>
<a href="https://d3rjust1n.xyz/anilist" class="social-button anilist" target="_blank">
<img src="images/anilist.png" alt="AniList"><span>AniList</span>
</a>
<a href="https://d3rjust1n.xyz/pc" class="social-button setup" target="_blank">
<img src="images/geizhals.png" alt="Setup"><span>Mein Setup</span>
</a>
<a href="https://d3rjust1n.xyz/pi5" class="social-button setup" target="_blank">
<img src="images/geizhals.png" alt="Setup"><span>Mein Pi5 Setup</span>
</a>
<a href="https://akkogear.de/products/black-gold-5108b-plus-iso-mechanical-keyboard?variant=43547465875701" class="social-button akko" target="_blank">
<img src="images/akko.png" alt="Akko Keyboard"><span>Akko 5108B Plus ISO</span>
</a>
</div>
</body>
</html>