Server IP : 103.53.40.154 / Your IP : 18.226.187.210 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/kanoonisamadhan.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Trending causes Area --> <section class="certificate section_padding_bottom"> <div class="container"> <div class="row"> <div class="col-lg-6 offset-lg-3 col-md-12 col-sm-12 col-12"> <div class="section_heading"> <h3 style="font-weight:bold; font-size:24px; color:black;">Our Certificates</h3> <!--<h2> We are always there, where other people <span class="color_big_heading">need</span> help</h2>--> </div> </div> </div> <div class="row"> <!--.....box...start.. --> <?php $sqlcer = "SELECT * FROM `tbl_gallery` LIMIT 3"; $runcer = mysqli_query($db,$sqlcer) or die("Query Not run"); while($datacer = mysqli_fetch_assoc($runcer)){ if(mysqli_num_rows($runcer) > 0){ ?> <div class="col-md-4"> <div style="box-shadow: rgb(3 65 147) 0px 2px 8px 0px; margin: 10px; border: 2px solid #1fb0c1;" class="cert-box"> <img style="width:100%;height:350px;" class="img-fluid" src="admin/images/gallery/<?php echo $datacer['image']?>" alt="certificate"> </div> </div> <?php } } ?> <!--.....box...end.. --> <!--.....box...start.. --> <!--<div class="col-md-4">--> <!-- <div style="box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;margin:10px" class="cert-box">--> <!-- <img style="width:100%;height:400px" class="img-fluid" src="assets/img/certifate-demo.jpg" alt="certificate">--> <!-- </div>--> <!-- </div>--> <!--.....box...end.. --> </div> </div> </section>