Şuanki Dizin: /home/wwwdreamtechnolo/public_html/swamipolytechnic.org/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/swamipolytechnic.org/index-this.php |
<?php require_once("78enc22_main7sqww_8d9/lib/functions.php"); $db =new login_function(); require_once("header.php"); ?> <html> <head> <link href="css/style.css" rel="stylesheet"> <link href="dist/skitter.css" type="text/css" media="all" rel="stylesheet" /> <script src="js/jquery-2.1.1.min.js"></script> <script src="js/jquery.easing.1.3.js"></script> <script src="dist/jquery.skitter.js"></script> <!-- Init Skitter --> <script type="text/javascript" language="javascript"> $(document).ready(function() { $('.skitter-large').skitter({ responsive: { small: { animation: 'fade', max_width: 768, suffix: '-small' }, medium: { animation: 'CubeRandom', max_width: 1024, suffix: '-medium' } } }); }); </script> <!-- Custom --> <link href="css/styles.css" type="text/css" media="all" rel="stylesheet" /> <script src="js/app.js"></script> </head> <body style="background-color:#C80032"> <div id="content"> <div class="skitter-large-box"> <div class="skitter skitter-large with-dots" style="max-width:100%;max-height:500px; height:500px; background-color:#EFEFEF;"> <ul> <?php $slider_img = $db->get_all_slider_images(); if(!empty($slider_img)) { $counter = 0; foreach($slider_img as $record) { $id = $slider_img[$counter][0]; $images = $slider_img[$counter][1]; ?> <li><a href="#cubeRandom"><img src="slider_images/<?php echo $images;?>" class="cube" style="height:500px;" /></a></li> <!--<li><a href="#cubeRandom"><img src="slider_images/<?php echo $images;?>" class="cube" /><div class="label_text"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit</p></div></a></li> --> <?php $counter++; } } ?> </ul> </div> </div> </div> <!-- about section --> <section class="about" id="about"> <div class="container"> <div class="row"> <br /> <!--<div class="col-md-3 col-sm-3" style="border:1px solid maroon;margin:0px;box-shadow:0px 0px 3px 1px maroon;"> <div class="single-about-detail clearfix"> <h3 style="color:maroon;font-size:25px;text-align:center;">Highlights</h3> <marquee behavior="scroll" direction="up" height="250" scrolldelay="100" scrollamount="2" onmouseover="stop();" onmouseout="start();"> <?php $got_details = $db->get_all_new_and_events_images(); if(!empty($got_details)) { $counter = 0; foreach($got_details as $record) { $list_title_id = $got_details[$counter][0]; $list_title_name = $got_details[$counter][1]; $list_descrip = $got_details[$counter][2]; ?> <a href="/gallery/<?php echo $list_descrip; ?>" target="_blank" ><h3 style="color:maroon;text-align:center;"><?php echo $list_title_name; ?></a><br /> <?php $counter++; } } else { ?> <label class="tab_a" style="margin-top:0px;color:#f5f5f5;">No News Found</label> <?php } ?> </marquee> </div> </div>--> <div class="col-md-12 col-sm-12" style="margin-top:-50px; margin-bottom:30px;"> <center><h3 style="color:#FFFFFF;font-size:35px">Welcome To S.V.S.M.D's KKI Polytechnic, Akkalkot</h3></center> <div class="data"> <p><span class="para_space"></span>Our college is the only source of enlightenment in this backward rural area. We are trying our level best to push the rural talents in to the main stream of life. "Our aim is to create very dynamic youth with the global knowledge and local culture. Sincerity, regularity, punctuality, cooperation and mutual integrity are the highlighted operating canons of our institution." With all the hopes and efforts we are moving ahead towards a better tomorrow. Join us we are always ready to work hard for your success.</p> </div> </div> <!--<div class="col-md-2 col-sm-2"> </div>--> <div class="col-md-12 col-sm-12" style="text-align:center;"> <!--<img src="/images/vision.jpg" style="border-radius:25px; height:150px;" /><br />--> <h3 class="ta1" style="font-size:25px;">-:: OUR VISION ::-</h3> <div class="data"><p style="text-align:center; font-weight:bold; font-size:22px;">"To uplift the rural students by providing quality technical education."</p></div> <div style="border-top:1px dashed white; padding:2px; margin-top:25px;"></div> </div> <div class="col-md-12 col-sm-12" style="text-align:center;"> <!--<img src="/images/mission.jpg" style="border-radius:25px; height:150px; width:150px;" /><br />--> <h3 class="ta1" style="font-size:25px;">-:: OUR MISSION ::-</h3> <div class="data"><p style="text-align:left;font-weight:bold; line-height:32px; font-size:18px;"> M1: To incorporate technical skills with the help of hands on education <br /> M2: To familiarize the students about latest technology by conducting industry oriented activities <br /> M3: To inculcate the professionalism by imparting quality trainings</p></div> </div> <div class="col-md-2 col-sm-2"> </div> </div> <div class="row" style="margin-top:25px;"> <div class="col-md-4 col-sm-4" style="text-align:center;"> <div class="background-color:#FAFAFA; box-shadow:4px 3px 0px 0px #FFFFFF;"> <h3 class="ta2">NEWS / CIRCULARS</h3> <marquee style="height:270px; background-color:#FAFAFA; padding:15px;" behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();" scrollamount="4"> <?php $details = $db->get_all_notice(); $counter = 0; if(!empty($details)) { foreach($details as $record) { $id = $details[$counter][0]; $title = $details[$counter][1]; $image = $details[$counter][2]; ?> <a href="/notice/<?php echo $image; ?>" target="_blank" class="m_scroll" ><img src="/images/newicon.gif" /><?php echo $title; ?></a><br /> <?php $counter ++; } } else { ?> No New Notice Added.. <?php } ?> </marquee> </div> </div> <script src="js/jquery.bxslider.min.js"></script> <!-- bxSlider CSS file --> <link href="css/jquery.bxslider.css" rel="stylesheet" /> <script type="text/javascript"> $(document).ready(function(){ $('.bxslider').bxSlider({ auto: true, autoControls: true }); }); </script> <div class="col-md-4 col-sm-4" style="text-align:center;"> <div class="background-color:#FAFAFA; height:270px;"> <h3 class="ta2">OUR MOU's / RECRUITERS</h3> <ul class="bxslider" style="list-style:none;"> <?php $report_details = $db->get_all_mous_images(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $images = $report_details[$counter][1]; ?> <li><img src="/mou_images/<?php echo $images; ?>" class="mou_rc_img" /></li> <?php $counter ++; } }else { ?> <td colspan="4">No Data Found...</td> <?php } ?> </ul> </div> </div> <div class="col-md-4 col-sm-4" style="text-align:center;"> <div class="background-color:#FAFAFA; height:270px;"> <h3 class="ta2">VIDEOS SECTION</h3> <ul class="bxslider" style="list-style:none;"> <?php $report_details = $db->get_all_gallery_videos(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $images = $report_details[$counter][1]; ?> <li><iframe src="http://www.youtube.com/embed/<?php echo $images; ?>" width="100%" height="250" frameborder="0" allowfullscreen></iframe></li> <?php $counter ++; } }else { ?> <td colspan="4">No Data Found...</td> <?php } ?> </ul> </div> </div> </div> </div> </section><!-- end of about section --> <br /><br /> <?php require_once("footer.php"); ?> </body> </html>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4