-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContacto.html
90 lines (80 loc) · 3.98 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="estilo/estilo.css">
<link rel="stylesheet" href="estilo/mediaqueries.css">
<link rel="stylesheet" href="estilo/animate.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<link rel="shortcut icon" type="image/png" href="Img/Favicon.png">
<title>Contacto | Kromos Laboratorio</title>
</head>
<body class="animated fadeIn">
<header>
<a href="Home.html"><img class="animated fadeIn" src="Img\Logo.png" alt="LogoKromos"></a>
<div class="wrapper">
<div class="container">
<div class="hamburger_btn">
<div class="one"></div>
<div class="two"></div>
<div class="three"></div>
</div>
<nav class="menu">
<button><a href="Home.html">Inicio </a></button>
<button><a href="Nosotros.html">Nosotros</a></button>
<button><a href="Estudios.html">Estudios</a></button>
<button><a href="ServiciosATerceros.html">Servicios a terceros</a></button>
<button><a href="Contacto.html" class="selected">Contacto</a></button>
</nav>
</div>
</div>
</header>
<main>
<div class='contacto1 animated fadeIn'>
<p>Si tenés alguna duda o necesitas más información,</p>
<p>no dudes en comunicarte con nosotros:</p>
</div>
<div class='contacto2'>
<div class="wow fadeIn" data-wow-duration='2s'>
<h1 >CÓMO ENCONTRARNOS</h1>
<br>
<p><strong>Horario de Atención:</strong> Lunes a viernes de 10:00 a 17:00</p>
<p><strong>Dirección:</strong> Av. Monroe 2569, PB "F", Belgrano, CABA</p>
<p><strong>Teléfono:</strong> 7515-7594</p>
<p><strong>Email:</strong> [email protected]</p>
<br><br>
</div>
<div>
<iframe class="wow fadeIn" data-wow-duration='2s' src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3285.7785927006535!2d-58.463745585196875!3d-34.55916086264803!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x95bcb42aeae40bf1%3A0xf92357a338c8e716!2sAv.%20Monroe%202569%2C%20Buenos%20Aires!5e0!3m2!1ses!2sar!4v1582090703982!5m2!1ses!2sar" width="400" height="300" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</div>
</div>
<div class='contacto3 wow fadeInDown' data-wow-duration='1s'>
<p style="color:#07617A">Estamos para ayudarte!</p>
</div>
</main>
<footer class='footer1 wow fadeIn'>
<div>
<img src="Img/Phone.png" alt="telefono">
<a href="tel:75157594">7515-7594</a>
</div>
<div>
<img src="Img/Email.png" alt="email">
<a class="mailto" href="mailto:[email protected]">[email protected]</a>
</div >
<div>
<img src="Img/IG_logo.png" alt="instagram">
<a href="https://www.instagram.com/kromoslaboratorio/?hl=es-la" target="_blank">@kromoslaboratorio</a>
</div>
</div>
</footer>
<footer class='footer2 wow fadeIn'>
<p>© 2024 Kromos Laboratorio de Citogenética | Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik" target="_blank">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon" target="_blank">Flaticon</a> | Web design & development by <a href="https://www.linkedin.com/in/marina-ziembar/" target="_blank">Mar!na</a></p>
</footer>
<script src="./estilo/menu.js"></script>
<script src='./estilo/slideshow.js'></script>
<script src="./estilo/wow.min.js"></script>
<script> new WOW().init();</script>
</body>
</html>