-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (86 loc) · 5.11 KB
/
index.html
File metadata and controls
97 lines (86 loc) · 5.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<meta name="description" content="TahazuS — Gamer & Network Engineer. Connect via Telegram, Steam, Discord, and Twitter." />
<meta name="keywords" content="TahazuS, Taha, Taha Hadian, Gamer, Network Engineer, Telegram, Steam, Discord, Twitter, portfolio, TAWS, Sell CS2 Skin, Dota2 Arcana" />
<meta name="author" content="Taha Hadian" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://tahazus.ir" />
<title>TahazuS — Gamer, Network Engineer & Seller</title>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tahazus.ir" />
<meta property="og:title" content="TahazuS | Gamer & Network Engineer" />
<meta property="og:description" content="Hi, I'm Taha. Gamer, Network Engineer — join me on Telegram, Discord, Steam & more." />
<meta property="og:image" content="https://tahazus.ir/Images/taha.webp" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://tahazus.ir" />
<meta name="twitter:title" content="TahazuS | Gamer & Network Engineer" />
<meta name="twitter:description" content="Hi, I'm Taha. Gamer, Network Engineer — join me on Telegram, Discord, Steam & more." />
<meta name="twitter:image" content="https://tahazus.ir/Images/taha.webp" />
<!-- Favicon -->
<link rel="icon" href="src/Images/taha.webp" type="image/webp" />
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Fonts -->
<style>
* {
font-display: swap;
}
@font-face {
font-family: 'Monument';
src: url('src/fonts/MonumentExtended-Regular.ttf');
}
@font-face {
font-family: 'Trueno';
src: url('src/fonts/TruenoExBdIt.ttf');
}
body {
font-family: 'Monument', sans-serif;
}
#particles-js {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
pointer-events: auto;
background: #08090C;
}
</style>
</head>
<body class="relative bg-black text-white">
<!-- Particle Background -->
<div id="particles-js"></div>
<!-- Foreground Content -->
<div class="relative z-10 flex flex-col min-h-screen pointer-events-none">
<!-- Header -->
<header class="text-center py-8 m-auto w-xl">
<h1 class="text-5xl md:text-6xl font-bold pointer-events-auto">TahazuS™</h1>
</header>
<!-- Main Links -->
<main class="flex justify-center items-center flex-1">
<div class="w-full max-w-xs md:max-w-xs lg:max-w-xs space-y-4 pointer-events-auto">
<a href="https://t.me/TahazuS" rel="noopener noreferrer" aria-label="Telegram profile" class="block py-4 rounded-full border border-white text-center text-lg hover:bg-white hover:text-black transition">Telegram</a>
<a href="https://TAWSS.ir" rel="noopener noreferrer" aria-label="TAWS Store" class="block py-4 rounded-full border border-white text-center text-lg hover:bg-white hover:text-black transition">TAWS</a>
<a href="https://t.me/TAWSvoucher" rel="noopener noreferrer" aria-label="Telegram Voucher" class="block py-4 rounded-full border border-white text-center text-lg hover:bg-white hover:text-black transition">TL Voucher</a>
<a href="https://t.me/TAWSgroup" rel="noopener noreferrer" aria-label="Telegram Group" class="block py-4 rounded-full border border-white text-center text-lg hover:bg-white hover:text-black transition">TL Group</a>
<a href="https://steamcommunity.com/id/TahazuS/" rel="noopener noreferrer" aria-label="Steam profile" class="block py-4 rounded-full border border-white text-center text-lg hover:bg-white hover:text-black transition">Steam</a>
<a href="https://twitter.com/TahaHadian" rel="noopener noreferrer" aria-label="Twitter profile" class="block py-4 rounded-full border border-white text-center text-lg hover:bg-white hover:text-black transition">Twitter</a>
<a href="https://discord.gg/a7PrkNjXWk" rel="noopener noreferrer" aria-label="Discord Channel" class="block py-4 rounded-full border border-white text-center text-lg hover:bg-white hover:text-black transition">Discord</a>
</div>
</main>
<!-- Footer -->
<footer class="text-center py-6 text-sm text-gray-300 m-auto w-xl">
<p class="pointer-events-auto">©2026 <span class="text-orange-300">Taha Hadian</span>. All rights reserved.</p>
</footer>
</div>
<!-- Particle.js -->
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
<script src="src/js/app.js"></script>
</body>
</html>