BLACKSITE
:
3.141.164.124
:
103.154.184.216 / www.astitvaad.com
:
Linux vps.readyhost.in 4.18.0-553.6.1.el8.x86_64 #1 SMP Thu May 30 04:13:58 UTC 2024 x86_64
:
/
home
/
ceccomputer
/
public_html
/
Upload File:
files >> /home/ceccomputer/public_html/galleries.php
<?php include("inc/top.php");?> <body> <!-- Main Wrapper Start --> <div class="main-wrapper"> <!-- navigation section --> <?php include("inc/navigation.php"); ?> <!-- end navigation section --> <!-- Breadcrumb --> <div class="breadcrumb-area" data-bgimage="images/header14.jpg" data-black-overlay="4"> <div class="container"> <div class="in-breadcrumb"> <div class="row"> <div class="col"> <h3> </h3> <!-- breadcrumb-list start --> <!--ul class="breadcrumb-list"> <li class="breadcrumb-item"><a href="index.html">Home</a></li> <li class="breadcrumb-item active">About CEC</li> </ul--> <!-- breadcrumb-list end --> </div> </div> </div> </div> </div> <!--// Breadcrumb --> <main class="page-content" style="padding-top:40px;"> <!-- About Us Area --> <div class="about-us-area"> <div class="container gallery-container"> <h1>Gallery</h1> <div class="tz-gallery"> <div class="row"> <?php $sql="SELECT * FROM image_gallery"; $result=mysqli_query($con,$sql); while($row=mysqli_fetch_array($result)){ ?> <div class="col-sm-12 col-md-3"> <a class="lightbox" href="gallery/1.jpg"> <img src="<?php echo $row['img_gal_file']; ?>" alt="cec computer"> </a> </div> <?php } ?> </div> </div> </div> </div> <!--// About Us Area --> </div> <!-- Footer Area --> <?php include('footer.php') ?> <!--// Footer Area --> </div> <!-- Main Wrapper End --> <!-- JS ============================================ --> <!-- jQuery JS --> <script src="js/jquery-3.3.1.min.js"></script> <!-- Popper JS --> <script src="js/popper.min.js"></script> <!-- Bootstrap JS --> <script src="js/bootstrap.min.js"></script> <!-- Plugins JS --> <script src="js/plugins.js"></script> <!-- Ajax Mail --> <script src="js/ajax-mail.js"></script> <!-- Main JS --> <script src="js/main.js"></script> <aside id="sticky-social"> <ul> <li><a href="#" class="entypo-facebook" target="_blank"><span>Facebook</span></a></li> <li><a href="#" class="entypo-twitter" target="_blank"><span>Twitter</span></a></li> <li><a href="#" class="entypo-gplus" target="_blank"><span>Google+</span></a></li> </ul> </aside> <style> @import url(http://weloveiconfonts.com/api/?family=entypo); /* entypo */ [class*="entypo-"]:before { font-family: "entypo", sans-serif; } a { text-decoration: none; } ul { list-style: none; margin: 0; padding: 0; } #sticky-social { left: 0; position: fixed; top: 390px; z-index:4000; } #sticky-social a { background: #333; color: #fff; display: block; height: 35px; font: 16px "Open Sans", sans-serif; line-height: 35px; position: relative; text-align: center; width: 35px; } #sticky-social a span { line-height: 35px; left: -120px; position: absolute; text-align:center; width:120px; } #sticky-social a:hover span { left: 100%; } #sticky-social a[class*="facebook"], #sticky-social a[class*="facebook"]:hover, #sticky-social a[class*="facebook"] span { background: #3b5998; } #sticky-social a[class*="twitter"], #sticky-social a[class*="twitter"]:hover, #sticky-social a[class*="twitter"] span { background: #00aced; } #sticky-social a[class*="gplus"], #sticky-social a[class*="gplus"]:hover, #sticky-social a[class*="gplus"] span { background: #dd4b39; } #sticky-social a[class*="linkedin"], #sticky-social a[class*="linkedin"]:hover, #sticky-social a[class*="linkedin"] span { background: #007bb6; } #sticky-social a[class*="instagrem"], #sticky-social a[class*="instagrem"]:hover, #sticky-social a[class*="instagrem"] span { background: #517fa4; } #sticky-social a[class*="stumbleupon"], #sticky-social a[class*="stumbleupon"]:hover, #sticky-social a[class*="stumbleupon"] span { background: #eb4924; } #sticky-social a[class*="pinterest"], #sticky-social a[class*="pinterest"]:hover, #sticky-social a[class*="pinterest"] span { background: #cc2127; } #sticky-social a[class*="flickr"], #sticky-social a[class*="flickr"]:hover, #sticky-social a[class*="flickr"] span { background: #ff0084; } #sticky-social a[class*="tumblr"], #sticky-social a[class*="tumblr"]:hover, #sticky-social a[class*="tumblr"] span { background: #32506d; } </style> <script> function openNav() { document.getElementById("mySidenav").style.width = "250px"; document.getElementById("main").style.marginLeft = "250px"; } function closeNav() { document.getElementById("mySidenav").style.width = "0"; document.getElementById("main").style.marginLeft= "0"; } </script> <style> .container.gallery-container { background-color: #fff; color: #35373a; min-height: 100vh; padding: 5px 10px; } .gallery-container h1 { text-align: center; margin-top: 0px; font-family: 'Droid Sans', sans-serif; font-weight: bold; } .gallery-container p.page-description { text-align: center; margin: 25px auto; font-size: 18px; color: #999; } .tz-gallery { padding: 10px; } /* Override bootstrap column paddings */ .tz-gallery .row > div { padding: 2px; } .tz-gallery .lightbox img { width: 100%; border-radius: 0; position: relative; } .tz-gallery .lightbox:before { position: absolute; top: 50%; left: 50%; margin-top: -13px; margin-left: -13px; opacity: 0; color: #fff; font-size: 26px; font-family: 'Glyphicons Halflings'; content: '\e003'; pointer-events: none; z-index: 9000; transition: 0.4s; } .tz-gallery .lightbox:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background-color: rgba(46, 132, 206, 0.7); content: ''; transition: 0.4s; } .tz-gallery .lightbox:hover:after, .tz-gallery .lightbox:hover:before { opacity: 1; } .baguetteBox-button { background-color: transparent !important; } @media(max-width: 768px) { body { padding: 0; } } </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.1/baguetteBox.min.js"></script> <script> baguetteBox.run('.tz-gallery'); </script> </body> </html>