-
Notifications
You must be signed in to change notification settings - Fork 1
/
vision.html
154 lines (134 loc) · 6.56 KB
/
vision.html
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE hmtl>
<html>
<head>
<title>VJHS Nandgaon</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="wrapper">
<header>
<div class="container">
<img id="logo" src="images/logonew.png" alt="VJHS logo">
<h1>
<img id="logo1" src="images/nspm.png" alt="VJHS logo" style="margin-top: 8px;">
<br>
V. J. High
School‚ Nandgaon</h1>
</div>
</header>
<nav>
<div class="container">
<ul>
<li><a href="index.html">Home</a>
</li>
<li><a href="vision.html">Vision & Mission</a>
</li>
<li><a href="awards.html">Awards</a></li>
<li><a href="actiivties.html">Activities</a></li>
<li><a href="alumini.html">Alumni</a></li>
<li><a href="gallery.html">News-Gallery</a></li>
</ul>
</div>
</nav>
<section id="main">
<div class="container">
<article id="main-content"><br>
<h2>Vision & Mission</h2>
<hr>
<div>
<p>1. To give national education to every student.</p>
<p>2. To expand education in society.</p>
<p>3. To give knowledge to the pre– primary‚ primary‚
secondary & higher secondary‚ Arts‚ Commerce & Science degree education‚ Technology Engg &
management students.</p>
<p>4. To develop the rich & good character citizens who
believe in social judgment‚ National integrity‚ National freedom & democracy. Also to
improve the level of education and maintain the quality.
</p>
<p>5. To give training to each and every
member of society as N.G.O. </p>
</div><br>
<div><img src="images/vision.png" class="img-responsive"></div>
</article>
<aside>
<label style="font-style: oblique;">Search :</label>
<input class="table-wrapper" type="text">
<h2>COLLEGES</h2>
<ul>
<li><a href="#">Graduate School</a></li>
<li><a href="#">College of Arts and Sciences</a></li>
<li><a href="#">College of Business Studies</a></li>
<li><a href="#">College of Computer Studies</a></li>
<li><a href="#">College of Education</a></li>
<li><a href="#">College of Engineering and Architecture</a></li>
<li><a href="#">College of Industrial Technology</a></li>
<li><a href="#">College of Social Science and Philosophy</a></li>
<li><a href="#">Institute of Physical Education</a></li>
<li><a href="#">Laboratory High School</a></li>
</ul><br>
<h2>School Committee </h2>
<div class="table-wrapper">
<table class="fl-table">
<thead>
<tr>
<th>Designation</th>
<th>Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>President</td>
<td>Mr. Sanjeev B. Dhamane</td>
</tr>
<tr>
<td>Secretary</td>
<td>Mr. Kru. R. Kankrej</td>
</tr>
<tr>
<td>Member (Fellow)</td>
<td>Mr. Anand Parakh</td>
</tr>
<tr>
<td>Member (Fellow)</td>
<td>Mr. Anilkumar J. Karwa </td>
</tr>
<tr>
<td>Member T.M</td>
<td>Mr. Bhaiyasaheb Chauhan</td>
</tr>
<tr>
<td>Member T.R(Invitee)</td>
<td>Mr. Bhaskar Madhe </td>
</tr>
<tr>
<td>Teachers Representative </td>
<td>Mr. Pravin Sukhdeo Ahire</td>
</tr>
<tr>
<td>Non Teaching Representative</td>
<td>Mr. Deoram Ramji Fufane</td>
</tr>
</tbody>
</table>
</div>
<br>
<h2>Contact us</h2>
<img class="table-wrapper" id="logo" src="images/address.png" alt="address">
</aside>
</div>
</section>
<footer>
<div class="container"><a
href="https://www.google.com/search?q=v+j+high+school+nandgaon&rlz=1C1CHBD_enIN883IN883&hl=en&source=lnms&sa=X&ved=0ahUKEwjLyJiws6LqAhVCJHIKHfR-CAoQ_AUICSgA&biw=1745&bih=836&dpr=1.1"><img><img
src="images/icons8-google-48.png"></a>
<a href="https://www.facebook.com/vjhighschoolnandgaon1918/"><img src="images/icons8-facebook-48.png">
</a>
<a href="https://www.youtube.com/watch?v=9uSjXbdkkFc"><img src="images/icons8-play-button-48.png"></a>
<p>©2020 VJHS Nandgaon. All Right Reserved | Designed & Developed By : Pratik Pawar</p>
</div>
</div>
</footer>
</div>
</body>
</html>