-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabs.php
More file actions
87 lines (72 loc) · 2.68 KB
/
labs.php
File metadata and controls
87 lines (72 loc) · 2.68 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
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LABS</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" 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 rel="stylesheet" href="css/infra.css">
</head>
<body>
<?php
include("header.php");
include("header2.php");
?>
<div id="infra">
<h2 align="center">
Labs
</h2>
<p align="justify">
Labs are the 'hands on' activities that 'expose' or 'bring' the student to the 'realities' of their subject.
Classrooms are only giving theoretical knowledge whereas labs help you to enhance knowledge with practical application. The modern labs are well equipped and constructed with the latest technology. Laboratories in college support experiments so that practical knowledge can be expanded.
</p>
</div>
<div id="labs">
<div>
<h3>Computer Science Engg.</h3>
<p>Programming Lab</p>
<p>Operating Systems Lab</p>
<p>EduSat Lab</p>
<p>RDBMS Lab
<p>
</div>
<div>
<h3>Modern Office Practice</h3>
<p>STENOGRAPHY LAB</p>
<p>TYPEWRITING LAB</p>
<p>COMPUTER LAB</p>
</div>
</div>
<div id="labs2">
<div>
<h3>Medical Lab Technology</h3>
<p>Microbiology Laboratory</p>
<p>Haematology Laboratory</p>
<p>Anatomy and Physiology Lab</p>
<p>Hitophathology and Cytology Lab</p>
<p>Biochemistry Lab</p>
</div>
<div>
<h3>Architecture Assistantship</h3>
<p>Drawing Hall</p>
<p>MODEL MAKING</p>
<p>COMPUTER LAB</p>
<p>SURVEY LAB</p>
</div>
</div>
<div id="labs3">
<h3>Electronics and Comm. Engg.</h3>
<p>ELECTRONICS DEPTT. COMPUTER LAB</p>
<p>MICROWAVE ENGG LAB</p>
<p>EDC LAB</p>
<p>DIGITAL ELECTRONICS LAB </p>
<p>AUDIO VIDEO LAB </p>
<p>COMMUNICATION ENGG. LAB </p>
<p>MICROPROCESSOR AND MICROCONTROLLOR LAB</p>
</div>
<?php
include("footer.php");
?>
</body>
</html>