-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitem.html
More file actions
189 lines (182 loc) · 7.55 KB
/
Copy pathitem.html
File metadata and controls
189 lines (182 loc) · 7.55 KB
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
<!DOCTYPE html>
<html lang="es">
<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" />
<link
rel="shortcut icon"
href="Front/branding/isotype.svg"
type="image/x-icon"
/>
<title>FunkoShop | Star Wars | Tienda online de Funko Pop!</title> <!-- Bootstrap -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css"
/>
<!-- Estilos -->
<link rel="stylesheet" href="/Front/CSS/Home.css" />
<link rel="stylesheet" href="/Front/CSS/button-item.css" />
<link rel="shortcut icon" href="/Front/branding/isotype.svg" type="image/x-icon"/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header class="header">
<picture class="logo">
<a href="/index.html"> <img
src="Front/branding/logo_light_horizontal.svg"
alt="FunkoShop logo"
class="logo__image"
/></a>
</picture>
<nav class="menu text--upper">
<ul class="menu__items">
<li class="menu__item">
<a href="/shop.html" class="menu__link">Shop</a>
</li>
<li class="menu__item">
<a href="#" class="menu__link">Contacto</a>
</li>
<li class="menu__item">
<a href="login.html" class="menu__link">Login</a>
</li>
<li class="menu__item">
<a href="#" class="menu__link"><i class="bi bi-cart"></i></a>
</li>
</ul>
</nav>
</header>
<main class="main">
<!--
<section class="collections"> -->
<!-- Articulo 1 -->
<article class="card-collection">
<!-- <hr class="card-collection__line" /> -->
<!-- <button class="card-collection__button">Ver colección</button> -->
<!-- <a
href="front/shop/collections/star_wars.html"
class="card-collection__button text--upper"
>ver coleccion</a
>
</div> -->
<figure class="card-collection__image">
<img
src="Front/star-wars/baby-yoda-1.webp"
alt="Baby Yoda image"
loading="lazy"
/>
</figure>
<div class="card-collection__content">
<div class="card-collection-text__container">
<h2>Star wars</h2>
<h1 class="card-collection__title text--upper">
BABY YODA BLUEBALL
</h1>
<p class="card-collection__description">
Figura coleccionable de Baby Yoda (Grogu) - The Mandalorian Saga, edición limitada.
</p>
<h2 class="card-collection__description">
$1799,99.-
</h2>
</div>
<div class="container-item-button">
<button class="btn-minus">-</button>
<span class="counter">0</span>
<button class="btn add">+</button>
<button class="adding-to-cart">Agregar al carrito</button>
</div>
<p class="item-below"><span class="item-underline-below"><a href="#">Ver metodos de pago </a> </span> -3 CUOTAS SIN INTERÉS</p>
</article>
<section class="latest-releases text--upper">
<h2 class="latest-releases__title">Productos relacionados</h2>
<div class="latest-releases__items">
<!-- Item 1 -->
<article class="item">
<a href="/Items/Tropper.html">
<figure class="item__image">
<div class="item__button">nuevo</div>
<img
src="Front/star-wars/trooper-1.webp"
alt="Trooper image"
/>
</figure>
<div class="item__info">
<h4 class="item__saga">star wars</h4>
<h3 class="item__name">stromtrooper lightsaber</h3>
<div class="item__price">$ 1799,99-</div>
<div class="item__amount-fees">3 cuotas sin interés</div>
</div>
</a>
</article>
<!-- Item 2-->
<article class="item">
<a href="Items/Luke_skywalker.html">
<figure class="item__image">
<div class="item__button">nuevo</div>
<img
src="Front/star-wars/luke-1.webp"
alt="Luke image"
/>
</figure>
<div class="item__info">
<h4 class="item__saga">Star Wars</h4>
<h3 class="item__name">Luke Skywalker</h3>
<div class="item__price">$ 1799,99-</div>
<div class="item__amount-fees">3 cuotas sin interés</div>
</div>
</a>
</article>
<!-- Item 3 -->
<article class="item">
<a href="Items/bobba_feth.html">
<figure class="item__image">
<div class="item__button">nuevo</div>
<img
src="/Front/star-wars/bobbafeth-1.webp"
alt="Bobba Feth image"
/>
</figure>
<div class="item__info">
<h4 class="item__saga">Star Wars</h4>
<h3 class="item__name">Bobba Feth</h3>
<div class="item__price">$ 1799,99-</div>
<div class="item__amount-fees">3 cuotas sin interés</div>
</div>
</a>
</article>
</main>
<footer class="footer">
<div class="footer__content">
<nav class="footer__menu text--upper">
<ul class="footer-menu__items">
<li class="footer-menu__item">
<a href="shop.html" class="footer-menu__link">shop</a>
</li>
<li class="footer-menu__item">
<a href="#" class="footer-menu__link">registrese</a>
</li>
<li class="footer-menu__item">
<a href="#" class="footer-menu__link">ingresar</a>
</li>
<li class="footer-menu__item">
<a href="#" class="footer-menu__link">contacto</a>
</li>
</ol>
</nav>
<picture class="footer__image">
<a href="/index.html"><img src="Front/branding/isotype.svg" alt="FunkoShop logo" /></a>
</picture>
</div>
<div class="footer__copyright">
All rights reserved 2022 - FunkoShop ©
</div>
</footer>
</body>
</html>