PHP 8.0.30
Preview: services.php Size: 3.71 KB
/home/ostadcom/public_html/ostadgroup.com/services.php

<?php
include "admin/php/functions.php";
?>
<!doctype html>
<html class="no-js" lang="en">

<head>
    <title>Ostad Group - Services</title>
    <meta name="description" content="">
    <?php include "head.php"; ?>
</head>

<body>

<!--============================== Preloader ==============================-->
<?php include "preloader.php"; ?>

<?php include "menu.php"; ?>

<!--============================== Breadcumb ============================== -->
<div class="breadcumb-wrapper " data-bg-src="assets/img/bg/breadcumb-bg.jpg">
    <div class="container">
        <div class="breadcumb-content">
            <h1 class="breadcumb-title">Services</h1>
            <ul class="breadcumb-menu">
                <li><a href="index.php">Home</a></li>
                <li>Services</li>
            </ul>
        </div>
    </div>
</div>

<!--============================== Service Area  ==============================-->
<section class="overflow-hidden space" id="service-sec">
    <div class="shape-mockup spin" data-top="0%" data-right="0%"><img src="assets/img/shape/lines_1.png" alt="shape">
    </div>
    <div class="container">
        <div class="row justify-content-center">
            <div class="col-xl-8 col-md-10">
                <div class="title-area text-center">
                    <span class="sub-title"><img src="assets/img/theme-img/title_icon.svg"
                                                 alt="Icon">Our Services</span>
                    <h2 class="sec-title">What Are Our Services?</h2>
                </div>
            </div>
        </div>
        <div class="row gy-4">
            <?php
            $service = $connect -> prepare("select * from `tbl_service` where `delete_flag` = 0 order by `id` desc");
            $service -> execute();
            if($service -> rowCount() > 0){
                while ($serviceRows = $service -> fetch(PDO::FETCH_ASSOC)){
            ?>
            <div class="col-xxl-4 col-lg-4 col-md-6">
                <div class="service-card text-center">
                    <img src="<?php echo $serviceRows['image']; ?>" style="border-radius: 35px;margin-bottom: 20px;">
                    <h3 class="box-title"><a href="service-details.php?id=<?php echo $serviceRows['id']; ?>"><?php echo $serviceRows['title']; ?></a></h3>
                    <a href="service-details.php?id=<?php echo $serviceRows['id']; ?>" class="th-btn btn-sm">Read More<i
                                class="far fa-arrow-right ms-2"></i></a>
                </div>
            </div>
            <?php
                }
            }
            ?>
        </div>
    </div>
</section>

<!--============================== Footer Area ==============================-->
<?php include "footer.php"; ?>

<!-- Scroll To Top -->
<div class="scroll-top">
    <svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
        <path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98"
              style="transition: stroke-dashoffset 10ms linear 0s; stroke-dasharray: 307.919, 307.919; stroke-dashoffset: 307.919;"></path>
    </svg>
</div>

<script src="<?php echo $url; ?>assets/js/vendor/jquery-3.7.1.min.js"></script>
<script src="<?php echo $url; ?>assets/js/swiper-bundle.min.js"></script>
<script src="<?php echo $url; ?>assets/js/bootstrap.min.js"></script>
<script src="<?php echo $url; ?>assets/js/jquery.magnific-popup.min.js"></script>
<script src="<?php echo $url; ?>assets/js/jquery.counterup.min.js"></script>
<script src="<?php echo $url; ?>assets/js/tilt.jquery.min.js"></script>
<script src="<?php echo $url; ?>assets/js/imagesloaded.pkgd.min.js"></script>
<script src="<?php echo $url; ?>assets/js/isotope.pkgd.min.js"></script>
<script src="<?php echo $url; ?>assets/js/main.js"></script>
</body>

</html>

Directory Contents

Dirs: 4 × Files: 18

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-17 18:27:30
Edit Download
admin DIR
- drwxr-xr-x 2026-07-25 23:31:38
Edit Download
assets DIR
- drwxr-xr-x 2026-01-01 07:37:07
Edit Download
images DIR
- drwxr-xr-x 2025-12-31 08:29:39
Edit Download
700 B lrw-r--r-- 2026-08-01 00:14:03
Edit Download
6.01 KB lrw-r--r-- 2026-01-01 07:18:27
Edit Download
6.34 KB lrw-r--r-- 2026-01-01 07:18:07
Edit Download
6.89 KB lrw-r--r-- 2026-01-01 07:17:50
Edit Download
4.32 KB lrw-r--r-- 2026-01-01 07:17:32
Edit Download
8.00 MB lrw-r--r-- 2026-08-02 05:35:46
Edit Download
5.24 KB lrw-r--r-- 2024-12-29 10:45:04
Edit Download
1.62 KB lrw-r--r-- 2026-01-01 07:14:35
Edit Download
25.78 KB lrw-r--r-- 2026-01-01 07:42:03
Edit Download
9.35 KB lrw-r--r-- 2025-02-05 08:03:32
Edit Download
355 B lrw-r--r-- 2024-08-04 18:32:42
Edit Download
66 B lrw-r--r-- 2025-11-27 07:18:17
Edit Download
8.05 KB lrw-r--r-- 2026-01-01 04:15:18
Edit Download
5.31 KB lrw-r--r-- 2026-01-01 07:17:00
Edit Download
3.71 KB lrw-r--r-- 2026-01-01 07:16:41
Edit Download
5.93 KB lrw-r--r-- 2026-01-01 04:15:18
Edit Download
3.88 KB lrw-r--r-- 2026-01-01 04:15:18
Edit Download
1.02 KB lrw-r--r-- 2026-01-01 04:15:18
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).