-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacto.html
155 lines (138 loc) · 7.13 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
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Instituto Clave - Contacto</title>
<link rel="stylesheet" href="./css/estilo.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Alice&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap"
rel="stylesheet">
</head>
<body>
<header>
<a href="#Logo" target="_self"><img src="./imagenes/logoTransparente.webp" width="150"
alt="Logo de Instituto CLAVE" /></a>
<nav>
<ul>
<li><a href="./index.html" target="_self">INICIO</a></li>
<li><a href="./clave.html" target="_self">CLAVE</a></li>
<li><a href="./cursoDeCanto.html" target="_self">CURSOS</a></li>
<li><a href="./contacto.html" target="_self">CONTACTO</a></li>
</ul>
</nav>
<input type="text" placeholder="Buscar">
</header>
<main>
<section>
<article>
<h2>Contactanos</h2>
<div class="flexContainer">
<div width="80px">
<a
href="https://maps.app.goo.gl/LapawSrsAnku69iz6">
<img src="./imagenes/map.png" width="60px" alt="imagen de vector de ubicación"></a>
<p class="smallCardFonts">Visitanos en Betbeder 3653, Castelar Sur, Gba Oeste.</p>
</div>
<div width="80px">
<a href="mailto:yamilagisele.orozco@estudiantes.unahur.edu.ar"><img src="./imagenes/mail.png"
width="60px" alt="vector de email"></a>
<p class="smallCardFonts">Mandanos un e-mail</p>
</div>
<div width="80px">
<a href="https://chat.whatsapp.com/K02kp2z8sEX3k2RTs5TbEe"><img src="./imagenes/whatsapp.png" width="60px" alt="Vector WhatsApp"></a>
<p class="smallCardFonts">Envianos un Mensaje</p>
</div>
</div>
</article>
</section>
</main>
<div class="SecondaryBackground">
<div>
<h2>Suscribite a nuestro newsletter</h2><br>
<p>Y te avisamos por nuevas becas, eventos, talleres y charlas gratuitas.</p><br>
<p>¿Te lo vas a perder?</p><br>
</div>
<div>
<form class="form">
<label for="nombre">Nombre:</label>
<input id="nombre" type="text" name="nombre" required> <br>
<label for="direccion">Dirección:</label>
<input id="direccion" type="text" name="direccion"> <br>
<label for="telefono">Teléfono:</label>
<input id="telefono" type="tel" name="telefono"> <br>
<label for="email">Email:</label>
<input id="email" type="email" name="email" required> <br>
<p><span style="color:black">¿Cómo te enteraste de nosotros?</span></p>
<div>
<input id="redes" type="radio" name="enteraste">
<label for="redes">Redes Sociales</label><br>
<input id="google" type="radio" name="enteraste">
<label for="google">Google</label><br>
<input id="recomendacion" type="radio" name="enteraste" value="Recomendación">
<label for="recomendacion">Recomendación</label> <br>
</div>
<p><span style="color:black">¿Qué curso te interesa?</span> </p>
<div id="cursos">
<input type="checkbox" id="guitarra" name="curso">
<label for="guitarra">Guitarra</label>
<input type="checkbox" id="produccion" name="curso">
<label for="produccion">Producción Musical con Nuevas Tecnologías</label>
<input type="checkbox" id="canto" name="curso">
<label for="canto">Canto</label>
</div>
<label for="opciones-contacto">¿Cómo querés que te contactemos?</label>
<input list="opciones-contacto" name="contacto" id="contacto" required>
<datalist id="opciones-contacto">
<option value="Email">
<option value="Teléfono">
<option value="WhatsApp">
</datalist>
<br>
<label for="message">¿Querés dejarnos alguna consulta o sugerencia? Aquí estamos:</label><br>
<textarea name="message" id="message" cols="30" rows="5"></textarea><br>
<button type="submit" class="btn">Suscribirse</button>
</form>
</div>
</div>
</div>
<footer>
<div class="footerContainer">
<div class="footerColumn">
<img src="./imagenes/logoTransparente.webp" alt="Logo Instituto CLAVE" class="footerLogo">
<div class="socialLinks">
<a href="https://www.instagram.com" target="_blank">Instagram</a>
<a href="https://www.linkedin.com" target="_blank">LinkedIn</a>
</div>
</div>
<div class="footerColumn">
<ul>
<li><a href="./index.html">INICIO</a></li>
<li><a href="./clave.html">CLAVE</a></li>
<li><a href="./cursoDeCanto.html">CURSOS</a></li>
<li><a href="./contacto.html">CONTACTO</a></li>
</ul>
</div>
<div class="footerColumn">
<ul>
<li><a href="./terminos.html">Términos y Condiciones</a></li>
<li><a href="./privacidad.html">Política de Privacidad</a></li>
</ul>
</div>
<div class="footerColumn">
<iframe
src="https://www.google.com/maps/embed?pb=!1m23!1m12!1m3!1d1640.356974714711!2d-58.65387147831538!3d-34.687168299999996!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m8!3e0!4m0!4m5!1s0x95bcc0d138c931b1%3A0xaeb55bf4488fc212!2sEscuela%20de%20Educaci%C3%B3n%20Secundaria%20N%C2%BA14%20-%20Castelar%2C%20Onofre%20Betbeder%2C%20B1712%20Castelar%2C%20Provincia%20de%20Buenos%20Aires!3m2!1d-34.687168299999996!2d-58.652584!5e0!3m2!1ses-419!2sar!4v1728082965769!5m2!1ses-419!2sar"
width="200" height="150" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
<div class="footerCopyright">
<p>© 2024 Orozco Yamila. Todos los derechos reservados.</p>
</div>
</footer>
</body>
</html>