-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathncc.php
More file actions
69 lines (55 loc) · 2.44 KB
/
ncc.php
File metadata and controls
69 lines (55 loc) · 2.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ncc</title>
<link href="css/activity.css" rel="stylesheet">
</head>
<body>
<?php
include("header.php");
include("header2.php");
?>
<div id="activity">
<h2 align="center">
National Cadet Corps (NCC)
</h2>
<p align="justify">
The National Cadet Corps is the Indian military cadet corps with its head Quarters at New Delhi. The National Cadet Corps in India is a voluntary organization which recruits cadets from high schools, colleges and Universities all over India.
The NCC provides exposure to the cadets in a wide range of activities, with a distinct emphasis on Social Services, Discipline and Adventure Training. The NCC is open to all regular students of colleges on a voluntary basis. The students have no liability for active military service.
</p>
<h3 align="center"> NCC CAMP</h3>
<br>
<div class="ncc">
<div class="incharge">
<h5>NCC INCHARGE:</h5>
<p> Mrs. Renuka Dogra </p>
<p>M.No. 9501118351</p>
</div>
<div class="asst">
<h5> Asst. NCC INCHARGE:</h5>
<p> Mr. Amolak Singh </p>
<p>M. No. 9417107359</p>
</div>
</div>
<br><br>
<div class="row">
<div class="col-3 program"><img src="image/mb64.jpeg" height="150" width="200"></div>
<div class="col-3 program"><img src="image/mb19.jpg" height="150" width="200"></div>
<div class="col-3 program"><img src="image/mb20.jpg" height="150" width="200"></div>
<div class="col-3 program"><img src="image/mb39.jpg" height="150" width="200"></div>
</div>
<br>
<div class="row">
<div class="col-3 program"><img src="image/mb40.jpg" height="150" width="200"></div>
<div class="col-3 program"><img src="image/mb63.jpeg" height="150" width="200"></div>
<div class="col-3 program"><img src="image/mb18.jpg" height="150" width="200"></div>
<div class="col-3 program"><img src="image/mb27.jpg" height="150" width="200"></div>
</div>
</div>
<?php
include("footer.php");
?>
</body>
</html>