-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacto.html
executable file
·195 lines (178 loc) · 9.02 KB
/
contacto.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Mis Libros</title>
<!-- Favicon -->
<link rel="icon" href="img/core-img/favicon.ico">
<!-- Style CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Preloader Start -->
<!-- Preloader End -->
<!-- ***** Header Area Start ***** -->
<header class="header-area">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="navbar navbar-expand-lg">
<div class="collapse navbar-collapse" id="worldNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home </a>
</li>
<li class="nav-item active">
<a class="nav-link" href="lookBooks.html">Ver Libros</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="resena.html">Reseñas</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="eventos.html">Eventos</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="contacto.html">Contacto</a>
</li>
</ul>
</div>
</nav>
<div id="sesion">
</div>
<body onload="estadosesion()">
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<div class="hero-area height-400 bg-img background-overlay" style="background-image: url(img/blog-img/bg4.jpg);"></div>
<!-- ********** Hero Area Start ********** -->
<div class="main-content-wrapper section-padding-100">
<div class="container">
<div class="row justify-content-center">
<!-- ============= Post Content Area Start ============= -->
<div class="col-10 ">
<h1>¿Quienes somos?</h1>
<section class="contact-area section-padding-100">
<div class="container">
<div class="row justify-content-center">
<!-- Contact Form Area -->
<div class="col-12 col-md-10 col-lg-8">
<div class="contact-form">
Página web creada para ser una biblioteca virtual.
Clasifica tus libros. Puntualos y comparte
tus opiniones. Además puedes ver los eventos
que se producen a tu alrededor.
</div>
</div>
</div>
</div>
</section>
<h1>¿Donde estamos?</h1>
<section class="contact-area section-padding-100">
<div class="container">
<div class="row justify-content-center">
<!-- Contact Form Area -->
<div class="col-12 col-md-10 col-lg-8">
<div class="contact-form">
Estamos en Teruel, junto al campus de la Universidad
<br>
Calle: Plaza España
<br>
Número de telefono: 555-555-555
<br>
Fax: 555-555-5555
</div>
</div>
</div>
</div>
</section>
<h1>Contacto</h1>
<section class="contact-area section-padding-100">
<div class="container">
<div class="row justify-content-center">
<!-- Contact Form Area -->
<div class="col-12 col-md-10 col-lg-8">
<div class="contact-form" >
<div class="group">
<input type="text" name="Nombre" id="Nombre" required>
<span class="highlight"></span>
<span class="bar"></span>
<label>Nombre</label>
</div>
<div class="group">
<input type="text" name="correo" id="correo" required>
<span class="highlight"></span>
<span class="bar"></span>
<label>Correo</label>
</div>
<div class="group">
<input type="text" name="tlf" id="tlf" required>
<span class="highlight"></span>
<span class="bar"></span>
<label>Teléfono</label>
</div>
<div class="group">
<textarea name="Text1" cols="40" rows="5"></textarea>
<span class="highlight"></span>
<span class="bar"></span>
</div>
<button onclick="enviar()" class="btn world-btn">Enviar</button>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<!-- ***** Footer Area Start ***** -->
<footer class="footer-area">
<div class="container">
<div class="row">
<div class="col-12 col-md-4">
<div class="footer-single-widget">
<!--<a href="#"><img src="img/core-img/logo.png" alt=""></a>
-->
<div class="copywrite-text mt-30">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="footer-single-widget">
<ul class="footer-menu d-flex justify-content-between">
<li><a href="index.html">Home</a></li>
<li><a href="lookBooks.html">Ver Libros</a></li>
<li><a href="resena.html">Reseñas</a></li>
<li><a href="eventos.html">Eventos</a></li>
<li><a href="contacto.html">Contacto</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- ***** Footer Area End ***** -->
<!-- jQuery (Necessary for All JavaScript Plugins) -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugins js -->
<script src="js/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
<script src="js/delete.js"></script>
<script src="js/contacto.js"></script>
<script src="js/sesion.js"></script>
</body>
</html>