MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.138.124.123
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/ppcad7no/jyotishandayurved.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/jyotishandayurved.com/about.php
<?php 

require_once("admin/config.php");

?>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8" />
    <title>Horoscope</title>
    <meta content="width=device-width, initial-scale=1.0" name="viewport" />
    
    <?php include("links.php") ?>
</head>

<body>
    
    <?php include("header.php") ?>
     <div class="hs_indx_title_main_wrapper">
        <div class="hs_title_img_overlay"></div>
        <div class="container">
            <div class="row">
                <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 full_width">
                    <div class="hs_indx_title_left_wrapper">
                        <h2>हमारे बारे में</h2>
                    </div>
                </div>
                <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 full_width">
                    <div class="hs_indx_title_right_wrapper">
                        <ul>
                            <li><a href="index.html">मुख्य पृष्ठ</a> &nbsp;&nbsp;&nbsp;> </li>
                            <li>हमारे बारे में</li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
  
    </div>
    
    <!-- hs about ind wrapper Start -->
    <div class="hs_about_indx_main_wrapper">
        <div class="container">
            <div class="row">
                <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
                    <div class="hs_about_heading_main_wrapper">
                        <div class="hs_about_heading_wrapper">
                            <h2>ज्योतिष<span> एवं आयुर्वेद के बारे में</span></h2>
                            <h4><span></span></h4>
                        </div>
                    </div>
                </div>
                <?php
                    $a_sql = "SELECT * FROM tbl_about";
                    $a_run = mysqli_query($db,$a_sql);
                    $a_fetch = mysqli_fetch_assoc($a_run);
                    $a_image = "admin/images/about-us/".$a_fetch["about_img"];
                    $a_title = $a_fetch["about_title"];
                    $a_desc = $a_fetch["about_desc"];
                
                ?>
                <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
                    <div class="hs_about_left_img_wrapper">
                        <img src="<?php echo $a_image ?>" alt="about_img" />
                    </div>
                </div>
                <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
                    <div class="hs_about_right_cont_wrapper">
                        <h2><?php echo $a_title ?></h2>
                         <p><?php echo $a_desc ?></p> 
                        
                      
                        <!--<div class="hs_effect_btn hs_about_btn">-->
                        <!--    <ul>-->
                        <!--        <li><a href="about.php" class="hs_btn_hover">"और पढ़ें"</a></li>-->
                        <!--    </ul>-->
                        <!--</div>-->
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- hs about ind wrapper End -->
    
    <?php include("home-counter-wrapper.php") ?>
    
   <?php include("home-advert-wrapper.php") ?>

    <?php include("home-testimonial.php") ?>
   
   <?php include("footer.php")?>
   
   <div class="clr">
       
   </div>
   
</body>


</html>

MMCT - 2023