GIF89a php
Current File : /home/drbalajibabycent/public_html/speciality.php
<?php include 'db.php'; ?>

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


<!-- Mirrored from bracketweb.com/alefox-html/services.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 27 Nov 2024 05:30:25 GMT -->
<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Speciality</title>
     <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="description" content="Consultant Neonatologist & Pediatrician: Pioneering Neonatal Care in Salem

Meet the first DM-qualified Neonatologist in Salem, a highly esteemed Consultant Neonatologist and Pediatrician who has made significant contributions to neonatal care. As a past president of the National Neonatology Forum, he has spearheaded numerous Continuing Medical Education (CME) programs in Salem, fostering professional development in the field.

He introduced groundbreaking treatments to Salem, being the first to implement whole body cooling and inhaled nitric oxide therapy for newborns. His expertise and dedication have led to remarkable successes, including saving a 500-gram newborn, the second smallest baby to survive in Tamil Nadu.

As a National Trainer in the Advanced Neonatal Resuscitation Program (NRP India), he has trained numerous doctors and nurses across Tamil Nadu, enhancing neonatal care standards. His contributions extend to the national stage, where he has presented numerous papers and delivered lectures at prestigious conferences throughout India.">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta property="og:title" content="DR BALAJI BABY CENTER">
    <meta property="og:type" content="Website">
    <meta property="og:url" content="http://drbalajibabycenter.com/speciality.php">
     <meta property="og:image" content="Logo/Logo1.jpg">
    <meta property="og:image:secure_url" content="Logo/Logo1.jpg">
    <meta name="viewport" content="width=device-width, user-scalable=no">
    <link rel="image src" href="Logo/Logo1.jpg">
    
    <!-- Favicon -->
    <link rel="shortcut icon" type="image/x-icon" href="Logo/Logo1.jpg">
    <!-- favicons Icons -->

    <!-- fonts -->
    <link rel="preconnect" href="https://fonts.googleapis.com/">
    <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap" rel="stylesheet">


    <link rel="stylesheet" href="assets/vendors/bootstrap/css/bootstrap.min.css" />
    <link rel="stylesheet" href="assets/vendors/bootstrap-select/bootstrap-select.min.css" />
    <link rel="stylesheet" href="assets/vendors/animate/animate.min.css" />
    <link rel="stylesheet" href="assets/vendors/fontawesome/css/all.min.css" />
    <link rel="stylesheet" href="assets/vendors/icofont/icofont.min.css" />
    <link rel="stylesheet" href="assets/vendors/jquery-ui/jquery-ui.css" />
    <link rel="stylesheet" href="assets/vendors/jarallax/jarallax.css" />
    <link rel="stylesheet" href="assets/vendors/jquery-magnific-popup/jquery.magnific-popup.css" />
    <link rel="stylesheet" href="assets/vendors/nouislider/nouislider.min.css" />
    <link rel="stylesheet" href="assets/vendors/nouislider/nouislider.pips.css" />
    <link rel="stylesheet" href="assets/vendors/tiny-slider/tiny-slider.css" />
    <link rel="stylesheet" href="assets/vendors/slick/slick.css">
    <link rel="stylesheet" href="assets/vendors/alefox-icons/style.css" />
    <link rel="stylesheet" href="assets/vendors/owl-carousel/css/owl.carousel.min.css" />
    <link rel="stylesheet" href="assets/vendors/owl-carousel/css/owl.theme.default.min.css" />

    <!-- template styles -->
    <link rel="stylesheet" href="assets/css/alefox.css" />
</head>

<body class="custom-cursor">

   <?php include 'include/header.php'; ?>
   
        <section class="page-header">
            <div class="page-header__shape-left"></div>
            <div class="page-header__shape-right"></div>
            <div class="page-header__bg" style="background-image: url('image/breadscrumbs/bread.png');"></div>
            <!-- /.page-header__bg -->
            <div class="container">
                <h2 class="page-header__title bw-split-in-down">Speciality</h2>
                <ul class="alefox-breadcrumb list-unstyled">
                    <li><a href="index.php">Home</a></li>
                    <li><span>Speciality</span></li>
                </ul><!-- /.thm-breadcrumb list-unstyled -->
            </div><!-- /.container -->
        </section><!-- /.page-header -->

        <!-- Service Start -->
        <section class="service-two" style="padding:60px 0px;">
            <div class="container">
                <div class="row gutter-y-30">
                    
                     <?php
$ret=mysqli_query($db,"select * from p7");
while($row=mysqli_fetch_array($ret))
{
?>
                    
                    <div class="col-lg-4 col-md-6"><a href="products-details.php?cid=<?php echo $row['id'];?>">
                        <div class="service-two__item wow fadeInUp" data-wow-delay="00ms">
                            <div class="service-two__item__image">
                                <img style="height:250px;" src="Admin-Panel/image/Speciality/<?php echo $row['file1'];?>" alt="alefox">
                            </div>
                            <div class="service-two__item__content">
                                <div class="service-two__item__icon">
                                    <img style="width:50px;" src="Logo/Logo1.jpg">
                                </div><!-- /.service-icon --></a>
                                <h3 class="service-two__item__title" style="font-size:16px;">
                                    <a href="#"><?php echo $row['name'];?></a>
                                </h3>
                                
                             </div>
                        </div><!-- /.service-item -->
                    </div>
                    
                    
                   <?php  }  ?> 
                   
                   
                   
                </div>
            </div>
        </section>
        <!-- Service End -->

        <?php include 'include/footer.php'; ?>


    <script src="assets/vendors/jquery/jquery-3.7.0.min.js"></script>
    <script src="assets/vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
    <script src="assets/vendors/bootstrap-select/bootstrap-select.min.js"></script>
    <script src="assets/vendors/jarallax/jarallax.min.js"></script>
    <script src="assets/vendors/jquery-ui/jquery-ui.js"></script>
    <script src="assets/vendors/jquery-ajaxchimp/jquery.ajaxchimp.min.js"></script>
    <script src="assets/vendors/jquery-appear/jquery.appear.min.js"></script>
    <script src="assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js"></script>
    <script src="assets/vendors/jquery-magnific-popup/jquery.magnific-popup.min.js"></script>
    <script src="assets/vendors/jquery-validate/jquery.validate.min.js"></script>
    <script src="assets/vendors/nouislider/nouislider.min.js"></script>
    <script src="assets/vendors/tiny-slider/tiny-slider.js"></script>
    <script src="assets/vendors/wnumb/wNumb.min.js"></script>
    <script src="assets/vendors/owl-carousel/js/owl.carousel.min.js"></script>
    <script src="assets/vendors/wow/wow.js"></script>
    <script src="assets/vendors/imagesloaded/imagesloaded.min.js"></script>
    <script src="assets/vendors/isotope/isotope.js"></script>
    <script src="assets/vendors/slick/slick.min.js"></script>
    <script src="assets/vendors/countdown/countdown.min.js"></script>
    <script src="assets/vendors/jquery-circleType/jquery.circleType.js"></script>
    <script src="assets/vendors/jquery-lettering/jquery.lettering.min.js"></script>
    <script src="assets/vendors/progress-bar/knob.js"></script>
    <!-- gsap js -->
    <script src="assets/vendors/gsap/gsap.js"></script>
    <script src="assets/vendors/gsap/scrolltrigger.min.js"></script>
    <script src="assets/vendors/gsap/splittext.min.js"></script>
    <script src="assets/vendors/gsap/alefox-split.js"></script>
    <!-- template js -->
    <script src="assets/js/alefox.js"></script>
</body>


<!-- Mirrored from bracketweb.com/alefox-html/services.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 27 Nov 2024 05:30:26 GMT -->
</html>