-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
406 lines (395 loc) · 12.4 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
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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!DOCTYPE html>
<html lang="es">
<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" />
<link rel="shortcut icon" href="img/logo.jpg" type="image/x-icon" />
<meta
name="Royal pet portraits"
content="Royal Pet Portraits, the best gift for friends and pets"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="styles/styles.css" />
<title>Royal Pet Portraits</title>
</head>
<body>
<!--Header-->
<header>
<nav class="navbar navbar-expand-lg bg-dark p-4 fs-5">
<div class="container-fluid">
<a class="navbar-brand text-light" href="index.html">Cartdove</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a
class="nav-link active text-light"
aria-current="page"
href="index.html"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="pages/gallery.html"
>Art Gallery</a
>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="pages/howitworks.html"
>How it Works?</a
>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle text-light"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Help
</a>
<ul class="dropdown-menu bg-dark">
<li>
<a class="dropdown-item text-light" href="pages/faq.html"
>FAQ</a
>
</li>
<li>
<a
class="dropdown-item text-light"
href="pages/contactus.html"
>Contact Us</a
>
</li>
<li>
<a
class="dropdown-item text-light"
href="/pages/shipping.html"
>Shipping Times</a
>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!--Imagen Principal-->
<section>
<div class="container-fluid text-center imagenPrincipal">
<img
class="imagenPrincipal img-fluid"
src="img/a2.jpg"
alt="Imagen Principal"
/>
</div>
</section>
<!--MAIN-->
<main>
<div class="container-fluid text-center mt-5 pt-5">
<h1 class="p-5 fw-bold display-2">Custom Pet Portraits</h1>
<p class="parrafoHome p-5">
Our best artists turns your beloved pet into a Royal masterpiece.
Every pet portrait is unique because we show the personal character of
your pet by portraying him with his favorite toys.
</p>
<div
class="container-fluid row mt-5 pt-5 text-center d-flex justify-content-center"
>
<div class="col" data-aos="fade-left">
<img
class="mainImage img-fluid"
src="img/2.jpg"
alt="Retrato Mascota"
/>
<h3 class="pt-5">The General</h3>
<p class="pt-2">Royal Pet Portraits</p>
</div>
<div class="col" data-aos="fade-up">
<img
class="mainImage img-fluid"
src="img/3.jpg"
alt="Retrato Mascota"
/>
<h3 class="pt-5">The General</h3>
<p class="pt-2">Royal Pet Portraits</p>
</div>
<div class="col" data-aos="fade-right">
<img
class="mainImage img-fluid"
src="img/4.jpg"
alt="Retrato Mascota"
/>
<h3 class="pt-5">The Military</h3>
<p class="pt-2">Royal Pet Portraits</p>
</div>
</div>
<div
class="container-fluid row mt-5 pt-5 text-center d-flex justify-content-center"
>
<div class="col" data-aos="fade-left">
<img
class="mainImage img-fluid"
src="img/5.jpg"
alt="Retrato Mascota"
/>
<h3 class="pt-5">The Prince</h3>
<p class="pt-2">Royal Pet Portraits</p>
</div>
<div class="col" data-aos="fade-up">
<img
class="mainImage img-fluid"
src="img/6.jpg"
alt="Retrato Mascota"
/>
<h3 class="pt-5">The Queen</h3>
<p class="pt-2">Royal Pet Portraits</p>
</div>
<div class="col" data-aos="fade-right">
<img
class="mainImage img-fluid"
src="img/7.jpg"
alt="Retrato Mascota"
/>
<h3 class="pt-5">The King</h3>
<p class="pt-2">Royal Pet Portraits</p>
</div>
</div>
<button
type="button"
class="btn btn-primary m-5 p-3"
data-aos="fade-up"
>
Ver Todos
</button>
</div>
</main>
<!--Why Choose Us?-->
<section>
<div class="container-fluid mt-5 pt-5 text-center text-light chooseUs">
<div class="row">
<div class="col">
<img
class="imgChooseUs m-5"
src="img/worldwide.jpg"
alt="Worldwide Image"
/>
<h3>Worldwide Delivery</h3>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sint,
at.
</p>
</div>
<div class="col">
<img
class="imgChooseUs m-5"
src="img/revisions.jpg"
alt="Revisions Image"
/>
<h3>Unlimited Revisions</h3>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sint,
at.
</p>
</div>
<div class="col">
<img
class="imgChooseUs m-5"
src="img/support.jpg"
alt="Support Image"
/>
<h3>Top Pup-stomer Support</h3>
<p class="mb-5 pb-5">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sint,
at.
</p>
</div>
</div>
</div>
</section>
<!-- JOIN US ON IG-->
<section>
<div class="container-fluid p-5">
<h2 class="text-center p-5 m-5 display-5 fw-bold">
Join us on Instagram
</h2>
<div class="row text-center p-5 m-5">
<div class="col-sm-6 col-md-3 pt-2">
<img
class="joinUs img-fluid"
src="img/16.jpg"
alt="Retrato Mascota"
/>
</div>
<div class="col-sm-6 col-md-3 pt-2">
<img
class="joinUs img-fluid"
src="img/17.jpg"
alt="Retrato Mascota"
/>
</div>
<div class="col-sm-6 col-md-3 pt-2">
<img
class="joinUs img-fluid"
src="img/18.png"
alt="Retrato Mascota"
/>
</div>
<div class="col-sm-6 col-md-3 pt-2">
<img
class="joinUs img-fluid"
src="img/19.jpg"
alt="Retrato Mascota"
/>
</div>
<div class="col-sm-6 col-md-3 pt-2">
<img
class="joinUs img-fluid"
src="img/20.jpg"
alt="Retrato Mascota"
/>
</div>
<div class="col-sm-6 col-md-3 pt-2">
<img
class="joinUs img-fluid"
src="img/14.jpg"
alt="Retrato Mascota"
/>
</div>
<div class="col-sm-6 col-md-3 pt-2">
<img
class="joinUs img-fluid"
src="img/15.jpg"
alt="Retrato Mascota"
/>
</div>
<div class="col-sm-6 col-md-3 pt-2">
<img
class="joinUs img-fluid"
src="img/16.jpg"
alt="Retrato Mascota"
/>
</div>
</div>
<div class="button">
<button
type="button"
class="buttonFollow btn btn-outline-danger mt-5"
>
Follow us
</button>
</div>
</div>
</section>
<!--Footer-->
<footer>
<div class="container-fluid text-center text-light p-5">
<div class="row p-5">
<div
class="col-sm-12 col-md-3 col-lg-3 d-flex justify-content-center align-items-center"
>
<h3 class="tituloFooterPrincipal p-5">
<a class="text-decoration-none text-light" href="index.html"
>Cartdove</a
>
</h3>
<img class="footerLogo" src="img/logo.jpg" alt="Logo" />
</div>
<div class="col-sm-12 col-md-3 col-lg-3">
<ul>
<h3 class="tituloFooterSecundario text-center">Help</h3>
<li>
<a
class="text-decoration-none text-light"
href="pages/shipping.html"
>Shipping Times</a
>
</li>
<li>
<a
class="text-decoration-none text-light"
href="pages/contactus.html"
>Contact</a
>
</li>
<li>
<a class="text-decoration-none text-light" href="pages/faq.html"
>Faq</a
>
</li>
</ul>
</div>
<div class="col-sm-12 col-md-3 col-lg-3">
<ul>
<h3 class="tituloFooterSecundario text-center">Information</h3>
<li>
<a
class="text-decoration-none text-light"
href="pages/howitworks.html"
>How it works?</a
>
</li>
<li>
<a
class="text-decoration-none text-light"
href="pages/return.html"
>Returns Policy</a
>
</li>
<li>
<a
class="text-decoration-none text-light"
href="/pages/terms.html"
>Terms</a
>
</li>
</ul>
</div>
<div class="col-sm-12 col-md-3 col-lg-3">
<ul>
<h3 class="tituloFooterSecundario text-center">Our Community</h3>
<li>
<a
class="text-decoration-none text-light"
href="https://www.instagram.com/cartdove/?hl=en"
>Instagram</a
>
</li>
<li>
<a class="text-decoration-none text-light" href="#">Facebook</a>
</li>
<li>
<a class="text-decoration-none text-light" href="#">Twitter</a>
</li>
</ul>
</div>
</div>
<p class="p-5 mt-5">Coypright- All rights reserved © 2022</p>
<p class="p-5 mt-5 fw-bold">Julian Slongo</p>
</div>
</footer>
</body>
</html>