-
Notifications
You must be signed in to change notification settings - Fork 9
/
rise.html
292 lines (243 loc) · 13.1 KB
/
rise.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LiGHT</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/light_logo (1).png" rel="icon"> <!--change-->
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- #header -->
<nav class="navbar navbar-expand-lg navbar-light bg-dark">
<div class="container ">
<img src="img/light_logo (1).png" alt="" height="50px">
<a class="navbar-brand" href="#">LiGHT</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="center.html">Centers</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link active dropdown-toggle" href="" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Events
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="rise.html">RISE</a></li>
<li><a class="dropdown-item" href="ccp.html">CCP</a></li>
<li><a class="dropdown-item" href="cleanliness.html">Cleanliness Drive</a></li>
<li><a class="dropdown-item" href="ssd.html">SSD</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="networkpage.html">Our Network</a>
</li>
<li class="nav-item">
<a class="nav-link" href="members.html">Members</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.gyws.org/">Support Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.gyws.org/">GYWS</a>
</li>
</ul>
<!-- <form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form> -->
</div>
</div>
</nav>
<!-- #header -->
<!--==========================
Intro Section
============================-->
<section >
<div class="container-fluid">
<div class="row" style="background-image: url(img/Rise_new.jpg) ; background-size: 100% 400px; background-repeat: no-repeat; height: 400px;">
<center style="margin: auto;">
<!-- <header class="section-header"><p style="font-size: 50px;letter-spacing: 1px; font-weight: bold; color:yellow; text-shadow: 4px 6px black;">REFORM & INNOVATE SCHOOL EDUCATION</p></header> -->
</center>
</div>
</div>
</section>
<main id="main">
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<header class="section-header">
<h3>OVERVIEW OF THE WORKSHOP</h3>
<p class="text-center text-dark">RISE (Reform and Innovate School Education) initiative was started on 9th September 2020 till 5th October 2020
with an aim to improve the quality of education imparted in schools across the country. It’s overall mission is to transform the existing
teacher-centric model into a student-centric model of education. Through our LiGHT centres we approached various schools throughout the nation for an online workshop.
Ek Tara collaborated with us to bring in teachers with expertise and experience in early childhood content.
</p>
<h3>Aim of the Workshop</h3>
<!-- <p class="text-center text-dark"> -->
<ul style="font-size: 19px;" class="text-dark" >
<li>Facilitate improved learning for students of class 1-5th especially during the pandemic
time and online learning</li>
<li>Provide teachers with the country the means of implementing activity-based learning
lesson plans during pandemic and post-pandemic.</li>
<li>Promote student-centred teaching methods which ensure the holistic development of the
students</li>
<li>Facilitate the implementations of the guidelines of the NEP (National Education Policy
2020)</li>
</ul>
<br> <br>
<!-- </p> -->
<h3>Topics covered During the Workshop</h3>
<!-- <p class="text-center text-dark"> -->
<ul style="font-size:19px;" class="text-dark" >
<li>Effect of the pandemic on current school systems, need for student-centered methodologies. </li>
<li>Introduction to student-centric teaching and integrated teaching-learning methodologies with examples for primary level.</li>
<li>Introduction to lesson plans, preparing lesson plans and means of implementing it in online classes during COVID and post-COVID shifting their teaching methodologies.
</li>
<li>Sample activities with teachers can be implemented during their online classes. Subjects covered were literacy, numeracy, EVS, Social and Emotional Development, and General Knowledge.
</li>
</ul>
<br> <br>
<!-- </p> -->
<h3>Testimonials</h3>
<ol style="font-size: 19px; " class="text-dark" >
<li>
The activities are practical based, student-centric, students were able to more engage
and get involved with the activities. Few of the activities explained were known to us but the way LiGHT had presented them was really good, especially structuring everything
and preparing a booklet of activities will indeed benefit the schools while teaching.
<p style="text-align: right;"> ~Swapnil Vairagade, ZP Primary School, Mahabada</p>
</li>
<li> It was very good and I learned a lot. It will be very useful for students. I enjoyed all the workshops.
<p style="text-align: right;">~Sarla Prajapati, Rise Public School </p>
</li>
<li> We got subject activities that were very useful to learn and teach to students. Most of the children were interested to learn and participate in it. As a teacher, it was a nice experience for me.</li>
<p style="text-align: right;">~Bindu M.R. Govt Primary School Kozhinjampara </p>
</li>
</ol>
</header>
<!--==========================
Our Reach
============================-->
<section id="reach"><div class="container"><br><br><div class="row">
<div class="col-md-12">
<header class="section-header">
<h3>OUR REACH</h3>
</header>
</div>
</div><br><br>
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-lg-3 col-md-4">
<div class="info" style="color:black;">
<h1 class="counter pt-2" style="font-weight: 600;">15</h1>
<h2>Schools</h2>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="info" style="color:black;">
<h1 class="counter pt-2" style="font-weight: 600;">51</h1>
<h2>Teachers</h2>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="info" style="color:black;">
<h1 class="counter pt-2" style="font-weight: 600;">110</h1>
<h2>Students</h2>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="info" style="color:black;">
<h1 class="counter pt-2" style="font-weight: 600;">8</h1>
<h2>Cities</h2>
</div>
</div>
</div>
<br>
</div>
</div>
<!-- EVENTS SECTION -->
<header class="section-header" style="margin-top: 20px;">
<h3>Description of the Event</h3>
</header>
<div class="row" style="margin-bottom: 80px;">
<div class="card event-card-rise" style="width: 300px;height: 300px;margin-left: 45px;margin-top: 20px;">
<img src="img/rise_overview.jpg" alt="Avatar" style="height: 100%;width: 100%;">
<div class="container">
<!-- <h4 style="margin-top: 20px;color: black;text-align: center;"><b>Overview and Aim</b></h4> -->
</div>
</div>
<div class="card event-card-rise" style="width: 300px;height: 300px;margin-left: 60px;margin-top: 20px;">
<img src="img/Rise_Acheivment.jpg" alt="Avatar"style="height: 100%;width: 100%;" >
<div class="container">
<!-- <h4 style="margin-top: 20px;color: black;text-align: center;"><b>Achievements</b></h4> -->
</div>
</div>
<div class="card event-card-rise" style="width: 300px;height: 300px;margin-left: 60px;margin-top: 20px;">
<img src="img/Rise_testimonials.jpg" alt="Avatar"style="height: 100%;width: 100%;" >
<div class="container">
<!-- <h4 style="margin-top: 20px;color: black;text-align: center;"><b>Glimpses</b></h4> -->
</div>
</div>
</div>
<!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="lib/touchSwipe/jquery.touchSwipe.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.0/jquery.waypoints.min.js"></script>
<script src="networkJS/jquery.counterup.min.js"></script>
<script src="js/centermain.js" type="text/javascript">
</script>
<script src="js/index.js" type="text/javascript">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>