-
Notifications
You must be signed in to change notification settings - Fork 1
/
contacto.html
86 lines (85 loc) · 3.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/estilos.css">
<title>Hoy como Antes</title>
</head>
<body>
<!-- Botones principales -->
<button id="menu" class="btn-main btn-menu" type="button" name="button">
<span>ME <br> NÚ</span>
</button>
<!-- <button class="btn-main btn-sound" type="button" name="button"></button> -->
<!-- Contenedor -->
<div class="contacto container h-100">
<div class="row justify-content-center align-items-center h-100 text-center">
<div class="contacto__form col-6 h-75 d-none d-md-none d-sm-none d-lg-block d-xl-block">
<h1>¿QUÉ TE PARECE?</h1>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfWt2wB0T7Uk9ZuuvTbx-3IZ-ZnhxsGe98H_XdPnOc2h2Lnmw/viewform?embedded=true" height="100%" width="100%" frameborder="0" marginheight="0" marginwidth="0">Cargando…</iframe>
</div>
<div class="contacto__links col-sm-12 col-md-12 col-lg-6 col-xl-6 h-75 pt-5">
<div class="row justify-content-center h-100">
<div class="col-sm-12 col-md-8 col-lg-8 col-sm-8">
<h1>CONTACTO</h1>
<ul>
<li>
<h1>Escríbenos</h1>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<h1>Escúchanos</h1>
<a target="_blank" href="https://soundcloud.com/aeg-egeg">https://soundcloud.com/aeg-egeg</a>
</li>
<li>
<h1>Míranos</h1>
<a target="_blank" href="https://vimeo.com/aixaecheverry">https://vimeo.com/aixaecheverry</a>
</li>
<li>
<h1>Portafolio</h1>
<a target="_blank" href="https://behance.net/AixaEg">https://behance.net/AixaEg</a>
</li>
</ul>
</div>
</div>
</div>
<div class="contacto__form col-12 d-block d-sm-none d-md-block d-lg-none d-xl-none">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfWt2wB0T7Uk9ZuuvTbx-3IZ-ZnhxsGe98H_XdPnOc2h2Lnmw/viewform" target="_blank">
<h1>¿QUÉ TE PARECE?</h1>
</a>
</div>
</div>
</div>
<!-- Modal menú -->
<div id="modalMenu" class="menu animated">
<button id="volver" class="btn-main btn-menu" type="button" name="button">
<span>VOL <br> VER</span>
</button>
<div class="menu__content container-fluid animated zoomIn">
<div class="row h-75">
<div class="menu__content--right col-1"></div>
<div class="col-10">
<ul class="menu__list">
<li><a href="descripcion.html">HOY COMO ANTES</a></li>
<li><a href="pelicula.html">PELÍCULA</a></li>
<li><a href="eventos.html">EVENTOS</a></li>
<li><a href="contacto.html">DÉJANOS TU OPINIÓN</a></li>
<li><a href="referencias.html">REFERENCIAS</a></li>
<li><a href="sobre_mi.html">AIXA ECHEVERRY GONZÁLEZ</a></li>
<li><a href="contacto.html">CONTACTO</a></li>
<li><a href="colaboradores.html">COLABORADORES</a></li>
<li><a href="index.html">INTRO</a></li>
</ul>
</div>
<div class="menu__content--left col-1"></div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="js/main.js" charset="utf-8"></script>
</body>
</html>