ok

Mini Shell

Direktori : /home/importfo/www/drvidhisphysiotherapy.com/
Upload File :
Current File : /home/importfo/www/drvidhisphysiotherapy.com/services.php

<!DOCTYPE html>
<html dir="ltr" lang="en">

<!-- Mirrored from html.kodesolution.com/2016/health-zone-html/demo/page-services-style2.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 12 Jul 2024 12:15:59 GMT -->

<head>

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1.0" />
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    <meta name="description"
        content="HealthZone - Daring Multi Concept Theme for Medical, Nursing, Yoga, Sports, Gym & Fitness" />
    <meta name="keywords" content="building,business,construction,cleaning,transport,workshop" />
    <meta name="author" content="ThemeMascot" />

    <title>Dr. Vidhi Patel (Physiotherapy and Slimming Center)</title>

    <link href="images/logo-wide-1.jpg" rel="shortcut icon" type="image/jpg">
    <link href="images/logo-wide-1.jpg" rel="apple-touch-icon">
    <link href="iimages/logo-wide-1.jpg" rel="apple-touch-icon" sizes="72x72">
    <link href="images/logo-wide-1.jpg" rel="apple-touch-icon" sizes="114x114">
    <link href="images/logo-wide-1.jpg" rel="apple-touch-icon" sizes="144x144">

    <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
    <link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css">
    <link href="css/animate.css" rel="stylesheet" type="text/css">
    <link href="css/css-plugin-collections.css" rel="stylesheet" />

    <link id="menuzord-menu-skins" href="css/menuzord-skins/menuzord-boxed.css" rel="stylesheet" />

    <link href="css/style-main.css" rel="stylesheet" type="text/css">

    <link href="css/colors/theme-skin-sky-blue-light.css" rel="stylesheet" type="text/css">

    <link href="css/preloader.css" rel="stylesheet" type="text/css">

    <link href="css/custom-bootstrap-margin-padding.css" rel="stylesheet" type="text/css">

    <link href="css/responsive.css" rel="stylesheet" type="text/css">



    <script src="js/jquery-2.2.4.min.js"></script>
    <script src="js/jquery-ui.min.js"></script>
    <script src="js/bootstrap.min.js"></script>

    <script src="js/jquery-plugin-collection.js"></script>

    <link href="js/revolution-slider/css/settings.css" rel="stylesheet" type="text/css" />
    <link href="js/revolution-slider/css/layers.css" rel="stylesheet" type="text/css" />
    <link href="js/revolution-slider/css/navigation.css" rel="stylesheet" type="text/css" />

    <script src="js/revolution-slider/js/jquery.themepunch.tools.min.js"></script>
    <script src="js/revolution-slider/js/jquery.themepunch.revolution.min.js"></script>

    <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.actions.min.js">
    </script>
    <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.carousel.min.js">
    </script>
    <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.kenburn.min.js">
    </script>
    <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.layeranimation.min.js">
    </script>
    <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.migration.min.js">
    </script>
    <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.navigation.min.js">
    </script>
    <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.parallax.min.js">
    </script>
    <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.slideanims.min.js">
    </script>
    <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.video.min.js"></script>


    <!--[if lt IE 9]>
  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>

<body class>
    <div id="wrapper">

        <!-- <div id="preloader">
            <div id="spinner">
                <img src="images/preloaders/1.gif" alt>
            </div>
            <div id="disable-preloader" class="btn btn-default btn-sm">Disable Preloader</div>
        </div> -->

        <?php include("partials/header.php"); ?>

        <div class="main-content">

            <section class="inner-header divider parallax layer-overlay overlay-dark-5" data-parallax-ratio="0.7"
                data-bg-img="images/bg/bg1.jpg">
                <div class="container pt-100 pb-50">

                    <div class="section-content pt-100">
                        <div class="row">
                            <div class="col-md-12">
                                <h3 class="title text-white">Services</h3>
                            </div>
                        </div>
                    </div>
                </div>
            </section>


            <section id="classes" data-bg-img="images/pattern/p8.png">
                <div class="container">
                    <div class="row mtli-row-clearfix">
                        <?php 
                        include("admin/config.php");
                        $sql = "SELECT *, LEFT(`desc`, 150) AS s_desc FROM `parts`";
                        $result = mysqli_query($db, $sql);
                        while ($row = mysqli_fetch_assoc($result)) {
                        ?>
                        <div class="col-md-4" style="text-align:justify;">
                            <div class="bg-white class-item box-hover-effect mb-20 effect1 mb-md-30">
                                <a href="services-details.php?id=<?php echo $row['p_id'] ?>">
                                    <div class="thumb mb-20"> <img alt="featured project"
                                            src="admin/upload/<?php echo $row['parts_image'] ?>"
                                            class="img-responsive img-fullwidth" style="    width: 100%; height: 240px;"> </div>
                                </a>

                                <div style="text-align: justify;" class="content text-left p-25 pt-0 flip">
                                    <a href="services-details.php?id=<?php echo $row['p_id'] ?>">
                                        <h4 class="text-uppercase text-theme-colored font-weight-800">
                                            <?php echo $row['short_desc'] ?></h4>
                                    </a>

                                    <div class="line-bottom  mt-10 mb-10"></div>
                                    <p ><?php echo $row['s_desc'] ?></p>
                                    <a style="color:black" href="services-details.php?id=<?php echo $row['p_id'] ?>"
                                        class="btn-read-more btn-sm">Read More</a>
                                </div>
                            </div>
                        </div>
                        <?php } ?>

                    </div>
                </div>
            </section>


        </div>

        <?php include("partials/footer.php"); ?>

        <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a>
    </div>



    <script src="js/custom.js"></script>
</body>

</html>

Zerion Mini Shell 1.0