forked from Amsal1/devops_ci_cd
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (100 loc) · 5.15 KB
/
index.html
File metadata and controls
104 lines (100 loc) · 5.15 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
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
<!DOCTYPE HTML>
<!--[if lt IE 7 ]> <html lang="en" class="ie ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="ie ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="ie ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="ie ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Website Integrated with DevOps</title>
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow:regular,bold">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body id="home">
<section class="main">
<div id="Content" class="wrapper topSection">
<div id="Header">
<div class="wrapper">
<div class="logo"><h1><img src="images/logo1.png" />Welcome</h1> </div>
</div>
</div>
<h3>Hosted on Amazon AWS EC2 with Jenkins Multibranch Pipeline, Docker and GitHub.</h3>
<div class="countdown styled"></div>
</div>
</section>
<section class="subscribe spacing">
<div class="container">
<div id="subscribe">
<h3>Subscribe To Get Notified</h3>
<form action="" method="post" onsubmit="">
<p><input name="" value="Enter your e-mail" type="text" id=""/>
<input type="button" value="Submit"/></p>
</form>
<div id="socialIcons">
<ul>
<li><a href="" title="Twitter" class="twitterIcon"></a></li>
<li><a href="" title="facebook" class="facebookIcon"></a></li>
<li><a href="" title="linkedIn" class="linkedInIcon"></a></li>
<li><a href="" title="Pintrest" class="pintrestIcon"></a></li>
</ul>
</div>
</div>
</div>
</section>
<section class="features spacing">
<div class="container">
<h2 class="text-center">Features of DevOps</h2>
<div class="row">
<div class="col-md-6">
<div class="featuresPro">
<div class="col-md-3 col-sm-3 col-xs-3 text-center"><img src="images/icon-1.png" data-at2x="img/icon-1@2x.png" alt="Features"></div>
<div class="col-md-9 col-sm-9 col-xs-9">
<!--features 1-->
<h4>Speed</h4>
<p>Move at high velocity so you can innovate for customers faster, adapt to changing markets better, and grow more efficient at driving business results. The DevOps model enables your developers and operations teams to achieve these results. For example, microservices and continuous delivery let teams take ownership of services and then release updates to them quicker.</p>
<!--features 1 end-->
</div>
</div>
<div class="featuresPro">
<div class="col-md-3 col-sm-3 col-xs-3 text-center"><img src="images/icon-2.png" data-at2x="img/icon-2@2x.png" alt="Features"></div>
<div class="col-md-9 col-sm-9 col-xs-9">
<!--features 2-->
<h4>Rapid Delivery</h4>
<p>Increase the frequency and pace of releases so you can innovate and improve your product faster. The quicker you can release new features and fix bugs, the faster you can respond to your customers’ needs and build competitive advantage. Continuous integration and continuous delivery are practices that automate the software release process, from build to deploy.</p>
<!--features 2 end-->
</div>
</div>
</div>
<div class="col-md-6">
<div class="featuresPro">
<div class="col-md-3 col-sm-3 col-xs-3 text-center"><img src="images/icon-3.png" data-at2x="img/icon-3@2x.png" alt="Features"></div>
<div class="col-md-9 col-sm-9 col-xs-9">
<!--features 3-->
<h4>Reliability</h4>
<p>Ensure the quality of application updates and infrastructure changes so you can reliably deliver at a more rapid pace while maintaining a positive experience for end users. Use practices like continuous integration and continuous delivery to test that each change is functional and safe. Monitoring and logging practices help you stay informed of performance in real-time.</p>
<!--features 3 end-->
</div>
</div>
<div class="featuresPro">
<div class="col-md-3 col-sm-3 col-xs-3 text-center"><img src="images/icon-4.png" data-at2x="img/icon-4@2x.png" alt="Features"></div>
<div class="col-md-9 col-sm-9 col-xs-9">
<!--features 4-->
<h4>Scale</h4>
<p>Operate and manage your infrastructure and development processes at scale. Automation and consistency help you manage complex or changing systems efficiently and with reduced risk. For example, infrastructure as code helps you manage your development, testing, and production environments in a repeatable and more efficient manner.</p>
<!--features 4 end-->
</div>
</div>
</div>
</div>
</div>
</section>
<span class="tempBy">DevOps CI/CD Website: <a href="https://github.com/Amsal1/devops_ci_cd" alt="devops">GitHub</a></span>
<!--Scripts-->
<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="js/jquery.countdown.js"></script>
<script type="text/javascript" src="js/global.js"></script>
</body>
</html>