Mini Shell
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sri Aravindar College of Arts and Science | Quality Education in pondicherry - india</title>
<meta name="keywords" content="Sri Aravindar Arts and Science College ,Puducherry Arts College , Top Arts and Science colleges in Puducherry, Best colleges in Puducherry ">
<meta name="description" content="Sri Aravindar College of Arts and Science offers quality education in pondicherry , providing a range of undergraduate and postgraduate programs. Explore our campus and academic offerings today.">
<meta property="og:title" content="Sri Aravindar College of Arts and Science | Quality Education in pondicherry - india">
<meta property="og:description" content="Discover Sri Aravindar College of Arts and Science in pondicherry - india. Explore our range of undergraduate and postgraduate programs and our commitment to academic excellence.">
<meta property="og:url" content="https://www.aravindarcollege.com/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://www.aravindarcollege.com/images/logo.jpg">
<link rel="icon" type="image/x-icon" href="assets/img/logo/favicon.png">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/all-fontawesome.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- header start -->
<?php include_once "tb-sec/header.php" ?>
<!-- header end -->
<main class="main chairman">
<div class="team-single pt-120 pb-10">
<div class="container-fluid">
<div class="row " style="background:var(--theme-bg-light);">
<?php
$sql = "SELECT * FROM tb1_principalmessage where status=1 ORDER BY updated_log DESC LIMIT 1";
$result = $conn->query($sql);
if ($result->num_rows > 0) {
// output data of each row
while ($row = $result->fetch_assoc()) {
?>
<div class="col-xl-7 col-lg-6 col-md-12 order-2 order-md-1">
<div class="team-details">
<p><?= $row['para1'] ?>
</p>
<div class="team-details-info">
<p><?= $row['para2'] ?></p>
<p class="mt-2"><?= $row['para3'] ?></p>
</div>
</div>
</div>
<div class=" col-xl-5 col-lg-6 col-md-12 order-1 order-md-2" style="background:#fff">
<div class="team-single-img position-relative">
<img src="./admin/dynamic_image/principalsmessage/<?= $row['image'] ?>" alt class="w-100">
<div class="position-absolute bottom-0 w-100 bottom-chair-mess">
<div class="d-flex justify-content-center flex-column align-items-center gap-2 p-2">
<h4 class="mt-2 "><?= $row['name'] ?></h4>
<strong class="chairman-sub-msg">PRINCIPAL</strong>
</div>
</div>
</div>
</div>
<?php }
} ?>
</div>
</div>
</div>
<!-- <div class="biography-skil pb-80">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="biography">
<p class="mt-2">We ensure that our students have an understanding and appreciation of
Indian Tradition and culture. Our holistic approach to Education sets our brand
equity as a trusted name for value based Education and integrated learning.
Discipline, which is a non – negotiable factor of Students’ life on our campus,
inculcates value of time management and punctuality</p>
<p class="mt-2">The tradition of Sri Aravindar Arts & Science College happily brings
together sound academic achievement with an extensive, vibrant co-curricular
programme that includes Academic fest, Guest lectures, workshops, seminars,
conferences, leadership training programmes etc.</p>
<p class="mt-2">I welcome you all to this great institution of higher learning and
assure you of a nurturing and caring environment that will see all of you blossom
into empowered and sensitive human beings.</p>
<div class="text-center">
<p><b>I wish the students all success in their Endeavours</b></p>
<h4>PRINCIPAL </h4>
</div>
</div>
</div>
</div>
</div>
</div> -->
</main>
<?php include_once "tb-sec/fotter.php" ?>
<a href="#" id="scroll-top"><i class="far fa-arrow-up-from-arc"></i></a>
<script src="assets/js/jquery-3.7.1.min.js"></script>
<script src="assets/js/modernizr.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/jquery.appear.min.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/counter-up.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>
Zerion Mini Shell 1.0