forked from LeonidasEsteban/site3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
113 lines (100 loc) · 3.94 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Ana Carolina Salon Spa</title>
<link href='http://fonts.googleapis.com/css?family=Slackey' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Salsa' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="normalize.css"/>
<link rel="stylesheet" href="estilos.css"/>
<script src="prefixfree.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script type="text/javascript" src="http://malsup.github.com/jquery.cycle.all.js"></script>
<script src="transiciones.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<div>
<div>
<div id="logo"><img src="logo2.png" alt="logo"/></div>
<h1>Ana Carola</h1>
<h2>Salon - Spa</h2>
</div>
<img src="logo.png" alt="logo"/>
</div>
<div id="headerMenu">
<nav>
<ul>
<li><a href="#">Portada</a></li>
<li><a href="#">El Salon y Spa</a></li>
<li><a href="#">Servicios</a></li>
<li><a href="#">Ambientes</a></li>
<li><a href="#">Sucursales</a></li>
<li><a href="#">Contactenos</a></li>
</ul>
<div>
<p></p>
</div>
</nav>
</div>
</header>
<section id="contenido">
<article class="izquierda">
<h3 id="b">Bienvenida!</h3>
<p>The path of the righteous man is beset on all sides by the iniquities of the selfish and the tyranny of evil men. Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy My brothers. And you will know My name is the Lord when I lay My vengeance upon thee.
</p>
<button>Contacto</button>
<div id="local">
<h3>LOCAL PRINCIPAL</h3>
<p>Pasaje Libertad 87 interior 204 Tacna Perú</p>
</div>
</article>
<section class="derecha">
<div id="circulitos">
<div class="circulo" id="uno"></div>
<div class="circulo" id="dos"></div>
<div class="circulo" id="tres"></div>
<div class="circulo" id="cuatro"></div>
<div class="circulo" id="cinco"></div>
</div>
<div id="ornamento">
</div>
<div id="horarios">
<div class="horario">
<h3>Horario</h3>
<p>De Lunes a Sabado de 10:00 a 21:00</p>
</div>
<div class="horario">
<p>Salon Spa: 952623482</p>
<p>Domicilio: 952623482</p>
</div>
</div>
<div class="servicios">
<h2>Nuestros Sevicios</h2>
<ul>
<li>Limpieza de cutis</li>
<li>Peluqueria en general</li>
<li>MANICURE - PEDICURE</li>
<li>Depilaciones</li>
<li>DELINEADO PERMANENTE</li>
<li>Ondulacion de pestañas</li>
<li>MASAJES TERAPEUTICOS</li>
<li>Pestañas 1 x 1</li>
</ul>
</div>
<div id="imagenes">
<img src="imagen1.jpg" alt="imagen" />
<img src="imagen1.jpg" alt="imagen" />
<img src="imagen1.jpg" alt="imagen" />
<img src="imagen1.jpg" alt="imagen" />
<img src="imagen1.jpg" alt="imagen" />
</div>
</section>
</section>
<footer>
</footer>
</body>
</html>