This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·106 lines (95 loc) · 3.51 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
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
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Awaiken Theme">
<!-- Page Title -->
<title>Komodor - Making developers happy!</title>
<!-- Google Fonts css-->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<!-- Bootstrap css -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- Font Awesome icon css-->
<link href="css/font-awesome.min.css" rel="stylesheet" media="screen">
<!-- Main custom css -->
<link href="css/custom.css" rel="stylesheet" media="screen">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-90732580-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-90732580-3');
</script>
</head>
<body>
<!-- Coming Soon Wrapper starts -->
<div class="comming-soon">
<div id="particles-js"></div>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="coming-soon-box">
<!-- Logo start -->
<div class="logo">
<h1>Komodor</h1>
<p>Actionable insights for developers</p>
</div>
<!-- Logo end -->
<div class="coming-text">
<h2>COMING SOON</h2>
</div>
<!-- Social Media start -->
<div class="social-link">
<a href="#"><i class="fa fa-github"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope-square"></i></a>
</div>
<!-- Social Media end -->
<!-- Newsletter Form start -->
<div class="newsletter">
<p>Our website is under construction, but we are ready to go!<br> Want to know how we can
help you accelerate your develop proccess or just to say hello? Drop us a line and we
will get back as soon as possible.</p>
<div class="newsletter-form">
<form action="#" method="post">
<input type="text" class="new-text" placeholder="Enter your email address...."
required />
<button type="submit" class="new-btn"><i class="fa fa-send"></i> Notify Me</button>
</form>
</div>
</div>
<!-- Newsletter Form end -->
</div>
</div>
</div>
</div>
</div>
<!-- Coming Soon Wrapper ends -->
<!-- Jquery Library File -->
<script src="js/jquery-1.12.4.min.js"></script>
<!-- SmoothScroll -->
<script src="js/SmoothScroll.js"></script>
<!-- Bootstrap js file -->
<script src="js/bootstrap.min.js"></script>
<!-- particles js file -->
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
<!-- Main Custom js file -->
<script src="js/function.js"></script>
</body>
</html>