<!DOCTYPE html>
<html class="no-js" lang>

<!-- Mirrored from www.jeppiaarinstitute.org/gp-ece.php by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 18 Feb 2024 20:38:32 GMT -->
<!-- Added by HTTrack -->
<!-- Mirrored from backbencher-note.netlify.app/gp-ece by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 10 May 2024 13:17:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>E Learnings | ECE - Jeppiaar Institute of Technology</title>
<meta name="description" content>
<meta name="viewport" content="width=device-width, initial-scale=1">



<link rel="stylesheet" href="css2/normalize.css">

<link rel="stylesheet" href="css2/main.css">

<link rel="stylesheet" href="css2/bootstrap.min.css">

<link rel="stylesheet" href="css2/animate.min.css">

<link rel="stylesheet" href="css2/font-awesome.min.css">

<link rel="stylesheet" href="vendor/OwlCarousel/owl.carousel.min.css">
<link rel="stylesheet" href="vendor/OwlCarousel/owl.theme.default.min.css">

<link rel="stylesheet" href="css2/meanmenu.min.css">

<link rel="stylesheet" href="vendor/slider/css/nivo-slider.css" type="text/css">
<link rel="stylesheet" href="vendor/slider/css/preview.css" type="text/css" media="screen">

<link rel="stylesheet" href="css2/jquery.datetimepicker.css">

<link rel="stylesheet" href="css2/select2.min.css">

<link rel="stylesheet" href="css2/magnific-popup.css">

<link rel="stylesheet" href="css2/hover-min.css">


<link rel="stylesheet" href="style2.css">

<script src="js/modernizr-2.8.3.min.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>
</head>
<body>

<div id="wrapper">

<style type="text/css">
   .header4-area .header-top-area .header-top-right ul li {
    position: relative;
    font-size: 12px;
    padding-right: 0;
    display: inline-block;
    border-right: 1px solid #0ca3c2;
}

.container{ margin:auto!important;}

#desktop-nav ul li a {
    font-size: 1.5rem;
    
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.btn3{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
}

.btn::before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #6098FF;
  display: block;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.btn:hover::before {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}

.buttons:hover{
  border: 1px solid white;
  padding: 2px;
  background-color: #2e9ab8;
  color: white;
  
}

@media only screen and (max-width: 600px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}

/* for mobile phones */
@media only screen and (max-width: 600px) {
  .logocont ul li{
    display: none;
  }
  .mlogo{
    display: none;
    width:50%;
  }
 
}

/* for tablets */
.row::after {
  content: "";
  clear: both;
  display: table;
}

@media only screen and (min-width: 600px) {}

/* for Desktops */
@media only screen and (min-width: 768px) {}










//for desktop
@media only screen and (min-width: 600px) {
  .up{
      margin: auto;
      margin-top: -20px;
      
  }
  
  .jitlogo{
      margin-top: -90px;
  }
  .blink {
        animation: blinker 0.6s linear infinite;
        color: #1c87c9;
        font-size: 5px;
        
      }
   #blink {
        animation: blinker 0.6s linear infinite;
        color: #1c87c9;
       font-size: 100%;
        
      }   
      .hide{
          display:none;
      }

}



	.row{
		width: 100%;
	}
	.logocont{
		position: relative;
		width: 100%;
		padding: 1% 0%;
		background-color: #169fcc;
		overflow: hidden;
		height: 110px;
	}
	.logocont .topheader{
		display: inline-flex;
		align-items: center;


		}
	.logocont ul li{
		clear: both;
		align-content: center;
		justify-content: center;
		list-style: none;
		padding: 0% 1%;
		
	}
	.logocont ul{
		position: absolute;
		width: 80%;
		left: 18%;	
		margin: 0 auto;
		
	}
	.giflogo{
		width: 80%;
		margin: 0 auto;
	}
.gilogbac{
		width: 100%;
        margin: 0 auto;
		background-color: white;
	}

  #menubg{
    
  }
 
  @media only screen and (max-width:991px){
     .desktopOnly, .logocont,  .applyContainer{
        display: none;
     }
  }
.btn-dark{
   color:white;
   background:black;
   border-color:black;
}
.btn-dark:hover{
   color:white;
   background:black;
   border-color:black;
}
.blink {
        animation: blinker 0.6s linear infinite;
        color: #1c87c9;
        font-size: 18px;
        font-weight: bold;
      }
</style>
<header>








 


<div class="giflogo">
        <a href='index.html'>
          <img class="mlogo" style="max-width: 100%; margin-top:1px; display: block; margin-left: auto; margin-right: auto;" class="img-responsive jitlogo" src="img/jplogo.png" alt="logo">
        </a>
      </div>
</div>
</div>
<header>
<div id="header2" class="header4-area desk-nav desktopOnly">
<div class="header-top-area">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
</div>
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12"></div>
</div>
</div>
</div>
<div class="main-menu-area bg-primary" id="menubg">
<div class="container" style="width: 100%;">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<nav id="desktop-nav">
<ul>
<li>
                                <a class='custombox' href='index.html'>Home<span class="dce-nav-icon"><i class="caret"></i></span> </a>
                            </li>
                            <li>
                                <a class='custombox' href='library.html'> Library<span class="dce-nav-icon"><i class="caret"></i></span> </a>
                            </li>

                            <li>
                                <a class='custombox' href='notes.html'> Notes<span class="dce-nav-icon"><i class="caret"></i></span> </a>
                            </li>
                            <li>
                                <a class='custombox' href='studymaterials.html'> Placement prep.<span class="dce-nav-icon"><i class="caret"></i></span> </a>
                            </li>

                            <li>
                                <a class='custombox' href='important-links.html'> Important Links<span class="dce-nav-icon"><i class="caret"></i></span> </a>
                            </li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>

</header>
<style type="text/css">
   @media (max-width:500px){
   .desk-nav{ display: none;}
   }
   .drop-list{
   background-color: #0ca3c2;
   text-align: center;
   }
   .dropdown-login {
   position: relative;
   display: inline-block;
   }
   .dropdown-content {
   display: none;
   position: absolute;
   background-color: #f9f9f9;
   min-width: 160px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
   }
   .dropdown-content a {
   color: black;
   padding: 7px 7px;
   text-decoration: none;
   display: block;
   }
   .dropdown-content a:hover {background-color: #f1f1f1}
   .dropdown:hover .dropdown-content {
   display: block;
   }
   .dropdown:hover .dropbtn {
   background-color: #3e8e41;
   }
</style>
<script type="c6f10b3823258364405e5c6b-text/javascript">
   var timeDisplay = document.getElementById("time");
   
   
   function refreshTime() {
      var date = new Date().toLocaleString("en-US", {timeZone: "Asia/Calcutta"});
      var d = new Date(date),
      month = '' + (d.getMonth() + 1),
      day = '' + d.getDate(),
      year = d.getFullYear();
      var dateString = new Date()
      .toLocaleString()
      ;
      var d = new Date(),
      month = '0' + (d.getMonth() + 1),
      day = '' + d.getDate(),
      year = d.getFullYear();
      hours = d.getHours();
      min = d.getMinutes();
      sec = d.getSeconds();
      var date= [day, month, year].join('index-3.html');
      var time= [hours, min, sec].join(':');
      timeDisplay.innerHTML = date+" "+time;
   }
   
   setInterval(refreshTime, 1000);
</script> 

<div class="inner-page-banner-area" style="background-image: url('img/banner/5.html');">
<div class="container">
<div class="pagination-area">
<h1 style="font-size: 40px">E Learnings - ECE Group Presentations</h1>
<ul>
<li><a href='index.html'>Home</a> -</li>
<li>Academics</li>
</ul>
</div>
</div>
</div>


<div class="courses-page-area5">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="course-details-inner">

<div class="course-details-tab-area">
<div class="tab-content">
<div class="tab-pane fade active in">
<h3 class="sidebar-title">ECE - Group Presentations</h3>
<div class="clear"></div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<table width="727">
<tbody>
<tr>
<th width="58">
<p>S.NO</p>
</th>
<th width="102">
<p>NAME OF THE SUBJECT</p>
</th>
<th width="161">
<p>LINKS</p>
</th>
</tr>
<tr>
<td width="58">
<p>1</p>
</th>
<td width="102">
<p>Amplitude Modulation and its real-time applications </p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ece-links/amplitude%20modulation%20and%20its%20real%20time%20applications.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>2</p>
</th>
<td width="102">
<p>CDMA Types and its Applications</p>
</td>
<td width="161">
<p><a href="pdf/elearningpdffiles/ece/ECE-links/CDMA%20Types%20and%20its%20Applications.pptx" target="_blank">Download</a></p>
</td>
</tr>
<tr>
<td width="58">
<p>3</p>
</th>
<td width="102">
<p>Cellular Architecture</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/Cellular%20Architecture.pptx" target="_blank">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>4</p>
</th>
<td width="102">
<p>Distributions Of Random Variables</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/Distributions%20Of%20Random%20Variable.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>5</p>
</th>
<td width="102">
<p>OFDM -A quick Overview</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/OFDM%20%e2%80%93%20A%20quick%20Overview.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>6</p>
</th>
<td width="102">
<p>FDM and its Applications</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/FDM%20and%20its%20Applications.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>7</p>
</th>
<td width="102">
<p>Frequency Spectrum Issue</p>
</td>
<td width="161">
<a href="pdfelearningpdffiles/ece/ECE-links/Frequency%20Spectrum%20Issue.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>8</p>
</th>
<td width="102">
<p>Real Time Applicationd of CDMA</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/Real%20time%20application%20of%20CDMA.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>9</p>
</th>
<td width="102">
<p>Real Time Application of FDMA</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/Real%20time%20application%20of%20FDMA.pptx">Download</a>
</tr>
<tr>
<td width="58">
<p>10</p>
</th>
<td width="102">
<p>Real Time Applications of FDM</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/Real%20Time%20Applications%20Of%20FDM.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>11</p>
</th>
<td width="102">
<p>RealTime Applications of Frequency Modulations</p>
</td>
<td width="161">
<a href="pdf/elearningpdfiles/ece/ECE-links/Realtime%20Applications%20of%20Frequency%20Modulation.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>12</p>
</th>
<td width="102">
<p>4G Advantages and Disadvantages</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/4G%20ADVANTAGES%20AND%20DISADVANTAGES.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>13</p>
</th>
<td width="102">
<p>4G Technology and its Evolution</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/4G%20Technology%20and%20its%20evolution.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>14</p>
</th>
<td width="102">
<p>4G Technology</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/4G%20TECHNOLOGY.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>15</p>
</th>
<td width="102">
<p>5G Technology</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/5G%20Technology.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>16</p>
</th>
<td width="102">
<p>CDMA Technology To Wireless Local Loop Service
</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/CDMA%20TECHNOLOGY%20TO%20WIRELESS%20LOCAL%20LOOP%20SERVICE.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>17</p>
</th>
<td width="102">
<p>Code Division Multiple Access</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/Code%20Division%20Multiple%20Access.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>18</p>
</th>
<td width="102">
<p>Concept of 4G Technology</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/CONCEPT%20OF%204G%20TECHNOLOGY.ppt">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>19</p>
</th>
<td width="102">
<p>Concept of GPRS</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/CONCEPT%20OF%20GPRS.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>20</p>
</th>
<td width="102">
<p>Evolution of Wireless Routing Protocols</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/EVOLUTION%20OF%20WIRELESS%20ROUTING%20PROTOCOLS.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>21</p>
</th>
<td width="102">
<p>Propagation and Scattering Effects in Underwater Acoustic Communication Channel</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/Propagation%20and%20Scattering%20Effects%20in%20Underwater%20Acoustic%20Communication%20Channel.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>22</p>
</th>
<td width="102">
<p>QPSK in Communication</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/QPSK%20IN%20COMMUNICATION.pptx">Downloads</a>
</td>
</tr>
<tr>
<td width="58">
<p>23</p>
</th>
<td width="102">
<p>TDMA and FDMA</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/TDMA%20AND%20FDMA.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>24</p>
</th>
<td width="102">
<p>Underwater Communication Implementation with OFDM</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/Underwater%20communication%20implementation%20with%20OFDM.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>25</p>
</th>
<td width="102">
<p>Wireless Communication Technologies</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/Wireless%20Communication%20Technologies.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>26</p>
</th>
<td width="102">
<p>AMPS(ADVANCED MOBILE PHONE SERVICE)</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/AMPS(ADVANCED%20MOBILE%20PHONE%20SERVICE).pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>27</p>
</th>
<td width="102">
<p>Application of 8051 in Medical</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/Application%20of%208051%20in%20Medical.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>28</p>
</th>
<td width="102">
<p>Applications of 8051 microprocessor in agriculture</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/Applications%20of%208051%20microprocessor%20in%20agriculture.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>29</p>
</th>
<td width="102">
<p>ARM 7 MICROPROCESSOR </p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/ARM%207%20MICROPROCESSOR.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>30</p>
</th>
<td width="102">
<p>Automated water sprinkler using 8086 microprocessor </p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/Automated%20water%20sprinkler%20using%208086%20microprocessor.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>31</p>
</th>
<td width="102">
<p>Enhanced Data Rates for GSM Evolution</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/Enhanced%20Data%20Rates%20for%20GSM%20Evolution.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>32</p>
</th>
<td width="102">
<p>GPRS Architecture</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/ece/ECE-links/GPRS%20Architecture.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>33</p>
</th>
<td width="161">
<p>GPRS OVERVIEW</p>
</td>
<td width="102">
<a href="pdf/elearningpdffiles/ece/ECE-links/GPRS%20OVERVIEW.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>34</p>
</th>
<td width="161">
<p>GSM TECHNOLOGIES-ARCHITECTURE</p>
</td>
<td width="102">
<a href="pdf/elearningpdffiles/ece/ECE-links/GSM%20TECHNOLOGIES-ARCHITECTURE.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>35</p>
</th>
<td width="161">
<p>INTERFACING OF DC MOTOR WITH 8051</p>
</td>
<td width="102">
<a href="pdf/elearningpdffiles/ece/ECE-links/INTERFACING%20OF%20DC%20MOTOR%20WITH%208051.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>36</p>
</th>
<td width="161">
<p>INTERFACING THE LED USING 8086 MICROPROCESSOR</p>
</td>
<td width="102">
<a href="pdf/elearningpdffiles/ece/ECE-links/INTERFACING%20THE%20LED%20USING%208086%20MICROPROCESSOR.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>37</p>
</th>
<td width="161">
<p>Microcontroller based Home Automation system</p>
</td>
<td width="102">
<a href="pdf/elearningpdffiles/ece/ECE-links/Microcontroller%20based%20Home%20Automation%20system.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>38</p>
</th>
<td width="161">
<p>Wireless Application Protocols</p>
</td>
<td width="102">
<a href="pdf/elearningpdffiles/ece/ECE-links/Wireless%20Application%20Protocols.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>39</p>
</th>
<td width="161">
<p>World Wide Web</p>
</td>
<td width="102">
<a href="pdf/elearningpdfiles/ece/ECE-links/world%20wide%20web.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>40</p>
</th>
<td width="161">
<p>Classification of Underground Cables</p>
</td>
<td width="102">
<a href="pdf/elearningpdffiles/ece/ECE-links/Classification%20of%20Underground%20Cables.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>41</p>
</th>
<td width="161">
<p>Low Noise Amplifier</p>
</td>
<td width="102">
<a href="pdf/elearningpdffiles/ece/ECE-links/LOW%20NOISE%20AMPLIFIER.pptx">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>42</p>
</th>
<td width="161">
<p>Novel waveguide technologies and its future system applications.</p>
</td>
<td width="102">
<a href="pdf/elearningpdffiles/ece/ece-links/novel%20waveguide%20technologies%20and%20its%20future%20system%20applications.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>43</p>
</th>
<td width="161">
<p>Types of insulators in transmission line.</p>
</td>
<td width="102">
<a href="pdf/elearningpdffiles/ece/ece-links/types%20of%20insulators%20in%20transmission%20line.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>44</p>
</th>
<td width="161">
<p>Types of insulators.</p>
</td>
<td width="102">
<a href="pdf/elearningpdffiles/ece/ECE-links/Types%20of%20Insulators.ppt">Download</a>
</td>
</tr>
</tbody>
</table>
</div>
<br> <br>
</tbody>
</table>
</div>
</div>


</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>


<style>
@media (min-width: 490px) and (max-width: 600px) {
    .icons{
 position: fixed;
        margin-left: 0px;
    }
}

@media (min-width: 601px) and (max-width: 777px) {
    .icons{
 position: fixed;
        margin-left: 0px;
    }
}
@media (min-width: 360px) and (max-width: 489px) {
    .icons{
         position: fixed;
        margin-left: 0px;
    }
}

</style>
<footer>


</ul>
</div>
</div>
</div>
</div>

<div id="menu2" class="container tab-pane fade">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<div class="footer-box">
<h3>Contact Us</h3>
<ul class="corporate-address">
<li><i class="fa fa-phone" aria-hidden="true"></i><a href="Phone:044-27159000"> 044-27159000 </a></li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a class='__cf_email__' data-cfemail='38575e5e515b5d78525d48485159594a51564b4c514c4d4c5d16574a5f' href='cdn-cgi/l/email-protection.html'>[email&#160;protected]</a></li>
<li><i class="fa fa-map-marker" aria-hidden="true"></i> Jeppiaar Institute of Technology,
Kunnam, Sunguvarchatram,
Sriperumbudur (TK),<br>
Chennai - 631 604.
</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="footer-box">
<h3>Mail Address</h3>
<ul class="corporate-address">
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a class='__cf_email__' data-cfemail='224d44444b414762484752524b4343504b4c51564b565756470c4d5045' href='cdn-cgi/l/email-protection.html'>[email&#160;protected]</a></li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a class='__cf_email__' data-cfemail='f09499829593849f82b09a95808099919182999e83849984858495de9f8297' href='cdn-cgi/l/email-protection.html'>[email&#160;protected]</a></li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a class='__cf_email__' data-cfemail='5b353e2f2c3429301b313e2b2b323a3a293235282f322f2e2f3e7534293c' href='cdn-cgi/l/email-protection.html'>[email&#160;protected]</a></li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a class='__cf_email__' data-cfemail='fe94978a8e929f9d9b939b908abe949b8e8e979f9f8c97908d8a978a8b8a9bd0918c99' href='cdn-cgi/l/email-protection.html'>[email&#160;protected]</a></li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a class='__cf_email__' data-cfemail='abc7cacfc2ced8c3c4d8dfcec7ebc1cedbdbc2cacad9c2c5d8dfc2dfdedfce85c4d9cc' href='cdn-cgi/l/email-protection.html'>[email&#160;protected]</a></li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a class='__cf_email__' data-cfemail='6c0b0902181f04031f1809002c06091c1c050d0d1e05021f18051819180942031e0b' href='cdn-cgi/l/email-protection.html'>[email&#160;protected]</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<div class="footer-box">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3889.2813876216824!2d79.87234891430361!3d12.88961922016061!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a52edd2f17dca51%3A0x1825c97e3f212814!2sJeppiaar%20Institute%20Of%20Technology!5e0!3m2!1sen!2sin!4v1611545783780!5m2!1sen!2sin" width="100%" height="250" frameborder="0" style="border:0;" allowfullscreen aria-hidden="false" tabindex="0"></iframe>
</div>
</div>
</div>
</div>
<div id="menu3" class="container tab-pane fade">
<br>

<div class="footer-area-bottom">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<p style="text-align: left; font-size: 14px;">&copy; 2024 BACKBENCHERS , All right reserved. site developed & maintained by <a href="https://www.linkedin.com/in/panchanansahoo/" target="_blank">Panchanan Sahoo</a></p>
</div>
</div>
</div>
</div>






<style type="text/css">
   .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 95px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:active {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
</style>

<style>

   .icon-bar {
   position: fixed;
   z-index: 9999;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   }
   .icon-bar a {
   display: block;
   text-align: center;
   padding: 10px;
   transition: all 0.3s ease;
   color: white;
   font-size: 20px;
   }
   .icon-bar a:hover {
   background-color: #000;
   }
   .facebook {
   background: #3B5998;
   color: white;
   }
   .twitter {
   background: #55ACEE;
   color: white;
   }
   .google {
   background: #dd4b39;
   color: white;
   }
   .linkedin {
   background: #007bb5;
   color: white;
   }
   .youtube {
   background: #bb0000;
   color: white;
   }
   .content {
   margin-left: 75px;
   font-size: 30px;
   }
</style>
<style>

   .icon-bar1 {
   position: absolute;
   padding-left: 1380px;
   top: 9%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-20%);
   

   }
   .icon-bar1 a {
   display: block;
   text-align: center;
   padding: 2px;
   transition: all 0.3s ease;
   color: white;
   font-size: 20px;
  
   }
   .icon-bar1 a:hover {
   background-color: #000;
   }
  
   
   .content {
   margin-left: 75px;
   font-size: 30px;
   }
</style>
<style>

   .icon-bar2 {
   position: absolute;
   padding-left: 1200px;
   top: 9%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-20%);
   

   }
   .icon-bar2 a {
   display: block;
   text-align: center;
   padding: 2px;
   transition: all 0.3s ease;
   color: white;
   font-size: 20px;
  
   }
   .icon-bar2 a:hover {
   background-color: #000;
   }
  
   
   .content {
   margin-left: 75px;
   font-size: 30px;
   }





   button,
input{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	color: #1f96c2;
    padding-left: 500px;
	
  cursor:pointer;
  height:50px;
	min-width: 100px;
  //position:relative;
  
	border: 1px solid #1f96c2;
	border-radius: 5px;
  padding: 0 10px;	

	font-size: 20px;
}

//input:hover{box-shadow:0px 0px 4px #fff;}
//input:active{top:1px;}

//body{background-color:#222;}

.button-container {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(3,1fr);
	justify-items: center;
	width: 400px;	
	padding: 40px 0;
	margin: 0 auto;
}
</style>
<script data-cfasync="false" src="cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="c6f10b3823258364405e5c6b-text/javascript">
var vert = 'vertical'.split("").join("<br/>")
$('#vert').html(vert);
</script> 
</div>

<div id="preloader"></div>


<script src="js/jquery-2.2.4.min.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>

<script src="js/plugins.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>

<script src="js/bootstrap.min.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>

<script src="js/wow.min.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>

<script src="vendor/slider/home.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>

<script src="vendor/OwlCarousel/owl.carousel.min.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>

<script src="js/jquery.meanmenu.min.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>

<script src="js/jquery.scrollUp.min.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>

<script src="js/waypoints.min.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>

<script src="js/jquery.countdown.min.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>

<script src="js/isotope.pkgd.min.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>

<script src="js/select2.min.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>

<script src="vendor/noUiSlider/nouislider.min.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>

<script src="js/validator.min.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>

<script src="js/jquery.magnific-popup.min.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>

<script src="js/main.js" type="c6f10b3823258364405e5c6b-text/javascript"></script>
<script src="cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="c6f10b3823258364405e5c6b-|49" defer></script></body>

<!-- Mirrored from www.jeppiaarinstitute.org/gp-ece.php by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 18 Feb 2024 20:39:16 GMT -->

<!-- Mirrored from backbencher-note.netlify.app/gp-ece by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 10 May 2024 13:18:01 GMT -->
</html>