-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuscar.html
More file actions
187 lines (176 loc) · 6.85 KB
/
Copy pathbuscar.html
File metadata and controls
187 lines (176 loc) · 6.85 KB
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
<!DOCTYPE html>
<!-- VALIDADA -->
<html lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Sublime-text" />
<meta name="author" content="Jesús Bernabeu Sáez" />
<meta name="keywords" content="HTML5, web" />
<meta name="description" content="pagina de busqueda de AlexelcapoRutas" />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/fontello-embedded.css">
<link rel="stylesheet" type="text/css" href="css/fontello.css">
<link rel="stylesheet" type="text/css" href="css/fontello-codes.css">
<link rel="stylesheet" type="text/css" href="css/fontello-ie7-codes.css">
<link rel="stylesheet" type="text/css" href="css/fontello-ie7.css">
<link rel="stylesheet" type="text/css" href="css/animation.css">
<title>AlexelcapoRutas</title>
<link href="estilo.css" rel="stylesheet" />
</head>
<body>
<header>
<img id="logo" src="logo.png" alt="Logo">
<div>
<a href="index.html">
<h1>AR - AlexelcapoRutas</h1>
<p>Tu pagina de rutas</p>
</a>
</div>
</header>
<nav>
<input type="checkbox" id="ckbMenu">
<ul>
<li><label for="ckbMenu">≡</label></li>
<li>
<a href="index.html" class="icon-bank">
Inicio
</a>
</li>
<li>
<a href="buscar.html" class="icon-search">
Buscar
</a>
</li>
<li>
<a href="nueva.html" class="icon-upload">
Nueva Ruta
</a>
</li>
<li>
<a href="#" class="icon-logout">
Logout
</a>
</li>
<li>
<a href="login.html" class="icon-login">
Login
</a>
</li>
<li>
<a href="registro.html" class="icon-paper-plane">
Registro
</a>
</li>
</ul>
</nav>
<section>
<h2>Búsqueda de rutas</h2>
<form action="index.html">
<p>
<label for="titulo">Titulo: </label>
<input type="text" autofocus name="titulo" id="titulo">
</p>
<p>
<label for="descripcion">Descripción: </label>
<input type="text" name="descripcion" id="descripcion">
</p>
<p>
<label for="autor">Autor: </label>
<input type="text" name="autor" id="autor">
</p>
<p>
<label for="etiquetas">Etiquetas: </label>
<input type="text" name="etiquetas" id="etiquetas">
</p>
<p>
</p>
<label for="dificultad-desde">Dificultad desde: </label>
<input type="number" name="dificultad-desde" id="dificultad-desde" value=0>
<label for="dificultad-hasta">hasta: </label>
<input type="number" name="dificultad-hasta" id="dificultad-hasta" value=5>
</p>
<p>
<label for="favoritas">Favoritas: </label>
<input type="checkbox" name="favoritas" id="favoritas">
</p>
<h3>
Ordenar:
</h3>
<button class="boton_personalizado">Ascendentemente</button>
<button class="boton_personalizado">Descendentemente</button>
<p>
<input type="submit" value="Buscar" />
<input type="reset" />
</p>
</form>
<h2>Resultado de la Búsqueda:</h2>
<div>
<article>
<h3><a href="ruta.html">De vacaciones</a></h3>
<a href="ruta.html"><img src="prueba.jpg" alt="no hay"></a>
<p>Dificultad: 2</p>
<footer>
<p>Autor: <a href="buscar.html">Jesus Bernabeu </a> Fecha: 18/03/2018</p>
</footer>
</article>
<article>
<h3><a href="ruta.html">De vacaciones</a></h3>
<a href="ruta.html"><img src="prueba.jpg" alt="no hay"></a>
<p>Dificultad: 2</p>
<footer>
<p>Autor: <a href="buscar.html">Jesus Bernabeu </a> Fecha: 18/03/2018</p>
</footer>
</article>
<article>
<h3><a href="ruta.html">De vacaciones</a></h3>
<a href="ruta.html"><img src="prueba.jpg" alt="no hay"></a>
<p>Dificultad: 2</p>
<footer>
<p>Autor: <a href="buscar.html">Jesus Bernabeu </a> Fecha: 18/03/2018</p>
</footer>
</article>
<article>
<h3><a href="ruta.html">De vacaciones</a></h3>
<a href="ruta.html"><img src="prueba.jpg" alt="no hay"></a>
<p>Dificultad: 2</p>
<footer>
<p>Autor: <a href="buscar.html">Jesus Bernabeu </a> Fecha: 18/03/2018</p>
</footer>
</article>
<article>
<h3><a href="ruta.html">De vacaciones</a></h3>
<a href="ruta.html"><img src="prueba.jpg" alt="no hay"></a>
<p>Dificultad: 2</p>
<footer>
<p>Autor: <a href="buscar.html">Jesus Bernabeu </a> Fecha: 18/03/2018</p>
</footer>
</article>
<article>
<h3><a href="ruta.html">De vacaciones</a></h3>
<a href="ruta.html"><img src="prueba.jpg" alt="no hay"></a>
<p>Dificultad: 2</p>
<footer>
<p>Autor: <a href="buscar.html">Jesus Bernabeu </a> Fecha: 18/03/2018</p>
</footer>
</article>
</div>
<footer>
<div>
<h3>Página:</h3>
<button class="boton_personalizado">primera</button>
<button class="boton_personalizado">anterior</button>
<button class="boton_personalizado">1</button>
<button class="boton_personalizado2">2</button>
<button class="boton_personalizado">3</button>
<button class="boton_personalizado">siguiente</button>
<button class="boton_personalizado">última</button>
</div>
</footer>
</section>
<footer>
<p>Copyright <time datetime="2021">2021</time> <a href="jes@gmail.com">Jesus Bernabeu</a></p>
<p><a href="acerca.html" class="link">Mas informacion</a></p>
<button class="boton_personalizado" role="link" onclick="window.location='buscar.html'">Inicio</button>
</footer>
</body>
</html>