Server : LiteSpeed System : Linux in-mum-web1949.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 User : u595547767 ( 595547767) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/u595547767/domains/nilasevasamithi.com/public_html/ |
<?php
include_once('admin/connect.php');
session_start();
$id=session_id();
$_SESSION['sessionid']=$id;
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Media - Nila Seva Samithi</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Sailor
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="services-page">
<header id="header" class="header sticky-top">
<div class="topbar d-flex align-items-center dark-background">
<div class="container d-flex justify-content-center justify-content-md-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope d-flex align-items-center"><a href="mailto:info@thannal.org">info@thannal.org</a></i>
<i class="bi bi-phone d-flex align-items-center ms-4"><span>9447216144 / 04884285855</span></i>
</div>
<div class="social-links d-none d-md-flex align-items-center">
<a href="#" class="twitter"><i class="bi bi-twitter-x"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div><!-- End Top Bar -->
<div class="branding">
<div class="container position-relative d-flex align-items-center justify-content-between">
<a href="index.php" class="logo d-flex align-items-center">
<img src="assets/img/logo.png" alt="">
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.php" >Home</a></li>
<li class="dropdown"><a href=""><span>About us</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="who-we-are.php">Who We Are</a></li>
<li><a href="whyus.php">Why Us</a></li>
<li><a href="Meet-our-team.php">Meet Our Team</a></li>
</ul>
</li>
<li class="dropdown"><a href="services.php"><span>Our Services</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<?php
$selservice = mysqli_query($con,"SELECT * FROM tbl_services ORDER BY service_id ASC");
$i=1;
while($srow = mysqli_fetch_array($selservice)) {
?>
<li><a href="service_details.php?id=<?php echo $srow['service_id']; ?>"><?php echo $srow['service_name']; ?></a></li>
<?php
$i++;
}
?>
</ul>
</li>
<li class="dropdown"><a href="#" class="active"><span>Media</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="Media.php">Media</a></li>
<li><a href="News-Letter.php">News letter</a></li>
<li><a href="Events.php">Events</a></li>
<li><a href="Gallery.php">Gallery</a></li>
</ul>
</li>
<li class="dropdown"><a href=""><span>Reports</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="Annual-Reports.php">Annual Reports</a></li>
</ul>
</li>
<li><a href="CSR.php">CSR</a></li>
<li class="dropdown"><a href=""><span>Get Involved</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="Volunteer.php">Volunteer</a></li>
<li><a href="Internship.php">Internship</a></li>
<li><a href="Work-with-us.php">Work with us</a></li>
</ul>
</li>
<li><a href="contact.php">Reach out to us</a></li>
<div class="donatenow"><a href="donate.php">Donate Now</a></div>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
</div>
</div>
</header>
<main class="main ab">
<!-- Page Title -->
<div class="page-title light-background medias">
<div class="container d-lg-flex justify-content-between align-items-center">
<h1 class="mb-2 mb-lg-0">Media</h1>
<nav class="breadcrumbs">
<ol>
<li><a href="index.php">Home</a></li>
<li class="current">Media</li>
</ol>
</nav>
</div>
</div><!-- End Page Title -->
<section class="Media">
<div class="container">
<div class="titles text-center">
<h2>Media Reports</h2>
</div>
<div class="row">
<?php
$selmedia=mysqli_query($con,"SELECT * FROM tbl_mediareport ORDER BY media_id ASC");
$i=1;
while ($rowmedia = mysqli_fetch_array($selmedia)) {
?>
<div class="col-md-3">
<a href="admin/<?php echo $rowmedia['media_image']; ?>" title="" data-gallery="portfolio-gallery-product" class="glightbox preview-link"> <img src="admin/<?php echo $rowmedia['media_image']; ?>" class="img-fluid" alt="">
</a>
</div>
<?php
$i++;
}
?>
</div>
</div>
</section>
<section class="video-links">
<div class="container">
<div class="titles text-center">
<h2>Video Reports</h2>
</div>
<div class="row">
<?php
$selvideo=mysqli_query($con,"SELECT * FROM tbl_videoreport ORDER BY video_id ASC");
$i=1;
while ($rowvideo = mysqli_fetch_array($selvideo)) {
?>
<div class="col-md-4">
<div class="video">
<iframe width="100%" height="220" src="<?php echo $rowvideo['video_link']; ?>" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<?php
$i++;
}
?>
</div>
</div>
</section>
</main>
<?php
include_once('footer.php');
?>