-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
273 lines (206 loc) · 11.6 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
<!DOCTYPE html>
<html lang="en">
<!-- fsfs -->
<!-- -->
<!-- -->
<!-- -->
<!-- -->
<!-- -->
<!-- -->
<!-- -->
<!-- -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<title>Home - Saraswati Niketan Secondary School</title>
<link rel="icon" type="image/x-icon" href="pictures/logo_saraswati-niketan.png">
<link rel="stylesheet" href="styles/base.css">
<link rel="stylesheet" href="styles/header.css">
<link rel="stylesheet" href="styles/navigation.css">
<link rel="stylesheet" href="styles/footer.css">
<link rel="stylesheet" href="styles/index.css">
</head>
<body>
<header>
<div class="top">
<img src="pictures/logo_saraswati-niketan.png" alt="" srcset="" class="logo">
<div class="item">
<ul>
<li><a href="https://www.facebook.com/profile.php?id=100057614831278" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="currentColor"
class="bi bi-facebook" viewBox="0 0 16 16">
<path
d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z" />
</svg></a></li>
<li><a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="currentColor"
class="bi bi-youtube" viewBox="0 0 16 16">
<path
d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z" />
</svg></a></li>
</ul>
</div>
</div>
</header>
<nav>
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="pages/facility_index.html">Facilities</a></li>
<li><a href="pages/event.html">Events</a></li>
<li><a href="pages/newa-page.html">Local Curriculum</a></li>
<li><a href="pages/technology.html">Technical</a></li>
<li><a href="pages/about.html">About</a></li>
<li><a href="pages/contact.html">Contact</a></li>
</ul>
</nav>
<!-- Section start -->
<section>
<div class="container">
<div class="welcome">
<h3 class="heading">Welcome</h3>
<div class="start">
to
<br>
Saraswati Niketan
<br>
<a href="pages/admissionform.html">
<button class="btn">Apply now</button>
</a>
</div>
<!-- <h3 class="heading">Back to school</h3>
<div class="start">Welcome to all of our students.<br>
<button class="btn">Discover the school</button>
</div> -->
</div>
</div>
</section>
<!-- safety measure -->
<section>
<div class="safety-title">
<h1>Portfolio-based assessment</h1>
<p class="para">
Continuous assessment system is used for the assessment of students from ECD to grade 3. Their
individual portfolios are maintained which contain evidences of students learning. The assessment system
covers all three cognitive, affective and psychomotor domains of learning. School expecta to develop
holistic child by adopting this type of assessment system.
</p>
</div>
<div class="element">
<div class="container-1">
<div class="grid-img order-1">
<img src="pictures/class-group.jpg" alt="" class="picture-element">
</div>
<div class="grid-txt order-2">
<div class="span">Student life</div>
<p class="list"> Student life encompasses a range of activities and opportunities that contribute to
personal and academic growth. Active participation in student life provides benefits such as
personal exploration, experience building, stress balance, social connections, diversity
awareness, and enhanced self-esteem. It is essential for students to strike a balance between
academic commitments and engagement in student life to maximize their college experience and set
a strong foundation for their future endeavors. </p><br>
</div>
<div class="grid-txt element-grid order-4">
<div class="span">
Why Saraswati Niketan?
</div>
<li class="list"> Student centered progressive pedagogy.</li><br>
<li class="list"> Qualified and dedicated teachers.</li><br>
<li class="list"> Well equipped laboratories.</li><br>
<li class="list"> Inclusive classroom environment that fosters
learning by doing attitude in students.</li><br>
<a href="pages/admissionform.html">
<button id="btn-2">Apply today</button>
</a>
</div>
<div class="grid-img order-3">
<img src="pictures/drama-group.jpg" alt="" class="picture-element">
</div>
</div>
</div>
</section>
<!-- life and culture -->
<section class="culture">
<h1>life & culture</h1>
<!-- <h3>Follow <strong> #SaraswatiNiketan</strong> on instagram</h3> -->
<div class="picture-row">
<img src="pictures/school-building-latest.JPG" alt="" height="275px" width="200px">
<img src="pictures/chungbung.jpg" alt="" height="275px" width="200px">
<img src="pictures/classroom.jpg" alt="" height="275px" width="200px">
<img src="pictures/Exhibition.jpg" alt="" height="275px" width="200px">
</div>
<div class="picture-row">
<img src="pictures/makers-space.jpg" alt="" height="275px" width="200px">
<img src="pictures/science-lab.jpg" alt="" height="275px" width="200px">
<img src="pictures/steam-project.jpg" alt="" height="275px" width="200px">
<img src="pictures/chess.jpg" alt="" height="275px" width="200px">
</div>
</section>
<!-- signup section -->
<section>
<h1>signup for school news</h1>
<p class="signup-para">Stay up-to-date with the latest news</p>
<!-- input -->
<label for="email">
<strong class="mail">Enter your email here*</strong>
</label>
<br>
<form action="https://formspree.io/f/mvojzpor" method="post" class="signup-box">
<input type="email" name="email" id="email" required placeholder="Enter your email">
<input type="submit" value="Signup" id="btn-sign">
</form>
</section>
<footer class="footer">
<div class="row">
<div class="footer-col">
<h4>QUICK NAVIGTION</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="pages/facility_index.html">Facilities</a></li>
<li><a href="pages/event.html">Events</a></li>
<li><a href="pages/newa-page.html">Local Curriculum</a></li>
<li><a href="pages/technology.html">Technical</a></li>
<li><a href="pages/about.html">About</a></li>
<li><a href="pages/contact.html">Contact</a></li>
</ul>
</div>
<div class="footer-col">
<h4>STAY CONNECTED</h4>
<ul>
<li><a href="https://www.facebook.com/profile.php?id=100057614831278">Facebook</a></li>
<li><a href="#">Youtube</a></li>
</ul>
</div>
<div class="footer-col">
<h4>GET IN TOUCH</h4>
<ul>
<li><a href="#">Bramha tole-12, Kathmandu, Nepal</a></li>
<li><a href="tel:+977015355489">Tel: 01-5355489</a></li>
<li><a
href="https://mail.google.com/mail/u/0/#inbox?compose=GTvVlcSMTgnwClZvRhFwTfHDHXVPgLRFCXJGwgjxxlhLhGmrjPdWHZQrlpjQgJgRpbXrLmVBXZchS">
</li>
</ul>
</div>
<div class="footer-col">
<h4>Follow Us</h4>
<div class="social-links">
<!-- facebook -->
<a href="https://www.facebook.com/profile.php?id=100057614831278" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="currentColor"
class="bi bi-facebook" viewBox="0 0 16 16">
<path
d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z" />
</svg>
</a>
<!-- youtube -->
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="currentColor"
class="bi bi-youtube" viewBox="0 0 16 16">
<path
d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z" />
</svg></a>
</div>
</div>
</div>
<span class="copyright">CopyrightⒸShree Saraswati Niketan Secondary School</span>
</footer>
</body>
</html>