-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (46 loc) · 1.59 KB
/
index.html
File metadata and controls
48 lines (46 loc) · 1.59 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
---
layout: wmt/home
title: Home
searchindex: false
---
<div class="homeBanner">
<div class="container">
<div class="row">
<div class="col-md-12">
<img src="/assets/img/home-banner.png" class="img-responsive" />
</div>
</div>
</div>
</div>
<!-- Info Blocks -->
<div class="container">
<div class="row margin-bottom-50">
<div class="col-md-4 col-sm-6">
<div class="icons">
<a href="./overview/benefits.html"><img src="/assets/wmt/img/icons/light/icon-about.png" class="img-responsive center"/></a>
<div class="headline">
<h2><a href="./overview/benefits.html">Benefits</a></h2>
</div>
<p>Find out why you do not want to rely on a single cloud provider and how OneOps can set you free.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="icons">
<a href="./overview/integrations.html"><img src="/assets/img/icons/icon-integrations.png" class="img-responsive center" /></a>
<div class="headline">
<h2><a href="./overview/integrations.html">Integrations</a></h2>
</div>
<p>Learn more about the multitude of platforms, frameworks and tools supported by OneOps.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="icons">
<a href="./overview/contribute.html"><img src="/assets/wmt/img/icons/light/icon-contribute.png" class="img-responsive center"/></a>
<div class="headline">
<h2><a href="./overview/contribute.html">Contribute</a></h2>
</div>
<p>OneOps is Apache-licensed open source software, can be found on GitHub and we welcome your help.</p>
</div>
</div>
</div>
</div>