forked from StartBootstrap/startbootstrap-coming-soon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (69 loc) · 1.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="MinShock Labs" />
<title>Coming Soon - MinShock Labs</title>
<!-- Custom styles for this template -->
<link href="dist/css/coming-soon.css" rel="stylesheet" />
</head>
<body>
<div class="overlay"></div>
<video playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop">
<source src="dist/mp4/bg.mp4" type="video/mp4" />
</video>
<div class="masthead">
<div class="masthead-bg"></div>
<div class="container h-100">
<div class="row h-100">
<div class="col-12 my-auto">
<div class="masthead-content text-white py-5 py-md-0">
<h1 class="mb-3">Coming Soon!</h1>
<p class="mb-5">
We're working hard to finish the development of this site! Sign up
for updates using the form below!
</p>
<div class="input-group input-group-newsletter">
<input
type="email"
class="form-control"
placeholder="Enter email..."
aria-label="Enter email..."
aria-describedby="basic-addon"
/>
<div class="input-group-append">
<button class="btn btn-secondary" type="button">
Notify Me!
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="social-icons">
<ul class="list-unstyled text-center mb-0">
<li class="list-unstyled-item">
<a href="#">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-unstyled-item">
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-unstyled-item">
<a href="#">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
<!-- Custom scripts for this template -->
<script src="dist/js/coming-soon.js"></script>
</body>
</html>