-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
315 lines (285 loc) · 10.4 KB
/
Copy pathindex.html
File metadata and controls
315 lines (285 loc) · 10.4 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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Server Access - Service & Seerr</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="icon2.png">
</head>
<body>
<!-- Header with navigation -->
<header>
<div class="container">
<nav>
<a href="https://media.sufxconnect.cc/" class="logo">
<img src="icon2.png" alt="" class="logo-icon">
SUFX'S SERVER
</a>
<div class="nav-links">
<a href="calendar.html" class="calendar-nav">
<i class="fas fa-calendar-alt"></i> Calendar
</a>
<a href="https://request.sufxconnect.cc/" target="_blank" class="requests-nav">
<i class="fas fa-paper-plane"></i> Requests
</a>
<a href="status.html" class="status-nav">
<i class="fas fa-heartbeat"></i> Server Status
</a>
<a href="#vip-access" class="subscribe-nav">Subscribe</a>
</div>
<!-- Mobile Menu Button -->
<div class="mobile-menu-btn">
<i class="fas fa-bars"></i>
</div>
</nav>
<!-- Mobile Menu -->
<div class="mobile-menu">
<button class="mobile-menu-close">
<i class="fas fa-times"></i>
</button>
<a href="calendar.html" class="calendar-nav">
<i class="fas fa-calendar-alt"></i> Calendar
</a>
<a href="https://request.sufxconnect.cc/" target="_blank" class="requests-nav">
<i class="fas fa-paper-plane"></i> Requests
</a>
<a href="status.html" class="status-nav">
<i class="fas fa-heartbeat"></i> Server Status
</a>
<a href="#vip-access" class="subscribe-nav">Subscribe</a>
</div>
</div>
<!-- Add this backdrop element -->
<div class="mobile-backdrop"></div>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="container">
<div class="hero-content">
<h1>Welcome to Server Access</h1>
<p class="subtitle">Your private gateway to the server.</p>
<div class="hero-buttons">
<a href="#vip-access" class="subscribe-btn">Subscribe Now</a>
</div>
</div>
</div>
</section>
<!-- Requests Section -->
<section class="section section-alt">
<div class="container">
<h2 class="section-title">Submit Requests</h2>
<p class="section-subtitle">Have something specific you'd like? Submit your request and we'll work on adding it to the server.</p>
<a href="https://request.sufxconnect.cc/" target="_blank" class="seerr-btn">
<i class="fas fa-external-link-alt"></i> Go here
</a>
</div>
</section>
<!-- About Section -->
<section id="about" class="section">
<div class="container">
<h2 class="section-title">What is the Service?</h2>
<p class="section-subtitle">Your private service for secure access and features</p>
<div class="cards">
<div class="card">
<div class="card-icon">
<i class="fas fa-film"></i>
</div>
<h3 class="card-title">Extensive Resources</h3>
<p>Access a wide range of resources across multiple categories.</p>
</div>
<div class="card">
<div class="card-icon">
<i class="fas fa-play-circle"></i>
</div>
<h3 class="card-title">Access Anywhere</h3>
<p>Use your account on any device, anywhere.</p>
</div>
<div class="card">
<div class="card-icon">
<i class="fas fa-user-shield"></i>
</div>
<h3 class="card-title">Private & Secure</h3>
<p>Your account and access are managed for approved members only.</p>
</div>
</div>
</div>
</section>
<!-- Clients Section -->
<section id="clients" class="section">
<div class="container">
<h2 class="section-title">Download Clients</h2>
<p class="section-subtitle">Available on many devices and platforms</p>
<div class="clients-grid">
<div class="client">
<div class="client-icon">
<i class="fas fa-mobile-alt"></i>
</div>
<h3 class="client-title">Mobile</h3>
<p>iOS & Android</p>
</div>
<div class="client">
<div class="client-icon">
<i class="fas fa-desktop"></i>
</div>
<h3 class="client-title">Desktop</h3>
<p>Windows, macOS, Linux</p>
</div>
<div class="client">
<div class="client-icon">
<i class="fas fa-tv"></i>
</div>
<h3 class="client-title">Smart TVs</h3>
<p>Apple TV, Fire TV, Roku</p>
</div>
<div class="client">
<div class="client-icon">
<i class="fas fa-gamepad"></i>
</div>
<h3 class="client-title">Consoles</h3>
<p>PlayStation & Xbox</p>
</div>
<div class="client">
<div class="client-icon">
<i class="fas fa-globe"></i>
</div>
<h3 class="client-title">Web App</h3>
<p>Access in browser</p>
</div>
</div>
<p class="watch-anywhere">
<strong>📺 Access Anywhere</strong> - The service works on most devices!
</p>
</div>
</section>
<!-- VIP Access Section -->
<section id="vip-access" class="section">
<div class="container">
<div class="vip-compact-layout">
<!-- Left Side: VIP Form -->
<div class="vip-left">
<h2 class="section-title">Server Subscription</h2>
<p class="section-subtitle">Enter your subscription code for server access</p>
<div class="vip-form-container">
<div class="vip-form">
<input type="text" id="vipCodeInput" placeholder="Enter subscription code" class="vip-input">
<button id="checkVipBtn" class="vip-check-btn">
<i class="fas fa-unlock"></i> Verify Access
</button>
</div>
<div id="vipMessage" class="vip-message"></div>
</div>
</div>
<!-- Right Side: Subscription Plan -->
<div class="vip-right">
<div class="subscription-card">
<h3>Premium Access</h3>
<div class="price">$17.99<span>/month</span></div>
<a href="https://www.paypal.com/webapps/billing/plans/subscribe?plan_id=P-55C31572X4066792SNEDWDOA" target="_blank" class="subscribe-option-btn">
<i class="fab fa-paypal"></i> Subscribe Now
</a>
</div>
</div>
</div>
<!-- Add this right after the VIP form or in the subscription card -->
<div class="contact-links">
<p class="contact-message">
<i class="fas fa-comment-alt"></i>
Send your username after subscribing via:
</p>
<div class="contact-buttons">
<a href="https://wa.me/98068402" target="_blank" class="contact-btn whatsapp-btn">
<i class="fab fa-whatsapp"></i> WhatsApp
</a>
<a href="https://discord.com/users/260857088085852171" target="_blank" class="contact-btn discord-btn">
<i class="fab fa-discord"></i> Discord
</a>
</div>
<hr style="border-color: rgba(255,255,255,0.08); margin: 20px 0;">
<p class="contact-message" style="margin-bottom: 10px;">
<i class="fas fa-cog"></i> <strong>Already subscribed?</strong> Manage, pause, or cancel your subscription directly on PayPal.
</p>
<a href="https://www.paypal.com/myaccount/autopay/" target="_blank" class="contact-btn" style="background:#003087;color:white;margin:0 auto;pointer-events:auto;" onmouseover="this.style.transform='none'" onmouseout="this.style.transform='none'">
<i class="fab fa-paypal"></i> Manage Subscription on PayPal
</a>
</div>
<!-- Benefits Toggle (Full width below) -->
<div class="benefits-toggle-container">
<div class="dropdown-content">
<div class="benefits-grid-horizontal">
<!-- Your benefits content here (same as before) -->
<div class="benefit-row">
<div class="benefit-item">
<i class="fas fa-server"></i>
<div>
<h4>Request Server Additions</h4>
<p>Request additions or features, we'll evaluate and apply them.</p>
</div>
</div>
<div class="benefit-item">
<i class="fas fa-play-circle"></i>
<div>
<h4>Access Anywhere</h4>
<p>Access the server from your devices, mobile, desktop, smart TVs, and consoles</p>
</div>
</div>
</div>
<div class="benefit-row">
<div class="benefit-item">
<i class="fas fa-bolt"></i>
<div>
<h4>Regular Server Updates</h4>
<p>Regular updates and improvements to the server and its features</p>
</div>
</div>
<div class="benefit-item">
<i class="fas fa-headset"></i>
<div>
<h4>Dedicated Support</h4>
<p>Quick help when you need it for access or technical issues</p>
</div>
</div>
</div>
<div class="benefit-row">
<div class="benefit-item">
<i class="fas fa-user-shield"></i>
<div>
<h4>Private & Secure</h4>
<p>Your server access is managed and secured for approved members</p>
</div>
</div>
<div class="benefit-item">
<i class="fas fa-sync"></i>
<div>
<h4>Progress Sync</h4>
<p>Continue where you left off across devices</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-links">
<a href="#about">About</a>
<a href="#calendar">Calendar</a>
<a href="#clients">Clients</a>
<a href="#join">Subscribe</a>
</div>
<p>© 2025 Server Access | Powered by the Service</p>
</div>
</footer>
<script src="script.js"></script>
<script src="calendar.js"></script>
<script>
if (!sessionStorage.getItem('calendarPin')) {
window.location.replace('pin.html');
}
</script>
</body>
</html>