-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (69 loc) · 3.3 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Hungrme | Coming Soon</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<!-- Font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700%7CPoppins:400,500" rel="stylesheet">
<!--Icon-->
<link rel='icon' href='images/favicon.ico' type='image/x-icon'/ >
<!-- Stylesheets -->
<link href="common-css/bootstrap.css" rel="stylesheet">
<link href="common-css/ionicons.css" rel="stylesheet">
<link rel="stylesheet" href="common-css/jquery.classycountdown.css" />
<link href="01-comming-soon/css/styles.css" rel="stylesheet">
<link href="01-comming-soon/css/responsive.css" rel="stylesheet">
</head>
<body>
<div class="main-area">
<div class="container full-height position-static">
<section class="left-section full-height">
<a class="logo" href="#"><img src="images/logo.png" alt="Logo"></a>
<div class="display-table">
<div class="display-table-cell">
<div class="main-content">
<h1 class="title"><b>Under Construction</b></h1>
<p>Our website is currently under construction by the most awesome team.
We Should be back shortly. Thank you for your patience.</p>
<div class="email-input-area">
<form accept-charset="utf-8" action="https://formspree.io/[email protected]" method="post">
<input class="email-input" name="email" type="text" placeholder="Enter your email"/>
<button class="submit-btn" name="submit" type="submit"><b>NOTIFY US</b></button>
</form>
</div><!-- email-input-area -->
<p class="post-desc">Sign up now to get early notification of our lauch date!</p>
</div><!-- main-content -->
</div><!-- display-table-cell -->
</div><!-- display-table -->
<!-- <ul class="footer-icons">
<li>Stay in touch : </li>
<li><a href="#"><i class="ion-social-linkedin"></i></a></li>
<li><a href="#"><i class="ion-social-twitter"></i></a></li>
<li><a href="#"><i class="ion-social-googleplus"></i></a></li>
<li><a href="#"><i class="ion-social-instagram-outline"></i></a></li>
<li><a href="#"><i class="ion-social-pinterest"></i></a></li>
</ul> -->
</section><!-- left-section -->
<section class="right-section" style="background-image: url(images/food-background.jpg)">
<div class="display-table center-text">
<div class="display-table-cell">
<div id="rounded-countdown">
<div class="countdown" data-remaining-sec="20000000"></div>
</div>
</div><!-- display-table-cell -->
</div><!-- display-table -->
</section><!-- right-section -->
</div><!-- container -->
</div><!-- main-area -->
<!-- SCIPTS -->
<script src="common-js/jquery-3.1.1.min.js"></script>
<script src="common-js/tether.min.js"></script>
<script src="common-js/bootstrap.js"></script>
<script src="common-js/jquery.classycountdown.js"></script>
<script src="common-js/jquery.knob.js"></script>
<script src="common-js/jquery.throttle.js"></script>
<script src="common-js/scripts.js"></script>
</body>
</html>