-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinside home.html
683 lines (677 loc) · 35.7 KB
/
inside home.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
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-rtl.css">
<link rel="stylesheet" type="text/css" href="css/hover-min.css">
<link rel="stylesheet" type="text/css" href="css/slick.css">
<link rel="stylesheet" type="text/css" href="css/slick-theme.css">
<link rel="stylesheet" type="text/css" href="css/all.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap" rel="stylesheet">
<title>داخلی خانه ها - Inside Home</title>
</head>
<body>
<!-- Start Header -->
<header>
<div class="bg-navbar">
<div class="container ">
<nav class="navbar navbar-expand-md navbar-light px-md-0">
<a class="navbar-brand d-md-none logo" href="index.html">
<h2 class="mb-0"> Homesa <i class="fas fa-home"></i> </h2>
</a>
<button class="navbar-toggler border-0" type="button" data-toggle="collapse" data-target="#menu">
<span class="navbar-toggler-icon">
<i class="fas fa-bars" style="color:#fff; font-size:30px;"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="menu">
<ul class="navbar-nav ml-auto menu pr-0 text-center">
<li class="nav-item">
<a class="nav-link text-white" href="index.html">صفحه اصلی</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="category.html"> آخرین آگهی ها</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="blog.html">مقالات</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="contact Us.html">تماس با ما</a>
</li>
<li class="nav-item pl-2">
<a class="nav-link text-white" href="about us.html">درباره ما</a>
</li>
<li class="nav-item border-right pr-2 ml-2 ">
<a class="nav-link text-white" href="#"><i class="fas fa-user align-middle ml-1"></i>عضویت </a>
</li>
<li class="nav-item shadow mt-2 mt-lg-0">
<a class="nav-link px-3" href="#"><i class="fas fa-plus align-middle ml-1"></i>ایجاد آگهی </a>
</li>
</ul>
</div>
<a class="navbar-brand d-none d-md-block logo" href="index.html">
<h2 class="mb-0"> Homesa <i class="fas fa-home"></i></h2>
</a>
</nav>
</div>
</div>
<div class="header-tow py-4">
<div class="container">
<div class="row">
<div class="col-12">
<form class="d-lg-flex justify-content-center align-items-center text-center">
<input type="text" placeholder="عنوان آگهی . . . ." class="form-control ml-lg-3 mb-2 mb-lg-0">
<select class="custom-select ml-lg-3 mb-2 mb-lg-0">
<option selected> نوع ملک </option>
<option value="1"> ویلایی </option>
<option value="2"> اپارتمان </option>
<option value="3"> انبار </option>
</select>
<select class="custom-select ml-lg-3 mb-2 mb-lg-0">
<option selected> موقعیت </option>
<option value="1"> بالاشهر </option>
<option value="2"> وسط شهر </option>
<option value="3"> پایین شهر </option>
</select>
<select class="custom-select ml-lg-3 mb-2 mb-lg-0">
<option selected> قیمت </option>
<option value="1"> بالای 600 میلیون </option>
<option value="2"> از 250 میلیون تا 600 میلیون </option>
<option value="3"> از 0 تومن تا 250 میلیون </option>
</select>
<a href=""><button class="btn px-4 py-2 mt-2 mt-lg-0"> جستجو </button></a>
</form>
</div>
</div>
</div>
</div>
</header>
<!-- End Header -->
<!-- Start Image -->
<!-- <img src="img/Home-image-inside.jpg" class="img-fluid" alt="image-asli"> -->
<!-- End Image -->
<main class="mt-5">
<div class="container">
<div class="row">
<!-- start title home -->
<div class="col-12">
<div class="card border-0 bg-transparent">
<div class="card-body px-0 d-flex flex-column flex-lg-row justify-content-center justify-content-between text-center align-items-center text-lg-right">
<div>
<h5 class="mt-2" style="font-size: 21px; font-weight: 900;"> برج های مسکونی الماس </h5>
<small> تبریز، ولیعصر، بلوار سینا، 12 متری ماندانا، ساختمان الماس</small>
</div>
<div class="d-flex align-items-center ico-printer">
<h5 class="mb-0 ml-2" style="font-size: 21px; font-weight: 900;"> 136.000.000T </h5>
<a href="#" class="btn btn-info mr-2"> <i class="align-middle fas fa-exchange-alt"></i> </a>
<a href="#" class="btn btn-info mr-2"> <i class="align-middle fas fa-heart"></i> </a>
<a href="#" class="btn btn-info mr-2"> <i class="align-middle fas fa-share-alt"></i> </a>
<a href="#" class="btn btn-info mr-2"> <i class="align-middle fas fa-print"></i> </a>
</div>
</div>
</div>
</div>
<!-- start slider -->
<div class="col-12 col-lg-4">
<div class="card border-0 shadow mb-3">
<div class="card-header border-0 bg-transparent seller">
<p> فروشنده : </p>
<div class="d-flex flex-column flex-lg-row text-center text-lg-right align-items-center">
<img src="img/entrepreneur-593358_1280.jpg" class="img-fluid" alt="foroshande" style="width: 8em;border-radius: 10px;">
<div class="mr-lg-2">
<small class="d-block text-muted"> هادی اسمعیل پور</small>
<small class="d-block text-muted"> test@gmail.com </small>
<small class="d-block text-muted"> 09141234567 </small>
<a href="category.html" class="text-danger"><small> مشاهده تمام خانه های من </small> </a>
</div>
</div>
</div>
<div class="card-body">
<form class="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="نام و نام خانوادگی">
</div>
<div class="form-group">
<input type="number" class="form-control" placeholder="شماره موبایل">
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="ایمیل">
</div>
<div class="form-group">
<textarea name="" cols="30" rows="10" class="form-control" placeholder="پیام شما . . . " style="resize: none;"></textarea>
</div>
<a href="#" class="btn btn-block"> ارسال پیام </a>
</form>
</div>
</div>
<div class="card border-0 shadow">
<div class="card-header bg-transparent border-0 pb-1">
<h6> جستجوی پیشرفته </h6>
</div>
<div class="card-body">
<form class="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="کلمه کلیدی">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="منطقه">
</div>
<div class="form-group op-font">
<select class="custom-select" style="font-weight: 300 !important;">
<option selected> موقعیت </option>
<option> شمال شهر </option>
<option> مرکز شهر </option>
<option> جنوب شهر </option>
</select>
</div>
<div class="form-group op-font">
<select class="custom-select" style="font-weight: 300 !important;">
<option selected> نوع ملک </option>
<option> آپارتمان </option>
<option> ویلایی </option>
<option> تجاری </option>
</select>
</div>
<div class="form-group op-font">
<select class="custom-select" style="font-weight: 300 !important;">
<option selected> میزان قیمت </option>
<option> از 250 میلیون تا 750 میلیون </option>
<option> از 750 میلیون تا 1 میلیارد </option>
<option> بیش از 1 میلیارد </option>
</select>
</div>
<div class="form-group op-font">
<select class="custom-select" style="font-weight: 300 !important;">
<option selected> تعداد اتاق خواب </option>
<option> 1 اتاق خواب </option>
<option> 2 اتاق خواب </option>
<option> بیش از 2 اتاق خواب </option>
</select>
</div>
<div class="form-group op-font">
<select class="custom-select" style="font-weight: 300 !important;">
<option selected> تعداد سرویس بهداشتی </option>
<option> 1 سرویس بهداشتی </option>
<option> 2 سرویس بهداشتی </option>
<option> بیش از 3 سرویس بهداشتی </option>
</select>
</div>
<div class="form-group op-font">
<select class="custom-select" style="font-weight: 300 !important;">
<option selected> پارکینگ </option>
<option> دارد </option>
<option> ندارد </option>
</select>
</div>
<div class="form-group op-font">
<select class="custom-select" style="font-weight: 300 !important;">
<option selected> سال ساخت </option>
<option> 1370 </option>
<option> 1371 </option>
<option> 1372 </option>
<option> 1373 </option>
<option> 1374 </option>
<option> 1375 </option>
<option> 1376 </option>
<option> 1377 </option>
<option> 1378 </option>
<option> 1379 </option>
<option> 1380 </option>
<option> 1381 </option>
<option> ... </option>
<option> 1401 </option>
</select>
</div>
<a href="#" class="btn btn-block"> جستجو </a>
</form>
</div>
</div>
<div class="card border-0 shadow mt-3 barjaste">
<div class="card-body">
<p><strong> برجسته ها </strong> </p>
<div class="slider66">
<a href="inside home.html">
<div class="card border-0 hover-man2">
<img src="img/house-1867187.jpg" class="img-fluid" alt="pup">
<div class="overlay7 d-flex flex-column justify-content-between" >
<div class="mt-3 mr-3">
<small class="bg-secondary px-2 py-1 text-white ml-2 rounded-pill"> برای فروش </small>
<small class="px-2 py-1 text-white ml-2 rounded-pill bg-danger"> 10% تخفیف </small>
</div>
<div class="mb-3 ml-3 text-left">
<h5 class="text-white">178.000.000T </h5>
<small class="text-white"> آپارتمان تجاری </small>
</div>
</div>
</div>
</a>
<a href="inside home.html">
<div class="card border-0 hover-man2">
<img src="img/house-1867187.jpg" class="img-fluid" alt="pup">
<div class="overlay7 d-flex flex-column justify-content-between" >
<div class="mt-3 mr-3">
<small class="bg-secondary px-2 py-1 text-white ml-2 rounded-pill"> برای فروش </small>
<small class="px-2 py-1 text-white ml-2 rounded-pill bg-danger"> 10% تخفیف </small>
</div>
<div class="mb-3 ml-3 text-left">
<h5 class="text-white">178.000.000T </h5>
<small class="text-white"> آپارتمان تجاری </small>
</div>
</div>
</div>
</a>
<a href="inside home.html">
<div class="card border-0 hover-man2">
<img src="img/house-1867187.jpg" class="img-fluid" alt="pup">
<div class="overlay7 d-flex flex-column justify-content-between" >
<div class="mt-3 mr-3">
<small class="bg-secondary px-2 py-1 text-white ml-2 rounded-pill"> برای فروش </small>
<small class="px-2 py-1 text-white ml-2 rounded-pill bg-danger"> 10% تخفیف </small>
</div>
<div class="mb-3 ml-3 text-left">
<h5 class="text-white">178.000.000T </h5>
<small class="text-white"> آپارتمان تجاری </small>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="card border-0 shadow mt-3">
<div class="card-body category-p">
<p class="mb-4"> <strong> دسته بندی خانه : </strong> </p>
<div class="d-flex justify-content-between align-items-center mb-3">
<a href="#" class="text-dark"> <i class="fas fa-chevron-left ml-1 align-middle"></i> آپارتمان </a>
<small> 320 مورد </small>
</div>
<div class="d-flex justify-content-between align-items-center mb-3">
<a href="#" class="text-dark"> <i class="fas fa-chevron-left ml-1 align-middle"></i> ویلایی </a>
<small> 800 مورد </small>
</div>
<div class="d-flex justify-content-between align-items-center mb-3">
<a href="#" class="text-dark"> <i class="fas fa-chevron-left ml-1 align-middle"></i> تجاری </a>
<small> 130 مورد </small>
</div>
<div class="d-flex justify-content-between align-items-center mb-3">
<a href="#" class="text-dark"> <i class="fas fa-chevron-left ml-1 align-middle"></i> انباری </a>
<small> 16 مورد </small>
</div>
</div>
</div>
</div>
<!-- start inside home -->
<div class="col-12 col-lg-8 mt-3 mt-lg-0">
<div class="card border-0 shadow info-main">
<div class="card-body">
<div class="infos">
<a href="#" class="btn btn-light btn-sm hvr-float-shadow"> آپارتمانی </a>
<a href="#" class="btn btn-light btn-sm hvr-float-shadow"> اتاق : 4 </a>
<a href="#" class="btn btn-light btn-sm hvr-float-shadow"> سرویس بهداشتی : 3 </a>
<a href="#" class="btn btn-light btn-sm hvr-float-shadow"> پارکینگ : دارد </a>
</div>
<h5 class="my-4"> توضیحات : </h5>
<p class="text-justify">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است. چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است و برای شرایط فعلی تکنولوژی مورد نیاز و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد. کتابهای زیادی در شصت و سه درصد گذشته، حال و آینده شناخت فراوان جامعه و متخصصان را می طلبد تا با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی و فرهنگ پیشرو در زبان فارسی ایجاد کرد. در این صورت می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها و شرایط سخت تایپ به پایان رسد وزمان مورد نیاز شامل حروفچینی دستاوردهای اصلی و جوابگوی سوالات پیوسته اهل دنیای موجود طراحی اساسا مورد استفاده قرار گیرد.
</p>
<p class="text-justify">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است. چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است و برای شرایط فعلی تکنولوژی مورد نیاز و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد. کتابهای زیادی در شصت و سه درصد گذشته، حال و آینده شناخت فراوان جامعه و متخصصان را می طلبد تا با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی و فرهنگ پیشرو در زبان فارسی ایجاد کرد. در این صورت می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها و شرایط سخت تایپ به پایان رسد وزمان مورد نیاز شامل حروفچینی دستاوردهای اصلی و جوابگوی سوالات پیوسته اهل دنیای موجود طراحی اساسا مورد استفاده قرار گیرد.
</p>
<br>
<hr>
<br>
<h5> جزیئات ملک : </h5>
<div class="d-flex flex-column flex-lg-row justify-content-between mt-4 seller">
<div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
</div>
<div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
</div>
<div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
</div>
</div>
<br>
<hr>
<br>
<h5> جزیئات دیگر : </h5>
<div class="d-flex flex-column flex-lg-row justify-content-between mt-4 seller">
<div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
</div>
<div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
</div>
<div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
<div class="d-flex mb-3 justify-content-between">
<small class="ml-4"> <i class="fas fa-check align-middle text-danger ml-1"></i> آیدی ملک : </small>
<small> HZ23563 </small>
</div>
</div>
</div>
<br>
<hr>
<br>
<h5> پیوست های ملک : </h5>
<div class="d-flex flex-column flex-lg-row justify-content-between mt-4 ">
<div class="d-flex justify-content-between align-items-center p-2 download">
<img src="img/doc.png" class="img-fluid ml-2" alt="doc">
<a href="#" class="text-danger">
<i class="fas fa-download align-middle text-danger"></i>
دانلود فایل با فرمت docx. </a>
</div>
<div class="d-flex justify-content-between align-items-center p-2 download">
<img src="img/pdf.png" class="img-fluid ml-2" alt="doc">
<a href="#" class="text-danger">
<i class="fas fa-download align-middle text-danger"></i>
دانلود فایل با فرمت PDF. </a>
</div>
</div>
</div>
</div>
<div class="card shadow border-0 mt-3">
<div class="card-body">
<h5> ویژگی های ملک </h5>
<div class="mt-4 d-flex flex-column flex-lg-row justify-content-between seller">
<div>
<small class="d-block text-muted mb-2"> <i class="fas fa-check align-middle text-danger ml-2"></i> کولر </small>
<small class="d-block text-muted mb-2"> <i class="fas fa-check align-middle text-danger ml-2"></i> پنت هاوس </small>
<small class="d-block text-muted mb-2"> <i class="fas fa-check align-middle text-danger ml-2"></i> کولر </small>
<small class="d-block text-muted mb-2"> <i class="fas fa-check align-middle text-danger ml-2"></i> استخر </small>
<small class="d-block text-muted mb-2"> <i class="fas fa-check align-middle text-danger ml-2"></i> باشگاه </small>
</div>
<div>
<small class="d-block text-muted mb-2"> <i class="fas fa-check align-middle text-danger ml-2"></i> کولر </small>
<small class="d-block text-muted mb-2"> <i class="fas fa-check align-middle text-danger ml-2"></i> پنت هاوس </small>
<small class="d-block text-muted mb-2"> <i class="fas fa-check align-middle text-danger ml-2"></i> کولر </small>
<small class="d-block text-muted mb-2"> <i class="fas fa-check align-middle text-danger ml-2"></i> استخر </small>
<small class="d-block text-muted mb-2"> <i class="fas fa-check align-middle text-danger ml-2"></i> باشگاه </small>
</div>
<div>
<small class="d-block text-muted mb-2"> <i class="fas fa-check align-middle text-danger ml-2"></i> کولر </small>
<small class="d-block text-muted mb-2"> <i class="fas fa-check align-middle text-danger ml-2"></i> پنت هاوس </small>
<small class="d-block text-muted mb-2"> <i class="fas fa-check align-middle text-danger ml-2"></i> کولر </small>
<small class="d-block text-muted mb-2"> <i class="fas fa-check align-middle text-danger ml-2"></i> استخر </small>
<small class="d-block text-muted mb-2"> <i class="fas fa-check align-middle text-danger ml-2"></i> باشگاه </small>
</div>
</div>
</div>
</div>
<div class="card border-0 shadow mt-3">
<div class="card-header bg-transparent border-0 d-flex flex-column flex-lg-row justify-content-between align-items-center">
<h5 class="mb-0"> موقعیت </h5>
<small class="text-muted"> تبریز ، ولیعصر </small>
</div>
<div class="card-body">
<img src="img/map.jpg" class="img-fluid rounded" alt="map">
</div>
</div>
<div class="card border-0 shadow-sm mt-3">
<div class="card-header bg-transparent border-0 d-flex flex-column flex-lg-row justify-content-between align-items-center">
<h5 class="mb-0"> ویدئو ای از خانه </h5>
</div>
<div class="card-body">
<div class="position-relative">
<img src="img/jonathan-roger-LY1eyQMFeyo-unsplash.jpg" alt="play" class="img-fluid rounded">
<div class="play">
<a href="#" class="rounded-circle">
<img src="img/play-button.png">
</a>
</div>
</div>
</div>
</div>
<div class="card border-0 shadow mt-3">
<div class="card-header bg-transparent border-0 d-flex flex-column flex-lg-row justify-content-between align-items-center">
<h5 class="mb-1"> مسافت تا خانه </h5>
</div>
<div class="card-body">
<div class="d-flex flex-column flex-lg-row justify-content-between mt-1 mb-3">
<div class="d-flex justify-content-between align-items-center p-2 download2">
<img src="img/walk.png" class="img-fluid ml-2" alt="doc">
<div>
<a href="#" class="text-dark d-block"> پیاده روی تا خانه </a>
<small class="text-muted"> 30 دقیقه تا محل خرید با پیاده روی </small>
</div>
</div>
<div class="d-flex justify-content-between align-items-center p-2 download2">
<img src="img/bike.png" class="img-fluid ml-2" alt="doc">
<div>
<a href="#" class="text-dark d-block"> دوچرخه سواری تا خانه </a>
<small class="text-muted"> 12 دقیقه تا محل خرید با پیاده روی </small>
</div>
</div>
</div>
</div>
</div>
<div class="card border-0 shadow postblog mt-4 ">
<div class="card-header bg-transparent d-flex flex-column flex-lg-row mb-0 pb-0">
<div class="d-flex ">
<p> دیدگاه ها : </p>
</div>
</div>
<div class="card-body">
<div class="d-flex flex-column flex-lg-row align-items-center mb-4 review">
<img src="img/brown-wooden-house-near-trees-2360673.jpg" class="img-fluid ml-2" alt="commnets">
<div>
<div class="d-flex align-items-center mt-3 mt-lg-0">
<p class="mb-0" style="font-weight: 300;"> هادی اسمعیل پور</p>
<div class="mr-2">
<a href="#" style="color: #FFEB3B;"> <i class="fas fa-star align-middle"></i> </a>
<a href="#" style="color: #FFEB3B;"> <i class="fas fa-star align-middle"></i> </a>
<a href="#" style="color: #FFEB3B;"> <i class="fas fa-star align-middle"></i> </a>
<a href="#" style="color: #ccc;"> <i class="fas fa-star align-middle"></i> </a>
<a href="#" style="color: #ccc;"> <i class="fas fa-star align-middle"></i> </a>
</div>
</div>
<small class="text-muted d-block" style="font-weight: 300;"> 12 خرداد 1401</small>
<small>لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است. چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است </small>
</div>
</div>
</div>
</div>
<div class="card border-0 shadow mt-4 postblog mb-5">
<div class="card-header bg-transparent pb-0">
<h6 class="mb-3 d-block"> دیدگاه خود را وارد کنید </h6>
<div class="d-flex">
<p style="font-weight: 300;"> امتیاز شما : </p>
<div class="mr-2 star">
<a href="#" style="color: #ccc;"> <i class="fas fa-star align-middle"></i> </a>
<a href="#" style="color: #ccc;"> <i class="fas fa-star align-middle"></i> </a>
<a href="#" style="color: #ccc;"> <i class="fas fa-star align-middle"></i> </a>
<a href="#" style="color: #ccc;"> <i class="fas fa-star align-middle"></i> </a>
<a href="#" style="color: #ccc;"> <i class="fas fa-star align-middle"></i> </a>
</div>
</div>
</div>
<div class="card-body reviwe2">
<form action="POST">
<div class="form-group">
<input type="text" class="form-control" placeholder="نام خود را وارد کنید">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="ایمیل خود را وارد کنید">
</div>
<div class="form-group">
<textarea cols="30" rows="10" style="resize: none;" class="form-control" placeholder="دیدگاه شما . . ."></textarea>
</div>
</form>
<a href="#" class="btn px-5 hvr-push"> ارسال دیدگاه </a>
</div>
</div>
</div>
</div>
</div>
<!-- Start Register -->
<div class="register py-5 mb-0">
<div class="container">
<div class="row flex-column flex-lg-row align-items-center justify-content-between text-center">
<div>
<h4 style="font-size: 29px;word-spacing: 3px;"> همین حالا آگهی خود را ثبت کنید !!!!! </h4>
<small style="font-size: 17px;word-spacing: 3px;"> در بین 893.213 آگهی معتبر شما نیز همراه ما دیده شوید . . . </small>
</div>
<div class="mt-3 mt-lg-0">
<a href="#" class="btn px-4"> ثبت آگهی </a>
</div>
</div>
</div>
</div>
<!-- End Register -->
</main>
<!-- Start Footer -->
<footer>
<div class="footer-top py-5 mt-0">
<div class="container">
<div class="row">
<div class="col-12 col-lg-3 text-center text-lg-right mb-3">
<h6 class="text-white mb-4"> درباره هومسا </h6>
<p class="text-muted">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است. چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است
</p>
</div>
<div class="col-12 col-lg-3 text-center text-lg-right mb-3">
<h6 class="text-white mb-4"> لینک های مرتبط </h6>
<ul class="nav pr-0 flex-column">
<li class="nav-item"> <a href="about us.html" class="nav-link text-muted pt-0 pr-0"> درباره ما </a> </li>
<li class="nav-item"> <a href="contact Us.html" class="nav-link text-muted pt-0 pr-0"> تماس با ما </a> </li>
<li class="nav-item"> <a href="#" class="nav-link text-muted pt-0 pr-0"> راهنمای مشتریان </a> </li>
<li class="nav-item"> <a href="#" class="nav-link text-muted pt-0 pr-0"> قوانین ما </a> </li>
<li class="nav-item"> <a href="#" class="nav-link text-muted pt-0 pr-0"> پشتیبانی </a> </li>
</ul>
</div>
<div class="col-12 col-lg-3 text-center text-lg-right mb-3">
<h6 class="text-white mb-4"> ارتباط با ما </h6>
<p class="d-block text-muted mb-2 address"> تبریز، ولیعصر، فلکه رودکی، ساختمان آفرینش</p>
<p class="d-block text-muted mb-2"> homsa@gmail.com </p>
<p class="d-block text-muted mb-2"> 041-3256575 </p>
</div>
<div class="col-12 col-lg-3 text-center text-lg-right mb-3">
<h6 class="text-white mb-4"> هومسا در شبکه های اجتماعی</h6>
<div class="follow">
<a href="#" class="ml-3 text-muted"> <i class="fab fa-instagram align-middle"></i> </a>
<a href="#" class="ml-3 text-muted"> <i class="align-middle fab fa-facebook"></i> </a>
<a href="#" class="ml-3 text-muted"> <i class="align-middle fab fa-twitter"></i> </a>
<a href="#" class="ml-3 text-muted"> <i class="align-middle fab fa-telegram"></i> </a>
</div>
<h6 class="text-white my-4"> عضویت در خبرنامه</h6>
<div class="follow2 d-flex justify-content-center justify-content-lg-between">
<div class="form-group">
<input type="text" class="form-control rounded-pill py-3 border-0" placeholder="ایمیل خود را وارد کنید . . . ">
</div>
<div class="mr-2 mr-lg-0">
<a href="#" class="btn"> <i class="fas fa-chevron-left align-middle"></i> </a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom py-3">
<div class="container">
<div class="row d-flex flex-column flex-lg-row justify-content-center align-items-center">
<p class="mb-0 text-muted mt-2 mt-lg-0">All rights reserved 2022 - Homesa@</p>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
</body>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/all.min.js"></script>
<script src="js/myscripts.js"></script>
</html>