-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
42 lines (40 loc) · 1.44 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
<Docktype html>
<html>
<head>
<title>Devops</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body class="container">
<ul class="nav nav-pills">
<li role="presentation" class="active"><a href="#">Home</a></li>
<li role="presentation"><a href="teams.html">Teams</a></li>
</ul>
<div class="w3-content w3-section" style="text-align:center">
<div style="font-size: x-large;top: 22px;color: azure;text-align: center;">
<img src="assets/logo.png" />
</div>
</div>
<h1>Welcome To DEVCON 2017</h1>
<div class="col-xs-9">
<div>
<h4> <span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> Messages from Guest!</h4>
</div>
<div class="alert alert-success" role="alert">Awesome work Guys!</div>
<div class="alert alert-success" role="alert">Kudos to the devops team!</div>
<div class="alert alert-success" role="alert">Hello Dev team, Great job</div>
<div class="alert alert-success" role="alert">welcome OPTIT</div>
</div>
<div class="col-xs-3">
<div style="text-align:right;padding:10px;">
<img src="assets/appdownloadcode.png">
<div><a href="https://goo.gl/xzudyH">Download the DEVCON APP </a></div>
</div>
</div>
<script>
window.onload= function ()
{
setTimeout(function(){location.reload(true);}, 5000);
}
</script>
</body>
</html>