-
Notifications
You must be signed in to change notification settings - Fork 0
/
coming-soon.html
119 lines (108 loc) · 4.3 KB
/
coming-soon.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
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required start meta tags -->
<!-- META CHARSET -->
<meta charset="utf-8">
<!-- META HTTP-EQUIV -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- META VIEWPORT -->
<meta name="viewport" content="width=device-width, initial-scale=1, initial-scale=1.0">
<!-- Website Title -->
<title>Coming Soon</title>
<!-- META DESCRIPTION -->
<meta name="description" content="Stay tuned for the launch of Abdul Ahad's website! Exciting updates and projects are on the way.">
<!-- META KEYWORDS -->
<meta name="keywords" content="Abdul Ahad, Coming Soon, website launch, anticipation, countdown">
<!-- META AUTHOR -->
<meta name="author" content="Abdul Ahad">
<!-- Required end meta tags -->
<link rel="icon" href="assets/images/favicon.ico" type="image/png">
<link href="https://abdulahad.site/coming-soon.html" rel="canonical">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MMS9SQYP1B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MMS9SQYP1B');
</script>
<link rel="stylesheet" type="text/css" href="vendors/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="vendors/animate/animate.css">
<link rel="stylesheet" type="text/css" href="vendors/select2/select2.min.css">
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="bg-img1 size1 flex-w flex-c-m p-t-55 p-b-55 p-l-15 p-r-15 bg-color">
<div class="wsize1 bor1 bg1 p-t-175 p-b-45 p-l-15 p-r-15 respon1">
<div class="wrappic1">
<img src="assets/images/logo.png" alt="abdul ahad">
</div>
<p class="txt-center m1-txt1 p-t-33 p-b-68">
Our website is under construction
</p>
<div class="wsize2 flex-w flex-c hsize1 cd100">
<div class="flex-col-c-m size2 how-countdown">
<span class="l1-txt1 p-b-9 days">35</span>
<span class="s1-txt1">Days</span>
</div>
<div class="flex-col-c-m size2 how-countdown">
<span class="l1-txt1 p-b-9 hours">17</span>
<span class="s1-txt1">Hours</span>
</div>
<div class="flex-col-c-m size2 how-countdown">
<span class="l1-txt1 p-b-9 minutes">50</span>
<span class="s1-txt1">Minutes</span>
</div>
<div class="flex-col-c-m size2 how-countdown">
<span class="l1-txt1 p-b-9 seconds">39</span>
<span class="s1-txt1">Seconds</span>
</div>
</div>
<form class="flex-w flex-c-m contact100-form validate-form p-t-55" name="submit-to-google-sheet">
<div class="wrap-input100 validate-input where1" data-validate = "Email is required: [email protected]">
<input class="s1-txt2 placeholder0 input100" type="email" required name="email" placeholder="Your Email">
<span class="focus-input100"></span>
</div>
<button type="submit" class="flex-c-m s1-txt3 size3 how-btn trans-04 where1">
Get Notified
</button>
</form>
<div id="soon-subscribing-alert" style="color: green; text-align: center; margin-top: 20px;"></div>
<p class="s1-txt4 txt-center p-t-10">
I promise to <span class="bor2">never</span> spam
</p>
</div>
</div>
<script src="js/soon-subscription.js"></script>
<script src="vendors/jquery/jquery-3.2.1.min.js"></script>
<script src="vendors/bootstrap/js/popper.js"></script>
<script src="vendors/bootstrap/js/bootstrap.min.js"></script>
<script src="vendors/select2/select2.min.js"></script>
<script src="vendors/countdowntime/moment.min.js"></script>
<script src="vendors/countdowntime/moment-timezone.min.js"></script>
<script src="vendors/countdowntime/moment-timezone-with-data.min.js"></script>
<script src="vendors/countdowntime/countdowntime.js"></script>
<script>
$('.cd100').countdown100({
endtimeYear: 0,
endtimeMonth: 0,
endtimeDate: 35,
endtimeHours: 18,
endtimeMinutes: 0,
endtimeSeconds: 0,
timeZone: ""
});
</script>
<script src="vendors/tilt/tilt.jquery.min.js"></script>
<script >
$('.js-tilt').tilt({
scale: 1.1
})
</script>
<script src="js/soon.js"></script>
</body>
</html>