-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsfestetica.html
130 lines (121 loc) · 4.84 KB
/
sfestetica.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SF Estética</title>
<link rel="icon" href="./img/logo.ico">
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./css/estilo.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Alkatra:[email protected]&display=swap" rel="stylesheet">
<!-- https://cimec.com.ar/ -->
</head>
<body>
<!----------------------------------- barra de navegacion ----------------------------------------------->
<header class="barra_navegacion">
<img class="logo" src="img/logo.png">
<nav>
<ul class="barra_navegacion_link">
<li>
<a>INICIO</a>
</li>
<li>
<a> TRATAMIENTOS </a>
</li>
<li>
<a> NOSOTROS </a>
</li>
<li>
<a> UBICACION </a>
</li>
<li>
<a> CONTACTO </a>
</li>
</ul>
</nav>
<!----------------------------------- contactos ----------------------------------------------->
<div>
<ul class="lista-contacto">
<li> <img src="./img/redes-sociales/phone.png" width="20" height="20">+54 9 1164905608</li>
<li><img src="./img/redes-sociales/marcador-de-posicion.png" width="20" height="20"> Av. Croacia 1253, José C. Paz </li>
<li> <img src="img/redes-sociales/gmail.png" width="25" height="25">
</li>
<li>
<a href="https://www.facebook.com/sf.estetica.1" target="_blank">
<img src="img/redes-sociales/facebook.png" width="25" height="25">
</a>
</li>
<li>
<a href="https://www.instagram.com/sfestetica?igsh=MWRmd2tjejkyZmxiaA==" target="_blank">
<img src="img/redes-sociales/instagram.png" width="25" height="25">
</a>
</li>
</ul>
</div>
</header>
<div>
<a href="https://wa.me/5491164905608?text=Estoy%20interesado%20en%20tus%20tratamientos">
<img class="contacto-sticky" src="img/redes-sociales/whatsapp.png" alt="whatapps">
</a>
</div>
<!---------------------------------- imagen lugar -------------------------------------------->
<div>
<img class="imagen-lugar" src="img/lugar/sfestetica-lugar2.jpg" alt="sfestetica-lugar">
</div>
<!---------------------------------- section ------------------------------------------------->
<section>
<article>
<div class="eslogan">
<p> SF Estética. Tu lugar, mi pasión </p>
<p> Más de 10 años nos avalan </p>
</div>
<p> +54 9 1164905608 </p>
<button> Tratamientos </button>
</article>
<article>
Tramientos destacados
</article>
<article>
Formas de pago
</article>
<article>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3287.240769494785!2d-58.79014022493333!3d-34.52212747298372!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x95bc99cdc783d6ed%3A0xd339e28ba69787f9!2sSF%20Est%C3%A9tica!5e0!3m2!1ses-419!2sar!4v1696361549772!5m2!1ses-419!2sar" width="98%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</article>
<article>
Contactanos:
<form action="mailto:[email protected]" method="POST" enctype="text/plain">
<label for="nombre">Nombre:</label>
<input type="text" name="nombre" id="nombre" placeholder="Nombre"><br>
<label for="apellido">Apellido:</label>
<input type="text" name="apellido" id="apellido" placeholder="Apellido"><br>
<label for="telefono">Teléfono:</label>
<input type="text" name="telefono" id="telefono" placeholder="Teléfono"><br>
<label for="mensaje">Mensaje:</label>
<textarea name="mensaje" rows="10" cols="40" id="mensaje" placeholder="Escriba su mensaje..."></textarea><br>
<button type="submit"> Enviar </button>
<!-- datos ocultos para el usuario que son para el servidor -->
<input type=hidden name="fuente" value="web">
</form>
<p> Av. Croacia 1253, José C. Paz </p>
<p> +54 9 1164905608 </p>
<p> [email protected] </p>
<p> facebook </p>
<p> instagram </p>
</article>
</section>
<!---------------------------------- footer ------------------------------------------------------------>
<footer>
<p> Acerca de </p>
<p> Geosynec </p>
<p> SF Estética </p>
</footer>
</body>
</html>