|
Server IP : 2a02:4780:11:1373:0:3017:be17:10 / Your IP : 216.73.216.55 Web Server : LiteSpeed System : Linux in-mum-web1273.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u806862359 ( 806862359) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u806862359/domains/pbacbse.org/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
include('header.php');
$news_letter_class = "newsletter-area-3";
?>
<section class="page-banner">
<div class="page-banner-bg bg_cover" style="background-image: url(assets/images/page-banner.jpg);">
<div class="container">
<div class="banner-content text-center">
<h2 class="title">Vision</h2>
</div>
</div>
</div>
</section>
<section class="about-area">
<div class="container">
<div class="row">
<div class="col-lg-7">
<div class="">
<h2 class="about-title">Vision </h2>
<span class="line"></span>
<?php
$sel_about = mysqli_query($con,"select vision from web_content");
$res_about = mysqli_fetch_array($sel_about);
?>
<p><?php echo $res_about[0]; ?></p>
</div>
</div>
<div class="col-lg-5">
<div class="about-image mt-20">
<div class="single-image image-1">
<img src="assets/images/about/about-1.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<?php include('footer.php'); ?>