-
Notifications
You must be signed in to change notification settings - Fork 0
/
paletas.html
113 lines (113 loc) · 4.18 KB
/
paletas.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 lang="es" class="no-js">
<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">
<meta name="author" content="Gabriela Ita-ii Mijangos Zamudio">
<meta name="description" content="Tienda Maquillaje, Make Up">
<meta name="keywords" content="Tienda Maquillaje, Make Up">
<title>Ita-POP Make Up</title>
<link rel="stylesheet" href="css/normalize.css" media="all">
<link rel="stylesheet" href="css/style.css" media="all">
<script src="js/modernizr.js"></script>
<script src="js/prefixfree.js"></script>
</head>
<body>
<header>
<a href="index.html"><img src="img/logoheader1.png" alt="Logo"></a>
<a href="index.html"><h1>Ita-POP</h1></a>
<div id="headerEmpujarImgIzq">
<a href="datosComprador.html"><img src="img/usericon.png" alt="User Icon PNG"></a><img src="img/bag.jpg" alt="">
</div>
</header>
<nav>
<ul>
<li><a href="rostro.html">Rostro</a></li>
<li><a href="ojos.html">Ojos</a></li>
<li><a href="cejas.html">Cejas</a></li>
<li><a href="labios.html">Labios</a></li>
<li><a href="accesorios.html">Accesorios</a></li>
</ul>
</nav>
<main>
<section class="seccionProductos">
<div class="producto">
<a href=""><img src="img/Ojos/ojoscara1.jpg" alt=""></a>
<h4>MILANI</h4>
<p>Intense Bronze Glow<h5>299,00</h5></p>
<button class="botonComprar" type="button">COMPRAR</button>
</div>
<div class="producto">
<a href=""><img src="img/Ojos/ojoscara3.jpg" alt=""></a>
<h4>MILANI</h4>
<p>Intense Bronze Glow<h5>299,00</h5></p>
<button class="botonComprar" type="button">COMPRAR</button>
</div>
<div class="producto">
<a href=""><img src="img/Ojos/ojoscara2.jpg" alt=""></a>
<h4>MILANI</h4>
<p>Intense Bronze Glow<h5>299,00</h5></p>
<button class="botonComprar" type="button">COMPRAR</button>
</div>
<div class="producto">
<a href=""><img src="img/Ojos/ojoscara4.jpg" alt=""></a>
<h4>MILANI</h4>
<p>Intense Bronze Glow<h5>299,00</h5></p>
<button class="botonComprar" type="button">COMPRAR</button>
</div>
<div class="producto">
<a href=""><img src="img/Ojos/ojoscara5.jpg" alt=""></a>
<h4>MILANI</h4>
<p>Intense Bronze Glow<h5>299,00</h5></p>
<button class="botonComprar" type="button">COMPRAR</button>
</div>
<div class="producto">
<a href=""><img src="img/Ojos/ojoscara6.jpg" alt=""></a>
<h4>MILANI</h4>
<p>Intense Bronze Glow<h5>299,00</h5></p>
<button class="botonComprar" type="button">COMPRAR</button>
</div>
<div class="producto">
<a href=""><img src="img/Ojos/ojoscara1.jpg" alt=""></a>
<h4>MILANI</h4>
<p>Intense Bronze Glow<h5>299,00</h5></p>
<button class="botonComprar" type="button">COMPRAR</button>
</div>
<div class="producto">
<a href=""><img src="img/Ojos/ojoscara3.jpg" alt=""></a>
<h4>MILANI</h4>
<p>Intense Bronze Glow<h5>299,00</h5></p>
<button class="botonComprar" type="button">COMPRAR</button>
</div>
<div class="producto">
<a href=""><img src="img/Ojos/ojoscara2.jpg" alt=""></a>
<h4>MILANI</h4>
<p>Intense Bronze Glow<h5>299,00</h5></p>
<button class="botonComprar" type="button">COMPRAR</button>
</div>
<div class="producto">
<a href=""><img src="img/Ojos/ojoscara4.jpg" alt=""></a>
<h4>MILANI</h4>
<p>Intense Bronze Glow<h5>299,00</h5></p>
<button class="botonComprar" type="button">COMPRAR</button>
</div>
<div class="producto">
<a href=""><img src="img/Ojos/ojoscara5.jpg" alt=""></a>
<h4>MILANI</h4>
<p>Intense Bronze Glow<h5>299,00</h5></p>
<button class="botonComprar" type="button">COMPRAR</button>
</div>
<div class="producto">
<a href=""><img src="img/Ojos/ojoscara6.jpg" alt=""></a>
<h4>MILANI</h4>
<p>Intense Bronze Glow<h5>299,00</h5></p>
<button class="botonComprar" type="button">COMPRAR</button>
</div>
</section>
</main>
<footer>
<p>Derechos Reservados <strong>©Gabriela Ita-ii Mijangos Zamudio</strong></p><img src="img/Ita-ii-iPhone.png" alt="Ita-ii Memoji">
</footer>
</body>
</html>