-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
193 lines (152 loc) · 5.72 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
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
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mueblería STS</title>
<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=Roboto+Slab:wght@400;700&display=swap" rel="stylesheet">
<link rel="preload" href="css/normalize.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="preload" href="css/style.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1 class="nombre-sitio">Los Mejores <span>Muebles</span></h1>
</header>
<div class="contenedor-navegacion">
<nav class="nav-principal contenedor">
<a href="#">Inicio</a>
<a href="#">Nosotros</a>
<a href="#">Tienda</a>
<a href="#">Blog</a>
<a href="#">Galería</a>
<a href="#">Contacto</a>
</nav>
</div>
<div class="hero"></div>
<section class="contenedor categorias">
<h2 class="text-center">Categorías de Producto</h2>
<div class="listado-categorias">
<div class="categoria">
<img src="img/categoria1.jpg" alt="Categoría 1" />
<a href="#">Oficina</a>
</div>
<div class="categoria">
<img src="img/categoria2.jpg" alt="Categoría 2" />
<a href="#">Hogar</a>
</div>
<div class="categoria">
<img src="img/categoria3.jpg" alt="Categoría 3" />
<a href="#">Cocina</a>
</div>
</div>
</section>
<section class="sobre-nosotros">
<div class="contenedor sobre-nosotros-grid">
<div>
</div>
<div>
<h2>Sobre Nosotros</h2>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Dolore minus hic, vel debitis ex tempora corrupti aperiam vero sapiente praesentium expedita reprehenderit maxime, minima quod quaerat doloremque eligendi excepturi fuga?</p>
</div>
</div>
</section>
<main class="contenido-principal contenedor">
<h2 class="text-center">Nuestros Productos</h2>
<div class="listado-productos">
<div class="producto">
<img src="img/producto1.jpg" alt="Producto">
<div class="texto-producto">
<h3>Producto 1</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lit veritatis eos animi?</p>
<p class="precio">$1 000 000</p>
<a class="btn" href="#">Agregar al Carrito</a>
</div><!-- Info Producto 1 -->
</div><!-- Producto 1 -->
<div class="producto">
<img src="img/producto2.jpg" alt="Producto">
<div class="texto-producto">
<h3>Producto 2</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lit veritatis eos animi?</p>
<p class="precio">$1 000 000</p>
<a class="btn" href="#">Agregar al Carrito</a>
</div><!-- Info Producto 2 -->
</div><!-- Producto 2 -->
<div class="producto">
<img src="img/producto3.jpg" alt="Producto">
<div class="texto-producto">
<h3>Producto 3</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lit veritatis eos animi?</p>
<p class="precio">$1 000 000</p>
<a class="btn" href="#">Agregar al Carrito</a>
</div><!-- Info Producto 3 -->
</div><!-- Producto 3 -->
<div class="producto">
<img src="img/producto4.jpg" alt="Producto">
<div class="texto-producto">
<h3>Producto 4</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lit veritatis eos animi?</p>
<p class="precio">$1 000 000</p>
<a class="btn" href="#">Agregar al Carrito</a>
</div><!-- Info Producto 4 -->
</div><!-- Producto 4 -->
<div class="producto">
<img src="img/producto5.jpg" alt="Producto">
<div class="texto-producto">
<h3>Producto 5</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lit veritatis eos animi?</p>
<p class="precio">$1 000 000</p>
<a class="btn" href="#">Agregar al Carrito</a>
</div><!-- Info Producto 5 -->
</div><!-- Producto 5 -->
<div class="producto">
<img src="img/producto6.jpg" alt="Producto">
<div class="texto-producto">
<h3>Producto 6</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lit veritatis eos animi?</p>
<p class="precio">$1 000 000</p>
<a class="btn" href="#">Agregar al Carrito</a>
</div><!-- Info Producto 6 -->
</div><!-- Producto 6 -->
</div>
</main>
<footer class="site-footer">
<div class="grid-footer contenedor">
<div>
<h3>Categorías</h3>
<nav>
<a href="#">Cocina</a>
<a href="#">Oficina</a>
<a href="#">Jardín</a>
<a href="#">Cochera</a>
<a href="#">Dormitorios</a>
</nav>
</div><!-- Categorías -->
<div>
<h3>Sobre Nosotros</h3>
<nav>
<a href="#">Nuestra Historia</a>
<a href="#">Misión, Visión y Valores</a>
<a href="#">Carreras</a>
<a href="#">Política de Privacidad</a>
<a href="#">Terminos del Servicio</a>
</nav>
</div><!-- Sobre Nosotros -->
<div>
<h3>Soporte</h3>
<nav>
<a href="#">Comprar</a>
<a href="#">Preguntas Frecuentes</a>
<a href="#">Tutoriales</a>
<a href="#">Ayuda en Línea</a>
<a href="#">Folletos</a>
</nav>
</div><!-- Soporte -->
</div>
<p class="copyright">© Luis LoHer</p>
</footer>
</body>
</html>