-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
52 lines (52 loc) · 2.72 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>About us</title>
<link href="aboutstyle.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bitter&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bitter&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Copse&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Carme&display=swap" rel="stylesheet">
</head>
<body>
<div>
<center>
<img src="about.jpg">
</center>
</div>
<div>
<p class="mainline">About Us</p>
</div>
<div class="aboutmain">
<p class="aboutmain">Founded- 1985</p>
<p class="aboutmain">WBBSE Affiliation- 1999</p>
<p class="aboutmain">WBCHSE affiliation– 2003</p>
</div>
<div class="maintext">
<p class="maintext">The school is under a registered society “<a>Kalyani Springdale Welfare and Education Society</a>” a Government registered charitable trust. Its members are eminent personalities who formulate policies on which the society functions.</p>
<p class="maintext">The school functions under a <a href="managing.pdf" class="managing">Managing Committee</a> approved by the West Bengal Board of Secondary Education. The Society and the Committee work together for the smooth running of the school.</p>
</div>
<div>
<p class="info"><b>Sectetary :</b> Mrs. Ilina Sen</p>
<p class="info"><b>Headmistress :</b> Mrs. Subhra Sinha</p>
<p class="info"><b>Assistant Headmistress :</b> Mrs. Ranjita Paul</p>
<p class="info"><b>School Timings :</b> 10:00 a.m. – 4:15 a.m.( Monday to Friday)</p>
<p class="info"><b>Summer Timings :</b> 7:30 a.m. – 11:00 a.m. ( Monday to Friday)</p>
<p class="info"><b>Classes :</b> V-XII</p>
<p class="info"><b>Medium :</b> English</p>
<p class="info"><b>Status :</b> Co – Education</p>
<p class="info"><b>Admission :</b> Class V – December</p>
<p class="info">Class XI – June</p>
<p class="info"><b>New Session :</b> Class V – January</p>
<p class="info">Class XI – June</p>
<p class="info"><b>Hobby :</b> Karate, Quiz, Aerobics, Games & Play, Yoga, Debate, Music, Dance.</p>
</body>
</html>