-
Notifications
You must be signed in to change notification settings - Fork 0
/
coming-soon.html
173 lines (125 loc) · 4.45 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>Booze Wisely</title>
<!-- Included CSS Files (Uncompressed) -->
<!--
<link rel="stylesheet" href="stylesheets/foundation.css">
-->
<!-- Included CSS Files (Compressed) -->
<link rel="stylesheet" href="stylesheets/foundation.min.css">
<link rel="stylesheet" href="stylesheets/app.css">
<script src="javascripts/modernizr.foundation.js"></script>
</head>
<body>
<!-- Top Bar -->
<nav class="top-bar">
<ul>
<!-- Title Area -->
<li class="name">
<h1>
<a href="index.html">
Booze Wisely
</a>
</h1>
</li>
<li class="toggle-topbar"><a href="#"></a></li>
</ul>
<section>
<!-- Right Nav Section -->
<ul class="right">
<li class="divider"></li>
<li><a href="prices.html">Prices</a></li>
<li class="divider"></li>
<li><a href="deals.html">Deals</a></li>
<li class="divider"></li>
</li>
<li><a href="store-reviews.html">Store Reviews</a></li>
<li class="divider"></li>
</li>
<li><a href="#">Coming Soon</a></li>
<li class="divider"></li>
</li>
</ul>
</section>
</nav>
<!-- End Top Bar -->
<!-- Main Page Content and Sidebar -->
<div class="row">
<div class="six columns ">
<p><img src="images/images/logo.png" />
</p>
</div>
<div class="six columns panel">
<h2>Compare booze prices.
Find deals. <br />
Save money.
BoozeWisely.</h2>
</div>
</div>
<div class="row">
<div class="four columns panel">
<p>We post the exact local party store prices with tax and deposit, so you can compare prices and find the best deals. Stop wasting money and find the cheapest stores with the best deals at BoozeWisely.com.
</p>
<div>
<hr />
<a class="medium button centered" href="prices.html">Get Prices</a>
</div>
</div>
<div class="eight columns">
<div id="featured">
<img src="images/images/1.jpg" alt="slide image">
<img src="images/images/2.jpg" alt="slide image">
<img src="images/images/3.jpg" alt="slide image">
</div>
</div>
</div>
<!-- Footer -->
<footer class="row">
<div class="twelve columns">
<hr />
<div class="row">
<div class="12 columns">
<p>© BOOZEWISELY</p>
</div>
</div>
</div>
<!-- End Footer -->
</footer>
<!-- Included JS Files (Uncompressed) -->
<!--
<script src="javascripts/jquery.js"></script>
<script src="javascripts/jquery.foundation.mediaQueryToggle.js"></script>
<script src="javascripts/jquery.foundation.forms.js"></script>
<script src="javascripts/jquery.foundation.reveal.js"></script>
<script src="javascripts/jquery.foundation.orbit.js"></script>
<script src="javascripts/jquery.foundation.navigation.js"></script>
<script src="javascripts/jquery.foundation.buttons.js"></script>
<script src="javascripts/jquery.foundation.tabs.js"></script>
<script src="javascripts/jquery.foundation.tooltips.js"></script>
<script src="javascripts/jquery.foundation.accordion.js"></script>
<script src="javascripts/jquery.placeholder.js"></script>
<script src="javascripts/jquery.foundation.alerts.js"></script>
<script src="javascripts/jquery.foundation.topbar.js"></script>
<script src="javascripts/jquery.foundation.joyride.js"></script>
<script src="javascripts/jquery.foundation.clearing.js"></script>
<script src="javascripts/jquery.foundation.magellan.js"></script>
-->
<!-- Included JS Files (Compressed) -->
<script src="javascripts/jquery.js"></script>
<script src="javascripts/foundation.min.js"></script>
<!-- Initialize JS Plugins -->
<script src="javascripts/app.js"></script>
<script>
$(window).load(function(){
$("#featured").orbit();
});
</script>
</body>
</html>