-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·469 lines (454 loc) · 23.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
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Rumba</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<meta http-equiv="cleartype" content="on">
<!-- iPhone -->
<link href="http://lungo.tapquo.com/resources/icon-57.png" sizes="57x57" rel="apple-touch-icon">
<link href="http://lungo.tapquo.com/resources/startup-image-320x460.png" media="(device-width: 320px) and (device-height: 480px)
and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">
<!-- iPhone (Retina) -->
<link href="http://lungo.tapquo.com/resources/icon-114.png" sizes="114x114" rel="apple-touch-icon">
<link href="http://lungo.tapquo.com/resources/startup-image-640x920.png" media="(device-width: 320px) and (device-height: 480px)
and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<!-- iPhone 5 -->
<link href="http://lungo.tapquo.com/resources/startup-image-640x1096.png" media="(device-width: 320px) and (device-height: 568px)
and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<!-- iPad -->
<link href="http://lungo.tapquo.com/resources/icon-72.png" sizes="72x72" rel="apple-touch-icon">
<link href="http://lungo.tapquo.com/resources/startup-image-768x1004.png" media="(device-width: 768px) and (device-height: 1024px)
and (orientation: portrait)
and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">
<link href="http://lungo.tapquo.com/resources/startup-image-748x1024.png" media="(device-width: 768px) and (device-height: 1024px)
and (orientation: landscape)
and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">
<!-- iPad (Retina) -->
<link href="http://lungo.tapquo.com/resources/icon-144.png" sizes="144x144" rel="apple-touch-icon">
<link href="http://lungo.tapquo.com/resources/startup-image-1536x2008.png" media="(device-width: 768px) and (device-height: 1024px)
and (orientation: portrait)
and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<link href="http://lungo.tapquo.com/resources/startup-image-1496x2048.png" media="(device-width: 768px) and (device-height: 1024px)
and (orientation: landscape)
and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<!-- Lungo - Stylesheets -->
<link rel="stylesheet" href="components/lungo/lungo.css">
<link rel="stylesheet" href="components/lungo/lungo.icon.css">
<link rel="stylesheet" href="components/lungo/lungo.theme.default.css">
</head>
<body class="app">
<!--*****************************Bienvenida********************************************-->
<section id="first" data-transition="slide">
<article class="indented splash">
<form>
<div><img src="img/logo.png"></div><br/>
<input id="username" type="text" placeholder="Email" required />
<input id="password" type="password" placeholder="Contraseña" required />
<a href="#" id="aLogin" class="button blue big" data-icon="user" data-label="Entrar"></a>
</form>
<a href="#registro" id="aRegistro" style="margin-top: -10px;" class="button blue" data-router="section" data-label="Regístrate"></a>
</article>
</section>
<section id="registro" data-transition="slide">
<header data-back="chevron-left" data-title="Unete :)"></header>
<article class="indented splash">
<form>
<fieldset data-icon="user">
<input type="text" id="name" placeholder="Nombre Completo" required />
</fieldset>
<fieldset data-icon="envelope">
<input type="email" id="email" placeholder="E-mail" required />
</fieldset>
<fieldset data-icon="phone">
<input type="tel" id="telephone" placeholder="Telefono" required />
</fieldset>
<fieldset data-icon="lock">
<input type="password" id="pass" placeholder="Contraseña" required />
</fieldset>
<a href="#" id="aEnviarRegistro" class="button blue" data-label="Sing Up"></a>
</form>
</article>
</section>
<!--**********************************MENU***************************************-->
<section id="main" data-transition="slide" >
<header data-title="Home" class="extended">
<nav class="left box">
<a href="#features" data-router="aside" data-icon="menu"></a>
</nav>
<nav class="right box">
<a href="#" id="aLogout" data-router="section" data-icon="signout"></a>
</nav>
</header>
<article id="home" class="list indented scroll">
<ul>
<li class="thumb selectable arrow" id="listClubs" data-image="img/trago.png" >
<strong>Rumba</strong>
<small>Encuentra la fiesta</small>
</li>
<li class="thumb selectable arrow" id="listRest" data-image="img/resaturante.png" >
<strong>Restaurantes</strong>
<small>¿Tienes Hambre?</small>
</li>
<li id="taxi" class="thumb selectable arrow" data-image="img/mevoy.png">
<strong>Conductor</strong>
<small>¿En que te vas?</small>
</li>
</ul>
</article>
<footer>
<nav>
<a href="#home" data-router="article" class="current" data-icon="home"></a>
<a href="#art-2" data-router="article" data-icon="bell"></a>
<a href="#second" data-router="section" data-icon="comment"></a>
</nav>
</footer>
<article id="art-2">
<center>
<br>
<a href="https://twitter.com/intent/tweet?original_referer=http%3A%2F%2Flungo.tapquo.com%2F&text=@RumbON_Club Me encuentro en:" target="_blank"><img src="img/panico.png"></a>
</center>
</article>
</section>
<aside id="features">
<header data-title="Opciones"></header>
<article class="active list">
<ul>
<li data-icon="user" id="liAsideConfigUser">
<a href="#sect-configUser" data-router="section">
<strong>Usuario</strong>
<small>Editar Mi Cuenta</small>
</a>
</li>
<li data-icon="warning-sign" id="liAsideConfigPanic">
<a href="#ConfigSect" data-router="section">
<strong>Panico</strong>
<small>Boton de panico</small>
</a>
</li>
</ul>
</article>
</aside>
<!--**********************Section de la opc de las Discotecas************************************-->
<section id="sect-Clubs" data-transition="slide" class="extended">
<header data-back="chevron-left" data-title="Discotecas"></header>
<article class="list indented scroll" id="art-Clubs">
<li class="thumb selectable" id="liGeneros">
<a data-icon="music"></a>
<strong>Generos</strong>
<small>Busca por generos musicales</small>
</li>
<li class="thumb selectable" id="liAmigos">
<a data-icon="group"></a>
<strong>Amigos</strong>
<small>Visita los lugares de amigos</small>
</li>
<li class="thumb selectable" id="liRecomen">
<a data-icon="thumbs-up"></a>
<strong>Recomendados</strong>
<small>Por las redes sociales</small>
</li>
<li class="thumb selectable" id="liPrecios">
<a data-icon="bar-chart"></a>
<strong>Precios</strong>
<small>Buscar por precios</small>
</li>
</article>
</section>
<!--**********************Section de la lista de los restaurantes abiertos************************************-->
<section id="sect-Rest" data-transition="slide" class="extended">
<header data-back="chevron-left" data-title="Abiertos"></header>
<article class="list indented scroll" id="art-Rest">
</article>
</section>
<!--*************************GENEROS************************************************-->
<section id="generos" data-transition="slide">
<header data-back="chevron-left" data-title="Encuentra tu estilo"></header>
<article>
<div class="list indented scroll">
<ul>
<li id="tipoclub" class="thumb selectable">
<a href="#" name="Salsa" data-icon="music"></a>
<strong>Salsa</strong>
<small>Busca por Salsa</small>
</li>
<li id="tipoclub" class="thumb selectable">
<a href="#" name="Crossover" data-icon="music"></a>
<strong>Crossover</strong>
<small>Busca por Crossover</small>
</li>
<li id="tipoclub" class="thumb selectable">
<a href="#" name="Reggaeton" data-icon="music"></a>
<strong>Reggaeton</strong>
<small>Busca por Reggaeton</small>
</li>
<li id="tipoclub" class="thumb selectable">
<a href="#" name="Vallenato" data-icon="music"></a>
<strong>Vallenato</strong>
<small>Busca por Vallenato</small>
</li>
<li id="tipoclub" class="thumb selectable">
<a href="#" name="Karaoke" data-icon="music"></a>
<strong>Karaoke</strong>
<small>Busca por Karaoke</small>
</li>
</ul>
</div>
</article>
</section>
<!-- Resultado de la busqueda por tipo -->
<section id="resulxgenero" data-transition="slide">
<header data-back="chevron-left" data-title="Discotecas"></header>
<article id="listaresultipo" class="list indented scroll"></article>
<footer>
<nav>
<a href="#home" data-router="article" class="current" data-icon="home" data-title="Home"></a>
<a href="#art-2" data-router="article" data-icon="search" data-title="Buscar"></a>
<a id="reco" href="#art-5" data-router="article" data-icon="info" data-title="Recomendaciones"></a>
</nav>
</footer>
<article id="art-5" class="list indented scroll"></article>
</section>
<!--***********************Recomendacion por Amigos**************************************************-->
<section id="amigos" data-transition="slide">
<header data-back="chevron-left" data-title="Tus Amigos Fueron a:"></header>
<article class="list indented scroll">
<div>
<ul>
<li class="thumb selectable" data-image="img/agua.png">
<a href="#agua" data-router="section"></a>
<strong>Agua Helada</strong>
<small>Jeffer Ariza, estubo aqui</small>
</li>
<li class="thumb selectable" data-image="img/tru.png">
<a href="#Trucupey" data-router="section"></a>
<strong>Trucupey</strong>
<small>Bryan Villafañe, estubo aqui</small>
</li>
</ul>
</div>
</article>
</section>
<!--***************************Mapa-tru**********************************************-->
<section id="mapa" data-transition="slide">
<header data-back="chevron-left" data-title="Como llegar"></header>
<article class="list indented scroll">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.es/maps/ms?msa=0&msid=204518939830781667095.0004dac3430855265dbd1&ie=UTF8&t=m&ll=10.990328,-74.788806&spn=0.005266,0.003422&z=17&output=embed"></iframe><br />
</article>
</section>
<!--********************************recomendados*****************************************-->
<section id="recomendados" data-transition="slide">
<header data-back="chevron-left" data-title="Los mas sociales"></header>
<article class="list indented scroll">
<div>
<ul>
<li class="thumb selectable" data-icon="star" data-image="img/tru.png">
<a href="#Trucupey" data-router="section"></a>
<strong>Trucupey</strong>
<small>617, Me gusta</small>
</li>
<li class="thumb selectable" data-icon="star-half" data-image="img/agua.png">
<a href="#agua" data-router="section" data-label="Agua Helada"></a>
<strong></strong>
<small>256, Me gusta</small>
</li>
<li class="thumb selectable"data-icon="star-half" data-image="img/troja.png">
<a href="#agua" data-router="section"></a>
<strong>La troja</strong>
<small>213, Me gusta</small>
</li>
</ul>
</div>
</article>
</section>
<!--**************************Precios***********************************************-->
<section id="Precios" data-transition="slide">
<header data-back="chevron-left" data-title="Cuanto quieres gastar?"></header>
<article class="list indented scroll">
<div>
<ul>
<li class="thumb selectable" data-icon="heart" >
<a href="#Trucupey" data-router="section"></a>
<strong>Precios Fexibles</strong>
<small>Lo mejor para tu bolsillo</small>
</li>
<li class="thumb selectable" data-icon="heart-empty" >
<a href="#agua" data-router="section"></a>
<strong>Precios Comodos</strong>
<small>Comodidad insuperable</small>
</li>
<li class="thumb selectable"data-icon="credit-card" >
<a href="#agua" data-router="section"></a>
<strong>Precios Exclusivos</strong>
<small>Perfecto para ti</small>
</li>
</ul>
</div>
</article>
</section>
<!--*************************reservar************************************************-->
<section id="reservar" data-transition="slide">
<header data-back="chevron-left" data-title="Reservar"></header>
<article id="res">
<div class="list indented scroll">
<ul>
<li class="thumb selectable" id="telefono">
<a href="#" data-router="section" data-icon="phone"></a>
<strong>Contactar</strong>
<small>Información</small>
</li>
<li class="thumb selectable">
<a href="#eventos" data-router="section" data-icon="calendar"></a>
<strong>Eventos</strong>
<small>Reserva tus eventos ya</small>
</li>
<li class="thumb selectable">
<a href="#" data-router="section" data-icon="vcard"></a>
<strong>Forma de Pago</strong>
<small>Configura tu pago</small>
</li>
</ul>
</div>
</article>
</section>
<!-- *************Eventos******************************* -->
<section id="eventos" data-transition="slide">
<header data-back="chevron-left" data-title="Proximos Eventos"></header>
<article id="res">
<div class="list indented scroll">
<ul>
<li class="thumb selectable" id="comprar">
<a href="#comprar" data-icon="calendar"></a>
<strong>28 Abr. Happy hours</strong>
<small>Quiero Ir</small>
</li>
<li class="thumb selectable" id="comprar">
<a href="#comprar" data-icon="calendar"></a>
<strong>29 Abr. Cover 2X1</strong>
<small>Quiero Ir</small>
</li>
<li class="thumb selectable" id="comprar">
<a href="#comprar" data-icon="calendar"></a>
<strong>4 May. Don Omar</strong>
<small>Quiero Ir</small>
</li>
<li class="thumb selectable" id="comprar">
<a href="#comprar" data-icon="calendar"></a>
<strong>5 May. Solos y Solas</strong>
<small>Quiero Ir</small>
</li>
<li class="thumb selectable" id="comprar">
<a href="#comprar" data-icon="calendar"></a>
<strong>11 May. Piter Majares</strong>
<small>Quiero Ir</small>
</li>
</ul>
</div>
</article>
</section>
<!--****************BRYAN************************************-->
<section id="second" data-transition="cover">
<header data-back="chevron-left" data-title="Chat"></header>
<article id="chat" class="list indented scroll">
<ul>
<li class="thumb selectable" data-image="https://si0.twimg.com/profile_images/3212320104/ca2f76de785fce7bace5805f6e6d4d1e.png">
<div class="right bubble red">30 min</div>
<strong>Bryan</strong>
<small>Disfrutando de esta Disco</small>
</li>
<li class="thumb selectable" data-image="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-prn1/c0.39.621.621/s160x160/67921_10200978406722045_365330156_n.jpg">
<div class="right bubble orange">40 min</div>
<strong>Angie</strong>
<small>Me gusta esta Rumba</small>
</li>
<li class="thumb selectable" data-image="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash4/c36.158.363.363/s160x160/303507_4181823024915_1626196883_n.jpg">
<div class="right bubble orange">10 min</div>
<strong>Jeffer</strong>
<small>Aburrido nadie habla</small>
</li>
<li class="thumb selectable" data-image="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-snc7/c0.30.180.180/s160x160/427357_10200271382363122_730365576_a.jpg"><div class="right bubble orange">15 min</div>
<strong>Andres</strong>
<small>Empezando la rumba</small>
</li>
<li class="anchor"></li>
<li id="chatAdmin" class="thumb selectable" data-image="http://us.123rf.com/400wm/400/400/wavebreakmediamicro/wavebreakmediamicro1106/wavebreakmediamicro110604881/10093681-joven-administrador-de-una-presentacion.jpg">
<strong>Administrador</strong>
<small>Comunicate con el Administrador</small>
</li>
</ul>
</article>
</section>
<section id="sect-seVa" data-transition="cover">
<header data-back="chevron-left" data-title="Conductor"></header>
<article id="soloArt" class="list indented scroll">
<h1>Carro Propio</h1>
<ul>
<li class="selectable" id="liAmigo" data-icon="group">
<strong>Amigo o Familiar</strong>
<small>Puedes pedir que alguien de tu lista de confianza
para que venga por ti</small>
</li>
<li class="selectable" id="liAmigo" data-icon="plus">
<strong>Sura</strong>
<small>Pide tu conductor en tu aseguradora</small>
</li>
<li class="selectable" id="liDesignado" data-image="img/escudo.png">
<strong>Comisario Conductor</strong>
<small>Podemos elegir un conducto elegido para
que te lleve hasta tu hogar</small>
</li>
</ul>
</article>
</section>
<!--Configuracion de Usuario-->
<section id="sect-configUser" data-transition="cover">
<header data-back="chevron-left" data-title="Conductor"></header>
<article id="art-configUser" class="indented splash">
</article>
</section>
<!--***************************Bryan boton panico****************************************-->
<section id="ConfigSect" data-transition="cover">
<header data-back="chevron-left" data-title="Configuracion Boton Panico"></header>
<article id="FormConfigPanic">
<form>
<br />
<input type="text" id="nombre" placeholder="Persona de confiaza" />
<input type="tel" id="celular" placeholder="Celular" />
<a href="#main" data-router="section" class="button blue big" data-icon="check" data-label="Guardar"></a>
</form>
</article>
</section>
<!--***************************Bryan (Chat)**********************************************-->
<section id="ChatSect" data-transition="slide">
<header data-back="chevron-left" data-title="Chat"></header>
<article id="FormChatadmin">
<form>
<br />
<input type="text" id="nombreMsj" placeholder="Nombre" />
<textarea id="mensaje" placeholder="Mensaje"></textarea>
<a href="#main" data-router="section" class="button blue big" data-icon="chat" data-label="Enviar"></a>
</form>
</article>
</section>
<!-- Lungo - Dependencies -->
<script src="components/quojs/quo.js"></script>
<script src="components/lungo/lungo.js"></script>
<script src="mustache.js"></script>
<script src="events.js"></script>
<script src="service.js"></script>
<script src="data.js"></script>
<script src="cordova.js"></script>
<!-- Lungo - Sandbox App -->
<script>
Lungo.init({
name: 'RumbON'
});
</script>
</body>
</html>