-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
34 lines (31 loc) · 1.43 KB
/
contact.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
<!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>CaCMD | Contacto</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/291bef186b.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./assets/css/styles.css">
<link rel="stylesheet" href="./assets/css/contact-page.css">
</head>
<body>
<div class="navbar"></div>
<main class="container">
<h1>Contacto</h1>
<section>
<h2>¿Dónde estamos?</h2>
<div class="embed-container">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2761.4598485455585!2d-58.38159187889817!3d-34.60548399780153!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4aa9f0a6da5edb%3A0x11bead4e234e558b!2sObelisco!5e0!3m2!1sen!2sar!4v1620167187049!5m2!1sen!2sar"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<p class="contactanos">Si tenes alguna duda o sugerencia contactanos a <a href="mailto:[email protected]">[email protected]</a></p>
</section>
</main>
<footer id="footer"></footer>
<script src="./assets/scripts/index.js"></script>
</body>
</html>