-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvista6.html
67 lines (54 loc) · 3.47 KB
/
vista6.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
<!-- Copyright 2014 GroupDinamizadores-->
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-type" name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=1, width=device-width">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=3, user-scalable=1">
<title>PaellasFest!</title>
<link rel="stylesheet" href="jquery.mobile/jquery.mobile-1.4.2.min.css" />
<link rel="stylesheet" href="index.css" />
<script src="jquery.mobile/jquery-1.7.2.min"></script>
<script src="jquery.mobile/jquery.mobile-1.4.2.js"></script>
<script type="text/javascript" charset="utf-8" src="phonegap-1.4.1.js"></script>
<script type="text/javascript" charset="utf-8" src="index.js"></script>
</head>
<body onload="init();">
<div data-role="page" id="home" class="type-interior" data-theme="e">
<div data-role="header" data-theme="b" id="header">
<h1><img src="jquery.mobile/images/logoTopBarLetras.png" height="80%" width="35%"></h1>
<!-- <h1><span style="color:#7AC5E1">Paellas<span style="color:#DC9908">FEST!</span></h1> -->
<a href="index.html" data-icon="home" data-iconpos="notext" id="intro" class="ui-btn-left">intro</a>
<a href="#navpanel" data-icon="bars" data-iconpos="left" id="bars-button" class="ui-btn-right">Menú</a>
</div>
<div data-role="content" data-theme="c">
<div class="content-secondary">
</div>
<div data-role="panel" id="navpanel" data-theme="b" data-display="overlay" data-position="right">
<div data-role="controlgroup" data-corners="false">
<a href="vista.html" rel="external" data-role="button" data-icon="comment" id="click-accelerometer" data-transition="slidefade" data-direction="reverse">Qué es PaellasFEST!</a>
<a href="vista2.html" rel="external" data-role="button" data-icon="star" id="click-camera" data-transition="slidefade" data-direction="reverse">Artistas</a>
<a href="vista3.html" rel="external" data-role="button" data-icon="tag" id="click-capture" data-transition="slidefade" data-direction="reverse">Pulseras</a>
<a href="vista4.html" rel="external" data-role="button" data-icon="location" id="click-compass" data-transition="slidefade" data-direction="reverse">Localización</a>
<a href="vista6.html" rel="external" data-role="button" data-icon="eye" id="click-feed" data-transition="slidefade" data-direction="reverse">Plano + Cartel</a>
<a href="vista5.html" rel="external" data-role="button" data-icon="info" id="click-connection" data-transition="slidefade" data-direction="reverse">Debes saber</a>
<a href="http://profesionales.tivenkia.com/clientes/519/0/0/ea99e7db5211e49a35588e1ef2fbf6e5" rel="external" data-role="button" data-icon="action" id="click-connection" data-transition="slidefade" data-direction="reverse">Comprar entradas</a>
<a href="https://www.youtube.com/watch?v=yvikbhY2QTw" rel="external" data-role="button" data-icon="video" id="click-connection" data-transition="slidefade" data-direction="reverse">PaellasFEST! PROMO</a>
</div>
</div>
<div class="content-primary">
<div>
</div>
<div>
<img id="plano" src="jquery.mobile/images/plano-recinto.jpg" height="100%" width="100%">
</div>
<div>
<img src="jquery.mobile/images/foto4.jpg" height="100%" width="100%">
</div>
</div>
<div id="pie">
<p id="copyright">© Copyright 2014 GroupDinamizadores</p>
</div>
</div>
</body>
</html>