Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.225.54.199
<!DOCTYPE html>
<html lang="en">
<?php
include("header.php")
?>
<head>
</head>
<body>
<br>
<div class="row_3" style="display:flex; ">
<div class="column_3" >
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-3" style="max-width: 100%; padding-left: 30px;">
<div data-aos="zoom-in-up">
<h3 class="display-" style=" color: black;">About the Department</h3>
<hr>
<br/>
<p style="font-size: 20px; font-weight: 400; text-align: justify;">The Department of Electronics came into existence in 1986 and till 2010 it was a part of the department of Physics. The department offers two undergraduate programs
PME and EMCs and is well equipped with the latest and modern electronics equipment. Faculty of the department have more than two decades of teaching experience. It has been harnessing precious human resources for the overall development of society through the pursuit for excellence in the area of electronic science.
The department results are usually above 90% in the university examinations. At present nearly 300 students are studying electronics as an optional subject at undergraduate level. In previous examinations a few students have scored 100% marks in electronics and have made the department proud. In the last few years, many students of the department have been
selected for WIPRO WASE program to pursue M.Tech, and in Infosys for software based careers. In small span of years, the department has shown immense maturity in terms of academic and multifaceted progress.
</p>
</div>
<div data-aos="zoom-in">
<br>
<div data-aos="fade-up"
data-aos-duration="3000">
</div>
</div>
</div>
</div>
<div class="column_3">
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-3" style="max-width: 100%; ">
<div class="slides" >
<img class="mySlides" src="assets/images/Electronics1.jpg" >
<img class="mySlides" src="assets/images/Electronics2.jpg" >
</div>
</div>
</div>
</div>
<br>
</div>
<div>
<h6 style="color: black; padding-top: 10px;"> Quick Links</h6>
<hr>
<div class="card-deck" style="margin-left: 0px; padding: 10px 10px 10px 10px;">
<div class="card">
<div class="card-body" style=" background: #f7f7f7;">
<h6 class="card-title-1"><a href="dep_elec.php" target="_blank" style="color: black; font-size: 14px; ">About</a></h6>
</div>
</div>
<div class="card">
<div class="card-body" style=" background: #f7f7f7;">
<h6 class="card-title-1"><a href="elecpro_off.php" target="_blank" style="color: black; font-size: 14px; ">Programmes Offered</a></h6>
</div>
</div>
<div class="card">
<div class="card-body" style=" background: #f7f7f7;">
<h6 class="card-title-1"><a href="elecpro_obj.php" target="_blank" style="color: black; font-size: 14px; ">Objectives</a></h6>
</div>
</div>
<div class="card">
<div class="card-body" style=" background: #f7f7f7;">
<h6 class="card-title-1"><a href="elecpro_out.php" target="_blank" style="color: black; font-size: 14px; ">Programme Outcome</a><!--</h6-->
</h6></div>
</div>
<div class="card">
<div class="card-body" style=" background: #f7f7f7;">
<h6 class="card-title-1"><a href="elec_opp.php" target="_blank" style="color: black; font-size: 14px; ">Opportunities </a></h6>
</div>
</div>
<div class="card">
<div class="card-body" style=" background: #f7f7f7;">
<h6 class="card-title-1"><a href="elecfacility.php" target="_blank" style="color: black; font-size: 14px; ">Facilities</a></h6>
</div>
</div>
</div>
<div class="card-deck" style="margin-left: 0px; padding: 10px 10px 10px 10px;">
<div class="card">
<div class="card-body" style=" background: #f7f7f7;">
<h6 class="card-title-1"><a href="eleceve.php" target="_blank" style="color: black; font-size: 14px; ">Events</a></h6>
</div>
</div>
<div class="card">
<div class="card-body" style=" background: #f7f7f7;">
<h6 class="card-title-1"><a href="elec_res.php" target="_blank" style="color: black; font-size: 14px; ">Research</a></h6>
</div>
</div>
<div class="card">
<div class="card-body" style=" background: #f7f7f7;">
<h6 class="card-title-1"><a href="elec_proj.php" target="_blank" style="color: black; font-size: 14px; ">Projects</a></h6>
</div>
</div>
<div class="card">
<div class="card-body" style=" background: #f7f7f7;">
<h6 class="card-title-1"><a href="elec_resfac.php" target="_blank" style="color: black; font-size: 14px; ">Research Facilities </a><!--</h6-->
</h6></div>
</div>
<div class="card">
<div class="card-body" style=" background: #f7f7f7;">
<h6 class="card-title-1"><a href="elec_resact.php" target="_blank" style="color: black; font-size: 14px; ">Research Activities</a><!--</h6-->
</h6></div>
</div>
<div class="card">
<div class="card-body" style=" background: #f7f7f7;">
<h6 class="card-title-1"><a href="elec_coninfo.php" target="_blank" style="color: black; font-size: 14px; ">Contact </a><!--</h6-->
</h6></div>
</div>
</div>
<br>
</div>
</div>
</body>
<script>
AOS.init();
</script>
<script>
var myIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 2000); // Change image every 2 seconds
}
</script>
<?php
include("footer.php")
?>
</html>
|