-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatalog.html
508 lines (469 loc) · 22.5 KB
/
catalog.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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
<!DOCTYPE html>
<html>
<head lang="fa">
<meta charset="UTF-8">
<!-- Bootstrap core CSS -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/bootstrap/css/bootstrap-rtl.min.css" rel="stylesheet">
<link href="assets/css/jquery.bxslider.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/custom.css" rel="stylesheet">
<title> لیست محصولات </title>
</head>
<body>
<header>
<div class="container margin-top-20 margin-bottom-10">
<div class="row">
<!-- Logo -->
<div class="col-lg-3 col-md-3 hidden-sm hidden-xs">
<div class="header-logotype">
<a href="index.html">
فروشگاه مجازی
</a>
<div class="Slogan">
لورم ایپسوم متن ساختگی با تولید
</div>
</div>
</div>
<!-- search box -->
<div class="col-lg-5 col-md-5 col-sm-6 col-xs-7">
<form action="">
<div class="input-group">
<input type="text" class="form-control" placeholder="جستجو محصول">
<span class="input-group-btn">
<button class="btn btn-default" type="submit">
<i class="glyphicon glyphicon-search"></i>
</button>
</span>
</div>
</form>
</div>
<!-- Cart -->
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-5">
<div class="btn-group btn-group-cart">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<span class="pull-right">
<i class="glyphicon glyphicon-shopping-cart"></i>
</span>
<span class="pull-right btn-cart-text">
سبد خرید:
2 مورد
</span>
<span class="glyphicon glyphicon-triangle-bottom pull-left"></span>
</button>
<ul class="dropdown-menu cart-content" role="menu">
<li>
<a href="#">
<b>کیف لپ تاپ مارک دار !</b>
<span>x1 $528.96</span>
</a>
</li>
<li>
<a href="#">
<b>کیف لپ تاپ مارک دار !</b>
<span>x1 $528.96</span>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
جمع:
5870.000
تومان
</a>
</li>
</ul>
</div><!-- btn-group Cart Box -->
</div>
</div> <!-- Row -->
</div> <!-- container -->
</header>
<!-- Navigation -->
<nav class="navbar navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Text Logo on Mobile -->
<a href="#" class="navbar-brand visible-xs">
فروشگاه مجازی
</a>
</div>
<div class="navbar-collapse navbar-ex1-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">صفحه اصلی</a>
</li>
<li>
<a href="catalog.html">محصولات</a>
</li>
<li>
<a href="cart.html">سبد خرید</a>
</li>
<li>
<a href="checkout.html">تسویه حساب</a>
</li>
<li class="nav-dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
سایر صفحات
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="#">درباره ما</a></li>
<li><a href="#">تماس با ما</a></li>
<li><a href="#">تایپو گرافی</a></li>
<li><a href="detail.html">مشاهده یک محصول</a></li>
<li><a href="register.html">ورود</a></li>
<li><a href="register.html">عضویت</a></li>
</ul>
</li>
</ul>
</div>
</div> <!-- container -->
</nav> <!-- End Navigation -->
<div class="container main-container">
<!-- Body -->
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-12">
<!-- Categories Menu -->
<div class="col-lg-12 col-md-12 col-sm-6">
<div class="no-padding">
<span class="title">
دسته بندی محصولات
</span>
</div>
<div class="panel-group panel-categories" id="accordion">
<div class="panel panel-default">
<div class="panel-heading have-sub">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" class="collapsed" aria-expanded="false">انواع محصولات خووب</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse" aria-expanded="true">
<div class="list-group">
<a href="#" class="list-group-item">محصول اول</a>
<a href="#" class="list-group-item">محصول دوم</a>
</div>
</div>
<div class="panel-heading ">
<h4 class="panel-title">
<a href="#">یک محصول جالب</a>
</h4>
</div>
<div class="panel-heading ">
<h4 class="panel-title">
<a href="#">یک محصول جالب</a>
</h4>
</div>
<div class="panel-heading ">
<h4 class="panel-title">
<a href="#">یک محصول جالب</a>
</h4>
</div>
<div class="panel-heading ">
<h4 class="panel-title">
<a href="#">یک محصول جالب</a>
</h4>
</div>
<div class="panel-heading ">
<h4 class="panel-title">
<a href="#">یک محصول جالب</a>
</h4>
</div>
</div>
</div>
</div>
<!-- End Categories Menu -->
<!-- Best product -->
<div class="col-lg-12 col-md-12 col-sm-6">
<div class="no-padding">
<span class="title">
پرفروش ترین محصولات
</span>
</div>
<div class="hero-feature">
<div class="thumbnail text-center">
<a href="detail.html">
<img src="media/product/product-8.jpg">
</a>
<div class="caption prod-caption">
<h4>
<a href="detail.html">
یک محصول پرفروش
</a>
</h4>
<p>
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
</p>
<div class="btn-group btn-group-justified">
<a href="#" class="btn btn-default">1.000.000 تومان</a>
<a href="#" class="btn btn-primary">
<span class="glyphicon glyphicon-shopping-cart"></span>
خرید
</a>
</div>
</div>
</div>
</div>
<!-- Best product - Hidden in Small screen -->
<div class="hero-feature hidden-sm">
<div class="thumbnail text-center">
<a href="detail.html">
<img src="media/product/product-8.jpg">
</a>
<div class="caption prod-caption">
<h4>
<a href="detail.html">
یک محصول پرفروش
</a>
</h4>
<p>
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
</p>
<div class="btn-group btn-group-justified">
<a href="#" class="btn btn-default">1.000.000 تومان</a>
<a href="#" class="btn btn-primary">
<span class="glyphicon glyphicon-shopping-cart"></span>
خرید
</a>
</div>
</div>
</div>
</div>
<!-- Best product - Hidden in Small screen -->
</div>
<!-- End Best product -->
</div>
<div class="clearfix visible-sm"></div>
<!-- Products -->
<div class="col-lg-9 col-md-9 col-sm-12">
<div class="col-lg-12 col-sm-12">
<span class="title">لیست محصولات</span>
</div>
<!-- Products Box -->
<!-- Product 1 -->
<div class="col-lg-4 col-sm-4 hero-feature text-center">
<div class="thumbnail">
<a href="detail.html" >
<img src="media/product/product-1.jpg" >
</a>
<div class="caption prod-caption">
<h4>
<a href="detail.html">یک پرهن شیک !</a>
</h4>
<p>
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
</p>
<div class="btn-group btn-group-justified">
<a href="#" class="btn btn-default">1.000.000 تومان</a>
<a href="#" class="btn btn-primary">
<span class="glyphicon glyphicon-shopping-cart"></span>
خرید
</a>
</div>
<p></p>
</div>
</div>
</div> <!-- End Product 1 -->
<!-- Product 2 -->
<div class="col-lg-4 col-sm-4 hero-feature text-center">
<div class="thumbnail">
<a href="detail.html" >
<img src="media/product/product-1.jpg" >
</a>
<div class="caption prod-caption">
<h4>
<a href="detail.html">یک پرهن شیک ! متن طولانی متن طولانی</a>
</h4>
<p>
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
</p>
<div class="btn-group btn-group-justified">
<a href="#" class="btn btn-default">1.000.000 تومان</a>
<a href="#" class="btn btn-primary">
<span class="glyphicon glyphicon-shopping-cart"></span>
خرید
</a>
</div>
<p></p>
</div>
</div>
</div> <!-- End Product 2 -->
<!-- Product 3 -->
<div class="col-lg-4 col-sm-4 hero-feature text-center">
<div class="thumbnail">
<a href="detail.html" >
<img src="media/product/product-1.jpg" >
</a>
<div class="caption prod-caption">
<h4>
<a href="detail.html">یک پرهن شیک !</a>
</h4>
<p>
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
</p>
<div class="btn-group btn-group-justified">
<a href="#" class="btn btn-default">1.000.000 تومان</a>
<a href="#" class="btn btn-primary">
<span class="glyphicon glyphicon-shopping-cart"></span>
خرید
</a>
</div>
<p></p>
</div>
</div>
</div> <!-- End Product 3 -->
<!-- Product 4 -->
<div class="col-lg-4 col-sm-4 hero-feature text-center">
<div class="thumbnail">
<a href="detail.html" >
<img src="media/product/product-1.jpg" >
</a>
<div class="caption prod-caption">
<h4>
<a href="detail.html">یک پرهن شیک !</a>
</h4>
<p>
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
</p>
<div class="btn-group btn-group-justified">
<a href="#" class="btn btn-default">1.000.000 تومان</a>
<a href="#" class="btn btn-primary">
<span class="glyphicon glyphicon-shopping-cart"></span>
خرید
</a>
</div>
<p></p>
</div>
</div>
</div> <!-- End Product 4 -->
<!-- Product 5 -->
<div class="col-lg-4 col-sm-4 hero-feature text-center">
<div class="thumbnail">
<a href="detail.html" >
<img src="media/product/product-1.jpg" >
</a>
<div class="caption prod-caption">
<h4>
<a href="detail.html">یک پرهن شیک !</a>
</h4>
<p>
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
</p>
<div class="btn-group btn-group-justified">
<a href="#" class="btn btn-default">1.000.000 تومان</a>
<a href="#" class="btn btn-primary">
<span class="glyphicon glyphicon-shopping-cart"></span>
خرید
</a>
</div>
<p></p>
</div>
</div>
</div> <!-- End Product 5 -->
<!-- Product 6 -->
<div class="col-lg-4 col-sm-4 hero-feature text-center">
<div class="thumbnail">
<a href="detail.html" >
<img src="media/product/product-1.jpg" >
</a>
<div class="caption prod-caption">
<h4>
<a href="detail.html">یک پرهن شیک !</a>
</h4>
<p>
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است.
</p>
<div class="btn-group btn-group-justified">
<a href="#" class="btn btn-default">1.000.000 تومان</a>
<a href="#" class="btn btn-primary">
<span class="glyphicon glyphicon-shopping-cart"></span>
خرید
</a>
</div>
<p></p>
</div>
</div>
</div> <!-- End Product 6 -->
<div class="text-center">
<ul class="pagination catalogue-pagination">
<li class="disabled"><a>اولین صفحه</a></li>
<li class="disabled"><a>قبلی</a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">بعدی</a></li>
<li><a href="#">آخرین صفحه</a></li>
</ul>
</div>
</div>
<!-- Products -->
</div> <!-- Row -->
<!-- End Body -->
</div> <!-- Container -->
<footer>
<div class="container margin-bottom-10">
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="column">
<h4>
دسترسی سریع
</h4>
<ul>
<li><a href="#">درباره ما</a></li>
<li><a href="#">درباره ما</a></li>
<li><a href="#">درباره ما</a></li>
<li><a href="#">درباره ما</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="column">
<h4>
دسترسی سریع
</h4>
<ul>
<li><a href="#">درباره ما</a></li>
<li><a href="#">درباره ما</a></li>
<li><a href="#">درباره ما</a></li>
<li><a href="#">درباره ما</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="column">
<h4>
دسترسی سریع
</h4>
<ul>
<li><a href="#">درباره ما</a></li>
<li><a href="#">درباره ما</a></li>
<li><a href="#">درباره ما</a></li>
<li><a href="#">درباره ما</a></li>
</ul>
</div>
</div>
</div>
<div class="navbar-inverse text-center copyright">
کلیه حقوق محفوظ می باشد.
</div>
</footer>
<a href="#top" class="back-top text-center" onclick="$('body,html').animate({scrollTop:0},500); return false" style="display: block;">
<i class="glyphicon glyphicon-chevron-up"></i>
</a>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery-1.11.2.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.bxslider.min.js"></script>
<script src="assets/js/mimity.js"></script>
</body>
</html>