Şuanki Dizin: /home/wwwdreamtechnolo/public_html/swamipolytechnic.org/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/swamipolytechnic.org/index.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"> <script src="js/jquery-2.1.1.min.js"></script> <link href="css/styles.css" type="text/css" media="all" rel="stylesheet" /> <script src="js/app.js"></script> </head> <body style="background-color:#FFF;"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> <div class="container" style="padding:0px; background-color:#0070C0"> <div class="part1"> <div class="members"> <img src="/images/svsmd-principal.jpg" class="chairman_img" /> <div style="color:#FFF; font-family: 'Roboto Slab', serif; text-align:center; padding-top:5px;"> <label style="color:Yellow; font-weight:normal;"> Prof. Naganath Bhimashankar Jeure (Principal) <br /> SVSMD's Kai. Kalyanrao (Balasaheb) Ingale Polytechnic, Akkalkot. </label> <br /> <label style="text-align:justify; font-weight:normal;"><span class="para"></span>As Principal, I realize how tempting it is to take my past experience of the College for granted. Serving as Principal of this historic...</label> <a href="prinicipal-message.php" style="font-weight:normal; display:inline-table; width:100%; text-align:right; color:Orange;">Read More...</a> <hr /> </div> </div> <?php $section_number = "12"; $media_file_name = $db->get_about_us_exist($section_number); if($media_file_name=="") { $media_path = ""; } else { $media_path = "/gallery/".$media_file_name; } $section_number = "13"; $faq_file_name = $db->get_about_us_exist($section_number); if($faq_file_name=="") { $faq_path = ""; } else { $faq_path = "/gallery/".$faq_file_name; } $section_number = "18"; $facilities_file_name = $db->get_about_us_exist($section_number); if($facilities_file_name=="") { $facilities_path = ""; } else { $facilities_path = "/gallery/".$facilities_file_name; } $section_number = "19"; $fee_structure_file_name = $db->get_about_us_exist($section_number); if($fee_structure_file_name=="") { $fee_structure_path = ""; } else { $fee_structure_path = "/gallery/".$fee_structure_file_name; } $section_number = "20"; $stud_activities_file_name = $db->get_about_us_exist($section_number); if($stud_activities_file_name=="") { $stud_activities_path = ""; } else { $stud_activities_path = "/gallery/".$stud_activities_file_name; } $section_number = "21"; $sports_file_name = $db->get_about_us_exist($section_number); if($sports_file_name=="") { $sports_path = ""; } else { $sports_path = "/gallery/".$sports_file_name; } $section_number = "22"; $stud_feedback_file_name = $db->get_about_us_exist($section_number); if($stud_feedback_file_name=="") { $stud_feedback_path = ""; } else { $stud_feedback_path = "/gallery/".$stud_feedback_file_name; } /*$section_number = "23"; $grievance_file_name = $db->get_about_us_exist($section_number); if($grievance_file_name=="") { $grievance_path = ""; } else { $grievance_path = "/gallery/".$grievance_file_name; }*/ $grievance_path = "http://grievance.swamipolytechnic.org.in"; ?> <a href="<?php echo $facilities_path; ?>" class="menuu_new" target="_blank">Facilities</a> <a href="<?php echo $fee_structure_path; ?>" class="menuu_new" target="_blank">Fee Structure</a> <a href="/committee.php" class="menuu_new">Committee</a> <a href="/library.php" class="menuu_new">Library</a> <a href="<?php echo $stud_activities_path; ?>" class="menuu_new" target="_blank">Student Activities</a> <a href="<?php echo $sports_path; ?>" class="menuu_new" target="_blank">Sports</a> <a href="<?php echo $stud_feedback_path; ?>" class="menuu_new" target="_blank">Student Feedback</a> <a href="<?php echo $grievance_path; ?>" class="menuu_new" target="_blank">Grievance/Suggestions</a> <a href="/aicte-approval.php" class="menuu_new">AICTE Approvals</a> <a href="/important-links.php" class="menuu_new">Important Links</a> <a href="<?php echo $media_path; ?>" class="menuu_new" target="_blank">Media</a> <a href="<?php echo $faq_path; ?>" class="menuu_new" target="_blank">FAQ's</a> <a href="sitemap.php" class="menuu_new">Sitemap</a> <div style="text-align:center; margin-top:15px;"> <div class="background-color:#FAFAFA; height:270px;"> <h3 class="ta2" style="font-size:14px !important;">OUR MOU's AND RECRUITERS</h3> <div style="border:1px solid #666 !important; box-shadow:0px 0px 5px 1px #FFF; height:180px; margin-bottom:35px;"> <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> </div> <div style="width:52% !important; display:inline-table; float:left;margin-left:2px;text-align:center;"> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <!--<ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target="#myCarousel" data-slide-to="1"></li> <li data-target="#myCarousel" data-slide-to="2"></li> </ol>--> <!-- Wrapper for slides --> <div class="carousel-inner"> <?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]; ?> <div class="item <?php if($counter==0){ ?>active<?php } ?>"> <img src="slider_images/<?php echo $images;?>" alt="" class="inside_imgs"> </div> <?php $counter++; } } ?> </div> <!-- Left and right controls --> <a class="left carousel-control" href="#myCarousel" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#myCarousel" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> <span class="sr-only">Next</span> </a> </div> <!--End Slider--> <div class="col-md-12 col-sm-12" style="margin-top:0px; margin-bottom:10px;"> <center><h3 style="color:#FFFFFF;font-size:20px; line-height:28px; font-weight:bold;">Welcome to <br /> <br /> <label style="color:Yellow; font-size:25px;">S.V.S.M.D'S</label> <br /> "Kai. Kalyanrao(Balasaheb) Ingale Polytechnic, Akkalkot" </h3></center> <div class="data"> <p><span class="para_space"></span><br />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-12 col-sm-12" style="text-align:center; margin-top:25px;"> <h3 class="ta1" style="font-size:20px; font-weight:bold; margin-top:0px;">-:: OUR VISION ::-</h3> <div class="data"><p style="text-align:center; font-weight:bold; font-size:16px;">"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;"> <h3 class="ta1" style="font-size:20px; font-weight:bold;">-:: OUR MISSION ::-</h3> <div class="data"><p style="text-align:left;font-weight:bold; line-height:32px; font-size:16px;"> 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 id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <!--<ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target="#myCarousel" data-slide-to="1"></li> <li data-target="#myCarousel" data-slide-to="2"></li> </ol>--> <!-- Wrapper for slides --> <div class="carousel-inner"> <?php $slider_img = $db->get_all_slider_images_footer(); if(!empty($slider_img)) { $counter = 0; foreach($slider_img as $record) { $id = $slider_img[$counter][0]; $images = $slider_img[$counter][1]; ?> <div class="item <?php if($counter==0){ ?>active<?php } ?>"> <img src="slider_images/<?php echo $images;?>" alt="" class="inside_imgs"> </div> <?php $counter++; } } ?> </div> <!-- Left and right controls --> <a class="left carousel-control" href="#myCarousel" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#myCarousel" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> <span class="sr-only">Next</span> </a> </div> <!--End Slider--> </div> <div class="part3"> <div class="members"> <center><img src="/images/chairman.jpg" class="chairman_img" style="margin-top:4px;" /></center> <div style="color:#FFF; font-family: 'Roboto Slab', serif; text-align:center; padding-top:5px;"> <label style="color:Yellow; font-weight:normal;">Hon. Shri. Maheshji Kalyanarao Ingale (Chairman) <br /> Shri Vatavriksha Swami Maharaj Devasthan, Akkalkot.</label> <br /> <label style="text-align:justify; font-weight:normal;"><span class="para"></span>It is an honor and pleasure for me to begin my work as Chairman of S. V. S. M.D’s College. Leading this institution is a challenge I relish.</label> <a href="chairman-message.php" style="font-weight:normal; display:inline-table; width:100%; text-align:right; color:Orange;">Read More...</a> <hr /> </div> </div> <div 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:530px; border:1px solid #666 !important; box-shadow:0px 0px 5px 1px #FFF; background-color:#FAFAFA; padding:8px; width:210px !important;" 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> <!-- End News Cicular--> <div style="text-align:center; margin-top:10px;"> <div class="background-color:#FAFAFA; height:270px;"> <h3 class="ta2">VIDEOS SECTION</h3> <div style="border:1px solid #666 !important; box-shadow:0px 0px 5px 1px #FFF; height:220px; margin-bottom:35px;"> <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="https://www.youtube.com/embed/<?php echo $images; ?>" width="100%" height="190" frameborder="0" allowfullscreen></iframe></li> <?php $counter ++; } }else { ?> <td colspan="4">No Data Found...</td> <?php } ?> </ul> </div> </div> </div> </div> </div> <!-- about section --> <!--<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-2 col-sm-2"> </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> <?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