-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
40 lines (39 loc) · 1.45 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
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/icon.png">
<title>Vibra musica</title>
</head>
<body>
<header>
<nav class="flex c-c break">
<a href="index.html"><img id="menu-img" src="images/img.png" alt="inicio"></a>
<a href="story.html">¿Qué hacemos?</a>
<a href="music.html">Materiales musicales</a>
<a href="location.html">Ubicación</a>
<a href="contact.html">Contacto</a>
<a href="form.html">Anotate!</a>
</nav>
</header>
<main style="text-align: center;">
<h1 class="center a2">Contacto</h1>
<img src="images/tocando.jpg" alt="profesor-tocando-piano">
<p>Podés escribirnos a <a href="mailto:[email protected]">[email protected]</a></p>
</main>
</body>
<footer>
<div class="flex c-c foot">
<div><a href="https://www.instagram.com/vibramusica/"><img class="icon" src="images/insta-ico.svg"></a></div>
<div><a href="https://www.facebook.com/holavibra.musica"><img class="icon" src="images/fb-ico.svg"></a></div>
<div><a href="mailto:[email protected]"><img class="icon" src="images/env-ico.svg" alt="env-img"></a></div>
</div>
<div>
<p>Francisco G. Chardin ☺ - Todos los derechos reservados 2020.</p>
</div>
</footer>
</body>
</html>