-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (97 loc) · 4.86 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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Semana Living</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- Semana Living -->
<article id="csl">
<a href="https://www.hites.com/tienda/es/hites/ofertasmuebles" class="section-content--llamado">
<img src="https://www.hites.com/wcsstore/HitesCAS/images/catalog/svg/huinchas/2018/09-septiembre/semana-living.svg"
alt="" class="img-logo--living">
<div class="content-llamado-text">
<p>¿Cúal es tu estilo?</p>
<div class="button-link--send">
<span>ver especial</span>
</div>
</div>
</a>
<div id="csl_wrapper">
<div class="csl_layer slide-top" style="width: 636px;">
<div class="layer_content-wrap">
<a href="https://www.hites.com/tienda/es/hites/sofa-casa-ideal-torino-2-cuerpos-753008" class="container-description--product left">
<img src="https://www.hites.com/wcsstore/HitesCAS/images/catalog/svg/huinchas/logos/logo-casaideal.svg"
alt="Logo Casa Ideal" class="img-logo--brand">
<div class="block-title--product">Sofá Torino</div>
<div class="block-attribute--product">
<span>2 CUERPOS</span>
</div>
<div class="block-content--price">
<div class="offer-price--product">
<span><small>$</small>179.990</span>
</div>
<div class="normal-price--product">
<span>Normal</span>
<span>$299.990</span>
</div>
<div class="block-display--stock false">
<span>00 uds.</span>
</div>
</div>
<div class="button-link--product">
<span>¡Lo quiero!</span>
</div>
</a>
<img src="https://www.hites.com/wcsstore/HitesCAS/images/catalog/svg/huinchas/2018/09-septiembre/cliving_001.jpg"
alt="Living">
</div>
</div>
<div class="handle-item--line" id="draggable-handle" style="left: 636px;">
<span>
<</span> <span>>
</span>
</div>
<div class="csl_layer slide-bottom">
<div class="layer_content-wrap">
<a href="https://www.hites.com/tienda/es/hites/sofa-rosen-mira%C2%A02-cpo-e-743655--5" class="container-description--product right">
<img src="https://www.hites.com/wcsstore/HitesCAS/images/catalog/svg/huinchas/logos/logo-rosen.svg"
alt="Logo Rosen" class="img-logo--brand">
<div class="block-title--product">Sofá Mira</div>
<div class="block-attribute--product">
<span>2 CUERPOS</span>
</div>
<div class="block-content--price">
<div class="offer-price--product">
<span><small>$</small>229.990</span>
<span class="block-credit--card">
<img src="https://www.hites.com/wcsstore/HitesCAS/images/catalog/svg/navidad-2017/huinchas/tarjeta-hites-negra.svg"
alt="logo tarjeta negra">
</span>
</div>
<div class="normal-price--product">
<span>Oferta</span>
<span>$239.990</span>
<span>/ Normal</span>
<span>$319.990</span>
</div>
<div class="block-display--stock false">
<span>00 uds.</span>
</div>
</div>
<div class="button-link--product">
<span>¡Lo quiero!</span>
</div>
</a>
<img src="https://www.hites.com/wcsstore/HitesCAS/images/catalog/svg/huinchas/2018/09-septiembre/cliving_002.jpg"
alt="">
</div>
</div>
</div>
</article>
<script src="js/main.js"></script>
</body>
</html>