📁
File Manager
/home/nepsrganj/public_html/application/views
7.4.33 · Linux
/
/
home
/
nepsrganj
/
public_html
/
application
/
views
/home/nepsrganj/public_html/application/views/folder.php
← Back to folder
<head> <style>/* Only for demo purposes. */ .lightbox-gallery{background-image: linear-gradient(white, white);background-repeat: no-repeat;color: #000;overflow-x: hidden}.lightbox-gallery p{color:#fff}.lightbox-gallery h2{font-weight:bold;margin-bottom:40px;padding-top:40px;color:#fff}@media (max-width:767px){.lightbox-gallery h2{margin-bottom:25px;padding-top:25px;font-size:24px}}.lightbox-gallery .intro{font-size:16px;max-width:500px;margin:0 auto 40px}.lightbox-gallery .intro p{margin-bottom:0}.lightbox-gallery .photos{padding-bottom:20px}.lightbox-gallery .item{padding-bottom:30px} </style> <section class="inner-banner py-5"> <div class="w3l-breadcrumb py-lg-5"> <div class="container pt-4 pb-sm-4"> <!--<h4 class="inner-text-title pt-5">Contact Us</h4>--> <ul class="breadcrumbs-custom-path"> <li><a href="<?php echo base_url()?>">Home</a></li> <li class="active"><i class="fas fa-angle-right"></i>Gallery</li> </ul> </div> </div> </section></head> <body> <div class="lightbox-gallery"> <div class=container> <section class="w3l-service-1 py-5"> <div class="container py-md-5 py-4"> <div class="title-main text-center mx-auto mb-md-5 mb-4" style="max-width:400px;"> <!--<p class="text-uppercase">Why Choose Us</p>--> <h3 class="title-style">Our Gallery</h3> </div> <div class="row content23-col-2 text-center g-3"> <?php foreach ($data as $pic): ?> <div class="col-md-3"> <div class="content23-grid content23-grid1"> <!--<h4><a href="<?php echo base_url()?>Home/faculty"><?=$pic->aname;?></a></h4>--> <h4> <td><a href='display?bid=<?=$pic->album_id;?>'><?=$pic->aname;?></a></td> </h4> </div> </div> <?php endforeach ?> <!--<div class="col-md-3 mt-md-0 mt-4">--> <!-- <div class="content23-grid content23-grid2">--> <!-- <h4><a href="#">Safe Environment</a></h4>--> <!-- </div>--> <!--</div>--> </div> <div class="title-main text-center mx-auto mb-md-5 mb-4 " style="max-width:400px;"> <!--<p class="text-uppercase">Why Choose Us</p>--> <h3 class="title-style mt-5">Our Video</h3> </div> <div class="row g-3"> <?php foreach($datas as $row){ ?> <div class="col-md-6"> <!--<iframe width="560" height="315" src="https://www.youtube.com/embed/Z2WNz-JUdTY?si=X-M7ZPfeRZ0Bp_9M" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>--> <?php echo $row->link;?> </div> <?php }?> </div> </div> </section> </div> </div> </div> </div> </body>
Cancel
✓ Save