-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
423 lines (418 loc) · 13.3 KB
/
index.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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SOUTH POINT SCHOOL</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<style>
.carousel-inner img {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<nav class="nav navbar navbar-expand-sm py-0 navbar-dark bg-dark">
<div class="navbar-collapse collapse w-100 order-3 dual-collapse2">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">M.P. Birla Smarak Kosh(South Point ) </a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Publications</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">School Transport</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Downloads</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Contacts</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid">
<label></label>
  
  
<label>
<img src="photos/logo.png" class="img-responsive" alt="school-logo">
</label>
<label></label>
<label>
<p style="color:white";></br>
<strong>SOUTH POINT HIGH SCHOOL</strong></p>
</label>
  
  
<label>
<a href="#">
<p id="s" style="color:black; background-color:yellow">  Admission-Nursery I and Nursery II,2020-2021  </p>
</a>
</label>
  
  
<label>
<img src="photos/birla-logo.png" class="img-responsive" alt="birla-group-logo">
</label>
</div>
<div class="nav-area">
<label>
<p style ="color:white"><b>HOME</b></p>
</label>
  
<label>
<p style ="color:white"><b>ABOUT US</b></p>
</label>
  
<label>
<p style ="color:white"><b>INFRASTRUCTURE</b></p>
</label>
  
<label>
<p style ="color:white"><b>ACADEMICS</b></p>
</label>
  
<label>
<p style ="color:white"><b>CO-CURRICULARS</b></p>
</label>
  
<label>
<p style ="color:white"><b>ADMISSIONS</b></p>
</label>
  
<label>
<p style ="color:white"><b>NEWS&EVENTS</b></p>
</label>
  
<label>
<p style ="color:white"><b>PARENTS ZONE</b></p>
</label>
</div>
</nav>
</div>
<div id="demo" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
<li data-target="#demo" data-slide-to="3"></li>
<li data-target="#demo" data-slide-to="4"></li>
<li data-target="#demo" data-slide-to="5"></li>
<li data-target="#demo" data-slide-to="6"></li>
<li data-target="#demo" data-slide-to="7"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="photos/slider1.jpg" alt="Los Angeles" width="1100" height="500">
</div>
<div class="carousel-item">
<img src="photos/slider2.jpg" alt="Chicago" width="1100" height="500">
</div>
<div class="carousel-item">
<img src="photos/slider3.jpg" alt="New York" width="1100" height="500">
</div>
<div class="carousel-item">
<img src="photos/slider4.jpg" alt="New York" width="1100" height="500">
</div>
<div class="carousel-item">
<img src="photos/slider5.jpg" alt="New York" width="1100" height="500">
</div>
<div class="carousel-item">
<img src="photos/slider6.jpg" alt="New York" width="1100" height="500">
</div>
<div class="carousel-item">
<img src="photos/slider7.jpg" alt="New York" width="1100" height="500">
</div>
<div class="carousel-item">
<img src="photos/slider8.jpg" alt="New York" width="1100" height="500">
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
<div class="container">
<div class="row">
<div class="col-md-4"><u>ANN</u>OUNCEMENTS</br>
</br>
<ul>
<li id="shr">
<i class="fa fa-file-text-o"></i>
SPS : NOTICE </br>
<em># April,21 2020</em></br>
<b>DETAILS</b>
<hr>
SPHS:Classes VI to XII<br>
<i>#April 21,2020</i><br>
<b>DETAILS</b>
<hr>
SPS Notice :Nursery I and Nursery II(new</br>
admission)</br>
<i>#April 21,2020</i><br>
<b>DETAILS</b><br>
</br>
</br>
<a href="#"><b>Read More</b></a>
</li>
</ul>
</div>
<div class="col-md-4"><u>EVE</u>NTS<br>
</br>
<span><strong>Mar<br> 18</strong></span>       
<a href ="#">Grand Parent's Day 2020</a>
</br>
</br>
</br>
<span><strong>Mar<br> 03</strong></span>       
<a href ="#">Art and Craft Exhibition 2020</a>
</br>
</br>
</br>
<span><strong>Mar<br> 03</strong></span>       
<a href ="#">Sarswati Puja 2020</a>
</div>
<div class="col-md-4"><u>ABO</u>UT SOUTH POINT,KOLKATA
</br>
</br>
<img src="photos/welcome-img.jpg" alt="celebrations" width="80%" height="30%"><br>
</br>
<p id="shr">Half a century and more of enriching journey for South
Point. The Calcutta, where the School took off and the
Kolkata where it thrives now, are very different, and the
difference is not only in the name.</p>
</br>
<a id="shr" href="#"><b>Read More</b></a>
</div>
</div>
</div>
<div class="container-fluid">
<label></label>
  
<label>
<div class="col-lg-2">
<a href="#">
<img src="photos/icon1.png" alt="">
<p style ="color:white"><h5>Photo Gallery</h5></p>
</a>
</div>
</label>
  
<label>
<div class="col-lg-2">
<a href="#">
<img src="photos/icon2.png" alt="">
<p style ="color:black"><h5>Admission Notice</h5></p>
</a>
</div>
</label>
  
<label>
<div class="col-lg-2">
<a href="#">
<img src="photos/icon3.png" alt="">
<p style ="color:black"><h5>Fees Structure</h5></p>
</a>
</div>
</label>
  
<label>
<div class="col-lg-2">
<a href="#">
<img src="photos/icon8.png" alt="">
<p style ="color:black"><h5>School Calendar</h5></p>
</a>
</div>
</label>
  
<label>
<div class="col-lg-2">
<a href="#">
<img src="photos/icon5.png" alt="">
<p style="color:black"><h5>School Transportation</h5></p>
</a>
</div>
</label>
  
<label>
<div class="col-lg-2">
<a href="#">
<img src="photos/icon6.png" alt="">
<p style ="color:black"><h5>Student/parent Portal</h5></p>
</a>
</div>
</label>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
</br>
</br>
<span>
<img src="photos/scholarship-logo.png" alt="logo"></span>
</br>
<strong>
<p style="color:red">Instituted By</p>
Madhav Prasad Priyamvada Birla<br>
Apex Charitable Trust</strong>
<br>
<p>The Priyamvada Birla Scholarship will be
awarded every year,starting from 2013,to
meritorious students belonging to the low
income group,pursuing their studies in under
graduate courses in Colleges and Institutes in
West Bengal on Merit cum Means Basis.</p>
</div>
<div class="col-md-8">
</br>
</br>
</br>
<img src="photos/banner.jpg" alt="banner" width="100%" height="75%">
</div>
<div class="container">
</br>
<center><b>BEYONDS ACADEMICS</b></center>
</br>
<div class="row">
<div class="col-md-3">
</br>
<img src="photos/karate.jpg" alt="karate" width="250px">
</br>
<p class="r"><b>Karate Training Classes</b></p>
<p class="ra">Learning Karate is compulsory in South Point School.Students from Classes II to V take lessons from professional coaches</p>
</div>
<div class="col-md-3">
</br>
<img src="photos/yoga.jpg" alt="yoga" width="250px">
</br>
<p class="r"><b>Yoga Classes</b></p>
<p class="ra">In South Point High School Physical Education classes are a perfect blend of Yoga,P.T and Rock Climbing</p>
</div>
<div class="col-md-3">
</br>
<img src="photos/school-events.jpg" alt="events" width="250px">
</br>
<p class="r"><b>Inter-School Events</b></p>
<p class="ra">Come Winter and it is time for South Point School to host Ullas,the inter-School Competition for Junior Students</p>
</div>
<div class="col-md-3">
</br>
<img src="photos/athletic.jpg" alt="athletics" width="250px">
</br>
<p class="r"><b>Athletic Meet</b></p>
<p class="ra">South Point hosts its Biennial Athletic Meet with great aplomb over two days for its junior and senior students in December/January.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<center>
<button type="button" class="btn btn-outline-light ">Photos</button>
  
<button type="button" class="btn btn-outline-light ">Videos</button>
  
<button type="button" class="btn btn-outline-light ">Pointers</button>
</center>
</div>
<div class="container">
<div class="row">
<div class="col-md-3">
<b>ABOUT US</b>
</br>
<p class="ra">History<br>
M P Birla group<br>
Trustees & Governing Council<br>
SPS Managing Committee<br>
SPHS Managing Committee<br>
School Management<br>
School Song<br>
Aims and Objectives<br>
Awards and Accolades<br>
The New Campus<br></p>
</div>
<div class="col-md-3">
<b>INFRASTRUCTURE</b>
<p class="ra">General<br>
Safety Steps & Certification<br>
Medical Care<br>
Book counter<br>
Canteens<br>
Auditorium<br>
Libraries<br>
Laboratories<br>
Playroom<br></p>
</div>
<div class="col-md-3">
<b>ACADEMICS</b>
<p class="ra">School Timings<br>
School Uniform<br>
Rules & Regulations<br>
Faculty<br>
The Smart Edge!<br>
Counselling Cell<br>
school Calendar<br>
Fee Structure<br>
Transfer Certificate<br>
Board Results</p>
</div>
<div class="col-md-3">
<b>CO-CURRICULARS</b>
<p class="ra">General<br>
School Houses<br>
Karate Training Classes<br>
Yoga Classes<br>
Inter-School Events<br>
Athletic Meet<br>
Art & Craft Exhibition<br>
Others<br></p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<b>NEWS & EVENTS</b>
<p class="ra">News<br>
Announcements<br>
Photo Gallery<br>
Pointer<br>
In The News</p>
</div>
<div class="col-md-4">
<b>PARENTS ZONE</b>
<p class="ra">Home<br>
Student Result<br>
Notices<br>
Fee Payment Status<br>
Student's Profile</p>
</div>
<div class="col-md-4">
<label>
<img src="photos/gray-logo.png" alt="logo">
</label>
<label>
<b>South Point Education Society</b>
<p class="ra">
<add>Birla Building,9/1 R.N. Mukherjee Road,Kolkata-700001</add><br>
+91 33 24406208; +91 33 24407209;<br>
</p>
</label>
</div>
</div>
</body>
</html>