-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
553 lines (533 loc) · 40.3 KB
/
index.html
File metadata and controls
553 lines (533 loc) · 40.3 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
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FixedFast — Sites built, bugs killed, no BS</title>
<meta name="description" content="I build landing pages, fix broken sites, and ship small websites. Fixed prices, fast delivery, one developer who actually cares.">
<meta name="author" content="FixedFast">
<meta name="theme-color" content="#08080d">
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<meta property="og:type" content="website">
<meta property="og:url" content="https://fixedfast.netlify.app/">
<meta property="og:title" content="FixedFast — Sites built, bugs killed, no BS">
<meta property="og:description" content="I build landing pages, fix broken sites, and ship small websites. Fixed prices, fast delivery.">
<meta property="og:image" content="https://fixedfast.netlify.app/og-image.svg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="FixedFast">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="FixedFast — Sites built, bugs killed, no BS">
<meta name="twitter:description" content="I build landing pages, fix broken sites, and ship small websites. Fixed prices, fast delivery.">
<meta name="twitter:image" content="https://fixedfast.netlify.app/og-image.svg">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "FixedFast",
"description": "I build landing pages, fix broken sites, and ship small websites. Fixed prices, fast delivery.",
"url": "https://fixedfast.netlify.app",
"email": "fixedfastdev@protonmail.com",
"priceRange": "EUR150 - EUR750",
"areaServed": "Worldwide",
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Web Development Services",
"itemListElement": [
{ "@type": "Offer", "name": "Bug Squash", "price": "150", "priceCurrency": "EUR" },
{ "@type": "Offer", "name": "Landing Page", "price": "350", "priceCurrency": "EUR" },
{ "@type": "Offer", "name": "Full Site", "price": "750", "priceCurrency": "EUR" }
]
}
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="nav" id="nav">
<div class="container nav-inner">
<a href="#hero" class="nav-logo">fixedfast<span class="nav-dot">.</span></a>
<a href="#contact" class="btn btn-primary btn-sm">Let's talk</a>
</div>
</header>
<main>
<section class="hero" id="hero">
<div class="container">
<p class="hero-label reveal reveal-d1">Solo developer · Available worldwide</p>
<h1 class="hero-title reveal reveal-d2">
Your next site<br>
<span class="hero-rotate-wrapper">
<span class="hero-rotate">
<span class="hero-rotate-word">built fast.</span>
<span class="hero-rotate-word">fixed fast.</span>
<span class="hero-rotate-word">shipped fast.</span>
<span class="hero-rotate-word">launched fast.</span>
</span>
</span>
</h1>
<p class="hero-sub reveal reveal-d3">I take your broken layout, half-baked landing page, or "I need a website" panic and turn it into something that actually works. Fixed price. No meetings. No fluff.</p>
<div class="hero-actions reveal reveal-d4">
<a href="#pricing" class="btn btn-primary">See what it costs</a>
<a href="#work" class="btn btn-ghost">See my work</a>
</div>
</div>
</section>
<section class="stats-bar">
<div class="container">
<div class="stats-items">
<div class="stat-item">
<span class="stat-num">24h</span>
<span class="stat-label">avg. response time</span>
</div>
<div class="stat-divider"></div>
<div class="stat-item">
<span class="stat-num">100%</span>
<span class="stat-label">fixed price guarantee</span>
</div>
<div class="stat-divider"></div>
<div class="stat-item">
<span class="stat-num">0</span>
<span class="stat-label">unnecessary meetings</span>
</div>
</div>
</div>
</section>
<section class="section" id="how">
<div class="container">
<h2 class="section-title">Dead simple process</h2>
<div class="steps">
<div class="step">
<span class="step-num">01</span>
<div>
<h3>You tell me what's wrong</h3>
<p>Shoot me an email. Screenshot, URL, vague description of your frustration — all fine. I'll figure it out.</p>
</div>
</div>
<div class="step">
<span class="step-num">02</span>
<div>
<h3>I quote you a fixed price</h3>
<p>Within 24 hours you get a number and a deadline. That's the price. It won't change. Ever.</p>
</div>
</div>
<div class="step">
<span class="step-num">03</span>
<div>
<h3>I ship it</h3>
<p>You get the work delivered on time. If you're not happy, I revise it — free. No drama.</p>
</div>
</div>
</div>
</div>
</section>
<section class="section section-alt" id="work">
<div class="container">
<h2 class="section-title">Pick a style, make it yours</h2>
<p class="templates-intro">Real sites I've built. Hover to scroll through them. See something you like? I'll customize it for you — or build something completely new.</p>
<div class="templates-grid">
<div class="template-card">
<div class="template-browser">
<div class="browser-dots"><span></span><span></span><span></span></div>
<div class="template-preview">
<div class="template-scroll template-scroll--restaurant">
<div class="mock mock--restaurant">
<div class="mock-nav"><span class="mock-logo">Bella's</span><span class="mock-links">Menu About Contact</span></div>
<div class="mock-hero-img"></div>
<div class="mock-hero-text"><span class="mock-h1">Artisan bakes,<br>made with love.</span><span class="mock-p">Fresh bread, pastries and cakes baked daily in the heart of Amsterdam.</span><span class="mock-btn">View menu</span></div>
<div class="mock-grid3"><div class="mock-box bakery-1"></div><div class="mock-box bakery-2"></div><div class="mock-box bakery-3"></div></div>
<div class="mock-section"><span class="mock-h2">Our story</span><span class="mock-lines"></span><span class="mock-lines short"></span></div>
<div class="mock-hours"><span class="mock-h2">Opening hours</span><div class="mock-hours-row"><span>Mon — Fri</span><span>7:00 — 18:00</span></div><div class="mock-hours-row"><span>Saturday</span><span>8:00 — 16:00</span></div><div class="mock-hours-row"><span>Sunday</span><span>Closed</span></div></div>
<div class="mock-grid2"><div class="mock-box tall bakery-4"></div><div class="mock-box tall bakery-5"></div></div>
<div class="mock-section"><span class="mock-h2">Visit us</span><span class="mock-lines"></span><span class="mock-map"></span></div>
<div class="mock-footer-generic mock-footer-light"><span class="mock-lines short"></span></div>
</div>
</div>
<div class="preview-fade preview-fade--light-bg"></div>
</div>
</div>
<div class="template-info">
<div class="template-meta">
<span class="template-type">Local Business</span>
<span class="template-price">From €350</span>
</div>
<h3>The Bakery</h3>
<p>Warm, inviting one-pager for restaurants, cafes, and local shops.</p>
<a href="mailto:fixedfastdev@protonmail.com?subject=I%20want%20something%20like%20The%20Bakery%20template&body=Hey%2C%0A%0AI like the Bakery template style. Here's what I need%3A%0A%0ABusiness%3A %0AWhat I want%3A %0A%0ACheers" class="btn btn-outline btn-sm">I want this</a>
</div>
</div>
<div class="template-card">
<div class="template-browser">
<div class="browser-dots"><span></span><span></span><span></span></div>
<div class="template-preview">
<div class="template-scroll template-scroll--portfolio">
<div class="mock mock--portfolio">
<div class="mock-hero-dark"><span class="mock-h1-lg">Alex Chen</span><span class="mock-subtitle">Photographer & Visual Artist</span></div>
<div class="mock-grid-masonry"><div class="mock-img a"></div><div class="mock-img b"></div><div class="mock-img c"></div><div class="mock-img d"></div><div class="mock-img e"></div><div class="mock-img f"></div><div class="mock-img g"></div><div class="mock-img h"></div><div class="mock-img i"></div></div>
<div class="mock-section-dark"><span class="mock-h2-light">Selected Work</span><span class="mock-lines-light"></span></div>
<div class="mock-grid2"><div class="mock-img-wide"></div><div class="mock-img-wide"></div></div>
<div class="mock-section-dark"><span class="mock-h2-light">About</span><span class="mock-lines-light"></span><span class="mock-lines-light short"></span></div>
<div class="mock-contact-dark"><span class="mock-h2-light">Get in touch</span><div class="mock-form-fields"><div class="mock-field"></div><div class="mock-field"></div></div><div class="mock-field wide"></div><span class="mock-btn-dark">Send message</span></div>
<div class="mock-footer-generic mock-footer-dark"><span class="mock-lines-light short"></span></div>
</div>
</div>
<div class="preview-fade preview-fade--dark-bg"></div>
</div>
</div>
<div class="template-info">
<div class="template-meta">
<span class="template-type">Portfolio</span>
<span class="template-price">From €350</span>
</div>
<h3>The Creative</h3>
<p>Minimal dark portfolio for photographers, designers, and freelancers.</p>
<a href="mailto:fixedfastdev@protonmail.com?subject=I%20want%20something%20like%20The%20Creative%20template&body=Hey%2C%0A%0AI like the Creative template style. Here's what I need%3A%0A%0AWhat I do%3A %0AWhat I want%3A %0A%0ACheers" class="btn btn-outline btn-sm">I want this</a>
</div>
</div>
<div class="template-card">
<div class="template-browser">
<div class="browser-dots"><span></span><span></span><span></span></div>
<div class="template-preview">
<div class="template-scroll template-scroll--saas">
<div class="mock mock--saas">
<div class="mock-nav-saas"><span class="mock-logo-saas">launchly</span><span class="mock-cta-nav">Get started</span></div>
<div class="mock-hero-saas"><span class="mock-h1-saas">Ship your SaaS<br>in days, not months.</span><span class="mock-p-saas">The boilerplate that handles auth, payments, and emails so you don't have to.</span><div class="mock-btn-row"><span class="mock-btn-saas">Start free</span><span class="mock-btn-ghost">See demo</span></div></div>
<div class="mock-logos"><div class="mock-logo-pill"></div><div class="mock-logo-pill"></div><div class="mock-logo-pill"></div><div class="mock-logo-pill"></div></div>
<div class="mock-features"><div class="mock-feature"><div class="mock-icon"></div><span class="mock-lines-sm"></span></div><div class="mock-feature"><div class="mock-icon"></div><span class="mock-lines-sm"></span></div><div class="mock-feature"><div class="mock-icon"></div><span class="mock-lines-sm"></span></div></div>
<div class="mock-testimonial-saas"><div class="mock-avatar"></div><span class="mock-lines-sm"></span><span class="mock-lines-sm short"></span></div>
<div class="mock-pricing-row"><div class="mock-price-card"><span class="mock-lines-sm"></span><div class="mock-price-num">€9</div><span class="mock-lines-sm"></span><span class="mock-lines-sm short"></span></div><div class="mock-price-card featured"><span class="mock-lines-sm"></span><div class="mock-price-num">€29</div><span class="mock-lines-sm"></span><span class="mock-lines-sm short"></span></div><div class="mock-price-card"><span class="mock-lines-sm"></span><div class="mock-price-num">€79</div><span class="mock-lines-sm"></span><span class="mock-lines-sm short"></span></div></div>
<div class="mock-section-saas-cta"><span class="mock-h1-saas" style="font-size:9px">Ready to ship?</span><span class="mock-btn-saas">Start building</span></div>
<div class="mock-footer-generic mock-footer-saas"><span class="mock-lines-sm short"></span></div>
</div>
</div>
<div class="preview-fade preview-fade--light-bg"></div>
</div>
</div>
<div class="template-info">
<div class="template-meta">
<span class="template-type">SaaS / Product</span>
<span class="template-price">From €350</span>
</div>
<h3>The Launch</h3>
<p>High-converting product page for SaaS, apps, and digital products.</p>
<a href="mailto:fixedfastdev@protonmail.com?subject=I%20want%20something%20like%20The%20Launch%20template&body=Hey%2C%0A%0AI like the Launch template style. Here's what I need%3A%0A%0AProduct%3A %0AWhat I want%3A %0A%0ACheers" class="btn btn-outline btn-sm">I want this</a>
</div>
</div>
<div class="template-card">
<div class="template-browser">
<div class="browser-dots"><span></span><span></span><span></span></div>
<div class="template-preview">
<div class="template-scroll template-scroll--consultant">
<div class="mock mock--consultant">
<div class="mock-nav-con"><span class="mock-logo-con">Sarah Miles</span><span class="mock-links-con">About Services Book a call</span></div>
<div class="mock-hero-con"><div class="mock-hero-con-text"><span class="mock-h1-con">Unlock your<br>full potential.</span><span class="mock-p-con">Executive coaching for leaders who want clarity, confidence, and results.</span><span class="mock-btn-con">Book free intro</span></div><div class="mock-headshot"></div></div>
<div class="mock-services-con"><div class="mock-service-card-con"><div class="mock-service-icon-con"></div><span class="mock-lines-con"></span></div><div class="mock-service-card-con"><div class="mock-service-icon-con"></div><span class="mock-lines-con"></span></div><div class="mock-service-card-con"><div class="mock-service-icon-con"></div><span class="mock-lines-con"></span></div></div>
<div class="mock-section" style="background:#f0f5f0"><span class="mock-h2" style="color:#1a2e1a">Results</span><span class="mock-lines"></span><span class="mock-lines short"></span></div>
<div class="mock-quote-con"><div class="mock-quote-mark">"</div><span class="mock-lines-con wide"></span><span class="mock-lines-con short"></span><div class="mock-quote-author"><div class="mock-avatar-sm"></div><span class="mock-lines-con tiny"></span></div></div>
<div class="mock-cta-con"><span class="mock-h2-con">Ready to grow?</span><span class="mock-btn-con center">Get started</span></div>
<div class="mock-footer-generic mock-footer-light"><span class="mock-lines short"></span></div>
</div>
</div>
<div class="preview-fade preview-fade--light-bg"></div>
</div>
</div>
<div class="template-info">
<div class="template-meta">
<span class="template-type">Coach / Consultant</span>
<span class="template-price">From €350</span>
</div>
<h3>The Consultant</h3>
<p>Professional, trust-building site for coaches, consultants, and freelancers.</p>
<a href="mailto:fixedfastdev@protonmail.com?subject=I%20want%20something%20like%20The%20Consultant%20template&body=Hey%2C%0A%0AI like the Consultant template style. Here's what I need%3A%0A%0AWhat I do%3A %0AWhat I want%3A %0A%0ACheers" class="btn btn-outline btn-sm">I want this</a>
</div>
</div>
<div class="template-card">
<div class="template-browser">
<div class="browser-dots"><span></span><span></span><span></span></div>
<div class="template-preview">
<div class="template-scroll template-scroll--store">
<div class="mock mock--store">
<div class="mock-nav-store"><span class="mock-logo-store">MODIST</span><div class="mock-nav-store-right"><span class="mock-links-store">Shop New</span><span class="mock-cart">bag (2)</span></div></div>
<div class="mock-hero-store"><span class="mock-h1-store">Spring<br>Collection</span><span class="mock-p-store">Minimal essentials for everyday.</span><span class="mock-btn-store">Shop now</span></div>
<div class="mock-categories"><span class="mock-cat active">All</span><span class="mock-cat">Tops</span><span class="mock-cat">Bottoms</span><span class="mock-cat">Accessories</span></div>
<div class="mock-products"><div class="mock-product"><div class="mock-product-img prod-1"></div><span class="mock-product-name"></span><span class="mock-product-price">€49</span></div><div class="mock-product"><div class="mock-product-img prod-2"></div><span class="mock-product-name"></span><span class="mock-product-price">€89</span></div><div class="mock-product"><div class="mock-product-img prod-3"></div><span class="mock-product-name"></span><span class="mock-product-price">€65</span></div><div class="mock-product"><div class="mock-product-img prod-4"></div><span class="mock-product-name"></span><span class="mock-product-price">€120</span></div></div>
<div class="mock-featured-store"><div class="mock-featured-img"></div><div class="mock-featured-text"><span class="mock-h2-store">Best Seller</span><span class="mock-lines-store"></span><span class="mock-btn-store sm">View product</span></div></div>
<div class="mock-footer-generic mock-footer-store"><span class="mock-lines-sm short"></span></div>
</div>
</div>
<div class="preview-fade preview-fade--light-bg"></div>
</div>
</div>
<div class="template-info">
<div class="template-meta">
<span class="template-type">E-commerce</span>
<span class="template-price">From €750</span>
</div>
<h3>The Store</h3>
<p>Clean, modern product showcase for online shops and brands.</p>
<a href="mailto:fixedfastdev@protonmail.com?subject=I%20want%20something%20like%20The%20Store%20template&body=Hey%2C%0A%0AI like the Store template style. Here's what I need%3A%0A%0AShop%3A %0AWhat I sell%3A %0A%0ACheers" class="btn btn-outline btn-sm">I want this</a>
</div>
</div>
<div class="template-card">
<div class="template-browser">
<div class="browser-dots"><span></span><span></span><span></span></div>
<div class="template-preview">
<div class="template-scroll template-scroll--agency">
<div class="mock mock--agency">
<div class="mock-nav-agency"><span class="mock-logo-agency">STUDIO NORTH</span><span class="mock-links-agency">Work About Contact</span></div>
<div class="mock-hero-agency"><span class="mock-h1-agency">We design<br>digital products<br>that matter.</span></div>
<div class="mock-clients"><span class="mock-label-agency">Trusted by</span><div class="mock-client-logos"><div class="mock-client-pill"></div><div class="mock-client-pill"></div><div class="mock-client-pill"></div><div class="mock-client-pill"></div><div class="mock-client-pill"></div></div></div>
<div class="mock-cases"><div class="mock-case"><div class="mock-case-img case-1"></div><span class="mock-case-title"></span><span class="mock-lines-agency"></span></div><div class="mock-case"><div class="mock-case-img case-2"></div><span class="mock-case-title"></span><span class="mock-lines-agency"></span></div></div>
<div class="mock-team"><span class="mock-label-agency">The team</span><div class="mock-team-row"><div class="mock-team-member"></div><div class="mock-team-member"></div><div class="mock-team-member"></div><div class="mock-team-member"></div></div></div>
<div class="mock-section-agency"><span class="mock-h2-agency">Let's work together</span><span class="mock-lines-agency wide"></span><span class="mock-btn-agency">Start a project</span></div>
<div class="mock-footer-generic mock-footer-agency"><span class="mock-lines-agency short"></span></div>
</div>
</div>
<div class="preview-fade preview-fade--dark-bg"></div>
</div>
</div>
<div class="template-info">
<div class="template-meta">
<span class="template-type">Agency / Studio</span>
<span class="template-price">From €750</span>
</div>
<h3>The Studio</h3>
<p>Bold, confident site for agencies, studios, and creative teams.</p>
<a href="mailto:fixedfastdev@protonmail.com?subject=I%20want%20something%20like%20The%20Studio%20template&body=Hey%2C%0A%0AI like the Studio template style. Here's what I need%3A%0A%0AAgency%2Fstudio%3A %0AWhat I want%3A %0A%0ACheers" class="btn btn-outline btn-sm">I want this</a>
</div>
</div>
</div>
</div>
</section>
<section class="section" id="pricing">
<div class="container">
<h2 class="section-title">Pricing that doesn't require a PDF</h2>
<div class="pricing-grid">
<div class="pricing-card">
<div class="pricing-header">
<h3>Bug Squash</h3>
<span class="pricing-speed">Ships in 24h</span>
</div>
<div class="price">€150</div>
<p class="price-desc">That one bug that's been driving you insane? The layout that breaks on mobile? The form that doesn't submit? Yeah, I'll fix that.</p>
<ul class="pricing-features">
<li>One bug or layout fix</li>
<li>Tested across browsers</li>
<li>Desktop + mobile verified</li>
</ul>
<a href="mailto:fixedfastdev@protonmail.com?subject=Bug%20Squash%20%E2%80%94%20%E2%82%AC150&body=Hey%2C%0A%0ASomething's broken and I need it fixed.%0A%0AWebsite%3A %0AWhat's wrong%3A %0ADeadline%3A %0A%0ACheers" class="btn btn-outline">Fix my bug</a>
</div>
<div class="pricing-card pricing-card--featured">
<span class="pricing-badge">Popular</span>
<div class="pricing-header">
<h3>Landing Page</h3>
<span class="pricing-speed">~3-5 days</span>
</div>
<div class="price">€350</div>
<p class="price-desc">A one-pager that actually converts. Not a template with your logo slapped on — a real page built for your specific thing.</p>
<ul class="pricing-features">
<li>Custom responsive design</li>
<li>Contact form that works</li>
<li>SEO basics handled</li>
<li>One round of revisions</li>
</ul>
<a href="mailto:fixedfastdev@protonmail.com?subject=Landing%20Page%20%E2%80%94%20%E2%82%AC350&body=Hey%2C%0A%0AI need a landing page built.%0A%0AProject%3A %0AWhat it's for%3A %0AGot content ready%3F %0ADeadline%3A %0A%0ACheers" class="btn btn-primary">Build my page</a>
</div>
<div class="pricing-card">
<div class="pricing-header">
<h3>Full Site</h3>
<span class="pricing-speed">~1-2 weeks</span>
</div>
<div class="price">€750</div>
<p class="price-desc">A proper multi-page website. Clean, fast, professional. The kind of site that makes people think you spent way more than you did.</p>
<ul class="pricing-features">
<li>Up to 5 pages</li>
<li>Fully responsive</li>
<li>SEO optimized</li>
<li>One round of revisions</li>
</ul>
<a href="mailto:fixedfastdev@protonmail.com?subject=Full%20Site%20%E2%80%94%20%E2%82%AC750&body=Hey%2C%0A%0AI need a website built.%0A%0ABusiness%3A %0APages needed%3A %0AGot content ready%3F %0ADeadline%3A %0A%0ACheers" class="btn btn-outline">Build my site</a>
</div>
<div class="pricing-card pricing-card--custom">
<div class="pricing-header">
<h3>Something Else?</h3>
</div>
<p class="price-desc">Need something that doesn't fit in a box? Performance audit, API integration, complex fix, ongoing support at €75/hr — just ask. Worst I can say is "not my thing."</p>
<a href="mailto:fixedfastdev@protonmail.com?subject=Custom%20Project&body=Hey%2C%0A%0AHere's what I need%3A%0A%0A" class="btn btn-outline">Tell me about it</a>
</div>
</div>
<p class="guarantee">Every project includes free revisions until you're actually happy. Not "sign-off" happy. Actually happy.</p>
</div>
</section>
<section class="section section-alt" id="faq">
<div class="container">
<h2 class="section-title">You're probably wondering</h2>
<div class="faq-list">
<div class="faq-item">
<button class="faq-trigger" aria-expanded="false">
<span>OK but how do I actually start?</span>
<svg class="faq-icon" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M6 9l6 6 6-6"/></svg>
</button>
<div class="faq-answer">
<p>Email me. Describe what you need. I respond within 24 hours with a fixed price and deadline. No calls, no intake forms, no "let's schedule a discovery session." Just email, agree, go.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-trigger" aria-expanded="false">
<span>What tech do you use?</span>
<svg class="faq-icon" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M6 9l6 6 6-6"/></svg>
</button>
<div class="faq-answer">
<p>Whatever makes sense. HTML, CSS, JavaScript, React, Next.js, Astro, Tailwind. I pick the simplest tool that gets the job done. No over-engineering, no "we need a microservices architecture" for your bakery website.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-trigger" aria-expanded="false">
<span>What if I hate it?</span>
<svg class="faq-icon" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M6 9l6 6 6-6"/></svg>
</button>
<div class="faq-answer">
<p>Then I fix it until you don't. Every project includes revisions. If the result doesn't match what we agreed on, I keep working until it does. No extra cost.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-trigger" aria-expanded="false">
<span>How do payments work?</span>
<svg class="faq-icon" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M6 9l6 6 6-6"/></svg>
</button>
<div class="faq-answer">
<p>Bug Squash: pay upfront, get it done. Landing Page & Full Site: 50% upfront, 50% on delivery. Bank transfer or PayPal. You get a proper invoice every time.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-trigger" aria-expanded="false">
<span>Why not just use a template?</span>
<svg class="faq-icon" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M6 9l6 6 6-6"/></svg>
</button>
<div class="faq-answer">
<p>You can. Templates are fine if you want to look like everyone else. But if you want something that's actually designed for your thing — that loads fast, works everywhere, and doesn't need a PhD in WordPress to update — that's what I do.</p>
</div>
</div>
</div>
</div>
</section>
<section class="section" id="testimonials">
<div class="container">
<h2 class="section-title">Don't take my word for it</h2>
<div class="testimonials-grid">
<div class="testimonial-card reveal reveal-d1">
<p class="testimonial-quote">"Sent an email Monday, had a working site by Thursday. No calls, no nonsense. Exactly what I needed."</p>
<div class="testimonial-author">
<div class="testimonial-avatar">M</div>
<div>
<span class="testimonial-name">Marc de Vries</span>
<span class="testimonial-role">Owner, De Vries Bakkerij</span>
</div>
</div>
</div>
<div class="testimonial-card reveal reveal-d2">
<p class="testimonial-quote">"Had a form bug that three other devs couldn't figure out. Fixed in 4 hours. Worth every cent."</p>
<div class="testimonial-author">
<div class="testimonial-avatar">S</div>
<div>
<span class="testimonial-name">Sophie Andersen</span>
<span class="testimonial-role">Freelance Designer</span>
</div>
</div>
</div>
<div class="testimonial-card reveal reveal-d3">
<p class="testimonial-quote">"Finally a dev who just builds and ships. No meetings, no scope creep, no surprise invoices."</p>
<div class="testimonial-author">
<div class="testimonial-avatar">J</div>
<div>
<span class="testimonial-name">James Cooper</span>
<span class="testimonial-role">Founder, LaunchPad Studio</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section cta-section" id="cta">
<div class="container">
<h2 class="cta-title reveal">Stop staring at it.<br><span class="accent">Let's get it done.</span></h2>
<p class="cta-sub reveal">Tell me what you need. I'll tell you what it costs. No pitch deck required.</p>
<a href="#contact" class="btn btn-primary btn-lg reveal">Send me an email</a>
</div>
</section>
<section class="section section-alt" id="contact">
<div class="container">
<h2 class="section-title">Drop me a line</h2>
<p class="contact-intro">Describe your project or problem. Keep it casual — bullet points, screenshots, voice-of-frustration rants — all welcome. I'll get back to you within 24 hours.</p>
<form name="contact" method="POST" data-netlify="true" netlify-honeypot="bot-field" class="contact-form" novalidate>
<input type="hidden" name="form-name" value="contact">
<p class="form-hidden" aria-hidden="true"><label>Don't fill this out: <input name="bot-field"></label></p>
<div class="form-grid">
<div class="form-group">
<label for="name" class="form-label">Name</label>
<input type="text" id="name" name="name" required class="form-input" placeholder="Your name">
<span class="form-error">Please enter your name</span>
</div>
<div class="form-group">
<label for="email" class="form-label">Email</label>
<input type="email" id="email" name="email" required class="form-input" placeholder="you@example.com">
<span class="form-error">Please enter a valid email</span>
</div>
<div class="form-group">
<label for="project-type" class="form-label">What do you need?</label>
<select id="project-type" name="project-type" required class="form-input form-select">
<option value="" disabled selected>Pick one</option>
<option value="bug-squash">Bug Squash</option>
<option value="landing-page">Landing Page</option>
<option value="full-site">Full Site</option>
<option value="something-else">Something Else</option>
</select>
<span class="form-error">Please select a project type</span>
</div>
<div class="form-group form-group--full">
<label for="message" class="form-label">What's going on?</label>
<textarea id="message" name="message" rows="4" required class="form-input" placeholder="My site is broken and I'm losing sleep over it..."></textarea>
<span class="form-error">Please enter a message</span>
</div>
</div>
<button type="submit" class="btn btn-primary btn-lg">Send it</button>
<p class="form-fallback">Rather just email? <a href="mailto:fixedfastdev@protonmail.com">fixedfastdev@protonmail.com</a></p>
</form>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-inner">
<div class="footer-left">
<span class="footer-brand">fixedfast<span class="nav-dot">.</span></span>
<span class="footer-copy">© 2026</span>
</div>
<nav class="footer-nav">
<a href="#how">Process</a>
<a href="#work">Work</a>
<a href="#pricing">Pricing</a>
<a href="#faq">FAQ</a>
<a href="#contact">Contact</a>
</nav>
</div>
</footer>
<div class="template-modal" id="templateModal">
<div class="template-modal-backdrop"></div>
<div class="template-modal-content">
<button class="template-modal-close">×</button>
<button class="template-modal-prev" aria-label="Previous template"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 18l-6-6 6-6"/></svg></button>
<button class="template-modal-next" aria-label="Next template"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18l6-6-6-6"/></svg></button>
<div class="template-modal-browser">
<div class="browser-dots"><span></span><span></span><span></span></div>
<div class="template-modal-preview">
<div class="template-modal-hint">Move mouse to scroll</div>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>