-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactanos.html
100 lines (79 loc) · 4.26 KB
/
contactanos.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Medical Robotics & Biosignals Lab</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="./assets/styles/style.css">
<link rel="stylesheet" href="./assets/styles/contactanos.css">
<link rel="icon" type="image/png" href="./assets/images/logo_pestaña.png">
<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=Mukta:wght@300&family=Open+Sans:wght@300&family=Roboto+Mono:ital@1&family=Roboto:wght@300;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css"
integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI="
crossorigin=""/>
</head>
<body>
<nav id="nav-bar"></nav>
<br>
<div>
<br>
<div class="row">
<div class="contacto col-lg=5 col-md-5 col-sm-12">
<h3><b><i class="fa-solid fa-envelope"></i>   Escríbenos</b></h3><br>
<!-- <p> ¿Tienes alguna consulta, pregunta o sugerencia?</p> -->
<span>Llena el formulario</span><br>
<span>¡Pronto nos pondremos en contacto contigo!</span>
<br><br><br>
<div class="formu">
<form
action="https://formspree.io/f/mgebrzwb"
method="POST"
>
<label for="text">Nombre</label><br>
<input type="text" id="nombre" name="text" minlength="3" required>
<br><br>
<label for="email">E-mail</label><br>
<input type="email" id="correo" name="email" pattern="[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)*@[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)*[.][a-zA-Z]{1,5}" required>
<br><br>
<label for="message">Mensaje</label><br>
<textarea name="message" id="mensaje" minlength="10" required></textarea>
<br><br>
<button type="submit" type="reset" class="boton">Enviar</button>
</form>
<div id="enviado"></div>
</div>
<div id="forli"></div>
</div>
<div class="formu col-lg=7 col-md-7 col-sm-12">
<div id="map" class="mapa">
</div>
<div class="direccion">
<br>
<h3 ><b><i class="fa-solid fa-location-dot"></i>   Ubicación </b></h3>
<br>
<span>Unidad Profesional Interdisciplinaria de Biotecnología</span><br>
<span>Av. Acueducto, La Laguna Ticoman</span><br>
<span>Gustavo A. Madero, CP. 07340</span><br>
<span>Ciudad de México, México</span>
<!-- <p>Unidad Profesional Interdisciplinaria de Biotecnología</p>
<p>Av. Acueducto, La Laguna Ticoman</p>
<p>Gustavo A. Madero, CP. 07340</p>
<p>Ciudad de México, México</p><br> -->
</div>
</div>
</div>
</div>
<footer id="foot-er" class="footer"></footer>
<script src="https://unpkg.com/leaflet@1.9.3/dist/leaflet.js"
integrity="sha256-WBkoXOwTeyKclOHuWtc+i2uENFpDZ9YPdf5Hf+D7ewM="
crossorigin=""></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/b7d32fcfa1.js" crossorigin="anonymous"></script>
<script src="./assets/scripts/contacto.js"></script>
<script src="./assets/scripts/script.js"></script>
</body>
</html>