Şuanki Dizin: /home/wwwdreamtechnolo/www/kpmim.org/ |
Şuanki Dosya : /home/wwwdreamtechnolo/www/kpmim.org/index22.php |
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Prin.K.P.Mangalvedhekar Institute of Management Career Development and Research</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php require_once('header-data.php'); ?> </head> <body> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <!-- Preloader Start Here --> <!-- Preloader End Here --> <!-- Main Body Area Start Here --> <div id="wrapper"> <?php require_once('headernew.php'); ?> <style> .img_css { height:350px !important; } .about-page2-area { padding: 20px 0 20px; } .video-area { padding: 20px 0 10px; position: relative; } .courses1-area { padding: 20px 0 20px; background: #f5f5f5; } .why-choose-area { padding: 20px 0 20px; background: #f8f8f8; } .featured-box2 { padding: 10px 20px 10px 20px; } .lecturers-area { padding: 20px 0 20px; } .brand-area { padding: 15px 0; } .title-default-center , .title-default-left { margin-bottom:20px; } </style> <!-- Slider 1 Area Start Here --> <!--<div class="slider1-area overlay-default index1" style="margin-top:0px;"> <div class="bend niceties preview-1"> <div id="ensign-nivoslider-3" class="slides"> <img src="images/spm8.png" alt="slider" title="#slider-direction-1" class="img_css" /> <img src="images/spm1.png" alt="slider" title="#slider-direction-2" class="img_css" /> <img src="images/spm2.png" alt="slider" title="#slider-direction-3" class="img_css" /> <img src="images/spm3.png" alt="slider" title="#slider-direction-4" class="img_css" /> <img src="images/spm4.png" alt="slider" class="img_css" /> <img src="images/spm5.png" alt="slider" class="img_css" /> <img src="images/spm6.png" alt="slider" class="img_css" /> <img src="images/spm7.png" alt="slider" class="img_css" /> </div> <div id="slider-direction-1" class="t-cn slider-direction"> <div class="slider-content s-tb slide-1"> <div class="title-container s-tb-c"> <div class="title1">Promoting Technical Education Since 1998</div> <p></p> <!--<div class="slider-btn-area"> <a href="#" class="default-big-btn">Start a Course</a> </div>--> <!--</div> </div> </div> <div id="slider-direction-2" class="t-cn slider-direction"> <div class="slider-content s-tb slide-2"> <div class="title-container s-tb-c"> <div class="title1">Big Campus Area With Multi Facilities</div> </div> </div> </div> <div id="slider-direction-3" class="t-cn slider-direction"> <div class="slider-content s-tb slide-3"> <div class="title-container s-tb-c"> <div class="title1">Traditional Day</div> </div> </div> </div> <div id="slider-direction-4" class="t-cn slider-direction"> <div class="slider-content s-tb slide-4"> <div class="title-container s-tb-c"> <div class="title1" style="font-size:55px;">Face Painting</div> </div> </div> </div> </div> </div>--> <div style="display:inline-table; margin:0px; border:1px solid #CCCCCC; padding:0px;background-color:#EFEFEF; border-bottom:0px solid #002B54;"> <div style="width:140px; float:left; font-family:Cambria; font-weight:bold; padding-top:7px; color:#851487;">News/Highlights :> </div> <div style="width:85%; float:left;"> <marquee style="background-color:#FAFAFA; font-size:15px; font-family:Cambria; padding:5px; margin-bottom:-5px;" behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();" scrollamount="6"> <!--<marquee class="" behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();" scrollamount="4" style="display:inline-table; width:80%; font-weight:bold; font-size:16px; border:1px solid; font-family:Cambria;">--> <?php $report_details = $db->get_all_new_and_events_images(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $title = $report_details[$counter][1]; $image = $report_details[$counter][2]; $res_url = $report_details[$counter][3]; if($image != "") { ?> <a href="gallery/<?php echo $image; ?>" target="_blank" class="m_scroll" style="margin-left:15px; color:Orangered; font-family:Cambria;"> <img src="images/new-img.png" style="height:25px; width:25px;" /> <?php echo $title; ?></a> <?php } else if($res_url != "") { ?> <a href="<?php echo $res_url; ?>" target="_blank" class="m_scroll" style="margin-left:15px; color:Orangered; font-family:Cambria;"> <img src="images/new-img.png" style="height:25px; width:25px;" /><?php echo $title; ?></a> <?php } $counter ++; } } echo $res_url; ?> </marquee> </div> </div> <style> .nivo-main-image { height:600px; } </style> <?php $report_details = $db->get_all_slider_images(); //print_r($report_details); ?> <div class="slider1-area index1" style="margin-top:-5px !important; height:600px; width:100%; border:2px solid #666666; padding:1px; float:left;"> <div class="bend niceties preview-1" style="height:600px;"> <div id="ensign-nivoslider-3" class="slides" style="height:600px;"> <?php if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $title = $report_details[$counter][1]; $images = $report_details[$counter][2]; ?> <img src="slider_images/<?php echo $title; ?>" alt="slider" title="#slider-direction-<?php echo $counter; ?>" class="img_css" style="height:100% !important; width:100% !important;" /> <?php $counter ++; } } ?> </div> <?php $report_details = $db->get_all_slider_images(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $title = $report_details[$counter][1]; $images = $report_details[$counter][2]; ?> <div id="slider-direction-<?php echo $counter; ?>" class="t-cn slider-direction"> <div class="slider-content s-tb slide-1"> <div class="title-container s-tb-c"> <div class="title1" style="text-shadow:2px 1px #000000;"><?php echo $title; ?></div> </div> </div> </div> <?php $counter ++; } } ?> </div> </div> <!--<div style="display:inline-table; float:left; width:28%; margin-left:7px; height:400px; box-shadow:0px 0px 4px 1px #666666; padding:5px; margin-top:-5px;"> <img src="images/achievment.jpg" style="display:inline-table; width:100%; height:400px;" /> </div>--> </div> <!-- Slider 1 Area End Here --> <!-- Service 1 Area Start Here --> <!-- <div class="service-box-icon"> <i class="fa fa-graduation-cap" aria-hidden="true"></i> </div> --> <!--<div class="service1-area"> <div class="service1-inner-area"> <div class="container"> <div class="row service1-wrapper"> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-12"> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 service-box1" style="background-color:#0177B5; background-color:none;"> <div class="service-box-content"> <div class="service-box-icon"> <i class="fa fa-graduation-cap" aria-hidden="true"></i> </div> <h3 style="text-align:center;"><a href="#" style="color:#FDC800;">Our Vision</a></h3> <p>"To nurture the qualities of professionals for development of world class product by caring, understanding and serving community."</p> </div> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 service-box1" style="height:220px; background-color:#0177B5"> <div class="service-box-content"> <div class="service-box-icon"> <i class="fa fa-graduation-cap" aria-hidden="true"></i> </div> <h3 style="text-align:center;"><a href="#" style="color:#FDC800;">Our Mission</a></h3> <p>"Continuous development through learning."</p> </div> </div> </div> </div> </div> </div>--> <!-- Service 1 Area End Here --> <!-- About Page 2 Area Start Here --> <div class="about-page2-area" style="display:inline-table; width:100%;"> <div class="container" style=" width:100%; padding:0px;"> <div class="row about-page2-inner" style=" width:100%;margin:0px;"> <div class="col-lg-9 col-md-9 col-sm-12 col-xs-12"> <!--<h2 class="title-default-left wow fadeIn" style="text-align:center;"></h2>--> <?php $established_year = 1998; $current_year = date("Y"); ?> <p class="wow fadeIn" style="text-align:justify; font-family:Cambria; font-size:20px; color:#000000; margin-top:25px;"> <!--<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="text-align:center; margin-bottom:15px;"> <img src="/images/dada.jpg" style="border:1px solid #CCCCCC; padding:5px; box-shadow:0px 0px 3px 0px #CCCCCC;width:200px; margin:auto;" /> </div>--> <span style="width:30px; display:inline-table; text-align:justify;"></span><strong>Prin.K.P.Mangalvedhekar Institute of Management Career Development and Research </strong> is celebrating <?php echo $current_year - $established_year; ?> year's of its glory in the field of technical education. On this occasion, let's ignite the memories of this journey of our institute. The visionary man Hon. Late GSGSGS always thought about the bright future of youth residing in the rural area and knew very well that students of rural area do not have technical education facilities and it was a serious problem during those early days and decided to establish the institute to provide a technical education. In year 1998, the first brick of MIM was laid. <br /> <span style="width:30px; display:inline-table; text-align:justify;"></span>Institute has been successfully giving direction to thousands of students under the dynamic leadership of Hon. President JHJHS. </p> <hr /> <!-- <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="padding-top:0em; text-align:center;background-color:#FFF; border-top:7px solid #666; border-bottom:7px solid #666; border-radius:20px; padding:9px; width:100%;"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="padding-top:0em; text-align:center;background-color:#FFF; border-top:5px solid Orange; border-bottom:5px solid Orange; border-radius:20px; padding:9px; width:55%; float:left; margin-right:20px;"> <h3 style="text-align:center; margin:0px;color:#0177B5; font-weight:bold;font-family:Gungsuh; letter-spacing:2px; margin-bottom:12px;">OUR VISION</h3> <p style="text-align:center; font-weight:bold; color:#000000; font-size:17px; letter-spacing:1px; font-family:Gungsuh; margin-bottom:7px;">“To Emerge as a Leading Center for Management Education & Research with Value Based Knowledge”</p> </div> <img src="images/vm.jpg" style="float:left;" /> <h3 style="text-align:center; margin:0px;color:#0177B5; font-weight:bold;font-family:Gungsuh; letter-spacing:2px; margin-bottom:12px;">OUR MISSION</h3> <p style="text-align:justify; font-weight:bold; color:#000000; font-size:17px; letter-spacing:0px; font-family:Gungsuh; margin-bottom:7px;"> <img src="images/arrowicon.png" style="height:30px; margin-top:-10px; margin-right:10px; " />Make aware the students about their full potential and to utilize for problem solving approach. </p> </div>--> <!--<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="padding-top:1em; text-align:center;"> <img src="/images/mission.png" style="height:80px; margin-bottom:15px;" /><br /> <h3 style="text-align:center; margin:0px;"><a href="#" style="color:#0177B5; font-weight:bold;"> Our Mission:</a></h3> <p style="text-align:center; font-weight:bold; color:#7A297B; font-size:20px; letter-spacing:1px;">Mission - 1: To provide pertinent technical education and training to support students goal.</p> <p style="text-align:center; font-weight:bold; color:#7A297B; font-size:20px; letter-spacing:1px;">Mission - 2: To provide platform for development of personality traits like professional attitude, communication skills and ethical values to produce competent engineers. </p> <p style="text-align:center; font-weight:bold; color:#7A297B; font-size:20px; letter-spacing:1px;">Mission - 3: To inspire students towards life-long learning and helping them to find right career opportunities.</p> </div>--> </div> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12" style='padding:0px;'> <div style="font-family:Cambria; font-weight:bold; color:#FFFFFF;background-color:#002B54; padding:10px; border-top-left-radius:15px; border-top-right-radius:15px; text-align:center; font-size:20px;">Events & Activities</div> <marquee style="background-color:#FAFAFA; height:300px; font-size:15px; font-family:Cambria; border:1px solid #DFDFDF; padding:5px;" behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();" scrollamount="6"> <img src="/images/img1.jpg" style="width:100%;" /> <?php $report_details = $db->get_all_new_and_events_images(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $title = $report_details[$counter][1]; $image = $report_details[$counter][2]; $res_url = $report_details[$counter][3]; if($image != "") { ?> <a href="gallery/<?php echo $image; ?>" target="_blank" class="m_scroll" style="margin-left:15px; color:Green; font-family:Cambria;"> <img src="images/new-img.png" style="height:25px; width:25px;" /> <?php echo $title; ?></a> <br /> <?php } else if($res_url != "") { ?> <a href="<?php echo $res_url; ?>" target="_blank" class="m_scroll" style="margin-left:15px; color:Green; font-family:Cambria;"> <img src="images/new-img.png" style="height:25px; width:25px;" /><?php echo $title; ?></a> <br /> <?php } $counter ++; } } echo $res_url; ?> </marquee> <div style="font-family:Cambria; font-weight:bold; color:#FFFFFF; margin-top:25px; background-color:#002B54; padding:10px; border-top-left-radius:15px; border-top-right-radius:15px; text-align:center; font-size:20px;">Quick Links</div> <div style="background-color:#FAFAFA; height:350px; overflow-y:scroll; font-size:15px; font-family:Cambria; border:1px solid #DFDFDF; padding:5px;"> <a href="#" class="myButton">AICTE Approvals</a> <a href="#" class="myButton">Fee Structure</a> <a href="#" class="myButton">Committee</a> <a href="#" class="myButton">Library</a> <a href="#" class="myButton">Student Activities</a> <a href="#" class="myButton">Sports</a> <a href="#" class="myButton">Student Feedback</a> <a href="#" class="myButton">Grievance/Suggestions</a> <a href="#" class="myButton">Important Links</a> <a href="#" class="myButton">Media</a> <a href="#" class="myButton">FAQ's</a> <a href="#" class="myButton">Sitemap</a> </div> </div> <!--<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12" style="padding-top:3em; text-align:center;"> <img src="/images/vision.png" style="height:80px; margin-bottom:15px;" /><br /> <h3 style="text-align:center; margin:0px;"><a href="#" style="color:#0177B5; font-weight:bold;">Our Vision</a></h3> <p style="text-align:center; font-weight:bold;">"To nurture the qualities of professionals for development of world class product by caring, understanding and serving community."</p> <br /> <img src="/images/mission.png" style="height:80px; margin-bottom:15px;" /><br /> <h3 style="text-align:center; margin:0px;"><a href="#" style="color:#0177B5; font-weight:bold;">Our Mission</a></h3> <p style="text-align:center; font-weight:bold;">"Continuous development through learning."</p> </div>--> <style> .myButton { box-shadow:inset 0px 1px 0px 0px #f9eca0; background:linear-gradient(to bottom, #f0c911 5%, #f2ab1e 100%); background-color:#f0c911; border-radius:6px; border:1px solid #e65f44; display:inline-block; cursor:pointer; color:#c92200; font-family:Arial; font-size:15px; font-weight:bold; padding:6px 24px; text-decoration:none; text-shadow:0px 1px 0px #ded17c; width:100%; margin-top:10px; } .myButton:hover { background:linear-gradient(to bottom, #f2ab1e 5%, #f0c911 100%); background-color:#f2ab1e; } .myButton:active { position:relative; top:1px; } .scroll_marquee { height:390px; background-color:#FAFAFA; padding:15px; } .lft_contnr { text-align:center; } .mid-section { background-color:#eeeeee; width:100%; } .data-section { background-color:#fff; min-height:600px; text-align:justify; } .title-data { text-align:center; font-weight:bold; margin-bottom:20px; margin-top:30px; font-size:32px; border-bottom:1px dashed #CCCCCC; padding-bottom:10px; } .ta2 { background-color:#C8EBFA; color:#333333; padding:10px; font-weight:bold; font-size:18px; margin-bottom:0px; border-bottom:1px solid #CCCCCC; } </style> </div> </div> <!-- About Page 2 Area End Here --> <div style="background-color:#333333; padding:25px; padding-bottom:40px; margin-top:50px;"> <h2 style="color:#FFFFFF; font-size:40px; text-align:center; font-family:Cooper Black; font-weight:bold;">Enjoy Our Digital Tour @ MIM</h2> <center> <iframe width="760" height="415" src="https://youtu.be/iu50qoRJPe8?si=MFWeHPMfcJ53klqf" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></center> </div> <!-- Video Area Start Here --> <!-- <div class="video-area overlay-video bg-common-style"> <div class="container"> <div class="row about-page1-inner"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <div class="about-page-content-holder"> <div class="content-box"> <h2 style="color:#FFFFFF;">Who We Are</h2> <p style="color:#FFFFFF;"><span style="width:30px; display:inline-table;"></span>Ours is one of the leading technical institutes in Solapur city which provides unmatched learning experience to students. We have a team of highly qualified and experienced faculties putting efforts for creating globally competent technocrats. We have tie ups with esteemed industries for enhancement of technical skills of the students.</p> </div> <div class="content-box"> <h2 style="color:#FFFFFF;">What We Do</h2> <p style="color:#FFFFFF;"><span style="width:30px; display:inline-table;"></span>We emphasize on a curriculum that builds in knowledge gathering as well as higher order thinking skills. With inputs from motivated and quality faculty our students display consistently high academic performance. We go beyond academics. We do organize co-curricular and extracurricular events to help students to improve their confidence in every aspect.</p> </div> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <div class="about-page-img-holder"> <br /> <img src="/images/spmabout.JPG" class="img-responsive" alt="about" style="margin-top:25px;"> </div> </div> </div> </div> </div>--> <!-- Video Area End Here --> <!-- Courses 1 Area Start Here --> <div class="courses1-area"> <h2 class="title-default-center">Courses</h2> <div id="shadow-carousel" class="container"> <div class="rc-carousel" data-loop="true" data-items="3" data-margin="20" data-autoplay="false" data-autoplay-timeout="10000" data-smart-speed="2000" data-dots="false" data-nav="true" data-nav-speed="false" data-r-x-small="1" data-r-x-small-nav="true" data-r-x-small-dots="false" data-r-x-medium="2" data-r-x-medium-nav="true" data-r-x-medium-dots="false" data-r-small="2" data-r-small-nav="true" data-r-small-dots="false" data-r-medium="3" data-r-medium-nav="true" data-r-medium-dots="false" data-r-large="3" data-r-large-nav="true" data-r-large-dots="false"> <div class="courses-box1"> <div class="single-item-wrapper"> <div class="courses-img-wrapper hvr-bounce-to-bottom"> <img class="img-responsive" src="images/mba.png" alt="courses"> <a href=""><i class="fa fa-link" aria-hidden="true"></i></a> </div> <div class="courses-content-wrapper"> <h3 class="item-title" style="text-align:center;"><a href="">Master of Business Administration (MBA)</a></h3> <p class="item-content" style="text-align:justify">The department of Master of Business Administration(MBA) is concerned with the theory, design, development and application of computer system. <br /> <a href="">Read more..</a> </p> </div> </div> </div> <div class="courses-box1"> <div class="single-item-wrapper"> <div class="courses-img-wrapper hvr-bounce-to-bottom"> <img class="img-responsive" src="images/bba.png" alt="courses" style="height:260px;"> <a href="http:///mechanical-engineering.php"><i class="fa fa-link" aria-hidden="true"></i></a> </div> <div class="courses-content-wrapper"> <h3 class="item-title" style="text-align:center;"><a href="http:///mechanical-engineering.php">Bachelor of Business Administration (BBA)</a></h3> <p class="item-content" style="text-align:justify">The Bachelor of Business Administration (BBA) deals with design and production of machines, tools, and plays an important role in automobile sector, railways and aerospace systems.. <a href="">Read more..</a> </p> </div> </div> </div> <div class="courses-box1"> <div class="single-item-wrapper"> <div class="courses-img-wrapper hvr-bounce-to-bottom"> <img class="img-responsive" src="images/BCA-Course-Eligibilities.jpeg" alt="courses"> <a href=""><i class="fa fa-link" aria-hidden="true"></i></a> </div> <div class="courses-content-wrapper"> <h3 class="item-title" style="text-align:center;"><a href="">Bachelor of Computer Applications (BCA)</a></h3> <p class="item-content" style="text-align:justify">The department of Bachelor of Computer Applications (BCA) strive to achieve excellence in education so as to enable students to establish themselves as.. <a href="">Read more..</a> </p> </div> </div> </div> <!-- <div class="courses-box1"> <div class="single-item-wrapper"> <div class="courses-img-wrapper hvr-bounce-to-bottom"> <img class="img-responsive" src="img/course/5.jpg" alt="courses"> <a href="single-courses1.html"><i class="fa fa-link" aria-hidden="true"></i></a> </div> <div class="courses-content-wrapper"> <h3 class="item-title"><a href="#">Basic Philosopphy</a></h3> <p class="item-content">Rmply dummy text printing setting industry it’s free demo.</p> <ul class="courses-info"> <li>1 Year <br><span> Course</span></li> <li>40 <br><span> Classes</span></li> <li>10 am - 11 am <br><span> Time</span></li> </ul> </div> </div> </div> <div class="courses-box1"> <div class="single-item-wrapper"> <div class="courses-img-wrapper hvr-bounce-to-bottom"> <img class="img-responsive" src="img/course/6.jpg" alt="courses"> <a href="single-courses1.html"><i class="fa fa-link" aria-hidden="true"></i></a> </div> <div class="courses-content-wrapper"> <h3 class="item-title"><a href="#">GMAT</a></h3> <p class="item-content">Rmply dummy text printing setting industry it’s free demo.</p> <ul class="courses-info"> <li>3 Months <br><span> Course</span></li> <li>30 <br><span> Classes</span></li> <li>10 am - 11 am <br><span> Time</span></li> </ul> </div> </div> </div> <div class="courses-box1"> <div class="single-item-wrapper"> <div class="courses-img-wrapper hvr-bounce-to-bottom"> <img class="img-responsive" src="img/course/7.jpg" alt="courses"> <a href="single-courses1.html"><i class="fa fa-link" aria-hidden="true"></i></a> </div> <div class="courses-content-wrapper"> <h3 class="item-title"><a href="#">Regular MBA</a></h3> <p class="item-content">Rmply dummy text printing setting industry it’s free demo.</p> <ul class="courses-info"> <li>1 Year <br><span> Course</span></li> <li>50 <br><span> Classes</span></li> <li>10 am - 11 am <br><span> Time</span></li> </ul> </div> </div> </div> --></div> </div> </div> <!-- Courses 1 Area End Here --> <!-- Why Choose Area Start Here --> <!--<div class="why-choose-area" style="background-color:#FFFFFF;"> <div class="container"> <h2 class="about-title">Why Choose Our Institution?</h2> <p class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="text-align:justify;"><span style="width:30px; display:inline-table;"></span>The first and foremost reason for choosing our institution is that our institution has a devoted team of highly qualified and experienced faculties. Secondly we have fully developed laboratories to empower the students with the proficiency and knowledge required to excel. And the last reason is due to multiple facilities provided by the institution like 24 hours Wi-Fi Internet facility for students, Digital Library, Banking with ATM facility, Bus facility, etc.</p> </div> <div class="container"> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div class="featured-box2 hvr-bounce-to-right"> <i class="fa fa-graduation-cap" aria-hidden="true"></i> <h3><a href="#">Library Facility</a></h3> </div> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div class="featured-box2 hvr-bounce-to-right"> <i class="fa fa-desktop" aria-hidden="true"></i> <h3><a href="#">Central Workshop</a></h3> </div> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div class="featured-box2 hvr-bounce-to-right"> <i class="fa fa-desktop" aria-hidden="true"></i> <h3><a href="#">Computer Center</a></h3> </div> </div> </div> <br /> <br /> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div class="featured-box2 hvr-bounce-to-right"> <i class="fa fa-graduation-cap" aria-hidden="true"></i> <h3><a href="#">Language Laboratory</a></h3> </div> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div class="featured-box2 hvr-bounce-to-right"> <i class="fa fa-user" aria-hidden="true"></i> <h3><a href="#">Banking</a></h3> </div> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div class="featured-box2 hvr-bounce-to-right"> <i class="fa fa-bed" aria-hidden="true"></i> <h3><a href="#">Transportation</a></h3> </div> </div> </div> <br /> <br /> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div class="featured-box2 hvr-bounce-to-right"> <i class="fa fa-bed" aria-hidden="true"></i> <h3><a href="#">Canteen</a></h3> </div> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div class="featured-box2 hvr-bounce-to-right"> <i class="fa fa-bed" aria-hidden="true"></i> <h3><a href="#">24 X 7 Internet </a></h3> </div> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div class="featured-box2 hvr-bounce-to-right"> <i class="fa fa-bed" aria-hidden="true"></i> <h3><a href="#">Scholarship</a></h3> </div> </div> </div> </div> <!--<div class="container"> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div class="service-box4"> <div class="service-box-icon"> <a href="#"><i class="fa fa-graduation-cap" aria-hidden="true"></i></a> </div> <h3><a href="#">Scholarship Facility</a></h3> <p>Dorem Ipsum has been the industry's standard dummy text ever since the en an unknown printer galley dear.</p> </div> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div class="service-box4"> <div class="service-box-icon"> <a href="#"><i class="fa fa-user" aria-hidden="true"></i></a> </div> <h3><a href="#">Skilled Lecturers</a></h3> <p>Dorem Ipsum has been the industry's standard dummy text ever since the en an unknown printer galley dear.</p> </div> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div class="service-box4"> <div class="service-box-icon"> <a href="#"><i class="fa fa-book" aria-hidden="true"></i></a> </div> <h3><a href="#">Book Library & Store</a></h3> <p>Dorem Ipsum has been the industry's standard dummy text ever since the en an unknown printer galley dear.</p> </div> </div> </div> </div> </div> --> <!-- Why Choose Area End Here --> <!-- Lecturers Area Start Here --> <!-- <div class="lecturers-area" style="background-color:#F5F5F5;"> <div class="container"> <h2 class="title-default-left" style="text-align:center;">Meet Our Management</h2> </div> <style> .item-designation { font-size:16px; font-weight:bold; color:#333333; } .lecturers-img-wrapper img { padding:5px; border:1px solid #CCCCCC; box-shadow:1px 1px 4px 2px #CCCCCC; } </style> <div class="container"> <div class="rc-carousel" data-loop="true" data-items="4" data-margin="30" data-autoplay="false" data-autoplay-timeout="10000" data-smart-speed="2000" data-dots="false" data-nav="true" data-nav-speed="false" data-r-x-small="1" data-r-x-small-nav="true" data-r-x-small-dots="false" data-r-x-medium="2" data-r-x-medium-nav="true" data-r-x-medium-dots="false" data-r-small="3" data-r-small-nav="true" data-r-small-dots="false" data-r-medium="4" data-r-medium-nav="true" data-r-medium-dots="false" data-r-large="4" data-r-large-nav="true" data-r-large-dots="false"> <div class="single-item"> <div class="lecturers1-item-wrapper"> <div class="lecturers-img-wrapper"> <a href="#"><img class="img-responsive" src="/images/dilip mane.jpg" alt="team"></a> </div> <div class="lecturers-content-wrapper"> <h3 class="item-title"><a href="#">Hon. Dilip Mane</a></h3> <span class="item-designation">President</span> </div> </div> </div> <div class="single-item"> <div class="lecturers1-item-wrapper"> <div class="lecturers-img-wrapper"> <a href="#"><img class="img-responsive" src="/images/jaykumar-mane-spm-polytechnic.jpg" alt="team" style="height:260px;"></a> </div> <div class="lecturers-content-wrapper"> <h3 class="item-title"><a href="#">Hon. Jaykumar Mane</a></h3> <span class="item-designation">Director</span> </div> </div> </div> <div class="single-item"> <div class="lecturers1-item-wrapper"> <div class="lecturers-img-wrapper"> <a href="#"><img class="img-responsive" src="/images/swati-mane.jpg" alt="team" style="height:260px;"></a> </div> <div class="lecturers-content-wrapper"> <h3 class="item-title"><a href="#">Hon. Swati Mane</a></h3> <span class="item-designation">Secretary</span> </div> </div> </div> <div class="single-item"> <div class="lecturers1-item-wrapper"> <div class="lecturers-img-wrapper"> <a href="#"><img class="img-responsive" src="/images/spm-prof-chavan-principal.jpg" alt="team" style="height:260px;"></a> </div> <div class="lecturers-content-wrapper"> <h3 class="item-title"><a href="#">Prof. Rohini Chavan</a></h3> <span class="item-designation">Principal</span> </div> </div> </div> </div> </div> </div>--> <!-- News and Event Area Start Here --> <!--<div class="news-event-area"> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 news-inner-area"> <h2 class="title-default-left">Latest News</h2> <ul class="news-wrapper"> <li> <div class="news-img-holder"> <a href="#"><img src="img/news/1.jpg" class="img-responsive" alt="news"></a> </div> <div class="news-content-holder"> <h3><a href="single-news.html">Summer Course Start From 1st June</a></h3> <div class="post-date">June 15, 2017</div> <p>Pellentese turpis dignissim amet area ducation process facilitating Knowledge.</p> </div> </li> <li> <div class="news-img-holder"> <a href="#"><img src="img/news/2.jpg" class="img-responsive" alt="news"></a> </div> <div class="news-content-holder"> <h3><a href="single-news.html">Guest Interview will Occur Soon</a></h3> <div class="post-date">June 15, 2017</div> <p>Pellentese turpis dignissim amet area ducation process facilitating Knowledge.</p> </div> </li> <li> <div class="news-img-holder"> <a href="#"><img src="img/news/3.jpg" class="img-responsive" alt="news"></a> </div> <div class="news-content-holder"> <h3><a href="single-news.html">Easy English Learning Way</a></h3> <div class="post-date">June 15, 2017</div> <p>Pellentese turpis dignissim amet area ducation process facilitating Knowledge.</p> </div> </li> </ul> <div class="news-btn-holder"> <a href="#" class="view-all-accent-btn">View All</a> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 event-inner-area"> <h2 class="title-default-left">Upcoming Events</h2> <ul class="event-wrapper"> <li class="wow bounceInUp" data-wow-duration="2s" data-wow-delay=".1s"> <div class="event-calender-wrapper"> <div class="event-calender-holder"> <h3>26</h3> <p>Jan</p> <span>2017</span> </div> </div> <div class="event-content-holder"> <h3><a href="single-event.html">Html MeetUp Conference 2017</a></h3> <p>Pellentese turpis dignissim amet area ducation process facilitating Knowledge. Pellentese turpis dignissim amet area ducation process facilitating Knowledge. Pellentese turpis dignissim amet area ducation.</p> <ul> <li>04:00 PM - 06:00 PM</li> <li>Australia , Melborn</li> </ul> </div> </li> <li class="wow bounceInUp" data-wow-duration="2s" data-wow-delay=".3s"> <div class="event-calender-wrapper"> <div class="event-calender-holder"> <h3>26</h3> <p>Jan</p> <span>2017</span> </div> </div> <div class="event-content-holder"> <h3><a href="single-event.html">Workshop On UI Design</a></h3> <p>Pellentese turpis dignissim amet area ducation process facilitating Knowledge. Pellentese turpis dignissim amet area ducation process facilitating Knowledge. Pellentese turpis dignissim amet area ducation.</p> <ul> <li>03:00 PM - 05:00 PM</li> <li>Australia , Melborn</li> </ul> </div> </li> </ul> <div class="event-btn-holder"> <a href="#" class="view-all-primary-btn">View All</a> </div> </div> </div> </div> </div>--> <!-- News and Event Area End Here --> <!-- Students Say Area Start Here --> <!-- <div class="students-say-area"> <h2 class="title-default-center">What Our Students Say</h2> <div class="container"> <div class="rc-carousel" data-loop="true" data-items="2" data-margin="30" data-autoplay="false" data-autoplay-timeout="10000" data-smart-speed="2000" data-dots="true" data-nav="false" data-nav-speed="false" data-r-x-small="1" data-r-x-small-nav="false" data-r-x-small-dots="true" data-r-x-medium="2" data-r-x-medium-nav="false" data-r-x-medium-dots="true" data-r-small="2" data-r-small-nav="false" data-r-small-dots="true" data-r-medium="2" data-r-medium-nav="false" data-r-medium-dots="true" data-r-large="2" data-r-large-nav="false" data-r-large-dots="true"> <div class="single-item"> <div class="single-item-wrapper"> <div class="profile-img-wrapper"> <a href="#" class="profile-img"><img class="profile-img-responsive img-circle" src="img/students/1.jpg" alt="Testimonial"></a> </div> <div class="tlp-tm-content-wrapper"> <h3 class="item-title"><a href="#">Rosy Janner</a></h3> <span class="item-designation">UI Designer</span> <ul class="rating-wrapper"> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> </ul> <div class="item-content">Pellentesque tellus arcu, laoreet volutpavenenatis molestPellentesque commodo lorem lectus pretium vehicula.</div> </div> </div> </div> <div class="single-item"> <div class="single-item-wrapper"> <div class="profile-img-wrapper"> <a href="#" class="profile-img"><img class="profile-img-responsive img-circle" src="img/students/2.jpg" alt="Testimonial"></a> </div> <div class="tlp-tm-content-wrapper"> <h3 class="item-title"><a href="#">Dainel Dina</a></h3> <span class="item-designation">Manager</span> <ul class="rating-wrapper"> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> </ul> <div class="item-content">Pellentesque tellus arcu, laoreet volutpavenenatis molestPellentesque commodo lorem lectus pretium vehicula.</div> </div> </div> </div> <div class="single-item"> <div class="single-item-wrapper"> <div class="profile-img-wrapper"> <a href="#" class="profile-img"><img class="profile-img-responsive img-circle" src="img/students/1.jpg" alt="Testimonial"></a> </div> <div class="tlp-tm-content-wrapper"> <h3 class="item-title"><a href="#">Rosy Janner</a></h3> <span class="item-designation">UI Designer</span> <ul class="rating-wrapper"> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> </ul> <div class="item-content">Pellentesque tellus arcu, laoreet volutpavenenatis molestPellentesque commodo lorem lectus pretium vehicula.</div> </div> </div> </div> <div class="single-item"> <div class="single-item-wrapper"> <div class="profile-img-wrapper"> <a href="#" class="profile-img"><img class="profile-img-responsive img-circle" src="img/students/2.jpg" alt="Testimonial"></a> </div> <div class="tlp-tm-content-wrapper"> <h3 class="item-title"><a href="#">Dainel Dina</a></h3> <span class="item-designation">Manager</span> <ul class="rating-wrapper"> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> </ul> <div class="item-content">Pellentesque tellus arcu, laoreet volutpavenenatis molestPellentesque commodo lorem lectus pretium vehicula.</div> </div> </div> </div> <div class="single-item"> <div class="single-item-wrapper"> <div class="profile-img-wrapper"> <a href="#" class="profile-img"><img class="profile-img-responsive img-circle" src="img/students/1.jpg" alt="Testimonial"></a> </div> <div class="tlp-tm-content-wrapper"> <h3 class="item-title"><a href="#">Rosy Janner</a></h3> <span class="item-designation">UI Designer</span> <ul class="rating-wrapper"> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> </ul> <div class="item-content">Pellentesque tellus arcu, laoreet volutpavenenatis molestPellentesque commodo lorem lectus pretium vehicula.</div> </div> </div> </div> <div class="single-item"> <div class="single-item-wrapper"> <div class="profile-img-wrapper"> <a href="#" class="profile-img"><img class="profile-img-responsive img-circle" src="img/students/2.jpg" alt="Testimonial"></a> </div> <div class="tlp-tm-content-wrapper"> <h3 class="item-title"><a href="#">Dainel Dina</a></h3> <span class="item-designation">Manager</span> <ul class="rating-wrapper"> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> <li><i class="fa fa-star" aria-hidden="true"></i></li> </ul> <div class="item-content">Pellentesque tellus arcu, laoreet volutpavenenatis molestPellentesque commodo lorem lectus pretium vehicula.</div> </div> </div> </div> </div> </div> </div>--> <!-- Students Say Area End Here --> <!-- Brand Area Start Here --> <div class="brand-area" style="background-color:;"> <div class="container"> <h2 class="title-default-center">Our Recruiters & MOU's</h2> <div class="" data-loop="true" data-items="4" data-margin="30" data-autoplay="true" data-autoplay-timeout="5000" data-smart-speed="2000" data-dots="false" data-nav="false" data-nav-speed="false" data-r-x-small="2" data-r-x-small-nav="false" data-r-x-small-dots="false" data-r-x-medium="3" data-r-x-medium-nav="false" data-r-x-medium-dots="false" data-r-small="4" data-r-small-nav="false" data-r-small-dots="false" data-r-medium="4" data-r-medium-nav="false" data-r-medium-dots="false" data-r-large="4" data-r-large-nav="false" data-r-large-dots="false"> <div class="brand-area-box"> <a href="#"><img src="/images/tata.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/bajaj.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/mahindra.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/gabriel.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/eaton.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/spicer.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/sulzer.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/johndeere.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/lt.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/precision.png" alt="brand"></a> </div> </div> </div> </div> <!--<div class="brand-area" style="background-color:#F5F5F5;"> <div class="container"> <h2 class="title-default-center">Our Recruiters & MOU's</h2> <div class="rc-carousel" data-loop="true" data-items="4" data-margin="30" data-autoplay="true" data-autoplay-timeout="5000" data-smart-speed="2000" data-dots="false" data-nav="false" data-nav-speed="false" data-r-x-small="2" data-r-x-small-nav="false" data-r-x-small-dots="false" data-r-x-medium="3" data-r-x-medium-nav="false" data-r-x-medium-dots="false" data-r-small="4" data-r-small-nav="false" data-r-small-dots="false" data-r-medium="4" data-r-medium-nav="false" data-r-medium-dots="false" data-r-large="4" data-r-large-nav="false" data-r-large-dots="false"> <div class="brand-area-box"> <a href="#"><img src="/images/tata.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/bajaj.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/mahindra.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/gabriel.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/eaton.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/spicer.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/sulzer.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/johndeere.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/lt.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/precision.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/lhp.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/piaggio.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/flash.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/vishay.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/bsa.png" alt="brand"></a> </div> <div class="brand-area-box"> <a href="#"><img src="/images/te-connectivity.png" alt="brand"></a> </div> </div> </div> </div>--> <!-- Brand Area End Here --> <?php require_once('footernew.php'); ?> </div> <!-- Main Body Area End Here --> <?php require_once('jsfiles.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