-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
86 lines (85 loc) · 2.17 KB
/
index.html
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
---
layout: home
title: Bob CD
---
<article class="jumbotron">
<section>
<span class="frontpage_logo logo"></span>
<blockquote>
<b>Everything should be made as simple as possible, but no simpler</b>
<br />
Albert Einstein
</blockquote>
<p>
<a href="/pages/getting-started">
<button>Getting Started</button>
</a>
<a href="https://github.com/bob-cd/bob">
<button>Contribute</button>
</a>
</p>
</section>
<section>
<iframe
src="https://www.youtube.com/embed/KtMJ4lHI_qM"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</section>
</article>
<hr class="jumbotron-hr" />
<article class="jumbotron">
<section>
<h1>CI Platform</h1>
<p>
Bob allows you to build your own custom CI / CD infrastructure thanks to
it's composable architecture, allowing you to use Bob for various
different purposes. Built on secure, <b>rootless</b> runtimes, Bob is flexible
to run in modern Cloud Native environments.
</p>
</section>
<section>
<img
class="img__ciplatform"
src="/assets/svg/ciplatform.svg"
alt="CI Platform"
/>
</section>
</article>
<hr class="jumbotron-hr" />
<article class="jumbotron">
<section>
<h1>You are in control</h1>
<p>
Bob is un-opinionated about how you build your pipelines, giving you
complete control and freedom to experiment and innovate.
</p>
</section>
<section>
<img
class="img__incontrol"
src="/assets/svg/incontrol.svg"
alt="You are in control"
/>
</section>
</article>
<hr class="jumbotron-hr" />
<article class="jumbotron">
<section>
<h1>Bob is tiny</h1>
<p>
Bob is made up for three main composable components, Pipelines, Resources
& Artifacts. You have the freedom to build on top of these basic blocks to
create complex pipelines designed for solving your problems.
</p>
</section>
<section>
<img
class="img__tinysize"
src="/assets/svg/tinysize.svg"
alt="Bob is tiny"
/>
</section>
</article>
<hr class="jumbotron-hr" />