-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmop_dept.php
More file actions
68 lines (59 loc) · 3.42 KB
/
mop_dept.php
File metadata and controls
68 lines (59 loc) · 3.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MOP</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">Modern Office Practice </h2> <br>
<img src="image/mop.jpg" width="100%" height="250"><br><br>
<p align="justify">
Mai Bhago Government Polytechnic College for Girls, Amritsar is also running a three years diploma in Modern Office Practice popularly known as M.O.P. Admission and eligibility criteria for this 3 years course 10+2 pass in any stream medical,non medical, commerce or arts.
During the course students are well acquainted with subjects like Principle of Management, English Typing, Punjabi Typing, English Shorthand, Office Management, Business Correspondence, Computers, Entrepreneurship Development, Handling of Office Machines and Equipment, Business Law, Secretarial Practice, Personality and Human Realtion Development, Book Keeping and Accountancy etc.
The aim of the course is to educate and impart practical and theoretical training to student to designed to cater to the needs of office work. The course gives ample opportunity to students to enhance and develop the skills of using type- writers ( English ),Computers for Punjabi Typing, using machines like Photostat, Fax, Binding, Lamination, Duplicators. The final sixth semester of the diploma is exclusively devoted to Industrial Professional Training for six months. This experience is an excellent opportunity provides to students by the Industry and Polytechnics makes best use of the time for Professional Development.
</p>
<div id="dept">
<h3 class="hlo">HOD/INCHARGE:- Mrs. Gurpinder Kaur Gill M. No. 9872230028</h3>
<table border="2" class="table-bordered" width="100%">
<tr>
<th>Name of Lab</th>
<th>Lab Incharge</th>
</tr>
<tr>
<td>STENOGRAPHY LAB</td>
<td>Poonam Mam</td>
</tr>
<tr>
<td>TYPEWRITING LAB</td>
<td>Gill Mam</td>
</tr>
<tr>
<td> COMPUTER LAB</td>
<td>Padam Sir</td>
</tr>
</table>
<br>
<h3 class="dept-photo-head"> Lab Photos :</h3>
<div class="dept-photos">
<img src="image/mop1.jpeg">
<img src="image/mop2.png">
<img src="image/mop1.jpeg">
<img src="image/mop2.png">
</div>
</div>
</div>
<?php
include("footer.php");
?>
</body>
</html>