-
Notifications
You must be signed in to change notification settings - Fork 0
/
Carros.html
269 lines (241 loc) · 14.8 KB
/
Carros.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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!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">
<title>Inicio-Pagina de Carros</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/templatemo.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Link Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Link File CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<nav>
<img src="images/car-logo.png" class="logo" alt="">
<div class="menu">
<a href="index.html">Inicio</a>
<a href="sobreNosotros.html">Sobre Nosotros</a>
<a href="Carros.html">Carros</a>
<a href="Contacto.html">Contacto</a>
</div>
<div class="social">
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
</div>
</nav>
</header>
<div class="hero">
<div class="text">
<h4>Velocidad rapida</h4>
<h1>Aduiere tu <br> <span>Carro</span></h1>
<p>Con las uñtimas tecnologia .</p>
<a href="#" class="btn">Tu carro al instante</a>
</div>
</div>
<div class="container py-5">
<div class="row">
<div class="col-lg-3">
<h1 class="h2 pb-4">Categorias</h1>
<ul class="list-unstyled templatemo-accordion">
<li class="pb-3">
<a class="collapsed d-flex justify-content-between h3 text-decoration-none" href="#">
Toyota Corolla
<i class="fa fa-fw fa-chevron-circle-down mt-1"></i>
</a>
<ul class="collapse show list-unstyled pl-3">
<li><a class="text-decoration-none" href="#"></a></li>
</ul>
</li>
<li class="pb-3">
<a class="collapsed d-flex justify-content-between h3 text-decoration-none" href="#">
Chevrolet Silverado
<i class="pull-right fa fa-fw fa-chevron-circle-down mt-1"></i>
</a>
<ul id="collapseTwo" class="collapse list-unstyled pl-3">
<li><a class="text-decoration-none" href="#">Sport</a></li>
<li><a class="text-decoration-none" href="#">Luxury</a></li>
</ul>
</li>
<li class="pb-3">
<a class="collapsed d-flex justify-content-between h3 text-decoration-none" href="#">
Mazda3 Sedán
<i class="pull-right fa fa-fw fa-chevron-circle-down mt-1"></i>
</a>
<ul id="collapseThree" class="collapse list-unstyled pl-3">
<li><a class="text-decoration-none" href="#">Bag</a></li>
<li><a class="text-decoration-none" href="#">Sweather</a></li>
<li><a class="text-decoration-none" href="#">Sunglass</a></li>
</ul>
</li>
</ul>
</div>
<div class="col-lg-9">
<div class="row">
<div class="col-md-6">
<ul class="list-inline shop-top-menu pb-3 pt-1">
<li class="list-inline-item">
<a class="h3 text-dark text-decoration-none mr-3" href="#">Todos</a>
</li>
<li class="list-inline-item">
<a class="h3 text-dark text-decoration-none mr-3" href="#">Los</a>
</li>
<li class="list-inline-item">
<a class="h3 text-dark text-decoration-none" href="#">Carros</a>
</li>
</ul>
</div>
<div class="col-md-6 pb-4">
<div class="d-flex">
<select class="form-control">
<option>Featured</option>
<option>A to Z</option>
<option>Item</option>
</select>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="card mb-4 product-wap rounded-0">
<div class="card rounded-0">
<img class="card-img rounded-0 img-fluid" src="images/toyota.webp">
<div class="card-img-overlay rounded-0 product-overlay d-flex align-items-center justify-content-center">
<ul class="list-unstyled">
<li><a class="btn btn-success text-white" href="#"><i class="far fa-heart"></i></a></li>
<li><a class="btn btn-success text-white mt-2" href="#"><i class="far fa-eye"></i></a></li>
<li><a class="btn btn-success text-white mt-2" href="#"><i class="fas fa-cart-plus"></i></a></li>
</ul>
</div>
</div>
<div class="card-body">
<a href="#" class="h3 text-decoration-none" style="font-weight:bold;">Toyota Corolla</a>
<ul class="w-100 list-unstyled d-flex justify-content-between mb-0">
<li style="text-align: justify;">
Un auto compacto confiable y eficiente en combustible, perfecto para el uso diario en la ciudad
o para viajes por carretera. Ofrece un espacio interior cómodo para 5 pasajeros y un maletero amplio.
</li>
<li class="pt-2">
<span class="product-color-dot color-dot-red float-left rounded-circle ml-1"></span>
<span class="product-color-dot color-dot-blue float-left rounded-circle ml-1"></span>
<span class="product-color-dot color-dot-black float-left rounded-circle ml-1"></span>
<span class="product-color-dot color-dot-light float-left rounded-circle ml-1"></span>
<span class="product-color-dot color-dot-green float-left rounded-circle ml-1"></span>
</li>
</ul>
<ul class="list-unstyled d-flex justify-content-center mb-1">
<li>
<i class="text-warning fa fa-star"></i>
<i class="text-warning fa fa-star"></i>
<i class="text-warning fa fa-star"></i>
<i class="text-muted fa fa-star"></i>
<i class="text-muted fa fa-star"></i>
</li>
</ul>
<p class="text-center mb-0">$250.00</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 product-wap rounded-0">
<div class="card rounded-0">
<img class="card-img rounded-0 img-fluid" src="images/mazda.jpg">
<div class="card-img-overlay rounded-0 product-overlay d-flex align-items-center justify-content-center">
<ul class="list-unstyled">
<li><a class="btn btn-success text-white" href="#"><i class="far fa-heart"></i></a></li>
<li><a class="btn btn-success text-white mt-2" href="#"><i class="far fa-eye"></i></a></li>
<li><a class="btn btn-success text-white mt-2" href="#"><i class="fas fa-cart-plus"></i></a></li>
</ul>
</div>
</div>
<div class="card-body">
<a href="#" class="h3 text-decoration-none" style="font-weight:bold;">Mazda3 Sedán</a>
<ul class="w-100 list-unstyled d-flex justify-content-between mb-0">
<li>
Un sedán deportivo y elegante que ofrece una conducción divertida y un diseño atractivo.
Cuenta con un motor potente
y una variedad de características tecnológicas avanzadas.</li>
<li class="pt-2">
<span class="product-color-dot color-dot-red float-left rounded-circle ml-1"></span>
<span class="product-color-dot color-dot-blue float-left rounded-circle ml-1"></span>
<span class="product-color-dot color-dot-black float-left rounded-circle ml-1"></span>
<span class="product-color-dot color-dot-light float-left rounded-circle ml-1"></span>
<span class="product-color-dot color-dot-green float-left rounded-circle ml-1"></span>
</li>
</ul>
<ul class="list-unstyled d-flex justify-content-center mb-1">
<li>
<i class="text-warning fa fa-star"></i>
<i class="text-warning fa fa-star"></i>
<i class="text-warning fa fa-star"></i>
<i class="text-muted fa fa-star"></i>
<i class="text-muted fa fa-star"></i>
</li>
</ul>
<p class="text-center mb-0">$350.00</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 product-wap rounded-0">
<div class="card rounded-0">
<img class="card-img rounded-0 img-fluid" src="images/chevrolet_silverado.jpg">
<div class="card-img-overlay rounded-0 product-overlay d-flex align-items-center justify-content-center">
<ul class="list-unstyled">
<li><a class="btn btn-success text-white" href="shop-single.html"><i class="far fa-heart"></i></a></li>
<li><a class="btn btn-success text-white mt-2" href="shop-single.html"><i class="far fa-eye"></i></a></li>
<li><a class="btn btn-success text-white mt-2" href="shop-single.html"><i class="fas fa-cart-plus"></i></a></li>
</ul>
</div>
</div>
<div class="card-body">
<a href="shop-single.html" class="h3 text-decoration-none">Chevrolet Silverado</a>
<ul class="w-100 list-unstyled d-flex justify-content-between mb-0">
<li>
Una camioneta pickup robusta y versátil que es ideal para trabajos pesados o aventuras al aire libre. Ofrece una gran capacidad de remolque y carga, además de
un interior espacioso y cómodo.
</li>
<li class="pt-2">
<span class="product-color-dot color-dot-red float-left rounded-circle ml-1"></span>
<span class="product-color-dot color-dot-blue float-left rounded-circle ml-1"></span>
<span class="product-color-dot color-dot-black float-left rounded-circle ml-1"></span>
<span class="product-color-dot color-dot-light float-left rounded-circle ml-1"></span>
<span class="product-color-dot color-dot-green float-left rounded-circle ml-1"></span>
</li>
</ul>
<ul class="list-unstyled d-flex justify-content-center mb-1">
<li>
<i class="text-warning fa fa-star"></i>
<i class="text-warning fa fa-star"></i>
<i class="text-warning fa fa-star"></i>
<i class="text-muted fa fa-star"></i>
<i class="text-muted fa fa-star"></i>
</li>
</ul>
<p class="text-center mb-0">$450.00</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<p>Todos los derechos resevados 2024</p>
</footer>
<script>
let heroBg = document.querySelector('.hero');
setInterval(() => {
heroBg.style.backgroundImage = "url(images/bg-light.jpg)"
setTimeout(() => {
heroBg.style.backgroundImage = "url(images/bg.jpg)"
}, 1000);
}, 2200);
</script>
</body>
</html>