<?php
ob_start();
session_start();
$pageTitle = 'Alliwan | Projects';
include 'init.php';
?>
<div class="nohead"></div>
<section class="site-section" id="blog-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center" data-aos="fade">
<h2 class="section-title mb-3">كل المشاريع</h2>
</div>
</div>
<!--
<div class="row justify-content-center mb-5">
<div id="filters" class="filters text-center button-group col-md-12">
<button class="btn btn-primary active" data-filter="*">الكل</button>
<button class="btn btn-primary" data-filter=".interior">الديكور الداخلي</button>
<button class="btn btn-primary" data-filter=".Exterior">التصميم الخارجي</button>
<button class="btn btn-primary" data-filter=".offices">تصميم المكاتب</button>
<button class="btn btn-primary" data-filter=".villa">تصميم الفيلات</button>
<button class="btn btn-primary" data-filter=".landscape">تنسيق الحدائق</button>
<button class="btn btn-primary" data-filter=".Execution">تصميم & تنفيذ</button>
</div>
</div>
-->
<div id="posts" class="row no-gutter">
<?php
foreach (getarproj() as $key ) {
?>
<div class="item
<?php
if ($key['type'] == 1) {
echo 'interior';
}elseif ($key['type'] == 2) {
echo 'Exterior';
}elseif ($key['type'] == 3) {
echo 'offices';
}elseif ($key['type'] == 4) {
echo 'landscape';
}elseif ($key['type'] == 5) {
echo 'villa';
}elseif ($key['type'] == 6) {
echo 'Execution';
}
?>
col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="">
<div class="h-entry text-center">
<a href="details.php?projectcode=<?php echo $key['code']; ?>">
<img style="height: 220px;width: 100%" src="../admin/images/uploads/projects/<?php echo $key['img1'];?>" alt="Image" class="img-fluid">
</a>
<h2 class="font-size-regular"><a href="#"><?php echo $key['ar_tittle']?></a></h2>
<div class="meta mb-4"><?php echo $key['ar_compname'] ?><span class="mx-2">•</span> <?php echo $key['donedate'] ?></div>
<hr>
<p class="mypr_desc"> <?php echo substr($key['ar_description'], 0, 120) . "..."?></p>
<hr>
<p><a href="details.php?projectcode=<?php echo $key['code']; ?>" class="btn btn-primary m-auto text-center my-2 mb-2"> عرض المشروع </a></p>
</div>
</div>
<?php }?>
</div>
</div>
</section>
<?php
include $tpl . 'footer_ar.php';
ob_end_flush();
?>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| aboutus.php | File | 15.22 KB | 0644 |
|
| add_consultation.php | File | 2.94 KB | 0644 |
|
| contact.php | File | 4.29 KB | 0644 |
|
| costresult.php | File | 14.62 KB | 0644 |
|
| costscalc.php | File | 44.42 KB | 0644 |
|
| customer_special.php | File | 17.66 KB | 0644 |
|
| details.php | File | 6.2 KB | 0644 |
|
| error_log | File | 4.54 KB | 0644 |
|
| index.php | File | 21.4 KB | 0644 |
|
| init.php | File | 584 B | 0644 |
|
| projects.php | File | 3.01 KB | 0644 |
|
| ret.php | File | 3.39 KB | 0644 |
|
| services.php | File | 9.94 KB | 0644 |
|