-
Notifications
You must be signed in to change notification settings - Fork 0
/
Menu.html
176 lines (138 loc) · 5.67 KB
/
Menu.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
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="http://getbootstrap.com/docs-assets/ico/favicon.png">
<title>PichangaChanga</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/justified-nav.css" rel="stylesheet">
<link href="css/carousel.css" rel="stylesheet">
<style type="text/css" id="holderjs-style"></style></head>
<script type="text/javascript">
function login(){
window.location="Index.php";
}
function UltMod(){
var datos = 'Ultima modificacion: '+window.document.lastModified
alert(datos)
}
</script>
</head>
<body>
<div class="container">
<form class="navbar-form navbar-right">
<div class="form-group">
<!--<input type="text" placeholder="Email" class="form-control">-->
</div>
<div class="form-group">
<!--<input type="password" placeholder="Password" class="form-control">-->
</div>
<button type="button" onclick="login()" class="btn btn-success">Sign in</button>
</form>
<div class="masthead">
<h3 class="text-muted">Pichangas</h3>
<ul class="nav nav-justified">
<li class="active"><a href="Menu.html">Inicio</a></li>
<!-- PRIMER EJEMPLO
<li><a href="#" onclick="JavaScript:alert('¡Primero Logeate!')" >Ver Perfil</a></li>
<li><a href="#" onclick="JavaScript:alert('¡Primero Logeate!')" >Configurar Partido</a></li>
<li><a href="#" onclick="JavaScript:alert('¡Primero Logeate!')" >Buscar Partido</a></li>
<li><a href="#" onclick="JavaScript:alert('¡Primero Logeate!')" >Mensaje</a></li>
-->
<!-- SEGUNDO EJEMPLO -->
<li><a href="#" onclick="JavaScript:alert('¡En construccion!')" >Colabora</a></li>
<li><a href="#" onclick="JavaScript:alert('¡En construccion!')" >Contacto</a></li>
<li><a href="#" onclick="UltMod()" >UltimaModificacion</a></li>
</ul>
</div>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class=""></li>
<li class="active" data-target="#myCarousel" data-slide-to="1"></li>
<li class="" data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="img/Seleccion.jpg" alt="First slide">
<div class="container">
<div class="carousel-caption">
<h1>un h1 para info.</h1>
<p>Buscar INFO EN <code>file://</code>.</p>
<p><a class="btn btn-lg btn-primary" href="#" role="button">Sign up today</a></p>
</div>
</div>
</div>
<div class="item">
<img src="img/Seleccion2.png" alt="Third slide">
<div class="container">
<div class="carousel-caption">
<h1>un h1 para info.</h1>
<p>INFO.</p>
<p><a class="btn btn-lg btn-primary" href="#" role="button">Browse gallery</a></p>
</div>
</div>
</div>
<div class="item">
<img src="img/Seleccion3.jpg" alt="Third slide">
<div class="container">
<div class="carousel-caption">
<h1>un h1 para info.</h1>
<p>INFO.</p>
<p><a class="btn btn-lg btn-primary" href="#" role="button">Browse gallery</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div><!-- /.carousel -->
<!-- Jumbotron -->
<div class="jumbotron">
<div class="thumbnail">
<!-- Example row of columns -->
<div class="row">
<div class="col-lg-4">
<h2>Caso1</h2>
<p>info. </p>
<p><a class="btn btn-primary" href="#" role="button">Ver detalle »</a></p>
</div>
<div class="col-lg-4">
<h2>Caso2</h2>
<p>info. </p>
<p><a class="btn btn-primary" href="#" role="button">Ver detalle »</a></p>
</div>
<div class="col-lg-4">
<h2>Caso3</h2>
<p>info.</p>
<p><a class="btn btn-primary" href="#" role="button">Ver detalle »</a></p>
</div>
</div>
</div>
</div>
<!-- end jumbotron -->
<!-- Site footer -->
<div class="footer">
<p>© Pichangachanga 2013</p>
</div>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-2.0.3.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/holder.js"></script>
<script>
$(document).ready(function(){
$('.carousel').carousel()
});
</script>
</body></html>