-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
342 lines (328 loc) · 16.2 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
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!doctype html>
<head>
<meta charset="utf-8">
<title>Lucky Voice Solutions Prototype</title>
<meta name="description" content="">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Lucky Voice Solutions Prototype">
<meta name="viewport" content="initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="icon" href="img/favicon.ico" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/styles.css" />
<script src="scripts/jquery-1.11.1.min.js"></script>
<script src="scripts/lvs.js"></script>
<!-- dev includes -->
<script src="include_DEV_.js"></script>
</head>
<body>
<div id="container">
<header class="row">
<div class="col-xs-8 col-sm-5 col-md-4">
<div id="logo"><a href="index.html"><img src="img/logo.png" /></a></div>
</div>
<nav class="col-xs-4 col-sm-7 col-lg-8">
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="index.html">Link 1</a></li>
<li><a href="index.html">Link 2</a></li>
<li><a href="index.html">Link 3</a></li>
<li><a href="index.html">Link 4</a></li>
</ul>
</nav>
</header>
<div id="content" class="row text-left">
<div class="row panel panel-1">
<div class="col-xs-12">
<h1>Our Karaoke. Your business</h1>
<h2 class="subheader">Nothing compares.</h2>
<p>Cras feugiat viverra fermentum. Etiam elementum convallis dolor, nec rutrum leo laoreet nec.</p>
<p> Etiam sit amet mi ornare, varius odio a.</p>
<p><a href="sing" class="button">Get singstation now</a></p>
</div>
</div>
<div class="row panel panel-2 panel-2-three-items">
<div class="col-xs-12 col-sm-4 item dynamic-bg-img"
data-img-phone="img/placeholder.jpg"
data-img-phone-retina="img/placeholder.jpg"
data-img-desktop="img/placeholder.jpg"
data-bg-size="cover"
>
<h3>Item 1</h3>
<div class="item-text">
<p>Some text about the item goes here. Something really interesting.</p>
</div>
</div>
<div class="col-xs-12 col-sm-4 item dynamic-bg-img"
data-img-phone="img/placeholder.jpg"
data-img-phone-retina="img/placeholder.jpg"
data-img-desktop="img/placeholder.jpg"
data-bg-size="cover"
>
<h3>Item 2</h3>
<div class="item-text">
<p>Some text about the item goes here. Something really interesting.</p>
</div>
</div>
<div class="col-xs-12 col-sm-4 item dynamic-bg-img"
data-img-phone="img/placeholder.jpg"
data-img-phone-retina="img/placeholder.jpg"
data-img-desktop="img/placeholder.jpg"
data-bg-size="cover"
>
<h3>Item 3</h3>
<div class="item-text">
<p>Some text about the item goes here. Something really interesting.</p>
</div>
</div>
</div>
<!--
panel-3 is used to create a vertical split of content. It can have 2, 3 or 4 items
an image can be put on the whole .item, or held in place (as seen further down in this html file)
-->
<div class="row panel panel-3 dynamic-bg-img"
data-img-phone="img/placeholder.jpg"
data-img-phone-retina="img/placeholder.jpg"
data-img-desktop="img/placeholder.jpg"
data-bg-size="cover"
>
<div class="col-xs-12">
<h2 class="item">Singstation [block 1]</h2>
<!-- There can be 1, 2 or 3 of the following text blocks. They stack bottom left, top right, bottom right, following on from the header above. The button is static-->
<div class="item">
<h5>Header text</h5>
<p>This is the text for text block two.</p>
</div>
<div class="item">
<h5>Header text</h5>
<p>This is the text for text block three.</p>
</div>
<div class="item">
<h5>Header text</h5>
<p>This is the text for text block four.</p>
</div>
<div class="item-button">
<a href="button" class="button">Click me</a>
</div>
</div>
</div>
<!-- note that this part is panel-2 again! just configured differently for 2 instead of 3 panel layout -->
<div class="row panel panel-2 panel-2-two-items">
<div class="col-xs-12 col-sm-6 item">
<h3>Get in touch</h3>
<div class="item-text">
<p>Some text about the item goes here. Something really interesting.</p>
<p><a href="" class="button">Contact</a></p>
</div>
</div>
<div class="col-xs-12 col-sm-6 item">
<h3>Keep up to date</h3>
<div class="item-text">
<p>Subheader goes here</p>
<form action="" method="">
<input type"text" name="email" placeholder="email" />
<p>[capture]</p>
<input tpye="submit" class="button" value="Submit" />
</form>
</div>
</div>
</div>
<div class="row panel panel-4 panel-4-img-left">
<div class="col-xs-12 col-sm-6 item">
<div class="dynamic-bg-img"
data-img-phone="img/placeholder.jpg"
data-img-phone-retina="img/placeholder.jpg"
data-img-desktop="img/placeholder.jpg"
data-bg-size="cover"
>
</div>
</div>
<div class="col-xs-12 col-sm-6 item">
<h3>Header text here</h3>
<div class="item-text">
<p>Cras feugiat viverra fermentum. Etiam elementum convallis dolor, nec rutrum leo laoreet nec.</p>
<p> Etiam sit amet mi ornare, varius odio a, commodo mi. Nullam feugiat feugiat iaculis. Etiam fermentum neque pellentesque ornare volutpat.</p>
<p>Mauris sit amet est pretium, sodales massa ac, commodo ante. In eu consectetur dolor, ultrices gravida tortor.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel eros rhoncus, vestibulum tortor non, facilisis ligula. Nulla facilisi. Vestibulum eu nisl sit amet felis aliquet pharetra.</p>
</div>
</div>
</div>
<!-- user img_left=true to toggle placement of img/text? -->
<div class="row panel panel-4 panel-4-img-right">
<div class="col-xs-12 col-sm-6 item">
<h3>Header text here</h3>
<div class="item-text">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer id tortor pretium, pretium risus et, elementum eros.</p>
<p>Cras feugiat viverra fermentum. Etiam elementum convallis dolor, nec rutrum leo laoreet nec. Etiam sit amet mi ornare, varius odio a, commodo mi. Nullam feugiat feugiat iaculis. Etiam fermentum neque pellentesque ornare volutpat.</p>
<p>In lacus tellus, semper eget nisl sit amet, interdum facilisis ligula. Duis feugiat, lacus vitae dignissim volutpat, nibh elit fringilla lacus, sed volutpat ante elit vel nunc. Aliquam erat volutpat. Ut quis facilisis nisi.</p>
</div>
</div>
<div class="col-xs-12 col-sm-6 item">
<div class="dynamic-bg-img"
data-img-phone="img/placeholder.jpg"
data-img-phone-retina="img/placeholder.jpg"
data-img-desktop="img/placeholder.jpg"
data-bg-size="cover"
>
</div>
</div>
</div>
<!-- panel-5 is used to contain a blob of html-->
<div class="row panel panel-5">
<div class="html-wrapper">
<p>This panel holds a block of html from the cms</p>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr class="pink">
<th>Internet</th>
<th>Singstation</th>
<th>Singstation Plus</th>
</tr>
<tr>
<td>Ethernet</td>
<td class="feature-yes">Yes</td>
<td class="feature-yes">Yes</td>
</tr>
<tr>
<td>Wifi</td>
<td class="feature-yes">Yes</td>
<td class="feature-yes">Yes</td>
</tr>
</tbody>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr class="purple">
<th>Microphones</th>
<th>Singstation</th>
<th>Singstation Plus</th>
</tr>
<tr>
<td>Wired</td>
<td class="feature-yes">Yes</td>
<td class="feature-yes">No</td>
</tr>
<tr>
<td>Wireless</td>
<td class="feature-no">No</td>
<td class="feature-yes">Yes</td>
</tr>
</tbody>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr class="purple-dark">
<th>Hardware</th>
<th>Singstation</th>
<th>Singstation Plus</th>
</tr>
<tr>
<td>Hard drive</td>
<td>250gb</td>
<td>250gb</td>
</tr>
<tr>
<td>Memory</td>
<td>4gb</td>
<td>4gb</td>
</tr>
<tr>
<td>Power supply</td>
<td>Single 12v</td>
<td>Single 12v</td>
</tr>
<tr>
<td>Audio out</td>
<td>Balanced 1/4" TRS</td>
<td>Balanced 1/4" TRS</td>
</tr>
<tr>
<td>Video out</td>
<td>DVI-D</td>
<td>DVI-D</td>
</tr>
<tr>
<td>USB</td>
<td>Single external</td>
<td>Single external</td>
</tr>
</tbody>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr class="blue">
<th>Product stats</th>
<th>Singstation</th>
<th>Singstation Plus</th>
</tr>
<tr>
<td>Dimensions (h x w)</td>
<td>700mm x 500mm</td>
<td>700mm x 500mm</td>
</tr>
<tr>
<td>Weight</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr class="grey">
<th>Content</th>
<th>Singstation</th>
<th>Singstation Plus</th>
</tr>
<tr>
<td>9000+ licensed songs</td>
<td class="feature-yes">Yes</td>
<td class="feature-yes">Yes</td>
</tr>
<tr>
<td>Intuitive search</td>
<td class="feature-yes">Yes</td>
<td class="feature-yes">Yes</td>
</tr>
<tr>
<td>User-friendly interface</td>
<td class="feature-yes">Yes</td>
<td class="feature-yes">Yes</td>
</tr>
<tr>
<td>Customizable UI for brands</td>
<td class="feature-yes">Yes</td>
<td class="feature-yes">Yes</td>
</tr>
<tr>
<td>Promotional touchscreen messaging</td>
<td class="feature-yes">Yes</td>
<td class="feature-yes">Yes</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row panel panel-6 panel-2-two-items">
<div class="col-xs-12">
<h2>Join the people that know</h2>
<p><a href="" class="button">Contact</a></p>
</div>
</div>
</div>
<footer class="row text-center">
<nav class="col-xs-12">
<ul class="col-xs-12 col-sm-8 col-md-8">
<li class="col-xs-6"><a href="privacy">Privacy policy</a></li>
<li class="col-xs-6"><a href="terms">Terms & conditions</a></li>
</ul>
<ul id="footer-copyright" class="col-xs-12 col-sm-4 col-md-4">
<li class="col-xs-12" >© 2014 Lucky Voice Group Ltd</li>
</ul>
</nav>
</footer>
</div>
<script type="text/javascript" src="scripts/retina.min.js"></script>
</body>
</html>