-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·40 lines (32 loc) · 1.26 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
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>EXECUTE WITH DEVOPS</h1>
<h3>Innovate faster and scale further</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-trophy" aria-hidden="true"></i></h1>
<h3 class="text-center">Best Practices</h3>
<p>Modern DevOps methods will help you run a successful website and keep your app growing smoothly.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
<h3 class="text-center">Troubleshooting</h3>
<p>Batteries-included couse that provides you with hands on troubleshooting of common real world problems.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-shield" aria-hidden="true"></i></h1>
<h3 class="text-center">Security</h3>
<p>Dive into server level application and security. Learn best practices that industry experts use everyday.</p>
</div>
</div>
</div>