/
/
home
/
u523034047
/
domains
/
citmindia.org
/
public_html
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.60
PHP 8.3.30
Dir:
/home/u523034047/domains/citmindia.org/public_html
Edit:
/home/u523034047/domains/citmindia.org/public_html/gallery.php
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <!-- Meta Tags --> <meta name="viewport" content="width=device-width,initial-scale=1.0"/> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <meta name="author" content="WRIGLECS" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <meta name="description" content="Computer Institute - IT COMPUTER INSTITUTE is the best Computer institute in . We are offering DCA, ADCA, CCC & O level & Tally Courses. We are also offering Programing Courses C Language, C++, Java etc." /> <meta name="keywords" content="Best computer institute in , computer institute, pmkvy, pradhan mantri kaushal vikas yojana, pmkvy, IT COMPUTER INSTITUTE in , DCA, ADCA, ccc, o level, java, c, c++ courses " /> <title>CITM COMPUTER INSTITUTE</title> <!-- FAVICON FILES and Touch Icons --> <link href="images/fav.png" rel="apple-touch-icon" sizes="144x144"> <link href="images/fav.png" rel="apple-touch-icon" sizes="114x114"> <link href="images/fav.png" rel="apple-touch-icon" sizes="72x72"> <link href="images/fav.png" rel="apple-touch-icon"> <link href="images/fav.png" rel="shortcut icon"> <!-- Stylesheet --> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css"> <link href="css/animate.css" rel="stylesheet" type="text/css"> <link href="css/css-plugin-collections.css" rel="stylesheet"/> <!-- CSS | menuzord megamenu skins --> <link href="css/menuzord-megamenu.css" rel="stylesheet"/> <link id="menuzord-menu-skins" href="css/menuzord-boxed.css" rel="stylesheet"/> <!-- CSS | Main style file --> <link href="css/style-main.css" rel="stylesheet" type="text/css"> <!-- CSS | Preloader Styles --> <link href="css/preloader.css" rel="stylesheet" type="text/css"> <!-- CSS | Custom Margin Padding Collection --> <link href="css/custom-bootstrap-margin-padding.css" rel="stylesheet" type="text/css"> <!-- CSS | Responsive media queries --> <link href="css/responsive.css" rel="stylesheet" type="text/css"> <link href="css/theme-skin-color-set4.css" rel="stylesheet" type="text/css"> <!-- external javascripts --> </head> <body class=""> <div id="wrapper" class="clearfix"> <!--<script type="text/javascript"> function find_branch($mysqli,val) { location.href='branches.php?branchid='+val; return false; } </script>--> <!-- Header --> <header id="header" class="header modern-header modern-header-white"> <?php include ('header.php');?> </header> <style> .closebtn { margin-left: 15px; color: white; font-weight: bold; float: right; font-size: 22px; line-height: 20px; cursor: pointer; transition: 0.3s; } </style> <!-- Start main-content --> <div class="main-content"> <!-- Section: home --> <section class="inner-header divider layer-overlay overlay-theme-colored-7" data-bg-img="images/bg3.jpg"> <div class="container pt-10 pb-10"> <!-- Section Content --> <div class="section-content"> <div class="row"> <div class="col-md-12"> <h2 class="text-white font-36">CITM Computer Institute Gallery</h2> <ol class="breadcrumb text-left mt-10 white"> <li><a href="index.php">Home</a></li> <li class="active">CITM Computer Institute Gallery Gallery</li> </ol> </div> </div> </div> </div> </section> <section class="position-inherit"> <div class="container"> <div class="row"> <div class="col-md-12"> <style> body {font-family: "Lato", sans-serif;} /* Style the tab */ div.tab { overflow: hidden; background: url('images/00.html'); color:#023126; border-radius:5px; height:auto; width:100% } span.tab{ overflow: hidden; padding: 0px 20px; transition: 0.3s; font-size: 17px; outline: none; cursor: pointer; } /* Style the buttons inside the tab */ div.tab button { background-color: #ce0810; float: left; border: none; outline: none; cursor: pointer; text-transform:uppercase; padding:8px; transition: 0.3s; font-size: 13px; font-family: 'Lato', sans-serif; height:auto; color:#fff; border-left: solid 1px #fff; margin-top:5px; } /* Change background color of buttons on hover */ div.tab button:hover { background:#1e124d; color:#fff; } /* Create an active/current tablink class */ div.tab button.active { background:#1e124d; color:#fff; } div.tab button.active:hover { color:#fff; } /* Style the tab content */ .tabcontent { display: none; padding: 3px 0px; border-radius:5px; } /* Style the close button */ .topright { float: right; cursor: pointer; font-size: 20px; } .topright:hover {color: red; } .heading1{ font-family: Oswald !important; font-size:50px; color:#023126; font-weight: 500; text-align:center; } </style> <link rel="stylesheet" href="../maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="css/lightbox.min.css"> <script src="js/lightbox-plus-jquery.min.js"></script> <div style="background:url(images/back.html); padding-left:1%;"> <?php include ('admin/conn.php');?> <?php $sql="select * from visaapproval"; $query=mysqli_query($connection,$sql); $count=1; while($res = mysqli_fetch_array($query)){ ?> <div class="col-lg-3" style="margin-top:2%;"> <a class="example-image-link" href="gallery-details.php?id=<?php echo $res['id'];?>" > <img class="example-image" src="admin/visastudent/<?php echo $res[2]?>" class='img-responsive' style="width:100%; height:200px; padding:5px; border:solid 7px #eee;"></a> </div> <?php } ?> </div> </div> <script> function openCity(evt, cityName) { var i, tabcontent, tablinks; tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } // Get the element with id="defaultOpen" and click on it document.getElementById("defaultOpen").click(); </script> </div> </div> </div> </div> </div> </section> <!-- end main-content --> </div> <footer id="footer" class="footer" data-bg-color="#d7010a"> <?php include ('footer.php');?> </footer> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> </div> <!--End of Tawk.to Script--> <!-- end wrapper --> <script src="js/jquery-2.2.4.min.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/bootstrap.min.js"></script> <!-- JS | jquery plugin collection --> <script src="js/jquery-plugin-collection.js"></script> <!-- Footer Scripts --> <script src="js/custom.js"></script> <script type="text/javascript"> $(window).on('load',function(){ $('#myModal2').modal('show'); }); </script> <!-- WhatsHelp.io widget --></body> </html>
Ukuran: 7.4 KB