-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathece_dept.php
More file actions
80 lines (73 loc) · 3.51 KB
/
ece_dept.php
File metadata and controls
80 lines (73 loc) · 3.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ECE</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<link href="fontawesome-free-6.4.0-web/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/department.css">
</head>
<body>
<?php
include("header.php");
include("header2.php");
?>
<div id="deptcss">
<h2 align="center">Electronics and Communication Engineering </h2> <br>
<img src="image/ece.jpg" width="100%" height="250"><br><br>
<p align="justify">
Electronics and Telecommunication Engineering is a well known branch of engineering. It deals with reception of video, microprocessors, analog communication, digital and analog integrated circuits, satellite communication, antennae and wave progression, solid state devices, voice and data etc.In this course, you will also understand mechanics of efficient telecommunication system, complex electronic apparatus and circuits and equipment. Professionals who have electronics and telecommunication engineering diploma certification, they will be into designing, fabrication, maintenance, supervising and manufacturing of various electronic equipments which are used in different industries such as defence, computer industry, entertainment and communication industry etc. With the increasing development in the field of audio and video communication system, electronics and automation industry which help in making the electronics professionals a much demanded professional in the society.
</p>
</div>
<div id="dept">
<h3 class="hlo">HOD/ INCHARGE:- Mr SHARANJOT SINGH M. NO. 9876251565</h3>
<table border="2" class="table-bordered">
<tr>
<th>Name of Lab</th>
<th>Lab Incharge</th>
</tr>
<tr>
<td>ELECTRONICS DEPTT. COMPUTER LAB</td>
<td>SUNNY MEHTA</td>
</tr>
<tr>
<td>MICROWAVE ENGG LAB</td>
<td>SARABJIT SINGH</td>
</tr>
<tr>
<td>EDC LAB</td>
<td>RAMANDEEP KAUR</td>
</tr>
<tr>
<td>DIGITAL ELECTRONICS LAB</td>
<td>RAJ KUMAR</td>
</tr>
<tr>
<td>AUDIO VIDEO LAB</td>
<td>BALJINDER SINGH</td>
</tr>
<tr>
<td>COMMUNICATION ENGG. LAB</td>
<td>SARABJIT SINGH</td>
</tr>
<tr>
<td>MICROPROCESSOR AND MICROCONTROLLOR LAB</td>
<td>RAJ KUMAR</td>
</tr>
</table>
<br>
<h3 class="dept-photo-head"> Lab Photos :</h3>
<div class="dept-photos">
<img src="image/ece1.png">
<img src="image/ece2.jpeg">
<img src="image/ece3.png">
<img src="image/ece4.jpeg">
</div>
</div>
<?php
include("footer.php");
?>
</body>
</html>