-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
501 lines (451 loc) · 24.4 KB
/
about.html
File metadata and controls
501 lines (451 loc) · 24.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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="About ServerMaster Pro - Learn about the project, team, and mission behind the ultimate Project Zomboid server administration mod.">
<title>About - ServerMaster Pro</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎮</text></svg>">
<script src="https://sites.super.myninja.ai/_assets/ninja-daytona-script.js"></script>
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar" id="navbar">
<div class="nav-container">
<a href="index.html" class="nav-logo">
<div class="nav-logo-icon">SMP</div>
<span>ServerMaster Pro</span>
</a>
<ul class="nav-menu" id="navMenu">
<li><a href="index.html">Home</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="about.html" class="active">About</a></li>
</ul>
<div style="display: flex; gap: 1rem; align-items: center;">
<button class="theme-toggle" id="themeToggle" aria-label="Toggle theme">🌙</button>
<button class="mobile-menu-toggle" id="mobileMenuToggle" aria-label="Toggle menu">☰</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero" style="min-height: 60vh;">
<div class="hero-content">
<div class="hero-badge">ℹ️ About the Project</div>
<h1>About ServerMaster Pro</h1>
<p class="hero-subtitle">
Built by the community, for the community.<br>
Empowering Project Zomboid server administrators worldwide.
</p>
</div>
</section>
<!-- Mission Statement -->
<section class="section">
<div class="container">
<div class="section-header">
<span class="section-badge">Our Mission</span>
<h2 class="section-title">Empowering Server Administrators</h2>
</div>
<div style="max-width: 900px; margin: 0 auto;">
<div class="card animate-on-scroll" style="padding: var(--spacing-lg);">
<p style="font-size: 1.2rem; line-height: 1.8; color: var(--text-secondary); text-align: center;">
ServerMaster Pro was created with a simple mission: to provide Project Zomboid server administrators
with the most comprehensive, intuitive, and powerful administration tools available. We believe that
managing a multiplayer server should be efficient, enjoyable, and accessible to everyone, regardless
of technical expertise.
</p>
</div>
</div>
</div>
</section>
<!-- Project Story -->
<section class="section section-alt">
<div class="container">
<div class="section-header">
<span class="section-badge">Our Story</span>
<h2 class="section-title">How It All Started</h2>
</div>
<div class="grid grid-2" style="max-width: 1000px; margin: 0 auto;">
<div class="card animate-on-scroll">
<div style="font-size: 3rem; margin-bottom: 1rem;">🎯</div>
<h3>The Problem</h3>
<p style="color: var(--text-secondary); line-height: 1.8;">
As Project Zomboid server administrators ourselves, we experienced firsthand the challenges
of managing multiplayer servers. Existing tools were either too limited, too complex, or
scattered across multiple mods. We needed something better.
</p>
</div>
<div class="card animate-on-scroll">
<div style="font-size: 3rem; margin-bottom: 1rem;">💡</div>
<h3>The Solution</h3>
<p style="color: var(--text-secondary); line-height: 1.8;">
We set out to create an all-in-one solution that would combine the best features from
various admin tools while adding innovative new capabilities. The result is ServerMaster Pro:
a comprehensive, user-friendly, and powerful administration mod.
</p>
</div>
</div>
</div>
</section>
<!-- Core Values -->
<section class="section">
<div class="container">
<div class="section-header">
<span class="section-badge">Core Values</span>
<h2 class="section-title">What We Stand For</h2>
</div>
<div class="grid grid-3">
<div class="card animate-on-scroll">
<div class="card-icon">🆓</div>
<h3 class="card-title">Free & Open Source</h3>
<p class="card-description">
ServerMaster Pro is completely free and open source under the MIT License.
We believe powerful tools should be accessible to everyone.
</p>
</div>
<div class="card animate-on-scroll">
<div class="card-icon">👥</div>
<h3 class="card-title">Community-Driven</h3>
<p class="card-description">
We listen to our community. Features, improvements, and priorities are shaped
by feedback from server administrators like you.
</p>
</div>
<div class="card animate-on-scroll">
<div class="card-icon">🎨</div>
<h3 class="card-title">User-Friendly Design</h3>
<p class="card-description">
Powerful doesn't mean complicated. We prioritize intuitive interfaces and
clear documentation to make administration accessible.
</p>
</div>
<div class="card animate-on-scroll">
<div class="card-icon">🔒</div>
<h3 class="card-title">Security First</h3>
<p class="card-description">
We take security seriously. Role-based permissions, comprehensive logging,
and anti-grief protection are built into the core.
</p>
</div>
<div class="card animate-on-scroll">
<div class="card-icon">⚡</div>
<h3 class="card-title">Performance Focused</h3>
<p class="card-description">
ServerMaster Pro is optimized for minimal server impact. Your server's
performance is our priority.
</p>
</div>
<div class="card animate-on-scroll">
<div class="card-icon">🚀</div>
<h3 class="card-title">Continuous Innovation</h3>
<p class="card-description">
We're constantly improving and adding new features. ServerMaster Pro
evolves with the needs of the community.
</p>
</div>
</div>
</div>
</section>
<!-- Statistics -->
<section class="section section-alt">
<div class="container">
<div class="section-header">
<span class="section-badge">By the Numbers</span>
<h2 class="section-title">Project Statistics</h2>
</div>
<div class="grid grid-4">
<div class="card animate-on-scroll" style="text-align: center;">
<div style="font-size: 3rem; color: var(--primary-color); font-weight: 700; margin-bottom: 0.5rem;">
72+
</div>
<h4>Features</h4>
<p style="color: var(--text-muted); margin: 0;">Comprehensive toolset</p>
</div>
<div class="card animate-on-scroll" style="text-align: center;">
<div style="font-size: 3rem; color: var(--primary-color); font-weight: 700; margin-bottom: 0.5rem;">
2,173
</div>
<h4>Lines of Code</h4>
<p style="color: var(--text-muted); margin: 0;">Carefully crafted Lua</p>
</div>
<div class="card animate-on-scroll" style="text-align: center;">
<div style="font-size: 3rem; color: var(--primary-color); font-weight: 700; margin-bottom: 0.5rem;">
3,171
</div>
<h4>Documentation Lines</h4>
<p style="color: var(--text-muted); margin: 0;">Comprehensive guides</p>
</div>
<div class="card animate-on-scroll" style="text-align: center;">
<div style="font-size: 3rem; color: var(--primary-color); font-weight: 700; margin-bottom: 0.5rem;">
100%
</div>
<h4>Free & Open</h4>
<p style="color: var(--text-muted); margin: 0;">MIT Licensed</p>
</div>
</div>
</div>
</section>
<!-- Technology Stack -->
<section class="section">
<div class="container">
<div class="section-header">
<span class="section-badge">Technology</span>
<h2 class="section-title">Built With</h2>
</div>
<div class="grid grid-3">
<div class="card animate-on-scroll">
<h3 style="color: var(--primary-color); margin-bottom: 1rem;">🔧 Core Technology</h3>
<ul class="feature-list">
<li>Lua 5.1 (Project Zomboid API)</li>
<li>Custom UI framework</li>
<li>Event-driven architecture</li>
<li>Modular design pattern</li>
</ul>
</div>
<div class="card animate-on-scroll">
<h3 style="color: var(--primary-color); margin-bottom: 1rem;">🎨 User Interface</h3>
<ul class="feature-list">
<li>Custom rendering engine</li>
<li>Responsive layout system</li>
<li>Theme engine</li>
<li>Animation framework</li>
</ul>
</div>
<div class="card animate-on-scroll">
<h3 style="color: var(--primary-color); margin-bottom: 1rem;">🔒 Security</h3>
<ul class="feature-list">
<li>Steam ID authentication</li>
<li>Role-based permissions</li>
<li>Action logging</li>
<li>Input validation</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Open Source -->
<section class="section section-alt">
<div class="container">
<div class="section-header">
<span class="section-badge">Open Source</span>
<h2 class="section-title">Contribute to the Project</h2>
</div>
<div style="max-width: 900px; margin: 0 auto;">
<div class="card animate-on-scroll" style="padding: var(--spacing-lg);">
<h3 style="text-align: center; margin-bottom: var(--spacing-md);">
We Welcome Contributors!
</h3>
<p style="color: var(--text-secondary); line-height: 1.8; text-align: center; margin-bottom: var(--spacing-md);">
ServerMaster Pro is open source and we welcome contributions from the community.
Whether you're a developer, designer, or documentation writer, there are many ways to help.
</p>
<div class="grid grid-3" style="margin-top: var(--spacing-lg);">
<div style="text-align: center;">
<div style="font-size: 2.5rem; margin-bottom: 0.5rem;">💻</div>
<h4>Code</h4>
<p style="color: var(--text-muted); font-size: 0.9rem;">
Submit pull requests with new features or bug fixes
</p>
</div>
<div style="text-align: center;">
<div style="font-size: 2.5rem; margin-bottom: 0.5rem;">🐛</div>
<h4>Report Issues</h4>
<p style="color: var(--text-muted); font-size: 0.9rem;">
Help us improve by reporting bugs and suggesting features
</p>
</div>
<div style="text-align: center;">
<div style="font-size: 2.5rem; margin-bottom: 0.5rem;">📝</div>
<h4>Documentation</h4>
<p style="color: var(--text-muted); font-size: 0.9rem;">
Improve guides, write tutorials, or translate content
</p>
</div>
</div>
<div style="text-align: center; margin-top: var(--spacing-lg);">
<a href="https://github.com/NovaSysErr-X/ServerMasterPro" class="btn btn-primary btn-large">View on GitHub</a>
<a href="https://github.com/NovaSysErr-X/ServerMasterPro/blob/main/CONTRIBUTING.md" class="btn btn-outline btn-large">Contribution Guide</a>
</div>
</div>
</div>
</div>
</section>
<!-- Community -->
<section class="section">
<div class="container">
<div class="section-header">
<span class="section-badge">Community</span>
<h2 class="section-title">Join Our Community</h2>
<p class="section-description">
Connect with other server administrators, get support, and stay updated.
</p>
</div>
<div class="grid grid-3">
<div class="card animate-on-scroll">
<div class="card-icon">💬</div>
<h3 class="card-title">Discord Server</h3>
<p class="card-description">
Join our Discord community for real-time support, discussions, and updates.
</p>
<a href="https://discord.gg/YOUR_INVITE_CODE" class="btn btn-primary" style="margin-top: 1rem;" target="_blank">Join Discord</a>
</div>
<div class="card animate-on-scroll">
<div class="card-icon">🐙</div>
<h3 class="card-title">GitHub</h3>
<p class="card-description">
Star the repository, report issues, and contribute to development.
</p>
<a href="https://github.com/NovaSysErr-X/ServerMasterPro" class="btn btn-primary" style="margin-top: 1rem;">View Repository</a>
</div>
<div class="card animate-on-scroll">
<div class="card-icon">🎮</div>
<h3 class="card-title">Steam Workshop</h3>
<p class="card-description">
Subscribe to the mod, leave reviews, and share your experience.
</p>
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=YOUR_WORKSHOP_ID" class="btn btn-primary" style="margin-top: 1rem;" target="_blank">Steam Workshop</a>
</div>
</div>
</div>
</section>
<!-- Support the Project -->
<section class="section section-alt">
<div class="container">
<div class="section-header">
<span class="section-badge">Support</span>
<h2 class="section-title">Support the Project</h2>
</div>
<div style="max-width: 800px; margin: 0 auto;">
<div class="card animate-on-scroll" style="padding: var(--spacing-lg); text-align: center;">
<h3 style="margin-bottom: var(--spacing-md);">Help Us Keep Growing</h3>
<p style="color: var(--text-secondary); line-height: 1.8; margin-bottom: var(--spacing-md);">
ServerMaster Pro is free and always will be. However, if you'd like to support
the project's development, there are several ways you can help:
</p>
<div class="grid grid-2" style="margin-top: var(--spacing-lg);">
<div class="card">
<div style="font-size: 2.5rem; margin-bottom: 0.5rem;">⭐</div>
<h4>Star on GitHub</h4>
<p style="color: var(--text-muted); font-size: 0.9rem;">
Show your support by starring the repository
</p>
</div>
<div class="card">
<div style="font-size: 2.5rem; margin-bottom: 0.5rem;">📢</div>
<h4>Spread the Word</h4>
<p style="color: var(--text-muted); font-size: 0.9rem;">
Share ServerMaster Pro with other server admins
</p>
</div>
<div class="card">
<div style="font-size: 2.5rem; margin-bottom: 0.5rem;">💡</div>
<h4>Suggest Features</h4>
<p style="color: var(--text-muted); font-size: 0.9rem;">
Help shape the future with your ideas
</p>
</div>
<div class="card">
<div style="font-size: 2.5rem; margin-bottom: 0.5rem;">🤝</div>
<h4>Contribute Code</h4>
<p style="color: var(--text-muted); font-size: 0.9rem;">
Join the development team
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section class="section">
<div class="container">
<div class="section-header">
<span class="section-badge">Contact</span>
<h2 class="section-title">Get in Touch</h2>
</div>
<div class="grid grid-2" style="max-width: 800px; margin: 0 auto;">
<div class="card animate-on-scroll">
<h3 style="color: var(--primary-color); margin-bottom: 1rem;">📧 General Inquiries</h3>
<p style="color: var(--text-secondary); margin-bottom: 1rem;">
For general questions, partnership opportunities, or media inquiries:
</p>
<a href="https://github.com/NovaSysErr-X/ServerMasterPro/discussions" class="btn btn-outline">Contact Us</a>
</div>
<div class="card animate-on-scroll">
<h3 style="color: var(--primary-color); margin-bottom: 1rem;">🐛 Bug Reports</h3>
<p style="color: var(--text-secondary); margin-bottom: 1rem;">
Found a bug or have a technical issue? Report it on GitHub:
</p>
<a href="https://github.com/NovaSysErr-X/ServerMasterPro/issues/new" class="btn btn-outline">Report Issue</a>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="section section-alt">
<div class="container">
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
<h2 style="font-size: 2.5rem; margin-bottom: 1.5rem;">
Ready to Get Started?
</h2>
<p style="font-size: 1.2rem; color: var(--text-secondary); margin-bottom: 2rem;">
Join thousands of server administrators using ServerMaster Pro to manage their Project Zomboid servers.
</p>
<div style="display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;">
<a href="download.html" class="btn btn-primary btn-large">Download Now</a>
<a href="documentation.html" class="btn btn-secondary btn-large">Read Documentation</a>
<a href="features.html" class="btn btn-outline btn-large">View Features</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer-content">
<div class="footer-section">
<h3>ServerMaster Pro</h3>
<p style="color: var(--text-secondary);">
The ultimate server administration mod for Project Zomboid.
Free, open source, and built by the community.
</p>
</div>
<div class="footer-section">
<h3>Quick Links</h3>
<ul class="footer-links">
<li><a href="index.html">Home</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Resources</h3>
<ul class="footer-links">
<li><a href="https://github.com/NovaSysErr-X/ServerMasterPro">GitHub Repository</a></li>
<li><a href="https://steamcommunity.com/sharedfiles/filedetails/?id=YOUR_WORKSHOP_ID" target="_blank">Steam Workshop</a></li>
<li><a href="https://discord.gg/YOUR_INVITE_CODE" target="_blank">Discord Server</a></li>
<li><a href="https://github.com/NovaSysErr-X/ServerMasterPro/issues">Issue Tracker</a></li>
<li><a href="https://github.com/NovaSysErr-X/ServerMasterPro/releases">Changelog</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Legal</h3>
<ul class="footer-links">
<li><a href="https://github.com/NovaSysErr-X/ServerMasterPro/blob/main/LICENSE">MIT License</a></li>
<li><a href="https://github.com/NovaSysErr-X/ServerMasterPro/blob/main/PRIVACY.md">Privacy Policy</a></li>
<li><a href="https://github.com/NovaSysErr-X/ServerMasterPro/blob/main/TERMS.md">Terms of Use</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 ServerMaster Pro. Released under MIT License. Project Zomboid is a trademark of The Indie Stone.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>