-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (106 loc) · 7.12 KB
/
index.html
File metadata and controls
118 lines (106 loc) · 7.12 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title>EightyNine</title>
<!-- SEO -->
<meta name="description" content="EightyNine ist ein Content Creator, der sich mit Social Media, Gaming und kreativen Projekten beschäftigt. Folge mir für spannende Inhalte!"/>
<!-- Open Graph (Facebook, LinkedIn) -->
<meta property="og:title" content="EightyNine"/>
<meta property="og:description" content="EightyNine ist ein Content Creator, der sich mit Social Media, Gaming und kreativen Projekten beschäftigt. Folge mir für spannende Inhalte!"/>
<meta property="og:image" content="https://eightynine.me/image.png"/>
<meta property="og:type" content="website"/>
<!-- Twitter Card -->
<meta name="twitter:title" content="EightyNine"/>
<meta name="twitter:description" content="EightyNine ist ein Content Creator, der sich mit Social Media, Gaming und kreativen Projekten beschäftigt. Folge mir für spannende Inhalte!"/>
<meta name="twitter:image" content="https://eightynine.me/image.png"/>
<meta name="twitter:card" content="summary_large_image"/>
<!-- Alternative Sprachversionen -->
<link rel="alternate" hrefLang="x-default" href="https://eightynine.me/"/>
<!-- Favicon & Apple Touch Icon -->
<link rel="shortcut icon" href="https://eightynine.me/favicon.ico" type="image/x-icon"/>
<link rel="apple-touch-icon" href="https://eightynine.me/apple-touch-icon.png"/>
<!-- Tailwind CSS -->
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<!-- Google Fonts (Poppins) -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>
body {
font-family: 'Poppins', sans-serif;
background: linear-gradient(135deg, #1f2937, #111827);
}
.social-link {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.social-link:hover {
transform: translateY(-5px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
</style>
</head>
<body class="text-white antialiased">
<main class="container mx-auto px-4 py-12 flex flex-col items-center justify-center min-h-screen">
<header class="text-center mb-12">
<img src="https://eightynine.me/apple-touch-icon.png" alt="Logo" class="w-32 h-32 rounded-full mx-auto mb-6 border-4 border-gray-700 shadow-lg">
<h1 class="text-5xl font-bold tracking-tight">EightyNine</h1>
<p class="text-gray-400 mt-2 text-lg">Content Creator | Gamer | Tech Enthusiast</p>
</header>
<section class="w-full max-w-2xl">
<div class="bg-slate-800/60 border border-slate-700 backdrop-blur-sm rounded-xl shadow-2xl p-8">
<h2 class="text-2xl font-semibold text-center mb-6">Folge mir auf meinen Kanälen</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
<a href="http://twitter.eightynine.me" target="_blank" class="social-link bg-gray-700/50 hover:bg-gray-700 text-white py-4 px-6 rounded-lg flex items-center justify-center space-x-3">
<i class="fab fa-twitter text-2xl"></i>
<span class="font-semibold">Twitter</span>
</a>
<a href="http://discord.eightynine.me" target="_blank" class="social-link bg-gray-700/50 hover:bg-gray-700 text-white py-4 px-6 rounded-lg flex items-center justify-center space-x-3">
<i class="fab fa-discord text-2xl"></i>
<span class="font-semibold">Discord</span>
</a>
<a href="http://instagram.eightynine.me" target="_blank" class="social-link bg-gray-700/50 hover:bg-gray-700 text-white py-4 px-6 rounded-lg flex items-center justify-center space-x-3">
<i class="fab fa-instagram text-2xl"></i>
<span class="font-semibold">Instagram</span>
</a>
<a href="http://tiktok.eightynine.me" target="_blank" class="social-link bg-gray-700/50 hover:bg-gray-700 text-white py-4 px-6 rounded-lg flex items-center justify-center space-x-3">
<i class="fab fa-tiktok text-2xl"></i>
<span class="font-semibold">TikTok</span>
</a>
<a href="http://youtube.eightynine.me" target="_blank" class="social-link bg-gray-700/50 hover:bg-gray-700 text-white py-4 px-6 rounded-lg flex items-center justify-center space-x-3">
<i class="fab fa-youtube text-2xl"></i>
<span class="font-semibold">YouTube</span>
</a>
<a href="http://twitch.eightynine.me" target="_blank" class="social-link bg-gray-700/50 hover:bg-gray-700 text-white py-4 px-6 rounded-lg flex items-center justify-center space-x-3">
<i class="fab fa-twitch text-2xl"></i>
<span class="font-semibold">Twitch</span>
</a>
</div>
</div>
</section>
<section class="w-full max-w-2xl mt-12">
<div class="bg-slate-800/60 border border-slate-700 backdrop-blur-sm rounded-xl shadow-2xl p-8">
<h2 class="text-2xl font-semibold text-center mb-6">Projekte</h2>
<div class="flex flex-col gap-6">
<a href="https://clipge.com" target="_blank" class="social-link bg-gray-700/50 hover:bg-gray-700 text-white py-4 px-6 rounded-lg flex items-center justify-start space-x-3">
<img src="clipge-favicon-32x32.png" alt="clipge.com favicon" class="w-6 h-6">
<span class="font-semibold">Clipge - Discover the Best Twitch Clips</span>
</a>
</div>
<div class="flex flex-col gap-6">
<a href="https://opornot.eightynine.me/" target="_blank" class="social-link bg-gray-700/50 hover:bg-gray-700 text-white py-4 px-6 rounded-lg flex items-center justify-start space-x-3">
<img src="opornot-favicon-32x32.png" alt="clipge.com favicon" class="w-6 h-6">
<span class="font-semibold">OP or Not - LoL Skins</span>
</a>
</div>
</div>
</section>
<footer class="text-center py-8 mt-12 text-gray-500">
<p>© 2025 EightyNine. Alle Rechte vorbehalten.</p>
</footer>
</main>
</body>
</html>