-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (77 loc) · 3.28 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>InnovAnt Biz</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="SoonLaunch">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png">
<!-- Place favicon.ico in the root directory -->
<!-- ========================= CSS here ========================= -->
<link rel="stylesheet" href="assets/css/bootstrap-4.5.0.min.css">
<link rel="stylesheet" href="assets/css/lineicons.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- ========================= main start ========================= -->
<main class="main-06 vh-100">
<!-- header start -->
<div class="header header-06">
<div class="container">
<div class="row align-items-center">
<div class="col-md-8">
<div class="header-right text-right">
</div>
</div>
</div>
</div>
</div>
<!-- header end -->
<!-- ========================= main-wrapper start ========================= -->
<div class="main-wrapper demo-06">
<!-- hero-area start -->
<div class="hero-area">
<div class="container">
<div class="row">
<div class="col-xl-12">
<!-- heading start -->
<div class="heading">
<h1 class="text-white wow fadeInUp" data-wow-delay=".2s">We Are <br> Coming Soon</h1>
</div>
<!-- heading end -->
</div>
<div class="col-xl-7 col-lg-7">
<!-- countdown start -->
<div class="wow fadeInRight" data-wow-delay=".4s" data-countdown="2024/10/01"></div>
<!-- countdown end -->
</div>
<div class="col-xl-5 col-lg-5">
<!-- desc strat -->
<p class="wow fadeInLeft" data-wow-delay=".4s">At InnovAnt Biz our motto is Simplifying Complexity: to
deliver innovative, customer-centric Business solutions that
help businesses streamline operations, innovate, and achieve sustainable growth.</p>
<!-- desc end -->
</div>
</div>
</div>
</div>
<!-- hero-area end -->
</div>
</main>
<!-- ========================= main end ========================= -->
<!-- ========================= JS here ========================= -->
<script src="assets/js/vendor/modernizr-3.5.0.min.js"></script>
<script src="assets/js/vendor/jquery-3.5.1.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap-4.5.0.min.js"></script>
<script src="assets/js/countdown.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>