forked from heetu/heetu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·113 lines (103 loc) · 4.44 KB
/
Copy pathindex.html
File metadata and controls
executable file
·113 lines (103 loc) · 4.44 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
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Heetu - Coming Soon Template</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" >
<!-- Fonts -->
<link rel="stylesheet" type="text/css" href="assets/fonts/line-icons.css">
<!-- Slicknav -->
<link rel="stylesheet" type="text/css" href="assets/css/slicknav.css">
<!-- Off Canvas Menu -->
<link rel="stylesheet" type="text/css" href="assets/css/menu_sideslide.css">
<!-- Color Switcher -->
<link rel="stylesheet" type="text/css" href="assets/css/vegas.min.css">
<!-- Animate -->
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<!-- Main Style -->
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<!-- Responsive Style -->
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
</head>
<body>
<div class="bg-wraper overlay has-vignette">
<div id="example" class="slider opacity-50 vegas-container" style="height: 983px;"></div>
</div>
<!-- Coundown Section Start -->
<section class="countdown-timer">
<div class="container">
<div class="row text-center">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="heading-count">
<h2>WE ARE COMING SOON</h2>
</div>
</div>
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="row time-countdown justify-content-center">
<div id="clock" class="time-count"></div>
</div>
<!-- <p>
Bolt - High quality Bootstrap HTML5 Coming Soon Landing Page Template<br>
Comes with fully responsive layout, Cool features, and Clean design.
</p> -->
<div class="button-group">
<a href="mailto:bhimaniheet@gmail.com" class="btn btn-common">Notify Me</a>
<a href="mailto:bhimaniheet@gmail.com" class="btn btn-border">About Us</a>
</div>
<!--Email Sub--
<div class="subscribe-form text-center">
<h4>Subscribe to our newsletter</h4>
<form class="form-inline">
<input name="email" class="form-control btn-rounded" placeholder="Email Address" type="email">
<button class="btn btn-common btn-round" type="submit">Submit</button>
</form>
</div>
--Emial Sub--->
<div class="social mt-4">
<a class="facebook" href="https://heetu.github.io"><i class="lni-github"></i></a>
<a class="twitter" href="https://twitter.com/Bhimani_Heet"><i class="lni-twitter-filled"></i></a>
<a class="instagram" href="https://www.instagram.com/heetu__/"><i class="lni-instagram-filled"></i></a>
<a class="facebook" href="https://www.linkedin.com/in/heetbhimani/"><i class="lni-linkedin-filled"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- Coundown Section End -->
<!-- Preloader -->
<div id="preloader">
<div class="loader" id="loader-1"></div>
</div>
<!-- End Preloader -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/js/jquery-min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/vegas.min.js"></script>
<script src="assets/js/jquery.countdown.min.js"></script>
<script src="assets/js/classie.js"></script>
<script src="assets/js/jquery.nav.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/jquery.slicknav.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/form-validator.min.js"></script>
<script src="assets/js/contact-form-script.min.js"></script>
<script type="text/javascript">
$("#example").vegas({
timer: false,
delay: 6000,
transitionDuration: 2000,
transition: "blur",
slides: [
{ src: "assets/img/slide1.jpg" },
// { src: "assets/img/slide2.jpg" },
{ src: "assets/img/slide3.jpg" }
]
});
</script>
</body>
</html>