-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.njk
executable file
·596 lines (543 loc) · 35 KB
/
index.njk
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
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
{% extends "_includes/marketingsite.njk" %}
{% block title %}Build.io{% endblock %}
{% block content %}
<main>
<div class="lg:relative bg-gray-900 overflow-hidden">
<div class="mx-auto max-w-7xl w-full pt-16 pb-20 text-center lg:py-32 lg:text-left">
<div class="ml-6 pt-8 pb-20 lg:w-1/2 xl:pr-16">
<h1 class="mt-4 text-4xl tracking-tight font-extrabold text-white sm:mt-5 sm:text-6xl lg:mt-6 xl:text-6xl">
<span class="block">Deploy your app to any host in minutes</span>
</h1>
<p class="mt-3 text-base text-gray-300 sm:mt-5 sm:text-xl lg:text-lg xl:text-xl">
Get a portable version of your app that will run anywhere! Deploy to Amazon EC2, GCP, Kubernetes, Digital Ocean & more.
</p>
<div class="mt-4 sm:mt-4">
<a href="" class="mt-12 inline-flex items-center px-6 py-3 border border-transparent text-lg rounded shadow-sm text-everglade-500 bg-yellow-500 hover:bg-yellow-400 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-everglade-500">
Connect to your Github repo
</a>
</div>
</div>
</div>
<div class="relative w-full h-64 sm:h-72 md:h-96 lg:absolute lg:inset-y-0 lg:right-0 lg:w-1/2 lg:h-full">
<img class="absolute inset-0 w-full" src="src/images/hero-illustration.svg" alt="">
</div>
</div>
<!-- SECTION: HOW IT WORKS -->
<div class="relative bg-gray-800 pt-32 pb-32 overflow-hidden" id="how-it-works">
<div class="max-w-3xl mx-auto text-center">
<h2 class="text-5xl font-extrabold text-white">How it works</h2>
<p class="mt-4 text-xl text-gray-200">Work in any language, deploy to any environment.</p>
</div>
<div class="relative mt-24">
<div class="lg:mx-auto lg:max-w-5xl lg:px-8 lg:grid lg:grid-cols-2 lg:grid-flow-col-dense lg:gap-24">
<div class="col-start-2 mt-12 sm:mt-16 lg:mt-0">
<div class="pl-4 -mr-48 sm:pl-6 md:-mr-16 lg:px-0 lg:m-0 lg:relative lg:h-full">
<img class="w-auto lg:absolute left-0 w-auto max-w-none" src="src/images/how-it-works-1.svg" alt="Build.io - How it works - Step 1">
</div>
</div>
<div class="mt-8 lg:mt-0 col-start-1 max-w-xl px-6 lg:py-8 lg:max-w-none lg:mx-0 lg:px-0">
<div>
<div class="mt-0">
<h3 class="text-2xl text-white">
1. Connect your Github project
</h3>
<p class="mt-4 text-lg text-gray-300">
Build.io is fully integrated into Github. Use the right tool for the job and authenticate with Build.io to get your app ready to launch.
</p>
<img class="mt-4" src="src/images/temp-dev-logos.svg" alt="Dev languages">
</div>
</div>
</div>
</div>
</div>
<div class="relative mt-32">
<div class="lg:mx-auto lg:max-w-5xl lg:px-8 lg:grid lg:grid-cols-2 lg:grid-flow-col-dense lg:gap-24">
<div class="mt-12 sm:mt-16 lg:mt-0">
<div class="pl-4 -mr-48 sm:pl-6 md:-mr-16 lg:px-0 lg:m-0 lg:relative lg:h-full">
<img class="w-auto lg:absolute left-0 w-auto max-w-none" src="src/images/how-it-works-2.svg" alt="Build.io - How it works - Step 2">
</div>
</div>
<div class="mt-8 lg:mt-0 max-w-xl px-6 lg:py-8 lg:max-w-none lg:mx-0 lg:px-0">
<div>
<div class="mt-0">
<h3 class="text-2xl text-white">
2. Build.io detects the right buildpack for your project
</h3>
<p class="mt-4 text-lg text-gray-300">
Build.io is fully integrated into Github. Use the right tool for the job and authenticate with Build.io to get your app ready to launch.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="relative mt-40">
<div class="lg:mx-auto lg:max-w-5xl lg:px-8 lg:grid lg:grid-cols-2 lg:grid-flow-col-dense lg:gap-24">
<div class="col-start-2 mt-12 sm:mt-16 lg:mt-0">
<div class="pl-4 -mr-48 sm:pl-6 md:-mr-16 lg:px-0 lg:m-0 lg:relative lg:h-full">
<img class="w-auto lg:absolute left-0 w-auto max-w-none" src="src/images/how-it-works-3.svg" alt="Build.io - How it works - Step 3">
</div>
</div>
<div class="mt-8 lg:mt-0 col-start-1 max-w-xl px-6 lg:pt-12 lg:pb-6 lg:max-w-none lg:mx-0 lg:px-0">
<div>
<div class="mt-0">
<h3 class="text-2xl text-white">
3. Your docker image is registered and ready to run locally!
</h3>
<p class="mt-4 text-lg text-gray-300">
Build.io registers your buildpack which is ready to run locally with a simple pull and run.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="relative mt-40">
<div class="lg:mx-auto lg:max-w-5xl lg:px-8 lg:grid lg:grid-cols-2 lg:grid-flow-col-dense lg:gap-24">
<div class="mt-12 sm:mt-16 lg:mt-0">
<div class="pl-4 -mr-48 sm:pl-6 md:-mr-16 lg:px-0 lg:m-0 lg:relative lg:h-full">
<img class="w-auto lg:absolute left-0 w-auto max-w-none" src="src/images/how-it-works-4.svg" alt="Build.io - How it works - Step 4">
</div>
</div>
<div class="mt-8 lg:mt-0 max-w-xl px-6 lg:py-16 lg:max-w-none lg:mx-0 lg:px-0">
<div>
<div class="mt-0">
<h3 class="text-2xl text-white">
4. Deploy to any environment
</h3>
<p class="mt-4 text-lg text-gray-300">
Push it up to the docker image registry, and once you get it in there it's trivially easy to start a copy of your app in any environment.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- SECTION: HARD CHOICES -->
<div class="relative bg-gray-900 pt-24 pb-32 overflow-hidden" id="why-build">
<div class="max-w-3xl mx-auto text-center">
<h2 class="text-4xl font-extrabold text-white">You used to have to make hard choices</h2>
</div>
<div class="mt-8 sm:mt-12 lg:mt-16">
<div class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="max-w-md mx-auto space-y-4 lg:max-w-3xl lg:grid lg:grid-cols-2 lg:gap-5 lg:space-y-0">
<div class="flex flex-col rounded-lg overflow-hidden border-indigo-500 border border-opacity-60">
<div class="flex-1 flex flex-row justify-between items-start p-8 space-x-2">
<div class="flex flex-row items-start">
<img class="w-5 mr-5" src="src/images/radio-selected.svg" alt="Radio">
<ul class="space-y-6">
<li class="flex items-start">
<div class="flex-shrink-0">
<svg class="h-6 w-6 text-gray-300" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base text-white text-serif">
Developer Friendly
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<svg class="h-6 w-6 text-gray-300" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base text-white text-serif">
Lightweight
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<svg class="h-6 w-6 text-gray-300" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base text-white text-serif">
Quick to Market
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<svg class="h-6 w-6 text-gray-300" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base text-white text-serif">
Simple
</p>
</li>
</ul>
</div>
<img class="w-5" src="src/images/logo-heroku.svg" alt="Heroku">
</div>
</div>
<div class="flex flex-col rounded-lg overflow-hidden border-orange-500 border border-opacity-60">
<div class="flex-1 flex flex-row justify-between items-start p-8 space-x-2">
<div class="flex flex-row items-start">
<div class="w-5 h-5 mr-5 bg-white border border-gray-300 rounded-full"></div>
<ul class="space-y-6">
<li class="flex items-start">
<div class="flex-shrink-0">
<svg class="h-6 w-6 text-gray-300" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base text-white text-serif">
Cost optimised
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<svg class="h-6 w-6 text-gray-300" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base text-white text-serif">
High Security
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<svg class="h-6 w-6 text-gray-300" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base text-white text-serif">
High Availability
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0">
<svg class="h-6 w-6 text-gray-300" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
</div>
<p class="ml-3 text-base text-white text-serif">
Robust
</p>
</li>
</ul>
</div>
<img class="w-5" src="src/images/logo-aws.svg" alt="AWS">
</div>
</div>
</div>
</div>
</div>
<div class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<img class="mx-auto mb-8" src="src/images/best-of-both.svg" alt="Best of both worlds">
<h3 class="text-center text-xl leading-8 font-extrabold tracking-tight text-white sm:text-3xl">
Get the best of both worlds with Build.io
</h3>
<p class="mt-6 max-w-3xl mx-auto text-center text-gray-300 text-xl">
Enjoy the high productivity environment that you get with an easy-to-use platform like Heroku but retain the control and robustness that you get from an Amazon or Google - the best of both worlds!
</p>
<div class="flex-col md:flex-row max-w-5xl mx-auto mt-10 justify-center flex space-y-1 md:space-x-3">
<span class="inline-flex items-center px-4 py-2 rounded bg-gray-800 text-white">
<svg xmlns="http://www.w3.org/2000/svg" class="-ml-1 mr-1.5 h-6 w-6 text-teal-500 " fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
<h5>
Cost optimised
</h5>
</span>
<span class="inline-flex items-center px-4 py-2 rounded bg-gray-800 text-white">
<svg width="25" height="25" fill="none" class="-ml-1 mr-1.5 h-6 w-6 text-teal-500 " xmlns="http://www.w3.org/2000/svg"><path d="M16.5 11.25v1h1v-1h-1zm-8 0h-1v1h1v-1zm5 4c0-.5523-.4477-1-1-1s-1 .4477-1 1h2zm-2 2c0 .5523.4477 1 1 1s1-.4477 1-1h-2zm-5-5h12v-2h-12v2zm13 1v6h2v-6h-2zm-1 7h-12v2h12v-2zm-13-1v-6h-2v6h2zm1 1c-.55228 0-1-.4477-1-1h-2c0 1.6569 1.34315 3 3 3v-2zm13-1c0 .5523-.4477 1-1 1v2c1.6569 0 3-1.3431 3-3h-2zm-1-7c.5523 0 1 .4477 1 1h2c0-1.6569-1.3431-3-3-3v2zm-12-2c-1.65685 0-3 1.3431-3 3h2c0-.5523.44772-1 1-1v-2zm9-3v4h2v-4h-2zm1 3h-8v2h8v-2zm-7 1v-4h-2v4h2zm3-7c1.6569 0 3 1.34315 3 3h2c0-2.76142-2.2386-5-5-5v2zm0-2c-2.76142 0-5 2.23858-5 5h2c0-1.65685 1.3431-3 3-3v-2zm-1 13v2h2v-2h-2z" fill="#1DE9B6"/></svg>
<h5>
High Security
</h5>
</span>
<span class="inline-flex items-center px-4 py-2 rounded bg-gray-800 text-white">
<svg width="25" height="25" class="-ml-1 mr-1.5 h-6 w-6 text-teal-500" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 7.25h8m0 0v8m0-8l-8 8-4-4-6 6" stroke="#1DE9B6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
<h5>
High Availability
</h5>
</span>
<span class="inline-flex items-center px-4 py-2 rounded bg-gray-800 text-white">
<svg class="-ml-1 mr-1.5 h-6 w-6 text-teal-500" width="25" height="25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.67157 15.0784c1.56213 1.5621 4.09473 1.5621 5.65683 0M15.5 10.25h-.01m-5.99 0h-.01m-5.99 2c0 4.9706 4.02944 9 9 9 4.9706 0 9-4.0294 9-9 0-4.97056-4.0294-9-9-9-4.97056 0-9 4.02944-9 9z" stroke="#1DE9B6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
<h5>
Simple
</h5>
</span>
</div>
<div class="flex-col md:flex-row max-w-5xl mx-auto mt-3 justify-center flex space-y-1 md:space-x-3">
<span class="inline-flex items-center px-4 py-2 rounded bg-gray-800 text-white">
<svg width="24" height="25" fill="none" class="-ml-1 mr-1.5 h-6 w-6 text-teal-500 " xmlns="http://www.w3.org/2000/svg"><path d="M9.99991 10.25H5.23598c-1.48676 0-2.45376 1.5646-1.78886 2.8944l3.5 7c.33879.6776 1.03131 1.1056 1.78886 1.1056h4.01772c.1635 0 .3264-.0201.4851-.0597l3.7611-.9403m-6.99999-10v-5c0-1.10457.89539-2 1.99999-2h.0955c.4995 0 .9045.40497.9045.90453 0 .7143.2114 1.41262.6077 2.00696L16.9999 11.25v9m-6.99999-10h1.99999m5 10h2c1.1046 0 2-.8954 2-2v-6c0-1.1046-.8954-2-2-2h-2.5" stroke="#1DE9B6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
<h5>
High developer productivity
</h5>
</span>
<span class="inline-flex items-center px-4 py-2 rounded bg-gray-800 text-white">
<svg class="-ml-1 mr-1.5 h-6 w-6 text-teal-500" width="24" height="25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 20.25l4-16m4 4l4 4-4 4m-12 0l-4-4 4-4" stroke="#1DE9B6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
<h5>
No operational side
</h5>
</span>
<span class="inline-flex items-center px-4 py-2 rounded bg-gray-800 text-white">
<svg width="24" height="25" fill="none" class="-ml-1 mr-1.5 h-6 w-6 text-teal-500" xmlns="http://www.w3.org/2000/svg"><path d="M12 3.25l.4472-.89443c-.2815-.14076-.6129-.14076-.8944 0L12 3.25zm8 4h1c0-.37877-.214-.72504-.5528-.89443L20 7.25zm-16 0l-.44721-.89443C3.214 6.52496 3 6.87123 3 7.25h1zm16 10l.4472.8944c.3388-.1694.5528-.5156.5528-.8944h-1zm-8 4l-.4472.8944c.2815.1408.6129.1408.8944 0L12 21.25zm-8-4H3c0 .3788.214.725.55279.8944L4 17.25zm7.5528-13.10557l8 4 .8944-1.78886-8-4-.8944 1.78886zm8 2.21114l-8 4.00003.8944 1.7888 8-3.99997-.8944-1.78886zm-7.1056 4.00003L4.44721 6.35557l-.89442 1.78886 8.00001 3.99997.8944-1.7888zM4.44721 8.14443l7.99999-4-.8944-1.78886-8.00001 4 .89442 1.78886zM19.5528 16.3556l-8 4 .8944 1.7888 8-4-.8944-1.7888zm-7.1056 4l-7.99999-4-.89442 1.7888 8.00001 4 .8944-1.7888zM5 17.25v-10H3v10h2zm16 0v-10h-2v10h2zm-10-6v10h2v-10h-2z" fill="#1DE9B6"/></svg>
<h5>
Highly robust platform
</h5>
</span>
</div>
<a href="#" class="btn btn-primary mt-16">
<svg class="mr-3" width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 0C4.477 0 0 4.484 0 10.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026.81577-.22249 1.65744-.33581 2.503-.337.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.203 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.942.359.31.678.921.678 1.856 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482 1.9913-.6679 3.7223-1.9447 4.9485-3.65 1.2261-1.7052 1.8854-3.7527 1.8845-5.853C20 4.484 15.522 0 10 0z" fill="#060606"/></svg>
Connect to your Github repo
</a>
</div>
</div>
<!-- This example requires Tailwind CSS v2.0+ -->
<div class="bg-gray-800" id="benefits">
<div class="max-w-7xl mx-auto py-16 px-4 sm:px-6 lg:py-32 lg:px-8">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-4xl font-extrabold text-white">With all the advantages of cloud native buildpacks</h2>
</div>
<dl class="mt-16 space-y-10 sm:space-y-0 sm:grid sm:grid-cols-2 sm:gap-x-6 sm:gap-y-4 lg:grid-cols-4 lg:gap-x-4">
<div class="bg-gray-900 p-4 rounded-lg relative">
<dt>
<svg class="absolute h-6 w-6 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<h5 class="ml-9 text-lg leading-6 text-white">Advanced Caching</h5>
</dt>
<dd class="mt-2 ml-9 text-base text-gray-300">
Robust caching is used to improve performance.
</dd>
</div>
<div class="bg-gray-900 p-4 rounded-lg relative">
<dt>
<svg class="absolute h-6 w-6 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<h5 class="ml-9 text-lg leading-6 text-white">Reproducibility</h5>
</dt>
<dd class="mt-2 ml-9 text-base text-gray-300">
Reproduces the same app image digest by re-running the build.
</dd>
</div>
<div class="bg-gray-900 p-4 rounded-lg relative">
<dt>
<svg class="absolute h-6 w-6 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<h5 class="ml-9 text-lg leading-6 text-white">Modular / Pluggable</h5>
</dt>
<dd class="mt-2 ml-9 text-base text-gray-300">
Multiple buildpacks can be used to create an app image.
</dd>
</div>
<div class="bg-gray-900 p-4 rounded-lg relative">
<dt>
<svg class="absolute h-6 w-6 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<h5 class="ml-9 text-lg leading-6 text-white">Rebasing</h5>
</dt>
<dd class="mt-2 ml-9 text-base text-gray-300">
Instant updates of base images without re-building.
</dd>
</div>
<div class="bg-gray-900 p-4 rounded-lg relative">
<dt>
<svg class="absolute h-6 w-6 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<h5 class="ml-9 text-lg leading-6 text-white">Multi-language</h5>
</dt>
<dd class="mt-2 ml-9 text-base text-gray-300">
Supports more than one programming language family.
</dd>
</div>
<div class="bg-gray-900 p-4 rounded-lg relative">
<dt>
<svg class="absolute h-6 w-6 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<h5 class="ml-9 text-lg leading-6 text-white">Bill-of-Materials</h5>
</dt>
<dd class="mt-2 ml-9 text-base text-gray-300">
Insights into the contents of the app image.
</dd>
</div>
<div class="bg-gray-900 p-4 rounded-lg relative">
<dt>
<svg class="absolute h-6 w-6 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<h5 class="ml-9 text-lg leading-6 text-white">Minimal app image</h5>
</dt>
<dd class="mt-2 ml-9 text-base text-gray-300">
Image contains only what is necessary.
</dd>
</div>
<div class="bg-gray-900 p-4 rounded-lg relative">
<dt>
<svg class="absolute h-6 w-6 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<h5 class="ml-9 text-lg leading-6 text-white">Reusability</h5>
</dt>
<dd class="mt-2 ml-9 text-base text-gray-300">
Leverage prod-ready buildpacks from the community.
</dd>
</div>
</dl>
<div class="flex justify-center mt-16">
<a href="#" class="btn btn-primary">
<svg class="mr-3" width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 0C4.477 0 0 4.484 0 10.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026.81577-.22249 1.65744-.33581 2.503-.337.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.203 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.942.359.31.678.921.678 1.856 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482 1.9913-.6679 3.7223-1.9447 4.9485-3.65 1.2261-1.7052 1.8854-3.7527 1.8845-5.853C20 4.484 15.522 0 10 0z" fill="#060606"/></svg>
Connect to your Github repo
</a>
</div>
</div>
</div>
<!-- WHY NOT HEROKU -->
<div class="lg:relative bg-gray-900 overflow-hidden">f
<div class="mx-auto max-w-7xl w-full pt-16 pb-20 text-center lg:py-32 lg:text-left">
<div class="mx-6 pt-8 pb-20 lg:w-1/2 xl:pr-16">
<h2 class="text-4xl text-white">
Why not just use Heroku?
</h2>
<p class="mt-10 text-lg text-gray-300">
Heroku is a great managed option that removes many of the devops challenges of deployment. However, it's only great until you start growing. As soon as you do, you'll need something more flexible, scalable and affordable and secure.
<br><br>
While there’s a whole host of affordable, scalable and secure cloud providers, each come with their own unique set of devops challenges requiring you to configure tons of services to get your application deployed.
<br><br>
Build.io acts as a simplification layer and creates runnable buildpacks making it trivial to deploy your image to your cloud provider of choice.
</p>
</div>
</div>
<div class="flex align-middle relative w-full h-64 sm:h-72 md:h-96 lg:absolute lg:inset-y-0 lg:right-0 lg:w-1/2 lg:h-full">
<img class="w-full lg:w-auto ml-24" src="src/images/heroku.svg" alt="">
</div>
</div>
<!-- FAQ -->
<div class="bg-gray-800" id="#faq">
<div class="max-w-6xl mx-auto py-16 px-4 sm:py-32 sm:px-6 lg:px-8">
<div class="max-w-6xl mx-auto">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
Frequently asked questions
</h2>
<dl class="mt-6 space-y-6 divide-y divide-gray-600">
<div x-data="{open1:false}" class="select-none">
<dt class="text-lg">
<div @click="open1 = !open1" type="button" class="pt-6 text-left w-full cursor-pointer flex justify-between items-start text-gray-400" aria-controls="faq-0" aria-expanded="false">
<span class="font-medium text-white">
How is Build.io different to Heroku?
</span>
<span class="ml-6 h-7 flex items-center">
<svg :class="{ 'block' : !open1 , '-rotate-180' : open1}" class="rotate-0 h-6 w-6 transform" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</span>
</div>
</dt>
<dd x-show="open1" class="mt-2 pr-12" id="faq-0">
<p class="text-base text-gray-500">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.
</p>
</dd>
</div>
<div x-data="{open2:false}" class="select-none">
<dt class="text-lg">
<div @click="open2 = !open2" type="button" class="pt-6 text-left w-full cursor-pointer flex justify-between items-start text-gray-400" aria-controls="faq-0" aria-expanded="false">
<span class="font-medium text-white">
Who is this for?
</span>
<span class="ml-6 h-7 flex items-center">
<svg :class="{ 'block' : !open2 , '-rotate-180' : open2}" class="rotate-0 h-6 w-6 transform" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</span>
</div>
</dt>
<dd x-show="open2" class="mt-2 pr-12" id="faq-0">
<p class="text-base text-gray-500">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.
</p>
</dd>
</div>
<div x-data="{open3:false}" class="select-none">
<dt class="text-lg">
<div @click="open3 = !open3" type="button" class="pt-6 text-left w-full cursor-pointer flex justify-between items-start text-gray-400" aria-controls="faq-0" aria-expanded="false">
<span class="font-medium text-white">
What is the output?
</span>
<span class="ml-6 h-7 flex items-center">
<svg :class="{ 'block' : !open3 , '-rotate-180' : open3}" class="rotate-0 h-6 w-6 transform" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</span>
</div>
</dt>
<dd x-show="open3" class="mt-2 pr-12" id="faq-0">
<p class="text-base text-gray-500">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.
</p>
</dd>
</div>
<div x-data="{open4:false}" class="select-none">
<dt class="text-lg">
<div @click="open4 = !open4" type="button" class="pt-6 text-left w-full cursor-pointer flex justify-between items-start text-gray-400" aria-controls="faq-0" aria-expanded="false">
<span class="font-medium text-white">
What does it cost?
</span>
<span class="ml-6 h-7 flex items-center">
<svg :class="{ 'block' : !open4 , '-rotate-180' : open4}" class="rotate-0 h-6 w-6 transform" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</span>
</div>
</dt>
<dd x-show="open4" class="mt-2 pr-12" id="faq-0">
<p class="text-base text-gray-500">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.
</p>
</dd>
</div>
<div x-data="{open5:false}" class="select-none">
<dt class="text-lg">
<div @click="open5 = !open5" type="button" class="pt-6 text-left w-full cursor-pointer flex justify-between items-start text-gray-400" aria-controls="faq-0" aria-expanded="false">
<span class="font-medium text-white">
Is it a scalable solution?
</span>
<span class="ml-6 h-7 flex items-center">
<svg :class="{ 'block' : !open5 , '-rotate-180' : open5}" class="rotate-0 h-6 w-6 transform" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</span>
</div>
</dt>
<dd x-show="open5" class="mt-2 pr-12" id="faq-0">
<p class="text-base text-gray-500">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.
</p>
</dd>
</div>
<div x-data="{open6:false}" class="select-none">
<dt class="text-lg">
<div @click="open6 = !open6" type="button" class="pt-6 text-left w-full cursor-pointer flex justify-between items-start text-gray-400" aria-controls="faq-0" aria-expanded="false">
<span class="font-medium text-white">
What is a buildpack, image, container?
</span>
<span class="ml-6 h-7 flex items-center">
<svg :class="{ 'block' : !open6 , '-rotate-180' : open6}" class="rotate-0 h-6 w-6 transform" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</span>
</div>
</dt>
<dd x-show="open6" class="mt-2 pr-12" id="faq-0">
<p class="text-base text-gray-500">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.
</p>
</dd>
</div>
</dl>
</div>
</div>
</div>
</main>
{% endblock %}