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 A-sub-course committee">
<div class="department-single-area pt-30 pb-50">
<div class="container-fluid">
<div class="department-single-wrapper">
<div class="row">
<?php include_once "committee-tab.php" ?>
<div class=" col-xl-9 col-lg-9 order-1 order-lg-1">
<!-- Main content area -->
<div class="department-details">
<div class="row">
<div class="col-lg-6 mx-auto">
<div class="site-heading text-center">
<span class="site-title-tagline"><i class="far fa-book-open-reader"></i>
COMMITTEE</span>
<h2 class="site-title">Let's Check Our <span>Alumni Association</span></h2>
</div>
</div>
<div class="col-md-12">
<p class="text-center"><strong >"Connecting a powerful Network of Powerful Women People"</strong></p>
<p>The mission of the alumni association of our college is to support alumni as
they continue to transform throughout their lives, connecting them with the
college and with other alumni. Our alumni association remains as a nest for
its flock of birds by conducting Alumni Meet every year. We cordially invite
our old birds to be back on their nest.</p>
<div class="tuition-fee-table pt-20">
<div class="table-responsive">
<table class="table table-light">
<thead>
<tr>
<th>Name</th>
</tr>
</thead>
<tbody>
<?php
$sql = "SELECT * FROM tb1_alumini WHERE status = 1 ORDER BY updated_log DESC";
$result = $conn->query($sql);
if ($result->num_rows > 0) {
// output data of each row
while ($row = $result->fetch_assoc()) {
?>
<tr>
<td><?= $row['name'] ?></td>
</tr>
<?php }
} ?>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-md-6 p-2"><img src="assets/img/athletic/alumini-1.png" class="w-100" alt=""></div>
<div class="col-12 col-md-6 p-2"><img src="assets/img/athletic/alumini-2.png" class="w-100" alt=""></div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include_once "brand.php" ?>
</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