ok

Mini Shell

Direktori : /home/importfo/public_html/smilehomehealthcare.in/
Upload File :
Current File : /home/importfo/public_html/smilehomehealthcare.in/medical.php

<?php include("admin/config.php");?>
<!DOCTYPE html>
<html lang="en">

<head>
	<meta charset="UTF-8">
	<title>About Us - Smile Home Health Care - smile home health care, health care, smile home care, nursing,Corona Care,Nursing Care,Home Nursing Care,ICU Setup</title> 

	<!-- mobile responsive meta -->
	<meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
	<link rel="stylesheet" href="css/style.css">
	<link rel="stylesheet" href="css/responsive.css">
	<link rel="stylesheet" href="fonts/flaticon.css" />
	<!--favicon-->
	<link rel="icon" sizes="image/png" href="images/favicon/fav.png">

</head>

<body>
	<div class="boxed_wrapper">
		

		<?php include("top.php") ?>

        <!--Page Title-->
        <section class="page-title4">
            <div class="container">
                <div class="row clearfix">
                    <div class="col-md-6 col-sm-6 col-xs-12 pull-left">
                        <?php 
                            if(isset($_GET['slug']))
                            {
                              $slug=$_GET['slug'];
                            }
                            else
                            {
                              $slug=0;
                            }
                           $sql="select * from parts where p_id='$slug'";
                            $res=mysqli_query($db,$sql);
                            $row=mysqli_fetch_array($res);
                            $img=$row['parts_image'];
                            $desc=$row['short_desc'];
                            $dc=$row['desc'];
                            ?>
                        <h1> <a href="medical.php?slug=<?php echo $row['p_id']; ?>"><?php echo $row['short_desc']; ?></a>
                                </h1>
                        <p></p>
                    
                    </div>
                    
                    <div class="overlay"></div>
                </div>
            </div>
        </section>
        <!--Page Title Ends-->

        <section class="service-single">
            <div class="container">
                <div class="row">
                    <div class="col-md-4 col-sm-12 col-xs-12">
                        <div class="service-sidebar">
                            <ul class="service-catergory">
                                 <?php
                            $sql="SELECT * from parts";
                            $res=mysqli_query($db,$sql);
                            while($row=mysqli_fetch_array($res))
                            {
                        ?>
                               
                                <li class="active">
                                    <a href="medical.php?slug=<?php echo $row['p_id']; ?>"><?php echo $row['short_desc']; ?></a>
                                </li>

                                    
                                            <?php }?>
                            </ul>
                        </div>
                    </div>
                    <div class="col-md-8 col-sm-12 col-xs-12">

                        <div class="outer-box">
                            <?php 
                            if(isset($_GET['slug']))
                            {
                              $slug=$_GET['slug'];
                            }
                            else
                            {
                              $slug=0;
                            }
                           $sql="select * from parts where p_id='$slug'";
                            $res=mysqli_query($db,$sql);
                            $row=mysqli_fetch_array($res);
                            $img=$row['parts_image'];
                            $desc=$row['short_desc'];
                            $dc=$row['desc'];
                            ?>
                            <div class="img-box"><img src="admin/upload/<?php echo $row['parts_image']; ?>" alt=""></div>


                            <div class="content-box">
                                <div class="sec-title">
                                    <h4><?php echo $row['short_desc']; ?></h4>
                                </div>

                                <div class="text">
                                    <p>Gujarat’s Leading & Most trusted Home Healthcare service provider, we at Smile home health care, consider it our utmost responsibility to ensure the well-being of the general public in these difficult times of the Covid 19 Pandemic. </p><br/>
                                    <p>With the number of cases on a rise, the hospitals have been operating at full capacity, with hardly any beds available. The cost of treatment has also escalated. As a result, many people who are tested positive for Covid-19 or have a history of exposure, don’t wish to go to the hospital but instead be treated at home.</p>
                                </div><br/>
                                <div class="link_btn">
                                    <a href="contact.php" class="thm-btn style-2">Contact Now</a>
                        
                                </div>

                             

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

        <!--call-to-action section-->
       

        
        <?php include("footer.php") ?>


        <!-- Scroll Top Button -->
      
        <!-- pre loader  -->
        

        <!-- jQuery js -->
        <script src="js/jquery.js"></script>
        <!-- bootstrap js -->
        <script src="js/bootstrap.min.js"></script>
        <!-- jQuery ui js -->
        <script src="js/jquery-ui.js"></script>
        <!-- owl carousel js -->
        <script src="js/owl.carousel.min.js"></script>
        <!-- jQuery validation -->
        <script src="js/jquery.validate.min.js"></script>
        <!-- google map -->
        <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRvBPo3-t31YFk588DpMYS6EqKf-oGBSI"></script>
        <script src="js/gmap.js"></script>
        <!-- mixit up -->
        <script src="js/wow.js"></script>
        <script src="js/jquery.mixitup.min.js"></script>
        <script src="js/jquery.fitvids.js"></script>
        <script src="js/bootstrap-select.min.js"></script>
        <script src="js/menuzord.js"></script>

        <!-- revolution slider js -->
        <script src="assets/revolution/js/jquery.themepunch.tools.min.js"></script>
        <script src="assets/revolution/js/jquery.themepunch.revolution.min.js"></script>
        <script src="assets/revolution/js/extensions/revolution.extension.actions.min.js"></script>
        <script src="assets/revolution/js/extensions/revolution.extension.carousel.min.js"></script>
        <script src="assets/revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
        <script src="assets/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
        <script src="assets/revolution/js/extensions/revolution.extension.migration.min.js"></script>
        <script src="assets/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
        <script src="assets/revolution/js/extensions/revolution.extension.parallax.min.js"></script>
        <script src="assets/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
        <script src="assets/revolution/js/extensions/revolution.extension.video.min.js"></script>

        <!-- fancy box -->
        <script src="js/jquery.fancybox.pack.js"></script>
        <script src="js/jquery.polyglot.language.switcher.js"></script>
        <script src="js/nouislider.js"></script>
        <script src="js/jquery.bootstrap-touchspin.js"></script>
        <script src="js/SmoothScroll.js"></script>
        <script src="js/jquery.appear.js"></script>
        <script src="js/jquery.countTo.js"></script>
        <script src="js/jquery.flexslider.js"></script>
        <script src="js/imagezoom.js"></script>
        <script src="js/validation.js"></script>
        <script src="js/jquery.timepicker.js"></script>
        <script id="map-script" src="js/default-map.js"></script>
        <script src="js/jquery.ptTimeSelect.js"></script>
        <script src="js/custom.js"></script>

    </div>

</body>

</html>




Zerion Mini Shell 1.0