-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
378 lines (351 loc) · 16.6 KB
/
services.html
File metadata and controls
378 lines (351 loc) · 16.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>Services — Fexhub</title>
<link rel="stylesheet" href="assets/css/style.css">
<!-- Canonical & robots -->
<link rel="canonical" href="https://your-domain.example/page-slug" />
<meta name="robots" content="index,follow,max-snippet:-1,max-image-preview:large,max-video-preview:-1" />
<!-- Open Graph -->
<meta property="og:title" content="Fexhub — High-performance Hosting" />
<meta property="og:description" content="Game servers, VPS and web hosting on NVMe with global POPs, DDoS, and snapshots." />
<meta property="og:url" content="https://your-domain.example/" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://your-domain.example/assets/img/og-cover.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Fexhub — High-performance Hosting" />
<meta name="twitter:description" content="Game servers, VPS and web hosting on NVMe with global POPs, DDoS, and snapshots." />
<meta name="twitter:image" content="https://your-domain.example/assets/img/og-cover.png" />
</head>
<body>
<!-- anchor target for back-to-top -->
<a id="top"></a>
<!-- HEADER -->
<header class="site-header">
<div class="navwrap">
<a class="brand" href="index.html" aria-label="Fexhub">
<div class="logo">FH</div><div class="brand-name">Fexhub</div>
</a>
<!-- Mobile toggle -->
<input id="nav-toggle" type="checkbox" aria-label="Toggle menu">
<label class="menu-btn" for="nav-toggle">Menu</label>
<nav class="nav" role="navigation" aria-label="Main">
<a href="index.html">Home</a>
<!-- Services (dropdown) -->
<div class="menu" tabindex="0">
<!-- Mobile tap toggle -->
<input id="m-services" type="checkbox" aria-hidden="true">
<label for="m-services">Services <i class="chev"></i></label>
<div class="dropdown" aria-label="Services submenu">
<a href="services.html#games">Game Hosting</a>
<a href="services.html#vps">VPS</a>
<a href="services.html#web">Web Hosting</a>
<a href="services.html#addons">Add-ons</a>
</div>
</div>
<!-- Docs (mega menu) -->
<div class="menu" tabindex="0">
<input id="m-docs" type="checkbox" aria-hidden="true">
<label for="m-docs" >Docs <i class="chev"></i></label>
<div class="mega" aria-label="Docs mega menu">
<div class="col">
<div class="group">Game Servers</div>
<a href="docs-minecraft.html"><span class="tag">MC</span> Minecraft</a>
<a href="docs-fps.html"><span class="tag">FPS</span> CS/Rust</a>
</div>
<div class="col">
<div class="group">Compute & Web</div>
<a href="docs-vps.html"><span class="tag">VPS</span> VPS Hosting</a>
<a href="docs-web.html"><span class="tag">WEB</span> Web Hosting</a>
</div>
<div class="col">
<div class="group">Platform</div>
<a href="docs-dns.html"><span class="tag">DNS</span> DNS & SSL</a>
<a href="docs-backups.html"><span class="tag">BK</span> Backups</a>
<a href="docs-billing.html"><span class="tag">$</span> Billing</a>
<a href="docs-troubleshooting.html"><span class="tag">FX</span> Troubleshooting</a>
</div>
</div>
</div>
<!-- Company (dropdown) -->
<div class="menu" tabindex="0">
<input id="m-company" type="checkbox" aria-hidden="true">
<label for="m-company">Company <i class="chev"></i></label>
<div class="dropdown" aria-label="Company submenu">
<a href="about.html">About</a>
<a href="careers.html">Careers</a>
<a href="blog.html">Blog</a>
<a href="changelog.html">Changelog</a>
</div>
</div>
<!-- Support (dropdown) -->
<div class="menu" tabindex="0">
<input id="m-support" type="checkbox" aria-hidden="true">
<label for="m-support">Support <i class="chev"></i></label>
<div class="dropdown" aria-label="Support submenu">
<a href="docs.html">Docs Hub</a>
<a href="status.html">Status</a>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
</div>
</div>
<a href="pricing.html">Pricing</a>
<a href="contact.html" class="nav-cta">Get Started</a>
</nav>
</div>
</header>
<main class="container">
<h1>Services</h1>
<p class="muted">Everything you need to run communities, apps, and sites. Replace with your exact offerings.</p>
<!-- Game Servers -->
<h2 id="games" style="margin-top:16px">Game Servers</h2>
<div class="grid-3" style="margin-top:12px">
<!-- Minecraft -->
<div class="card">
<div class="service-head">
<div class="service-illustration">
<!-- cubic grass block style (Minecraft vibe) -->
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<defs>
<linearGradient id="g1" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#5b8cff"/><stop offset="1" stop-color="#00c2a8"/>
</linearGradient>
</defs>
<rect x="8" y="20" width="48" height="32" rx="8" fill="url(#g1)" opacity=".25"/>
<rect x="10" y="18" width="44" height="12" rx="6" fill="#3aa655"/>
<rect x="12" y="30" width="40" height="18" rx="6" fill="#7b5b3b"/>
<rect x="14" y="32" width="36" height="14" rx="6" fill="#6a4d31"/>
</svg>
</div>
<div class="title">Minecraft</div>
</div>
<p class="muted">Paper, Fabric, and modpacks. DDoS protection and snapshots.</p>
</div>
<!-- FPS -->
<div class="card">
<div class="service-head">
<div class="service-illustration">
<!-- crosshair / reticle icon for FPS -->
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<circle cx="32" cy="32" r="22" fill="none" stroke="rgba(255,255,255,.35)" stroke-width="3"/>
<circle cx="32" cy="32" r="8" fill="none" stroke="#00c2a8" stroke-width="3"/>
<line x1="32" y1="6" x2="32" y2="16" stroke="#5b8cff" stroke-width="3"/>
<line x1="32" y1="48" x2="32" y2="58" stroke="#5b8cff" stroke-width="3"/>
<line x1="6" y1="32" x2="16" y2="32" stroke="#5b8cff" stroke-width="3"/>
<line x1="48" y1="32" x2="58" y2="32" stroke="#5b8cff" stroke-width="3"/>
</svg>
</div>
<div class="title">FPS (CS/Rust)</div>
</div>
<p class="muted">Low-latency CPU, tuned networking, plugin-friendly.</p>
</div>
<!-- Custom Images -->
<div class="card">
<div class="service-head">
<div class="service-illustration">
<!-- docker-ish container box -->
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<rect x="10" y="22" width="44" height="24" rx="6" fill="rgba(255,255,255,.06)" stroke="rgba(255,255,255,.2)"/>
<rect x="16" y="18" width="12" height="10" rx="2" fill="#5b8cff"/>
<rect x="30" y="18" width="12" height="10" rx="2" fill="#00c2a8"/>
<rect x="44" y="18" width="8" height="10" rx="2" fill="#9b6bff"/>
</svg>
</div>
<div class="title">Custom Images</div>
</div>
<p class="muted">Bring your own Docker image or request custom presets.</p>
</div>
</div>
<!-- VPS -->
<h2 id="vps" style="margin-top:18px">VPS</h2>
<div class="grid-3" style="margin-top:12px">
<div class="card">
<div class="service-head">
<div class="service-illustration">
<!-- CPU chip -->
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<rect x="16" y="16" width="32" height="32" rx="6" fill="rgba(255,255,255,.06)" stroke="rgba(255,255,255,.25)"/>
<rect x="24" y="24" width="16" height="16" rx="3" fill="url(#gradCpu)"/>
<defs><linearGradient id="gradCpu" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#00c2a8"/><stop offset="1" stop-color="#5b8cff"/></linearGradient></defs>
</svg>
</div>
<div class="title">General Purpose</div>
</div>
<p class="muted">Balanced CPU/RAM for web apps and APIs. Full root access.</p>
</div>
<div class="card">
<div class="service-head">
<div class="service-illustration">
<!-- gauge / speed dial -->
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path d="M12 44a20 20 0 0 1 40 0" fill="none" stroke="rgba(255,255,255,.35)" stroke-width="3"/>
<line x1="32" y1="24" x2="42" y2="36" stroke="#00c2a8" stroke-width="3"/>
<circle cx="32" cy="44" r="4" fill="#5b8cff"/>
</svg>
</div>
<div class="title">Compute Optimized</div>
</div>
<p class="muted">Higher clock speeds for game servers and workers.</p>
</div>
<div class="card">
<div class="service-head">
<div class="service-illustration">
<!-- RAM stack -->
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<rect x="12" y="18" width="40" height="10" rx="3" fill="#5b8cff" opacity=".8"/>
<rect x="12" y="30" width="40" height="10" rx="3" fill="#00c2a8" opacity=".8"/>
<rect x="12" y="42" width="40" height="10" rx="3" fill="#9b6bff" opacity=".85"/>
</svg>
</div>
<div class="title">Memory Optimized</div>
</div>
<p class="muted">Extra RAM for caches and databases.</p>
</div>
</div>
<!-- Web Servers -->
<h2 id="web" style="margin-top:18px">Web Servers</h2>
<div class="grid-3" style="margin-top:12px">
<div class="card">
<div class="service-head">
<div class="service-illustration">
<!-- shield/lock -->
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path d="M32 10l18 8v10c0 9.5-7.2 18.8-18 22-10.8-3.2-18-12.5-18-22V18l18-8z" fill="rgba(255,255,255,.06)" stroke="rgba(255,255,255,.25)"/>
<rect x="26" y="24" width="12" height="10" rx="2" fill="#00c2a8"/>
<rect x="24" y="34" width="16" height="10" rx="3" fill="#5b8cff"/>
</svg>
</div>
<div class="title">Managed NGINX</div>
</div>
<p class="muted">Auto SSL, log rotation, security hardening.</p>
</div>
<div class="card">
<div class="service-head">
<div class="service-illustration">
<!-- cube stack (apps) -->
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<rect x="12" y="36" width="16" height="16" rx="3" fill="#5b8cff"/>
<rect x="28" y="28" width="16" height="16" rx="3" fill="#00c2a8"/>
<rect x="36" y="12" width="16" height="16" rx="3" fill="#9b6bff"/>
</svg>
</div>
<div class="title">App Stacks</div>
</div>
<p class="muted">Node, Python, PHP, and containerized workflows.</p>
</div>
<div class="card">
<div class="service-head">
<div class="service-illustration">
<!-- globe for static/edge -->
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<circle cx="32" cy="32" r="20" fill="none" stroke="rgba(255,255,255,.35)" stroke-width="3"/>
<ellipse cx="32" cy="32" rx="20" ry="9" fill="none" stroke="#00c2a8" stroke-width="3"/>
<ellipse cx="32" cy="32" rx="9" ry="20" fill="none" stroke="#5b8cff" stroke-width="3"/>
</svg>
</div>
<div class="title">Static Sites</div>
</div>
<p class="muted">Ultra-fast static hosting with edge cache.</p>
</div>
</div>
<!-- Website Hosting -->
<h2 id="shared" style="margin-top:18px">Website Hosting</h2>
<div class="grid-3" style="margin-top:12px">
<div class="card">
<div class="service-head">
<div class="service-illustration">
<!-- single page icon -->
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<rect x="14" y="12" width="36" height="40" rx="6" fill="rgba(255,255,255,.06)" stroke="rgba(255,255,255,.25)"/>
<rect x="20" y="18" width="24" height="6" rx="2" fill="#5b8cff"/>
<rect x="20" y="28" width="24" height="4" rx="2" fill="#00c2a8"/>
<rect x="20" y="36" width="18" height="4" rx="2" fill="#9b6bff"/>
</svg>
</div>
<div class="title">Starter</div>
</div>
<p class="muted">1 site, 10GB SSD. Best for landing pages & blogs.</p>
</div>
<div class="card">
<div class="service-head">
<div class="service-illustration">
<!-- stacked pages -->
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<rect x="10" y="16" width="36" height="34" rx="6" fill="rgba(255,255,255,.06)"/>
<rect x="18" y="12" width="36" height="34" rx="6" fill="rgba(255,255,255,.08)"/>
<rect x="26" y="20" width="28" height="28" rx="6" fill="rgba(255,255,255,.1)" stroke="rgba(255,255,255,.2)"/>
</svg>
</div>
<div class="title">Growth</div>
</div>
<p class="muted">5 sites, 40GB SSD. Staging & backups included.</p>
</div>
<div class="card">
<div class="service-head">
<div class="service-illustration">
<!-- building / enterprise -->
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<rect x="12" y="16" width="16" height="36" fill="#5b8cff" opacity=".7"/>
<rect x="28" y="12" width="12" height="40" fill="#00c2a8" opacity=".7"/>
<rect x="40" y="22" width="12" height="30" fill="#9b6bff" opacity=".7"/>
</svg>
</div>
<div class="title">Business</div>
</div>
<p class="muted">Unlimited sites, priority support and backups.</p>
</div>
</div>
<!-- Managed Services -->
<section class="section panel">
<h2 style="margin:0 0 6px">Managed Services</h2>
<div class="grid-3">
<div class="soft"><strong>Migrations</strong><div class="small">Zero-downtime from your current provider.</div></div>
<div class="soft"><strong>Architecture</strong><div class="small">Design reviews and performance tuning.</div></div>
<div class="soft"><strong>Support</strong><div class="small">SLA options with dedicated channels.</div></div>
</div>
</section>
</main>
<!-- FOOTER (same as other pages) -->
<footer class="site-footer">
<div class="footer-inner">
<div>
<div class="brand" style="gap:10px"><div class="logo">FH</div><div class="brand-name">Fexhub</div></div>
<p class="muted" style="margin-top:10px">A free, advanced HTML+CSS theme for hosting providers.</p>
</div>
<div>
<div class="footer-title">Product</div>
<a class="footer-link" href="services.html">Services</a>
<a class="footer-link" href="pricing.html">Pricing</a>
<a class="footer-link" href="network.html">Network</a>
<a class="footer-link" href="changelog.html">Changelog</a>
</div>
<div>
<div class="footer-title">Company</div>
<a class="footer-link" href="about.html">About</a>
<a class="footer-link" href="blog.html">Blog</a>
<a class="footer-link" href="careers.html">Careers</a>
<a class="footer-link" href="contact.html">Contact</a>
</div>
<div>
<div class="footer-title">Legal</div>
<a class="footer-link" href="terms.html">Terms</a>
<a class="footer-link" href="privacy.html">Privacy</a>
<a class="footer-link" href="status.html">Status</a>
</div>
</div>
<div class="footer-bottom">
<div>© 2025 Fexhub — Free Hosting Theme</div>
<div>Built with pure HTML & CSS</div>
</div>
</footer>
<!-- JS-free Back to Top button -->
<a href="#top" class="backtotop" aria-label="Back to top">
<span class="arrow">▲</span> Top
</a>
</body>
</html>