-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacto.html
187 lines (136 loc) · 7.25 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!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" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!--LINK to MY CSS-->
<link rel="stylesheet" href="./css/style.css"/>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"/>
<!--LINK to TOASTIFY-->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css"/>
<!-- CSS Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<!--TITLE WEB APP-->
<title>VINOTECA BBB | Bienvenidos a vinos Bueno, Bonito y Barato</title>
</head>
<body>
<!--Header-->
<header>
<!--Top Header-->
<div class="top-header fixed-top">
<!--Banner PROMOCIONES-->
<div id="promo-banner">
<p>TENÉS 25% de descuento cuando alcances $5000 del total en productos</p>
</div>
<!--Navigation-->
<nav class="navbar navbar-expand-lg navbar-light bg-light shadow-sm">
<div class="container-fluid">
<!--Logo-->
<a class="navbar-brand" href="./index.html">
<img id="header-logo" src="./img/bbb-logo-01.svg" alt="logo bonsai tree">VINOTECA BBB</a>
<!--NavBar Toggler-->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!--NavBarNav-->
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./index.html">Inicio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./nosotros.html">Nosotros</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contacto.html">Contacto</a>
</li>
</ul>
<!--Fin de NavBarNav-->
</div>
<!--Fin de container fluid-->
</div>
</nav>
<!--Fin de Navigation-->
</div>
<!--Fin Top Header-->
</header>
<!--Fin de Header-->
<main>
<!--Section Contacto - Intro-->
<section class="container" style="margin-top:150px">
<dl class="row">
<dt class="col-md-12 p-5">
<h1 class="h1-title">Cómo podemos ayudarte</h1>
<hr class="mx-auto">
</dt>
<p class="lead col-12">
Si tienes dudas sobre alguno de los contenidos y productos o si tienes quieres una consulta especifica no dudes de escribirnos y te responderemos a la brevedad. También puedes comunicarte por teléfono o escribirnos un mail como a ti te resulte más convenientes. Si no estamos en el taller te responderemos rapidamente.
</p>
</dl>
</section>
<!--Fin de Contacto - Intro-->
<!--Section de consulta-->
<div class="mb-3 container col-lg-6 col-md-8 col-10">
<label for="formGroupExampleInput" class="form-label">Nombre y Apellido</label>
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="Ingrese su nombre y apellido">
</div>
<div class="mb-3 container-fluid col-lg-6 col-md-8 col-10">
<label for="formGroupExampleInput2" class="form-label">Un correo electronico</label>
<input type="text" class="form-control" id="formGroupExampleInput2" placeholder="ingrese su correo electronico">
</div>
<div class="mb-3 container-fluid col-lg-6 col-md-8 col-10">
<label for="formGroupExampleInput2" class="form-label">Asunto</label>
<input type="text" class="form-control" id="formGroupExampleInput2" placeholder="Ingrese asunto o tema relacionado">
</div>
</div>
<div class="container-fluid mb-3 container-fluid col-lg-6 col-md-8 col-10">
<form>
<div class="form-group">
<label for="comment">Consulta</label>
<textarea class="form-control" rows="10" id="comment"></textarea>
</div>
</form>
<a href="./contacto.html">
<button class="button btn mb-5">Enviar</button>
</a>
</div>
</main>
<!--FOOTER / legales y redes sociales-->
<section class="footer-container">
<footer class="footer">
<p class="p-footer"><b>Seguinos en nuestras redes</b></p>
<ul class="list-unstyled list-inline text-center">
<li class="list-inline-item">
<a href="https://www.instagram.com/vinotecabbb">
<img class="footer-icon" src="./img/ico-instagram.png" alt="logo instagram high contrast">
</a>
</li>
<p class="p-footer">
Tel. +54 9 11-3456-7890 ✉ vinotecabbb@gmail.com | <br>
VINOTECA BBB | Copyright © 2022 Todos los derechos reservados | <br>
Desarrollado por Matias Cortes Work para Curso Javascript en CODERHOUSE
</p>
<li class="list-inline-item">
<a href="https://www.coderhouse.com/">
<img class="w-25" src="./img/coderhouse-logo.png" alt="logo Coderhouse">
</a>
</li>
</ul>
</footer>
</section>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<!-- JS Toastify -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
<!-- JS SweetAlert -->
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!--JS Bootstrap-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>