ok

Mini Shell

Direktori : /home/importfo/public_html/bosonphysics.com/
Upload File :
Current File : //home/importfo/public_html/bosonphysics.com/result.php

<!DOCTYPE html>
<html class="no-js" lang="zxx">

<head>
    <title>Results | BOSON Physics With Pranav</title>
        <?php include('links.php') ?>
        <style>
            .edu-gallery-grid {
    width: 100%;
}

@media (max-width: 479px){
.edu-gallery-grid {
    width: 100%;
}
}
        </style>
</head>

<body class="sticky-header ">
    

   

    <div id="main-wrapper" class="main-wrapper">

        <!--=====================================-->
        <!--=        Header Area Start          =-->
        <!--=====================================-->
        <?php include('header.php') ?>
        <!--=====================================-->
        <!--=       Breadcrumb Area Start      =-->
        <!--=====================================-->


        <!--<div class="edu-breadcrumb-area">-->
        <!--    <div class="container">-->
        <!--        <div class="breadcrumb-inner">-->
        <!--            <div class="page-title">-->
        <!--                <h1 class="title">Result</h1>-->
        <!--            </div>-->
        <!--            <ul class="edu-breadcrumb">-->
        <!--                <li class="breadcrumb-item"><a href="index.php">Home</a></li>-->
        <!--                <li class="separator"><i class="icon-angle-right"></i></li>-->
        <!--                <li class="breadcrumb-item active" aria-current="page">Result</li>-->
        <!--            </ul>-->
        <!--        </div>-->
        <!--    </div>-->
        <!--    <ul class="shape-group">-->
        <!--        <li class="shape-1">-->
        <!--            <span></span>-->
        <!--        </li>-->
        <!--        <li class="shape-2 scene"><img data-depth="2" src="assets/images/about/shape-13.png" alt="shape"></li>-->
        <!--        <li class="shape-3 scene"><img data-depth="-2" src="assets/images/about/shape-15.png" alt="shape"></li>-->
        <!--        <li class="shape-4">-->
        <!--            <span></span>-->
        <!--        </li>-->
        <!--        <li class="shape-5 scene"><img data-depth="2" src="assets/images/about/shape-07.png" alt="shape"></li>-->
        <!--    </ul>-->
        <!--</div>-->

        <!--=====================================-->
        <!--=        Gallery Area Start            =-->
        <!--=====================================-->
         <div class="edu-gallery-area edu-section-gap edu-blog-area">
            <div class="container">
           
                <div class="isotope-wrapper">
                    <div class="isotop-button button-transparent isotop-filter">
                        <button data-filter="*" class="is-checked">
                            <span class="filter-text">All</span>
                        </button>
                          <button data-filter=".2023">
                            <span class="filter-text">2023</span>
                        </button>
                         <button data-filter=".2022">
                            <span class="filter-text">2022</span>
                        </button>
                        <button data-filter=".2021">
                            <span class="filter-text">2021</span>
                        </button>
                         <button data-filter=".2020">
                            <span class="filter-text">2020</span>
                        </button>
                          <button data-filter=".2019">
                            <span class="filter-text">2019</span>
                        </button>
                         <button data-filter=".2018">
                            <span class="filter-text">2018</span>
                        </button>
                         <button data-filter=".2017">
                            <span class="filter-text">2017</span>
                        </button>
                           <button data-filter=".2016">
                            <span class="filter-text">2016</span>
                        </button>
                         <button data-filter=".2015">
                            <span class="filter-text">2015</span>
                        </button>
                           <button data-filter=".2014">
                            <span class="filter-text">2014</span>
                        </button> 
                        <button data-filter=".2013">
                            <span class="filter-text">2013</span>
                        </button> 
                         <button data-filter=".2012">
                            <span class="filter-text">2012</span>
                        </button> 
                        
                     
                       
                     
                       
                       
                      
                       
                        
                        
                       
                    </div>
                    <div class="isotope-list gallery-grid-wrap">
                        <div id="animated-thumbnials">

                         <?php
                               $sql="SELECT * from gallery1 order by a_id desc";
                                $res=mysqli_query($db,$sql);
                                while($row=mysqli_fetch_array($res))
                                {
                            ?>
                            <a href="admin/upload/<?php echo $row['app_image']; ?>" class="edu-popup-image edu-gallery-grid p-gallery-grid-wrap isotope-item <?php echo $row['title']; ?>">
                                <div class="thumbnail">
                                    <img src="admin/upload/<?php echo $row['app_image']; ?>" alt="Gallery Image">
                                </div>
                                <div class="zoom-icon">
                                    <i class="icon-69"></i>
                                </div>
                            </a>
                              <?php } ?>
                        </div>
                    </div>
                </div>
            </div>
            <ul class="shape-group">
                <li class="shape-1 scene" style="transform: translate3d(0px, 0px, 0px) rotate(0.0001deg); transform-style: preserve-3d; backface-visibility: hidden; pointer-events: none;">
                    <img data-depth="-1.4" src="assets/images/about/shape-02.png" alt="Shape" style="transform: translate3d(0px, 0px, 0px); transform-style: preserve-3d; backface-visibility: hidden; position: relative; display: block; left: 0px; top: 0px;">
                </li>
                <li class="shape-2 scene" style="transform: translate3d(0px, 0px, 0px) rotate(0.0001deg); transform-style: preserve-3d; backface-visibility: hidden; pointer-events: none;">
                    <span data-depth="2.5" style="transform: translate3d(0px, 0px, 0px); transform-style: preserve-3d; backface-visibility: hidden; position: relative; display: block; left: 0px; top: 0px;"></span>
                </li>
                <li class="shape-3 scene" style="transform: translate3d(0px, 0px, 0px) rotate(0.0001deg); transform-style: preserve-3d; backface-visibility: hidden; pointer-events: none;">
                    <img data-depth="-2.3" src="assets/images/counterup/shape-05.png" alt="Shape" style="transform: translate3d(0px, 0px, 0px); transform-style: preserve-3d; backface-visibility: hidden; position: relative; display: block; left: 0px; top: 0px;">
                </li>
            </ul>
        </div>
      
        <!-- Start Footer Area  -->
       <?php include('footer.php') ?>
        <!-- End Footer Area  -->

    </div>

    <?php include('javascript.php') ?>
</body>


</html>

Zerion Mini Shell 1.0