-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
331 lines (304 loc) · 11.6 KB
/
index.html
File metadata and controls
331 lines (304 loc) · 11.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solidity™ — Unbreakable Enterprise Infrastructure</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,700;1,9..144,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- NAV -->
<nav>
<div class="logo">
<div class="logo-icon"><i class="fa-solid fa-layer-group"></i></div>
Solidity
</div>
<div class="nav-links">
<a href="#">Product</a>
<a href="#">Pricing</a>
<a href="#">Docs</a>
<a href="#">Blog</a>
<a href="#" class="nav-cta">Get Started</a>
</div>
</nav>
<!-- MATERIAL TOGGLE -->
<div class="mat-toggle" id="matToggle">
<button class="active" data-mat="glass"><i class="fa-solid fa-glass-water-droplet"></i> Glass</button>
<button data-mat="pixel"><i class="fa-solid fa-table-cells"></i> Pixel</button>
</div>
<!-- HERO -->
<section class="hero">
<div class="badge"><i class="fa-solid fa-circle-check"></i> 99.999% UPTIME GUARANTEED</div>
<h1>Infrastructure so solid, <em>nothing</em> can break it.</h1>
<p>Solidity™ is the world's most unbreakable cloud platform. Built with military-grade redundancy. Absolutely indestructible. We promise.</p>
<div class="hero-btns">
<button class="btn-primary">Start Free Trial</button>
<button class="btn-secondary">Watch Demo <i class="fa-solid fa-arrow-right"></i></button>
</div>
</section>
<!-- LOGOS -->
<section class="logos-section">
<p>Trusted by teams who hate downtime</p>
<div class="logos-row">
<div class="fake-logo">MEGACORP</div>
<div class="fake-logo">TITAN.IO</div>
<div class="fake-logo">IRONWALL</div>
<div class="fake-logo">GRANITE</div>
<div class="fake-logo">FORTRESS</div>
</div>
</section>
<!-- FEATURES -->
<section class="features">
<div class="feature-card">
<div class="feature-icon fi-blue"><i class="fa-solid fa-shield-halved"></i></div>
<h3>Unbreakable Uptime</h3>
<p>Our servers literally cannot go down. We've tried. Multiple times. With hammers.</p>
</div>
<div class="feature-card">
<div class="feature-icon fi-green"><i class="fa-solid fa-lock"></i></div>
<h3>Impenetrable Security</h3>
<p>256-bit encryption wrapped in another 256-bit encryption. It's encryptions all the way down.</p>
</div>
<div class="feature-card">
<div class="feature-icon fi-gray"><i class="fa-solid fa-bolt"></i></div>
<h3>Infinite Scalability</h3>
<p>Handles 10 users or 10 billion users. We haven't tested the latter but we're pretty sure.</p>
</div>
<div class="feature-card">
<div class="feature-icon fi-blue"><i class="fa-solid fa-cubes"></i></div>
<h3>Rock-Solid Architecture</h3>
<p>Built on foundations deeper than the Mariana Trench. Metaphorically. Our actual servers are in Ohio.</p>
</div>
<div class="feature-card">
<div class="feature-icon fi-green"><i class="fa-solid fa-code"></i></div>
<h3>Indestructible APIs</h3>
<p>Our REST endpoints have never returned a 500. Mostly because we return 200 for everything.</p>
</div>
<div class="feature-card">
<div class="feature-icon fi-gray"><i class="fa-solid fa-database"></i></div>
<h3>Permanent Data</h3>
<p>Your data will outlive the sun. Not a legal guarantee. Please don't hold us to this one.</p>
</div>
</section>
<!-- STATS -->
<section class="stats-bar">
<div class="stats-inner">
<div class="stat-item">
<h2>99.999%</h2>
<p>Uptime SLA</p>
</div>
<div class="stat-item">
<h2>0</h2>
<p>Incidents Ever</p>
</div>
<div class="stat-item">
<h2><i class="fa-solid fa-infinity"></i></h2>
<p>Scalability</p>
</div>
<div class="stat-item">
<h2>$4.2B</h2>
<p>Raised (Trust Us)</p>
</div>
</div>
</section>
<!-- TESTIMONIALS -->
<section class="testimonials">
<h2>What our (definitely real) customers say</h2>
<div class="testimonial-grid">
<div class="testimonial">
<div class="stars"><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i></div>
<blockquote>"Solidity is so reliable that I forgot what a pager feels like. My therapist says this is healthy."</blockquote>
<div class="author">
<div class="author-avatar">JK</div>
<div class="author-info">
<div class="name">Jake Kim</div>
<div class="role">CTO, NeverDown Inc.</div>
</div>
</div>
</div>
<div class="testimonial">
<div class="stars"><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i></div>
<blockquote>"We migrated our entire infrastructure to Solidity. Our stock went up 400%. Correlation is causation."</blockquote>
<div class="author">
<div class="author-avatar">SP</div>
<div class="author-info">
<div class="name">Sarah Park</div>
<div class="role">VP Eng, Definitely Real Corp</div>
</div>
</div>
</div>
<div class="testimonial">
<div class="stars"><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i></div>
<blockquote>"I literally tried to break it. Threw my laptop into a lake. Solidity was still up. My laptop wasn't."</blockquote>
<div class="author">
<div class="author-avatar">MR</div>
<div class="author-info">
<div class="name">Mike Rodriguez</div>
<div class="role">SRE, Chaos Engineering LLC</div>
</div>
</div>
</div>
<div class="testimonial">
<div class="stars"><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i></div>
<blockquote>"Nothing can break Solidity. Nothing. Absolutely noth—"</blockquote>
<div class="author">
<div class="author-avatar">AL</div>
<div class="author-info">
<div class="name">Amy Lee</div>
<div class="role">Founder, Irony Labs</div>
</div>
</div>
</div>
</div>
</section>
<!-- PRICING -->
<section class="pricing">
<h2>Unbreakable pricing</h2>
<p>Choose the level of indestructibility that suits you.</p>
<div class="pricing-grid">
<div class="price-card">
<h3>Starter</h3>
<div class="price-amount">$29 <span>/ mo</span></div>
<ul>
<li>99.9% Uptime</li>
<li>Basic Firewall</li>
<li>Email Support</li>
<li>Somewhat Solid</li>
</ul>
<button class="price-btn price-btn-outline">Get Started</button>
</div>
<div class="price-card popular">
<div class="popular-tag">Most Popular</div>
<h3>Pro</h3>
<div class="price-amount">$99 <span>/ mo</span></div>
<ul>
<li>99.999% Uptime</li>
<li>Advanced Firewall</li>
<li>24/7 Support</li>
<li>Very Solid</li>
</ul>
<button class="price-btn price-btn-fill">Get Started</button>
</div>
<div class="price-card">
<h3>Enterprise</h3>
<div class="price-amount">$<i class="fa-solid fa-infinity"></i> <span>/ mo</span></div>
<ul>
<li>100% Uptime (pinky swear)</li>
<li>Quantum Firewall</li>
<li>CEO's Personal Cell</li>
<li>Absolutely Unbreakable</li>
</ul>
<button class="price-btn price-btn-outline">Contact Sales</button>
</div>
</div>
</section>
<!-- CTA -->
<section class="cta-section">
<h2>Ready to build on bedrock?</h2>
<p>Join 10,000+ teams who trust Solidity with their most critical infrastructure.</p>
<button class="cta-btn">Start Building for Free</button>
</section>
<!-- FOOTER -->
<footer>
<div class="footer-inner">
<span style="font-size:0.82rem;">© 2026 Solidity™ — Nothing breaks here.</span>
<div class="footer-links">
<a href="#">Privacy</a>
<a href="#">Terms</a>
<a href="#">Status</a>
<a href="#"><i class="fa-brands fa-github"></i> GitHub</a>
</div>
</div>
</footer>
<!-- HINT -->
<div class="destruct-hint" id="hint"><i class="fa-solid fa-hand-pointer"></i> Click anything to test our "unbreakable" claim</div>
<!-- RESET -->
<button class="reset-btn" id="resetBtn"><i class="fa-solid fa-rotate-right"></i> Rebuild Everything</button>
<script src="shatter.js"></script>
<script>
(function() {
var material = 'glass';
var shattered = [];
var hint = document.getElementById('hint');
var resetBtn = document.getElementById('resetBtn');
// Material toggle
document.getElementById('matToggle').addEventListener('click', function(e) {
var btn = e.target.closest('button');
if (!btn) return;
e.stopPropagation();
document.querySelectorAll('#matToggle button').forEach(function(b) { b.classList.remove('active'); });
btn.classList.add('active');
material = btn.dataset.mat;
});
var safeEls = [
document.getElementById('matToggle'),
document.getElementById('resetBtn'),
];
function isSafe(el) {
for (var i = 0; i < safeEls.length; i++) {
if (safeEls[i] && safeEls[i].contains(el)) return true;
}
return false;
}
document.addEventListener('click', function(e) {
if (isSafe(e.target)) return;
hint.classList.add('hidden');
var target = findShatterTarget(e.target);
if (!target || target.dataset.shattered === 'true') return;
shatter(target, {
material: material,
impactX: e.clientX,
impactY: e.clientY,
});
shattered.push(target);
resetBtn.style.display = 'block';
});
function findShatterTarget(el) {
if (el === document.body || el === document.documentElement) return null;
var node = el;
while (node && node !== document.body) {
if (node.dataset && node.dataset.shattered === 'true') return null;
var isShatterable = node.classList && (
node.classList.contains('feature-card') ||
node.classList.contains('testimonial') ||
node.classList.contains('price-card') ||
node.classList.contains('stat-item') ||
node.classList.contains('badge') ||
node.classList.contains('fake-logo') ||
node.classList.contains('logo') ||
node.classList.contains('popular-tag') ||
node.classList.contains('hero') ||
node.classList.contains('cta-section') ||
node.classList.contains('stats-bar') ||
node.classList.contains('logos-section')
);
var isBtn = node.tagName === 'BUTTON' || (node.tagName === 'A' && node.classList.contains('nav-cta'));
if (isShatterable || isBtn) return node;
if (node.tagName === 'NAV') return node;
if (node.tagName === 'FOOTER') return node;
node = node.parentElement;
}
// Fallback: shatter the clicked element itself if it has visible size
if (el.offsetWidth > 10 && el.offsetHeight > 10) return el;
if (el.parentElement && el.parentElement !== document.body &&
el.parentElement.offsetWidth > 10 && el.parentElement.offsetHeight > 10) {
return el.parentElement;
}
return null;
}
resetBtn.addEventListener('click', function(e) {
e.stopPropagation();
shattered.forEach(function(el) {
el.style.visibility = 'visible';
el.dataset.shattered = 'false';
});
shattered = [];
resetBtn.style.display = 'none';
});
})();
</script>
</body>
</html>