hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
arrowaim.in
/
Upload FileeE
HOME
<?php include_once 'configuration/function-include.php'; $nav='home'; ?> <!DOCTYPE html> <html lang="en"> <head> <title>Arrow Aim Academy</title> <!-- META TAGS --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Arrow Aim Academy is one of the best educational Academy, it's suitable for all education online education,tution center,distance education,computer education"> <meta name="keyword" content="education, Best Academy,"> <!-- FAV ICON(BROWSER TAB ICON) --> <link rel="shortcut icon" href="images/icon.png" type="image/x-icon"> <!-- GOOGLE FONT --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700%7CJosefin+Sans:600,700" rel="stylesheet"> <!-- FONTAWESOME ICONS --> <link rel="stylesheet" href="css/font-awesome.min.css"> <!-- ALL CSS FILES --> <link href="css/materialize.css" rel="stylesheet"> <link href="css/bootstrap.css" rel="stylesheet" /> <link href="css/style.css" rel="stylesheet" /> <link href="css/style-mob.css" rel="stylesheet" /> </head> <body> <?php include'header.php' ?> <div class="search-top"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="search-form"> <h2 class="txt">Circular Update</h2> </div> </div> </div> </div> </div> <!--SECTION END--> <div class="container-fluid com-sp pad-bot-70 pg-inn"> <div class="col-sm-12 ho-event ho-event-mob-bot-sp"> <?php $sql="select * from circular_update"; $remark_result= mysqli_query($conn, $sql); $n=0; while($remark_row=mysqli_fetch_array($remark_result)) { ?> <div class="col-sm-6"> <p class="ho-ev-date"><?php echo $remark_row['insert_date_time'];?> </p> <h4><?php echo $remark_row['topic'];?></h4> <p><?php echo $remark_row['description'];?></p> </div> <?php } ?> </div></div> <?php include'footer.php' ?> <script src="js/main.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/materialize.min.js"></script> <script src="js/custom.js"></script> <script> $(document).ready(function() { /* Toggle Video Modal -----------------------------------------*/ function toggle_video_modal() { // Click on video thumbnail or link $(".js-trigger-video-modal").on("click", function(e) { // prevent default behavior for a-tags, button tags, etc. e.preventDefault(); // Grab the video ID from the element clicked var id = $(this).attr('data-youtube-id'); // Autoplay when the modal appears // Note: this is intetnionally disabled on most mobile devices // If critical on mobile, then some alternate method is needed var autoplay = '?autoplay=1'; // Don't show the 'Related Videos' view when the video ends var related_no = '&rel=0'; // String the ID and param variables together var src = '//www.youtube.com/embed/' + id + autoplay + related_no; // Pass the YouTube video ID into the iframe template... // Set the source on the iframe to match the video ID $("#youtube").attr('src', src); // Add class to the body to visually reveal the modal $("body").addClass("show-video-modal noscroll"); }); // Close and Reset the Video Modal function close_video_modal() { event.preventDefault(); // re-hide the video modal $("body").removeClass("show-video-modal noscroll"); // reset the source attribute for the iframe template, kills the video $("#youtube").attr('src', ''); } // if the 'close' button/element, or the overlay are clicked $('body').on('click', '.close-video-modal, .video-modal .overlay', function(event) { // call the close and reset function close_video_modal(); }); // if the ESC key is tapped $('body').keyup(function(e) { // ESC key maps to keycode `27` if (e.keyCode == 27) { // call the close and reset function close_video_modal(); } }); } toggle_video_modal(); }); </script> <script> $(document).ready(function() { $(".btn").click(function(e) { e.preventDefault() $(".hi").hide(); }); }); </script> <script> $(document).ready(function() { $(".btn").click(function(e) { e.preventDefault() $(".content").show(); }); }); </script> </body> </html>