-
Notifications
You must be signed in to change notification settings - Fork 0
/
ecommerce_product_detail.html
246 lines (166 loc) · 10.2 KB
/
ecommerce_product_detail.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
uct detail
<link href="css/plugins/slick/slick.css" rel="stylesheet">
<link href="css/plugins/slick/slick-theme.css" rel="stylesheet">
<div class="wrapper wrapper-content animated fadeInRight">
<div class="row">
<div class="col-lg-12">
<div class="ibox product-detail">
<div class="ibox-content">
<div class="row">
<div class="col-md-5">
<div class="product-images">
<div>
<div class="image-imitation">
[IMAGE 1]
</div>
</div>
<div>
<div class="image-imitation">
[IMAGE 2]
</div>
</div>
<div>
<div class="image-imitation">
[IMAGE 3]
</div>
</div>
</div>
</div>
<div class="col-md-7">
<h2 class="font-bold m-b-xs">
Desktop publishing software
</h2>
<small>Many desktop publishing packages and web page editors now.</small>
<div class="m-t-md">
<h2 class="product-main-price">$406,602 <small class="text-muted">Exclude Tax</small> </h2>
</div>
<hr>
<h4>Product description</h4>
<div class="small text-muted">
It is a long established fact that a reader will be distracted by the readable
content of a page when looking at its layout. The point of using Lorem Ipsum is
<br/>
<br/>
There are many variations of passages of Lorem Ipsum available, but the majority
have suffered alteration in some form, by injected humour, or randomised words
which don't look even slightly believable.
</div>
<dl class="small m-t-md">
<dt>Description lists</dt>
<dd>A description list is perfect for defining terms.</dd>
<dt>Euismod</dt>
<dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd>
<dd>Donec id elit non mi porta gravida at eget metus.</dd>
<dt>Malesuada porta</dt>
<dd>Etiam porta sem malesuada magna mollis euismod.</dd>
</dl>
<hr>
<div>
<div class="btn-group">
<button class="btn btn-primary btn-sm"><i class="fa fa-cart-plus"></i> Add to cart</button>
<button class="btn btn-white btn-sm"><i class="fa fa-star"></i> Add to wishlist </button>
<button class="btn btn-white btn-sm"><i class="fa fa-envelope"></i> Contact with author </button>
</div>
</div>
</div>
</div>
</div>
<div class="ibox-footer">
<span class="float-right">
Full stock - <i class="fa fa-clock-o"></i> 14.04.2016 10:04 pm
</span>
The generated Lorem Ipsum is therefore always free
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="ibox product-detail">
<div class="ibox-content">
<div class="row">
<div class="col-md-5">
<div class="product-images">
<div>
<div class="image-imitation">
[IMAGE 1]
</div>
</div>
<div>
<div class="image-imitation">
[IMAGE 2]
</div>
</div>
<div>
<div class="image-imitation">
[IMAGE 3]
</div>
</div>
</div>
</div>
<div class="col-md-7">
<h2 class="font-bold m-b-xs">
Desktop publishing software
</h2>
<small>Many desktop publishing packages and web page editors now.</small>
<hr>
<div>
<button class="btn btn-primary float-right">Add to cart</button>
<h1 class="product-main-price">$406,602 <small class="text-muted">Exclude Tax</small> </h1>
</div>
<hr>
<h4>Product description</h4>
<div class="small text-muted">
It is a long established fact that a reader will be distracted by the readable
content of a page when looking at its layout. The point of using Lorem Ipsum is
that it has a more-or-less normal distribution of letters, as opposed to using
'Content here, content here', making it look like readable English.
<br/>
<br/>
There are many variations of passages of Lorem Ipsum available, but the majority
have suffered alteration in some form, by injected humour, or randomised words
which don't look even slightly believable.
</div>
<dl class="row m-t-md small">
<dt class="col-md-4 text-right">Description lists</dt>
<dd class="col-md-8">A description list is perfect for defining terms.</dd>
<dt class="col-md-4 text-right">Euismod</dt>
<dd class="col-md-8">Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.<br/>Donec id elit non mi porta gravida at eget metus.</dd>
<dt class="col-md-4 text-right">Malesuada porta</dt>
<dd class="col-md-8">Etiam porta sem malesuada magna mollis euismod.</dd>
<dt class="col-md-4 text-right">Felis euismod semper eget</dt>
<dd class="col-md-8">Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</dd>
</dl>
<div class="text-right">
<div class="btn-group">
<button class="btn btn-white btn-sm"><i class="fa fa-star"></i> Add to wishlist </button>
<button class="btn btn-white btn-sm"><i class="fa fa-envelope"></i> Contact with author </button>
</div>
</div>
</div>
</div>
</div>
<div class="ibox-footer">
<span class="float-right">
Full stock - <i class="fa fa-clock-o"></i> 14.04.2016 10:04 pm
</span>
The generated Lorem Ipsum is therefore always free
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Mainly scripts -->
<!-- Custom and plugin javascript -->
<script src="js/common.js"></script>
<!-- slick carousel-->
<script src="js/plugins/slick/slick.min.js"></script>
<script>
$(document).ready(function(){
$('.product-images').slick({
dots: true
});
});
</script>