D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ksclnmuac
/
public_html
/
web
/
Filename :
index.php
back
Copy
<?php //phpinfo(); //exit(); include("admin/connection.php"); $query="select * from tbl_notice order by file_id desc"; $res=mysqli_query($dbCon,$query); $query2="select * from tbl_gallery order by gal_id desc LIMIT 0,4"; $res2=mysqli_query($dbCon,$query2); $query3="select * from tbl_slider"; $res3=mysqli_query($dbCon,$query3); ?> <?php include 'headernew.php';?> <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>--> <!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> --> <!-- Banner Wrapper Start --> <div class="row" style="padding-top:155px;"> <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> <li data-target="#myCarousel" data-slide-to="2"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner"> <?php $flag = 1; while ($row_slider = mysqli_fetch_assoc($res3)) { if ($flag == 1) { ?> <div class="item active"> <img src="./admin/slider/<?php echo $row_slider['pic'] ?>" alt="Los Angeles" style="width:100%; height:500px;"> <div class="carousel-caption"> <h2 style="background:rgba(96, 145, 186, 0.8);"><?php echo $row_slider['text1'] ?></h2> <p style="background:rgba(7, 10, 12, 0.8);"><?php echo $row_slider['text2'] ?></p> </div> </div> <?php } else { ?> <div class="item"> <img src="./admin/slider/<?php echo $row_slider['pic'] ?>" alt="Chicago" style="width:100%;height:500px;"> <div class="carousel-caption"> <h2 style="background:rgba(96, 145, 186, 0.8);"><?php echo $row_slider['text1'] ?></h2> <p style="background:rgba(7, 10, 12, 0.8);"><?php echo $row_slider['text2'] ?></p> </div> </div> <?php } $flag = 0; } ?> <!-- <div class="item"> <img src="ny.jpg" alt="New York" style="width:100%;"> <div class="carousel-caption"> <h3>New York</h3> <p>We love the Big Apple!</p> </div> </div> --> </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> </div> <!-- Banner Wrapper End --> <!-- About Us --> <div class="about-us"> <div class="container"> <div class="row"> <div class="col-sm-12 col-md-8"> <h2>Few Words <br> About <span>K.S. College</span></h2> <p><strong><a href="https://ibit.ly/checkresult" style="color:#000000;">K.S. College</a></strong> Established in 1970 in the name of Babu Veer Kunwar Singh, an epitome of bravery and a nationalist from the core, KS College Laheriasarai is a constituent unit of L.N Mithala University, Darbhanga. This college is situated on the junction of twin city of Darbhanga- Laheriasarai. Since its inception the college has travelled a long way in catering to the academic needs of the adjoining areas. The needs of the students in learning, academic planning, extra-curricular activities are the prime focussed area of this college. Consequently, the college has given a large number of students to serve the society as doctors, engineers, civil servants, academicians etc.</p> <p> The main practises to college’s effort at building a new national identity by coalescing multi-religious, multi –caste and multi-lingual population around a unified national consciousness.</p> <a href="about.php" id="a">Read More...</a> </div> <div class="col-sm-12 col-md-4 pull-right hidden-sm"> <h2>News and <br /><span>Events</span></h2> <div class="unordered-list" > <ul> <marquee direction="up" onmouseover="this.stop()" onmouseout="this.start()" height="300px" style="color:red;"> <?php while($row=mysqli_fetch_array($res,MYSQLI_BOTH)) { ?> <li><a href="admin/notice/<?php echo $row['file_name']; ?>" target="_blank" style="color:red; border:none;"><?php echo $row['notice']; ?></a></li> <?php } ?> </marquee> <a href="show_all.php" target="_self">Show all..</a> </ul> </div> </div> </div> </div> </div> <!--Callouts Wrapper Start Welcome to Kc College--> <!--<div class="callouts-wrapper">--> <!-- <div class="container">--> <!-- <h2>Welcome to <span>K.S. College</span></h2>--> <!-- <p class="center"> K.S. College is the only center for higher education in the district and the oldest one in North Bihar.</p>--> <!-- <p class="center"> These 65+ years have been witness to the astounding achievements and accomplishments of our alumni, students and faculty members.</p>--> <!-- <div class="row">--> <!-- <div class="col-sm-6 col-md-4">--> <!-- <div class="callouts">--> <!-- <div class="icon"><i class="fa fa-book" aria-hidden="true"></i></div>--> <!-- <div class="content">--> <!-- <h3>Automated Library</h3>--> <!-- <p>We have well equiped fully automated library with 8000 books.</p>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- <div class="col-sm-6 col-md-4">--> <!-- <div class="callouts">--> <!-- <div class="icon"> <i class="fa fa-paint-brush" aria-hidden="true"></i></div>--> <!-- <div class="content">--> <!-- <h3>Neat & Clean Environment</h3>--> <!-- <p>We have a lavish green eco-friendly clean campus.</p>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- <div class="col-sm-6 col-md-4">--> <!-- <div class="callouts">--> <!-- <div class="icon"><i class="fa fa-users" aria-hidden="true"></i></div>--> <!-- <div class="content">--> <!-- <h3>Experienced Faculty</h3>--> <!-- <p>The students learn under the guidance of experienced faculties.</p>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- <div class="col-sm-6 col-md-4">--> <!-- <div class="callouts">--> <!-- <div class="icon"><i class="fa fa-cogs" aria-hidden="true"></i></div>--> <!-- <div class="content">--> <!-- <h3>Laboratory Facility</h3>--> <!-- <p>Students get practical exposure while working in well equipped laboratries.</p>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- <div class="col-sm-6 col-md-4">--> <!-- <div class="callouts">--> <!-- <div class="icon"> <i class="fa fa-building" aria-hidden="true"></i></div>--> <!-- <div class="content">--> <!-- <h3>Largest Infrastructure</h3>--> <!-- <p>We have one of the largest infra-structure with all modern amenities.</p>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- <div class="col-sm-6 col-md-4">--> <!-- <div class="callouts">--> <!-- <div class="icon"><i class="fa fa-internet-explorer" aria-hidden="true"></i></div>--> <!-- <div class="content">--> <!-- <h3>24*7 Internet Facility</h3>--> <!-- <p>Students get facilty of 24*7 Internet availability in the campus.</p>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!--</div>--> <!--Call to Action End --> <!-- Faculty Wrapper Start --> <div class="team-wrapper"> <div class="container"> <div class="row"> <h2>Our<span> Mentors</span></h2> <div id="owl-demo" class="owl-carousel owl-theme"> <div class="item"> <div class="img-box" style="box-shadow:5px 5px 10px black; "> <img src="images/team/rajendra.jpg" alt="Team2" title="Team2" style="height:290px; width:265px;" /> <div class="text-center"> <h4>Shri Rajendra V.Arlekar</h4> <p>Hon'ble Governor, Bihar</p> </div> </div> <div class="text-center"> <h4><b>Shri Rajendra V.Arlekar</b></h4> <p>Hon'ble Governor, Bihar</p> </div> </div> <div class="item"> <div class="img-box" style="box-shadow:5px 5px 10px black;"> <img src="images/team/nitish.jpg" alt="Team1" title="Team1" /> <div class="text-center"> <h4>Shri Nitish Kumar</h4> <p>Hon'ble Chief Minister, Bihar</p> </div> </div> <div class="text-center"> <h4><b>Shri Nitish Kumar</b></h4> <p>Hon'ble Chief Minister, Bihar</p> </div> </div> <div class="item"> <div class="img-box" style="box-shadow:5px 5px 10px black;"> <img src="images/team/vc_prof_sanjay_kumar_choudhary.jpeg" alt="Team2" title="Team2" style="height:290px; width:265px;"/> <div class="text-center"> <h4>Prof. S.K. Choudhary</h4> <p>Hon'ble Vice Chancellor, LNMU Darbhanga</p> </div> </div> <div class="text-center"> <h4><b>Prof. S.K. Choudhary</b></h4> <p>Hon'ble Vice Chancellor, LNMU Darbhanga</p> </div> </div> <div class="item"> <div class="img-box" style="box-shadow:5px 5px 10px black;"> <img src="images/kscollege/SKYadav_BMAC-289x300.jpeg" alt="Team2" title="Team2" / style="height:290px;"> <div class="text-center"> <h4>Dr. Shambhu Kumar Yadav</h4> <p>Principal, K.S. College</p> </div> </div> <div class="text-center"> <h4><b>Dr. Shambhu Kumar Yadav</b></h4> <p>Principal, K.S. College</p> </div> </div> </div> </div> </div> </div> <!-- Faculty Wrapper End --> <!-- Testimonials Wrapper Start Student Information System <div class="call-to-action"> <div class="container"> <h3>Student Information System</h3> <p>This section will deal with all the information pertaining to a student such as personal, academic as well as digital document and student report.</p> <a href="https://cas.ksclnmu.ac.in/" target="_blank">Sign - In</a> </div> </div> <!-- Callouts Wrapper End --> <!-- Satisfied Wrapper Statics of counter <div class="satisfied-wrapper"> <div class="container"> <h2>Statistics of <span>Education</span></h2> <div class="statistics"> <div class="col-sm-3 counter"> <i class="fa fa-list-alt" aria-hidden="true"></i> <div class="number animateNumber" data-num="17"> <span>17 </span></div> <p>Our Courses</p> </div> <div class="col-sm-3 counter"> <i class="fa fa-user" aria-hidden="true"></i> <div class="number animateNumber" data-num="20"> <span>20</span></div> <p>Our staff</p> </div> <div class="col-sm-3 counter"> <i class="fa fa-users" aria-hidden="true"></i> <div class="number animateNumber" data-num="4000"> <span>4000</span></div> <p>Students</p> </div> <div class="col-sm-3 counter"> <i class="fa fa-graduation-cap" aria-hidden="true"></i> <div class="number animateNumber" data-num="50000"> <span>500000</span></div> <p>Graduates</p> </div> </div> </div> </div> <!-- satisfied Wrapper End --> <!-- Call to Action start start Testimonial <div class="testimonials-wrapper"> <div class="container"> <h2>Our <span>Testimonials</span></h2> <div id="testimonials" class="owl-carousel owl-theme"> <div class="item"> <img src="images/testimonials1.png" alt="Testimonials"> <p>I have had a very good time at Women's College. All the teachers are very friendly and enthusiastic. The lessons are very varied and inspiring. Thank you very much!!!</p> <h3>- Surbhi Singh <span> BSc. - Maths</span></h3> </div> <div class="item"> <img src="images/testimonials2.png" alt="Testimonials"> <p>Helpful and ample material, motivated and inspirational faculty. Great feedback…. Constructive and helpful. Thank you.</p> <h3>- Akansha Kumari<span> BA. - Hindi</span></h3> </div> <div class="item"> <img src="images/testimonials3.png" alt="Testimonials"> <p>It was a unique and special experience – something inbetween Science lessons and holidays. Moreover, I never had such an honest insight into English mentality and culture. Great!!.</p> <h3>- Tulika Prasad<span>MSc. - Physics</span></h3> </div> <div class="item"> <img src="images/testimonials1.png" alt="Testimonials"> <p>It was incredible, time flew and I can’t wait to be back here with you.</p> <h3>- Veena Devi <span>BCom. - Accounts</span></h3> </div> <div class="item"> <img src="images/testimonials2.png" alt="Testimonials"> <p>I liked the small number of people attending my course (Creative Teaching). All the lessons were well-prepared and well-structured. The 2 teachers co-operated very well with each other and there was always a friendly and encouraging atmosphere.</p> <h3>- Sunita <span>BSc. - Chemistry</span></h3> </div> <div class="item"> <img src="images/testimonials3.png" alt="Testimonials"> <p>Everybody here is so kind and nice. Thanks a billion for your excellent & professional work.</p> <h3>- Kajal Paswan <span> BA. - History</span></h3> </div> </div> </div> </div> <!-- Testimonials Wrapper End --> <!-- sponsers Start --> <div class="sponsers"> <div class="container"> <h2>Our <span>Associations</span></h2> <div id="sponsers" class="owl-carousel owl-theme"> <div class="item"> <img src="images/logo/lnmulogo.jpg" alt="Education Logos"></div> <div class="item"> <img src="images/logo/SWAYAM.png" alt="Education Logos"></div> <div class="item"> <img src="images/logo/ugc.png" alt="Education Logos"></div> <div class="item"> <img src="images/logo/prabha.png" alt="Education Logos"></div> <div class="item"> <img src="images/logo/NAAC_LOGO.png" alt="Education Logos"></div> <div class="item"> <img src="images/logo/aiu.jpg" alt="Education Logos"></div> <div class="item"> <img src="images/logo/unnat.jpg" alt="Education Logos"></div> </div> </div> </div> <!-- sponsers End --> <!-- Gallery Start --> <div class="gal-container"> <?php $cnt=1; while($row2=mysqli_fetch_array($res2,MYSQLI_BOTH)) { ?> <div class="col-md-3 col-sm-6 co-xs-12 gal-item"> <div class="box"> <a href="javascript:void(0)" data-toggle="modal" data-target="#<?php echo $cnt;?>"> <div class="caption"> <h4><?php echo $row2['text1'];?></h4> <p><?php echo $row2['text2'];?></p> <i class="fa fa-search" aria-hidden="true"></i> </div> <img src="admin/gallery/<?php echo $row2['pic']?>" alt="Gallery Image"> </a> <div class="modal fade" id="<?php echo $cnt;?>" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <div class="modal-body"> <img src="admin/gallery/<?php echo $row2['pic']?>" alt="Gallery Image"> </div> <div class="col-md-12 description"> <h4><?php echo $row2['text2'];?></h4> </div> </div> </div> </div> </div> </div> <?php $cnt++; } ?> </div> <!-- Gallery End --> <?php include 'footerindex.php';?>