-
Notifications
You must be signed in to change notification settings - Fork 9
/
comingsoon.html
96 lines (78 loc) · 3.09 KB
/
comingsoon.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Coming Soon</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/comingsoon/favicon.png" rel="icon">
<link href="assets/img/comingsoon/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/comingsoon.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Maundy
* Template URL: https://bootstrapmade.com/maundy-free-coming-soon-bootstrap-theme/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container d-flex flex-column align-items-center">
<h1>Coming Soon</h1>
<h2>We're working hard to improve our website and we'll ready to launch after</h2>
<div class="countdown d-flex justify-content-center" data-count="2023/12/3">
<div>
<h3>%d</h3>
<h4>Days</h4>
</div>
<div>
<h3>%h</h3>
<h4>Hours</h4>
</div>
<div>
<h3>%m</h3>
<h4>Minutes</h4>
</div>
<div>
<h3>%s</h3>
<h4>Seconds</h4>
</div>
</div>
<div class="subscribe">
<h4>Subscribe now to get the latest updates!</h4>
<form action="forms/notify.php" method="post" role="form" class="php-email-form">
<div class="subscribe-form">
<input type="email" name="email" required><input type="submit" value="Subscribe">
</div>
<div class="mt-2">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your notification request was sent. Thank you!</div>
</div>
</form>
</div>
<div class="social-links text-center">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</header><!-- End #header -->
<!-- Vendor JS Files -->
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/comingsoon.js"></script>
</body>
</html>