-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacto.html
205 lines (158 loc) · 8.11 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
196
197
198
199
200
201
202
203
204
205
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!--Fuentes de Google Fonts-->
<!--Pattaya-->
<link href="https://fonts.googleapis.com/css2?family=Pattaya&display=swap" rel="stylesheet">
<!--Open Sans-->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap" rel="stylesheet">
<!--Social Icons from Font Awesome-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<!-- ANIMATE.CSS PLUGIN-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<!--Hoja de Estilo Local-->
<link rel="stylesheet" href="css/styles.css">
<!--My Scripts JS-->
<script src="js/scripts.js"></script>
<title>Contacto</title>
</head>
<body>
<header class="container-fluid">
<!--Menu Nav-->
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.html"><img src="img/logo.png" alt="" class="logo" id="logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Inicio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="informacion.html">Sobre Demencias</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" aria-haspopup="true"
aria-expanded="true">Tips para cuidadores</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="ustednolohaga.html">Usted No lo Haga</a></li>
<li><a class="dropdown-item" href="comunicacion.html">Comunicación</a></li>
<li><a class="dropdown-item" href="entorno.html">Entorno</a></li>
<li><a class="dropdown-item" href="trastornos.html">Trastornos Conductuales</a></li>
</ul>
</li>
<li class="nav-item">
<!--texto animado usando plugin Animated.css-->
<a class="nav-link" href="#">Cursos
<span><small
class="align-top rainbowText animate__animated animate__flash animate__infinite">
<script>rainbowColor()</script>Proximamente
</small></span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="acerca-de-mi.html">Acerca de mí</a>
</li>
<li class="nav-item active activo">
<a class="nav-link" href="contacto.html">Contacto</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.instagram.com/apoyoacuidadores/" target="_blank">
<!-- <span class="fab fa-instagram-square instaButton"></span> -->
<span class="fab fa-instagram instaButton"></span>
</a>
</li>
</ul>
</div>
</nav>
</header>
<div class="container-fluid"><br>
<h1>Contacto</h1>
<p class="text-center">
Escríbenos. Estamos para apoyarte.
</p>
</div>
<div class="col-12 text-center w-60">
<img src="img/contacto.jpg" alt="" class="imgContacto">
</div>
<div class="container form text-center">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSfN6jzkBhBzlDbvIHgytRKVG4Ib5vAv6s6U13YvTJPUielGEg/viewform?embedded=true"
width="" height="780" scrolling="no" frameborder="0" marginheight="0" marginwidth="0" scroll="0"
class="googleform"></iframe>
</div>
<!--
<section class="container contactoForm">
<form action="enviar.php" method="POST" name="contacto" id="contacto">
<div class="form-group">
<input type="text" name="name" class="form-control" id="formGroupExampleInput" placeholder="*Nombre"
required>
</div>
<div class="form-group">
<input type="text" name="surname" class="form-control" id="formGroupExampleInput2"
placeholder="*Apellido" required>
</div>
<div class="form-group">
<input type="text" name="email" class="form-control" id="formGroupExampleInput3" placeholder="*Correo"
required>
</div>
<div>
<textarea name="message" id="textarea" placeholder=" *Escríbenos tu mensaje" required></textarea>
</div>
<div>
<input class="btn-primary" id="boton" type="submit" value="Enviar Mensaje">
</div>
</form><br>
</section> -->
<!----------------------------- Footer Completo ---------------------------->
<div class="container-fluid bottom_nav superfooter align-bottom">
<section class="bottom row">
<div class="col-6">
<br><br>
<img src="img/logofooter.png" alt="" class="logo_bottom">
<p class="copy">©Copyright 2021 <br>
@apoyocuidadores <br>
Todos los derechos reservados</p>
</div>
<ul class="col-6">
<br>
<h4>Mapa del Sitio</h4>
<li><a href="index.html">Inicio</a></li>
<li><a href="informacion.html">Información</a></li>
<li><a href="tips.html">Tips Para Cuidadores</a></li>
<li><a href="#">Cursos</a></li>
<li><a href="acerca-de-mi.html">Acerca de mí</a></li>
<li><a href="contacto.html">Contacto</a></li>
</ul>
</section>
</div>
<footer class="container-fluid footer_bar">
<small>
Este sitio ha sido diseñado y desarrollado por Félix Ortega utilizando HTML5, CSS3, Javascript y Bootstrap 4
</small>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<!-- SWEETALERT JS PLUGIN (en caso de mensajes emergentes que necesite)-->
<script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!--SCRIPT ACTIVACION AUTOMATICA ANUNCIO EMERGENTE-->
<!-- <script><"Inserte funcion Javascript"></script> -->
</body>
</html>