-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
260 lines (252 loc) · 11.9 KB
/
index.html
File metadata and controls
260 lines (252 loc) · 11.9 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="dark light">
<meta name="theme-color" content="#0a0a0a" id="themeColorMeta">
<title>Blank Your Game — It's Giving Main Character Energy 🎮</title>
<meta name="description" content="Blank Your Game — The gaming platform that hits different. No cap, join the community that actually slaps.">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<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=Syne:wght@400;500;600;700;800&family=Clash+Display:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
<!-- Open Graph / Social Media -->
<meta property="og:title" content="Blank Your Game">
<meta property="og:description" content="The ultimate gaming platform - Level up your experience!">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.blankyourgame.com">
<meta name="twitter:card" content="summary_large_image">
<!-- Analytics -->
<script
src="https://analytics.manaiakalani.info/api/script.js"
data-site-id="4d312f6fb2aa"
defer
></script>
</head>
<body>
<!-- Skip Link for Accessibility -->
<a href="#hero" class="skip-link">Skip to main content</a>
<!-- Navigation -->
<nav class="navbar" role="navigation" aria-label="Main navigation">
<div class="nav-container">
<div class="nav-logo">
<i class="fas fa-gamepad"></i>
<span>Blank Your Game</span>
</div>
<ul class="nav-menu">
<li><a href="#hero">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#connect">Connect</a></li>
</ul>
<button class="theme-toggle" id="themeToggle" aria-label="Toggle dark/light mode">
<i class="fas fa-moon" id="themeIcon"></i>
</button>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="hero" class="hero-section" aria-labelledby="hero-title">
<div class="parallax-bg hero-bg" aria-hidden="true"></div>
<div class="hero-content">
<h1 class="hero-title" id="hero-title">
<span class="glitch-text">BLANK YOUR GAME</span>
</h1>
<p class="hero-subtitle">
No cap, this hits different. Join the squad. 🔥
</p>
<div class="hero-buttons">
<a href="#connect" class="btn btn-primary">
<i class="fas fa-users"></i>
Join the Squad
</a>
<a href="#about" class="btn btn-secondary">
<i class="fas fa-info-circle"></i>
Spill the Tea
</a>
</div>
<!-- Social Media Quick Links -->
<div class="hero-social">
<a href="https://twitter.com/blankyourgame" target="_blank" rel="noopener noreferrer" class="social-link" aria-label="Follow us on Twitter">
<i class="fab fa-twitter"></i>
</a>
<a href="https://facebook.com/blankyourgame" target="_blank" rel="noopener noreferrer" class="social-link" aria-label="Follow us on Facebook">
<i class="fab fa-facebook-f"></i>
</a>
<a href="mailto:hello@blankyourgame.com" class="social-link" aria-label="Email us">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
<div class="scroll-indicator" aria-hidden="true">
<i class="fas fa-chevron-down"></i>
<span>Keep scrolling bestie ✨</span>
</div>
</section>
<!-- About Section -->
<section id="about" class="about-section" aria-labelledby="about-title">
<div class="parallax-bg about-bg"></div>
<div class="container">
<div class="section-header">
<h2 id="about-title">
<i class="fas fa-rocket" aria-hidden="true"></i>
What's the Tea? ☕
</h2>
<p>Gaming isn't just a hobby—it's a whole vibe. We're lowkey building something that slaps.</p>
</div>
<div class="about-grid">
<div class="about-card">
<div class="card-icon" aria-hidden="true">
<i class="fas fa-bolt"></i>
</div>
<h3>Performance That Slaps 💥</h3>
<p>Fr fr, our platform hits different. Smoother than your FYP scroll, no cap.</p>
</div>
<div class="about-card">
<div class="card-icon" aria-hidden="true">
<i class="fas fa-users"></i>
</div>
<h3>The Squad Goals Community 👑</h3>
<p>Connect with your people. It's giving main character energy, periodt.</p>
</div>
<div class="about-card">
<div class="card-icon" aria-hidden="true">
<i class="fas fa-star"></i>
</div>
<h3>Features That Are Bussin' ✨</h3>
<p>Exclusive tools that understood the assignment. This is the moment, bestie.</p>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="stats-section" aria-label="Platform statistics">
<div class="parallax-bg stats-bg" aria-hidden="true"></div>
<div class="container">
<div class="stats-grid">
<div class="stat-item">
<div class="stat-icon">
<i class="fas fa-users"></i>
</div>
<div class="stat-number" data-target="1000000">0</div>
<div class="stat-label">Gamers in the Squad</div>
</div>
<div class="stat-item">
<div class="stat-icon">
<i class="fas fa-gamepad"></i>
</div>
<div class="stat-number" data-target="50000">0</div>
<div class="stat-label">Games That Slap</div>
</div>
<div class="stat-item">
<div class="stat-icon">
<i class="fas fa-clock"></i>
</div>
<div class="stat-number" data-target="24">0</div>
<div class="stat-label">Hours of Slay Daily</div>
</div>
<div class="stat-item">
<div class="stat-icon">
<i class="fas fa-star"></i>
</div>
<div class="stat-number" data-target="99">0</div>
<div class="stat-label">% Living Their Best Life</div>
</div>
</div>
</div>
</section>
<!-- Connect Section (Social Media Focus) -->
<section id="connect" class="connect-section" aria-labelledby="connect-title">
<div class="parallax-bg connect-bg" aria-hidden="true"></div>
<div class="container">
<div class="section-header">
<h2 id="connect-title">
<i class="fas fa-link" aria-hidden="true"></i>
Slide Into Our DMs 📱
</h2>
<p>Don't be a stranger, bestie. Follow us for the vibes and stay in the loop. 💅</p>
</div>
<div class="connect-content">
<!-- Main Social Links -->
<div class="social-cards">
<a href="https://twitter.com/blankyourgame" target="_blank" rel="noopener noreferrer" class="social-card twitter">
<div class="social-card-icon">
<i class="fab fa-twitter"></i>
</div>
<h3>Twitter</h3>
<p>Hot takes and fire updates 🔥</p>
<span class="social-cta">Follow the Vibes <i class="fas fa-arrow-right"></i></span>
</a>
<a href="https://facebook.com/blankyourgame" target="_blank" rel="noopener noreferrer" class="social-card facebook">
<div class="social-card-icon">
<i class="fab fa-facebook-f"></i>
</div>
<h3>Facebook</h3>
<p>The squad hangout spot 👥</p>
<span class="social-cta">Join the Fam <i class="fas fa-arrow-right"></i></span>
</a>
<a href="mailto:hello@blankyourgame.com" class="social-card email">
<div class="social-card-icon">
<i class="fas fa-envelope"></i>
</div>
<h3>Email Us</h3>
<p>Questions? We got you, bestie 💌</p>
<span class="social-cta">Slide In <i class="fas fa-arrow-right"></i></span>
</a>
</div>
<!-- Easter Egg Hint -->
<div class="easter-egg-hint">
<div class="hint-card">
<div class="hint-icon">
<i class="fas fa-gamepad"></i>
</div>
<h3>IYKYK 👀</h3>
<p>Real ones know the legendary code... no cap 🎮</p>
<div class="konami-sequence">
<span class="key-hint">↑↑↓↓←→←→BA</span>
</div>
<p class="hint-text">It's giving... hidden feature energy 🔥</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<i class="fas fa-gamepad"></i>
<span>Blank Your Game</span>
</div>
<div class="footer-links">
<a href="https://twitter.com/blankyourgame" target="_blank" rel="noopener noreferrer" aria-label="Twitter">
<i class="fab fa-twitter"></i>
</a>
<a href="https://facebook.com/blankyourgame" target="_blank" rel="noopener noreferrer" aria-label="Facebook">
<i class="fab fa-facebook-f"></i>
</a>
<a href="mailto:hello@blankyourgame.com" aria-label="Email">
<i class="fas fa-envelope"></i>
</a>
<a href="https://youtube.com/@blankyourgame" target="_blank" rel="noopener noreferrer" aria-label="YouTube">
<i class="fab fa-youtube"></i>
</a>
<a href="https://instagram.com/blankyourgame" target="_blank" rel="noopener noreferrer" aria-label="Instagram">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Blank Your Game. All rights reserved.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>