-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmission-and-vision.html
38 lines (35 loc) · 1.75 KB
/
mission-and-vision.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
<!DOCTYPE html>
<html>
<head>
<title>Eiffel</title>
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="./images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel='stylesheet' href='./css/index.css'>
<meta name="theme-color" content="#ffffff">
<script src="./js/csi.min.js"></script>
</head>
<body class="container">
<div data-include="./includes/header.html"></div>
<section>
<div>
<h1 class="section-heading">Mission</h1>
<p class="centered-text">The Eiffel community's mission is to provide seamless transparency and interconnectedness throughout polyglot and multi-organizational continuous delivery pipelines.</p>
</div>
</section>
<section>
<div>
<h1 class="section-heading">Vision</h1>
<p class="centered-text">The vision for achieving our mission is three-fold:</p>
<ul>
<li>A shared vocabulary and protocol for technology agnostic messaging between all actors in the pipeline.</li>
<li>Data storage and analysis services providing a very high degree of traceability of what was done when, how, where, why and by whom for every software version, from commit to finished release candidate.</li>
<li>Integrations with all relevant pipeline tools and services, allowing them to send, receive and act upon Eiffel messages.</li>
</ul>
</div>
</section>
<div data-include="includes/footer.html"></div>
</body>
</html>