-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
139 lines (121 loc) · 6.52 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<!--[if (gte IE 9)|!(IE)]><!-->
<html>
<!--<![endif]-->
<head>
<!-- Basic Info -->
<meta charset="utf-8">
<title>MunchQuick | Food When You Want It | Washington, DC</title>
<meta name="description" content="At MunchQuick, we cook delicious and healthy meals for under $10 delivered to you curbside in 20 minutes or less. Order online or through our mobile app.">
<meta name="author" content="MunchQuick">
<link rel="canonical" href="https://munchquick.com/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="MunchQuick | Food When You Want It | Washington, DC" />
<meta property="og:description" content="At MunchQuick, we cook delicious and healthy meals for under $10 delivered to you curbside in 20 minutes or less. Order online or through our mobile app." />
<meta property="og:url" content="https://munchquick.com/" />
<meta property="og:site_name" content="MunchQuick" />
<meta property="article:publisher" content="http://www.facebook.com/munchquick" />
<meta name="author" content="Martin Tokarski">
<!-- Mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Font -->
<link href='http://fonts.googleapis.com/css?family=Roboto:500,500italic,100,100italic,300,300italic' rel='stylesheet' type='text/css'>
<!-- CSS -->
<link rel="stylesheet" href="font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="css/style.css" />
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
<!-- JS -->
<script type="text/javascript" src="js/modernizr.custom.js"></script>
</head>
<body>
<div id="modal-window">
<div class="container">
<!-- Header -->
<header id="header">
<a href="#"><img id="logo" src="img/logo.png" alt="MunchQuick"></a>
</header>
<!-- Modal Open -->
<a id="modal-open"><i class="fa fa-plus"></i></a>
<!-- Main Title -->
<h1>We're cooking up a brand new site!</h1>
<!-- Timer -->
<div id="clock"></div>
<!-- Newsletter -->
<div id="newsletter">
<p>Get notified when the new site launches! <br />
We'll also send you other important MunchQuick updates.</p>
<form id="newsletter">
<fieldset>
<input name="email" type="text" id="email" placeholder="Please enter your email" />
<input type="submit" class="submit" id="submit" value="Notify Me" />
</fieldset>
</form>
<div id="message"></div>
</div>
<!-- Social Links -->
<div class="social">
<ul>
<li><a target="_blank" href="https://www.facebook.com/munchquick" title="Facebook"><i class="fa fa-facebook"></i></a></li>
<li><a target="_blank" href="https://twitter.com/munchquick" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a target="_blank" href="tel:+1 (888) 418-6514" title="Phone"><i class="fa fa-phone"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- Modal Window -->
<div id="modal">
<div class="container">
<div class="one">
<h2>At MunchQuick, we cook delicious and healthy meals for under $10 delivered to you curbside in 20 minutes or less.</h2>
<a id="modal-close" href="#"><i class="fa fa-minus"></i></a>
</div>
<div class="one-half">
<h3>About</h3>
<p>
At MunchQuick, we cook delicious and healthy meals for under $10 delivered to you curbside in 20 minutes or less. Order online or through our mobile app. We currently deliver to the following zip codes with more to come soon; 20004, 20005, 20006, 20036, 20062.
</p>
<h3>How it Works</h3>
<ul>
<li><i class="fa fa-cutlery"></i>Choose a healthy entree.</li>
<li><i class="fa fa-desktop"></i>Order online.</li>
<li><i class="fa fa-clock-o"></i>Wait 20 minutes or less.</li>
<li><i class="fa fa-smile-o"></i>Enjoy a warm meal.</li>
</ul>
<h3>Get in Touch</h3>
<ul>
<li><i class="fa fa-phone"></i>+1 (888) 418-6514</li>
<li><i class="fa fa-clock-o"></i>11:00 AM- 2:00 PM</li>
</ul>
</div>
<div class="one-half">
<h3>Updates</h3>
<p>
September 20, 2014: MunchQuick is closed due to site maintenance. Thank you for your support and understanding!
</p>
<p>
September 22, 2014: Our old site has been taken down as we perform maintenance and prepare to launch an all new site!
</p>
<p>
October 15, 2014: We should return to our normal operating hours on Monday, thank you for your patience during our transition to a new site.
</p>
</div>
</div>
</div>
<!-- Preload -->
<div id="preload">
<div id="preload-content">
<img src="img/loaders.gif" alt="preload icon"/>
<div class="preload-text">Baking...</div>
</div>
</div>
<!-- Background overlay -->
<div class="body-bg"></div>
<!-- Included JS Files -->
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="js/jquery.countdown.min.js"></script>
<script src="https://www.parsecdn.com/js/parse-1.3.0.min.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
</body>
</html>