-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcase-studies.html
More file actions
257 lines (236 loc) · 14.2 KB
/
case-studies.html
File metadata and controls
257 lines (236 loc) · 14.2 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>Case Studies & Testimonials — Fexhub</title>
<meta name="description" content="Realistic demo case studies and testimonials for hosting providers using the Fexhub theme.">
<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" />
<style>
/* ---- Scoped styles for this page only ---- */
.hero-cs { display:grid; grid-template-columns:1.1fr .9fr; gap:16px; align-items:center }
@media (max-width: 980px){ .hero-cs { grid-template-columns:1fr } }
.logo-strip { display:flex; gap:18px; flex-wrap:wrap; align-items:center; opacity:.9 }
.logo-pill { border:1px solid var(--line); border-radius:999px; padding:8px 12px; font-weight:700; color:var(--muted); background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01)) }
.cs-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap:16px }
.cs-card .metrics { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:8px }
.chip { display:inline-block; padding:6px 10px; border-radius:999px; border:1px solid var(--line); font-size:12px; color:var(--muted) }
/* Testimonial slider (CSS-only) */
.slider { border:1px solid var(--line); border-radius:16px; padding:14px; background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01)) }
.slides { position:relative; overflow:hidden; border-radius:12px }
.slides > input { display:none }
.slide-track { white-space:nowrap; transition: transform .35s ease }
.slide { display:inline-block; vertical-align:top; width:100%; white-space:normal; padding:16px }
.quote { font-size:18px; line-height:1.5 }
.who { margin-top:8px; color:var(--muted); font-weight:700 }
.dots { display:flex; gap:8px; justify-content:center; margin-top:8px }
.dot { width:10px; height:10px; border-radius:50%; border:1px solid var(--line) }
/* Radio -> translate track */
#t1:checked ~ .slide-track { transform: translateX(0%) }
#t2:checked ~ .slide-track { transform: translateX(-100%) }
#t3:checked ~ .slide-track { transform: translateX(-200%) }
#t1:checked ~ .dots label[for="t1"], #t2:checked ~ .dots label[for="t2"], #t3:checked ~ .dots label[for="t3"] { background:linear-gradient(90deg,var(--accent),var(--accent2)) }
.mini-industries { display:grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap:12px }
.mini-industries .card { display:flex; gap:10px; align-items:flex-start }
.i { width:34px; height:34px; border-radius:10px; display:grid; place-items:center; font-weight:900; color:#061022;
background:linear-gradient(90deg,var(--accent),var(--accent2)) }
.cta-band { display:grid; grid-template-columns: 1fr auto; gap:12px; align-items:center }
@media (max-width:680px){ .cta-band { grid-template-columns: 1fr } }
</style>
</head>
<body>
<a id="top"></a>
<!-- Compact header with dropdowns/mega -->
<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>
<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>
<div class="menu" tabindex="0">
<input id="m-services" type="checkbox" aria-hidden="true"><label for="m-services">Services <i class="chev"></i></label>
<div class="dropdown"><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>
<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">
<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>
<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"><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>
<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"><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 site-main">
<!-- HERO -->
<section class="hero-cs section">
<div class="panel">
<h1 class="h">Case Studies & Testimonials</h1>
<p class="muted">How teams use Fexhub-powered hosting to launch faster, scale smoothly, and cut ops overhead.</p>
<div style="display:flex;gap:10px;flex-wrap:wrap;margin-top:10px">
<span class="badge">99.99% SLA</span>
<span class="badge">Global Edge</span>
<span class="badge">NVMe</span>
</div>
</div>
<div class="section">
<div class="logo-strip">
<span class="logo-pill">BlockSmith</span>
<span class="logo-pill">RapidRust</span>
<span class="logo-pill">APX Studio</span>
<span class="logo-pill">SitePilot</span>
<span class="logo-pill">DevMinds</span>
</div>
<p class="small muted" style="margin-top:6px">These are demo brands for theme preview.</p>
</div>
</section>
<!-- FEATURED CASE STUDIES -->
<section class="section">
<h2 style="margin-top:0">Featured case studies</h2>
<div class="cs-grid">
<article class="card cs-card">
<div class="chip">Minecraft community</div>
<h3 style="margin:.3rem 0">BlockSmith — 40% better TPS stability</h3>
<p class="small">Migrated from a shared host to NVMe nodes with tuned Paper builds. Snapshot rollbacks cut recovery from 20 min to 2 min.</p>
<div class="metrics">
<div class="soft"><div class="kpi">-60%</div><div class="small">Crash incidents</div></div>
<div class="soft"><div class="kpi">+40%</div><div class="small">TPS stability</div></div>
</div>
<div class="small muted" style="margin-top:6px">Stack: Paper, Geyser, LuckPerms</div>
</article>
<article class="card cs-card">
<div class="chip">FPS/rust servers</div>
<h3 style="margin:.3rem 0">RapidRust — 28% lower latency</h3>
<p class="small">Moved EU fleet to FRA and LON with network tuning. Auto-restart policies fixed nightly desync issues.</p>
<div class="metrics">
<div class="soft"><div class="kpi">-28%</div><div class="small">Avg latency</div></div>
<div class="soft"><div class="kpi">99.99%</div><div class="small">Monthly uptime</div></div>
</div>
<div class="small muted" style="margin-top:6px">Tick: 128 (CS), performance cores</div>
</article>
<article class="card cs-card">
<div class="chip">Web/API</div>
<h3 style="margin:.3rem 0">APX Studio — 75% faster release</h3>
<p class="small">Switched to managed NGINX with Git deploys. Staging → production snapshots simplified rollbacks.</p>
<div class="metrics">
<div class="soft"><div class="kpi">-75%</div><div class="small">Deploy time</div></div>
<div class="soft"><div class="kpi">+3x</div><div class="small">Release frequency</div></div>
</div>
<div class="small muted" style="margin-top:6px">Stacks: Node/Python, static assets edge-cached</div>
</article>
</div>
</section>
<!-- TESTIMONIALS (slider) -->
<section class="section slider" aria-label="Customer testimonials">
<h2 style="margin-top:0">What customers say</h2>
<!-- radios -->
<input type="radio" name="t" id="t1" checked>
<input type="radio" name="t" id="t2">
<input type="radio" name="t" id="t3">
<div class="slides">
<div class="slide-track">
<div class="slide card">
<div class="quote">“Fexhub’s theme made our hosting look premium on day one. The docs layout cut ticket volume because customers could help themselves.”</div>
<div class="who">— Meera P., SitePilot</div>
</div>
<div class="slide card">
<div class="quote">“We launched a 300-player survival world with barely any stutter. Snapshots saved us twice when a plugin update went sideways.”</div>
<div class="who">— Arjun S., BlockSmith</div>
</div>
<div class="slide card">
<div class="quote">“The new pricing and status pages look enterprise-grade. It’s still just HTML+CSS, which keeps it blazing fast.”</div>
<div class="who">— Nikhil R., DevMinds</div>
</div>
</div>
</div>
<div class="dots" role="tablist" aria-label="Testimonial slides">
<label class="dot" for="t1" aria-label="Slide 1"></label>
<label class="dot" for="t2" aria-label="Slide 2"></label>
<label class="dot" for="t3" aria-label="Slide 3"></label>
</div>
</section>
<!-- INDUSTRY USES -->
<section class="section">
<h2 style="margin-top:0">Who this theme fits</h2>
<div class="mini-industries">
<div class="card"><div class="i">MC</div><div><strong>Game hosting startups</strong><p class="small muted">Minecraft, CS/Rust, modded packs, custom images.</p></div></div>
<div class="card"><div class="i">VPS</div><div><strong>VPS providers</strong><p class="small muted">Simple pricing tables, docs, and status to start selling immediately.</p></div></div>
<div class="card"><div class="i">WEB</div><div><strong>Web & agencies</strong><p class="small muted">Managed NGINX, app stacks, static sites with SSL out of the box.</p></div></div>
<div class="card"><div class="i">ISV</div><div><strong>Indie studios</strong><p class="small muted">Ship multiplayer backends and dashboards without design work.</p></div></div>
</div>
</section>
<!-- CTA -->
<section class="section panel">
<div class="cta-band">
<div>
<h3 style="margin:.2rem 0">Want to feature your story?</h3>
<p class="muted">Send us a short write-up and a few metrics. We’ll publish a polished case study page you can share.</p>
</div>
<div><a class="btn" href="contact.html">Submit your case study</a></div>
</div>
</section>
</main>
<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. Replace content and ship.</p>
<div style="margin-top:10px"><span class="badge">SLA 99.99%</span> <span class="badge">NVMe</span> <span class="badge">Global Edge</span></div>
</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>
<!-- Back to Top -->
<a href="#top" class="backtotop" aria-label="Back to top"><span class="arrow">▲</span> Top</a>
</body>
</html>