-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
358 lines (326 loc) · 20 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<!-- Imported Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,200;1,400&display=swap"
rel="stylesheet">
<!-- App.css -->
<link rel="stylesheet" href="app.css">
<title>Media</title>
</head>
<body>
<!-- Heading -->
<header>
<div class="container-fluid text-center">
<h2 class="heading">Recent Activities</h2>
</div>
</header>
<!-- Carousel -->
<div class="container">
<section class="carousel slide" id="recentActivitiesCarousel" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#recentActivitiesCarousel" data-slide-to="0" class="active"></li>
<li data-target="#recentActivitiesCarousel" data-slide-to="1"></li>
<li data-target="#recentActivitiesCarousel" data-slide-to="2"></li>
<li data-target="#recentActivitiesCarousel" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active" style="background-image: url(img/CoviRelief\ Poster.jpg);">
<div class="container recentActivitiesCarousel">
<span class="xyz"><span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-calendar-event" viewBox="0 0 16 16">
<path
d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z" />
<path
d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z" />
</svg>
</span><span class="date">8 June,2021- 21 July,2021</span>
</span>
<h3>CoviRelief</h3>
</div>
</div>
<div class="carousel-item " style="background-image: url(img/New\ Logo.jpg);">
<div class="container recentActivitiesCarousel">
<span class="xyz"><span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-calendar-event" viewBox="0 0 16 16">
<path
d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z" />
<path
d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z" />
</svg>
</span><span class="date">9 June,2021- 15 June,2021</span>
</span>
<h3>Logo Launch</h3>
</div>
</div>
<div class="carousel-item " style="background-image: url(img/PACE.png);">
<div class="container recentActivitiesCarousel">
<span class="xyz"><span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-calendar-event" viewBox="0 0 16 16">
<path
d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z" />
<path
d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z" />
</svg>
</span><span class="date">22 March,2021</span>
</span>
<h3>Parents As Co-Educators</h3>
</div>
</div>
<div class="carousel-item " style="background-image: url(img/Adhhyayan\ poster.jpg);">
<div class="container recentActivitiesCarousel">
<span class="xyz"><span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-calendar-event" viewBox="0 0 16 16">
<path
d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z" />
<path
d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z" />
</svg>
</span><span class="date">7 February,2021- 22 March,2021</span>
</span>
<h3>Adhhyayan</h3>
</div>
</div>
<a class="carousel-control-prev" href="#recentActivitiesCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#recentActivitiesCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</section>
</div>
<!-- Media Coverage -->
<section class="blogCards">
<div class="container-fluid text-center">
<h2 class="blogHeading">Media Coverage</h2>
</div>
<!-- Card Deck -->
<div class="card-deck">
<div class="card">
<img src="img/humming bird news.jpg" class="card-img-top" alt="blogCard Image">
<div class="card-body">
<h5 class="card-title">
Hummingbird News
</h5>
<span class="blogDate">8 September,2020</span>
<p class="cardText">The online workshop was conducted in collaboration with Ek Tara- a
registered trust in Kolkata, free of cost for the teachers of class LKG-5.As many as 75
teachers from 19 different schools spread across the cities of Chennai, Pallakad, Raipur,
Wardha, Gwalior, Samvedana and Kharagpur enrolled for the workshop.....</p>
<a href="https://bggoswami.blogspot.com/2020/09/gopali-youth-welfare-society-and-ek.html?spref=fb&m=1&fbclid=IwAR05HyzJCGOsLGu1fZj3SrbPgJfS_hwgaxZ60o4fc9jEM3th_4veYniMNm0"
target="_blank">
<button class="btn btn-primary btn-sm ">
Read More
</button>
</a>
</div>
</div>
<div class="card">
<img src="img/MHRD tweet.jpg" class="card-img-top" alt="blogCard Image">
<div class="card-body">
<h5 class="card-title">Former MHRD Minister (Dr. Ramesh Pokhriyal)</h5>
<span class="blogDate">21 May, 2020</span>
<p class="cardText">IIT Kgp
students are helping the poor in villages around their campus by providing them with
essential goods, like food, hand sanitisers, masks, etc. while maintaining social
distancing.....</p>
<a href="https://twitter.com/drrpnishank/status/1263306828814974976?lang=en" target="_blank"
rel="noopener noreferrer">
<button class="btn btn-primary btn-sm ">
Read More
</button>
</a>
</div>
</div>
<div class="card">
<img src="img/humming bird news.jpg" class="card-img-top" alt="blogCard Image">
<div class="card-body">
<h5 class="card-title">
NDTV
</h5>
<span class="blogDate">5 May,2020</span>
<p class="cardText">
Gopali Youth Welfare Society-an entity which the students had formed
earlier to undertake community projects in the neighbourhood of the campus, is distributing
essential items to around 2,000 poor families under the Gopali gram panchayat....
</p>
<a href="https://www.ndtv.com/education/covid-19-iit-kharagpur-students-come-forward-to-help-poor-during-lockdown-2223490"
target="_blank" rel="noopener noreferrer">
<button class="btn btn-primary btn-sm ">
Read More
</button>
</a>
</div>
</div>
</div>
<div class="card-deck">
<div class="card">
<img src="img/humming bird news.jpg" class="card-img-top" alt="blogCard Image">
<div class="card-body">
<h5 class="card-title">The Telegraph online</h5>
<span class="blogDate">3 May,2020</span>
<p class="cardText">The student took to crowdfunding after coming to know that many people
living on and around the campus were having problems getting their basic essentials.
Door-to-door distribution of food kits, masks and hand sanitizers was done to help the
people of Gopali during the pandemic.
.....</p>
<a href="https://www.telegraphindia.com/west-bengal/calcutta/coronavirus-lockdown-iit-students-pocket-money-helps-community/cid/1769975"
target="_blank" rel="noopener noreferrer">
<button class="btn btn-primary btn-sm ">
Read More
</button>
</a>
</div>
</div>
<div class="card">
<img src="img/telegraph_changemakers.jpg" class="card-img-top" alt="blogCard Image">
<div class="card-body">
<h5 class="card-title">Telegraph</h5>
<span class="blogDate">12 November,2019</span>
<p class="cardText">A group of IITians, who have taken education beyond the hallowed campus
to turn a village around, has set its sight on an initiative called “greenovation”, that
could be a game-changer in the lives of poor farmers.....</p>
<a href="https://www.telegraphindia.com/west-bengal/iit-changemakers-for-village/cid/1718860"
target="_blank" rel="noopener noreferrer">
<button class="btn btn-primary btn-sm ">
Read More
</button>
</a>
</div>
</div>
<div class="card">
<img src="img/humming bird news.jpg" class="card-img-top" alt="blogCard Image">
<div class="card-body">
<h5 class="card-title">Times Of India</h5>
<span class="blogDate">7 November 2014</span>
<p class="cardText">short ride from the hallowed portals of IIT-Kharagpur, nestled in a
grove of eucalyptus trees, is a quaint little school, pulsating with energy and cheer.
At first glance, it would seem like just another primary school in this tribal region of
West Midnapore. What’s unique is that it is run by IIT students...
</p>
<a href="https://timesofindia.indiatimes.com/city/kolkata/iitians-run-school-to-bridge-social-divide/articleshow/45063578.cms"
target="_blank" rel="noopener noreferrer">
<button class="btn btn-primary btn-sm ">
Read More
</button>
</a>
</div>
</div>
</div>
</section>
<!-- Recent 3 Newsletters -->
<section class="newsletters">
<!-- Heading -->
<div class="container-fluid text-center">
<h2 class="recentNewslettersHeading">Recent Newletters</h2>
</div>
<!-- 1 -->
<section class="recent3Newsletters">
<div class="recentNewsletters">
<div class="newsletter__Img">
<img src="img/Pratirav April-June,2021 Part 1.jpg" alt="Newsletter Image">
</div>
<div class="info">
<!-- <div class="date">
<!-- <span>Sunday</span>
<span>01 January 2021</span>
</div> -->
<h2 class="title">Pratirav,April- June,2021 Edition</h2>
<p class="newsletter__Description">How important is branding for an NGO?
How can we prevent children from getting bored in the lockdown?
Can we become SuperHeroes as well?
<br>
These and many more interesting topics are covered in this edition of Pratirav.
</p>
<!-- Button -->
<a href="PDF/April-June-2021.pdf" target="blank_" rel="noopener noreferrer">
<button type="button" class="btn btn-primary modal-btn">
Read More
</button></a>
</div>
</div>
</section>
<!-- 2 -->
<section class="recent3Newsletters">
<div class="recentNewsletters">
<div class="newsletter__Img">
<img src="img/Pratirav Jan-March 2021-1st page.png" alt="Newsletter Image">
</div>
<div class="info">
<!-- <div class="date">
<!-- <span>Sunday</span>
<span>01 January 2021</span>
</div> -->
<h2 class="title">Pratirav,January- March,2021 Edition</h2>
<p class="newsletter__Description">Have you wished for guidance while in a dilemma about
possible career options?
Living in the 21st century, do you think gender equality should still be a question or the
norm?
<br>
This edition of Pratirav contains our take on these.
</p>
<!-- Button -->
<a href="PDF/January-March-2021.pdf" target="blank_" rel="noopener noreferrer">
<button type="button" class="btn btn-primary modal-btn">
Read More
</button></a>
</div>
</div>
</section>
<!-- 3 -->
<section class="recent3Newsletters">
<div class="recentNewsletters">
<div class="newsletter__Img">
<img src="img/Pratirav Oct-Dec,2020 Part 1.jpg" alt="Newsletter Image">
</div>
<div class="info">
<!-- <div class="date">
<!-- <span>Sunday</span>
<span>01 January 2021</span>
</div> -->
<h2 class="title">Pratirav,October-December,2020 Edition</h2>
<p class="newsletter__Description">How can your small contribution result in a significant
change?
How is GYWS helping youth across the country in replicating our learning?
<br>
Find out in the following edition of Pratirav!
</p>
<!-- Button -->
<a href="PDF/October-December-2020.pdf" target="blank_" rel="noopener noreferrer">
<button type="button" class="btn btn-primary modal-btn">
Read More
</button></a>
</div>
</div>
</section>
</section>
<!-- jQuery, Popper.js, and Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s"
crossorigin="anonymous"></script>
</body>
</html>