-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprograms-2.html
330 lines (329 loc) · 14.8 KB
/
programs-2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta
name="description"
content="Official Website of NSS College of Engineering Vadakara"
/>
<link rel="icon" href="./favicon.ico" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<link rel="stylesheet" href="./css/global.css" />
<link rel="stylesheet" href="./css/programs.css">
<title>Programs | NSS CEV</title>
</head>
<body>
<header class="">
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
<div id="expander" class=""></div>
<div id="navigation" class="container-fluid">
<div>
<a class="navbar-brand" href="#"
><img src="./images/NSS_LOGO.png" width="60rem" id="nss-logo" alt=""
/></a>
<a class="navbar-brand" href="#"
><img src="./images/cape-logo.png" width="65rem" id="cape-logo" alt=""
/></a>
</div>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="navbarNav"
>
<div class="navbar-nav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" 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="./execom.html">Our Team</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">
More
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item active" href="./programs-1.html">Programs</a></li>
<li><a class="dropdown-item" href="./gallery.html">Gallery</a></li>
</ul>
</li>
<li class="mx-auto">
<a href="https://www.apjaktunsscell.org/volunteer/login" class="v-login text-center px-3 py-2 text-white active">Volunteer Login</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<main>
<section id="head">
<div class="background-2 d-flex justify-content-center">
<div class="container">
<div id='overlay'></div>
<h1>Programs</h1>
</div>
</div>
</section>
<section class="mt-3">
<div class="container p-section bg-white p-3">
<div class="row">
<div class="col-lg-8">
<h1 class="ms-2 mb-0">Rehabilitation Camp Visit</h1>
<span class="badge rounded-pill bg-primary mt-2 ms-2 mb-3">Date : 11/8/2019</span>
<div class="p-img-white-shadow">
<div class="p-img-wrapper d-flex">
<img class="p-img ms-3 me-3" src="./images/rehabilitation/r-1.png" alt="">
<img class="p-img me-3" src="./images/rehabilitation/r-2.png" alt="">
</div>
</div>
<p class="m-3 p-content">About 65 families including 149 members were provided
required groceries and useful items. Shortages of
medicines were solved by providing it well. Visited camps
in every while and helped them in requiring the needed
items.
</p>
<div class="d-flex justify-content-center mb-3">
<h4 class="text-center me-2">View Photos</h4><a class="btn btn-primary btn-sm" type="submit">View</a>
</div>
</div>
</div>
</div>
</section>
<section class="mt-3">
<div class="container p-section bg-white p-3">
<div class="row">
<div class="col-lg-8">
<h1 class="ms-2 mb-0">Flood Relief Survey</h1>
<span class="badge rounded-pill bg-primary mt-2 ms-2 mb-3">Date : 15/9/2018 - 16/9/2018 </span>
<div class="p-img-white-shadow">
<div class="p-img-wrapper d-flex">
<img class="p-img ms-3 me-3" src="./images/flood-relief/fl-1.png" alt="">
</div>
</div>
<p class="m-3 p-content">As a part of flood relief activity, an online survey was
conducted at Thurayoor Panchayath (Kozhikode District) on 15th and 16th
September as per the request from the Collectorate, using the application
“Rebuild Kerala”.9 volunteers from our college participated for the survey.
Panchayath President (Thurayoor Panchayath) co-ordinated
the survey, and each ward members helped us a lot for doing
the survey.
</p>
<div class="d-flex justify-content-center mb-3">
<h4 class="text-center me-2">View Photos</h4><button class="btn btn-primary btn-sm" type="submit">View</button>
</div>
</div>
</div>
</div>
</section>
<section class="mt-3">
<div class="container p-section bg-white p-3">
<div class="row">
<div class="col-lg-8">
<h1 class="ms-2 mb-0">Srishti</h1>
<span class="badge rounded-pill bg-primary mt-2 ms-2 mb-3">Date : 31/8/2018 - 2/9/2018</span>
<div class="p-img-white-shadow">
<div class="p-img-wrapper d-flex">
<img class="p-img ms-3 me-3" src="./images/srishti/s1.png" alt="">
<img class="p-img me-3" src="./images/srishti/s3.png" alt="">
<img class="p-img me-3" src="./images/srishti/s2.png" alt="">
</div>
</div>
<p class="m-3 p-content">A camp was conducted under the chief minister flood relief
campaign called “SRISHTI” along with NSS unit and support from assistant
engineers of various panchayaths (Maniyur ,Changaroth,Cheruvannur,Velom) held
during 31st August 2018 to 2nd September 2018.Around 300 students attended the
camp.</p>
<div class="d-flex justify-content-center mb-3">
<h4 class="text-center me-2">Read Report</h4><a href="https://docs.google.com/document/d/13CYC73oV-_SVdzOS9sXWbR9A6TLsizXinypVFbH-v3s/edit?usp=sharing" class="btn btn-primary btn-sm" type="submit">View</a>
</div>
</div>
<div class="col-lg-4">
<h2 class="text-center mb-4">Activities</h2>
<div class="p-activity pe-2 ps-2">
<ul>
<li>
<h3>Day 1</h3>
<p>▪️ Inauguration <br>
▪️ Class conducted by students from previous camps <br>
▪️ Students were divided into groups
</p>
</li>
<li>
<h3>Day 2</h3>
<p>▪️ Visited two Panchayats (Maniyur and Cheruvannur) for survey.<br>
▪️ Chlorination of well.</p>
</li>
<li>
<h3>Day 3</h3>
<p>▪️ Visited two Panchayats (Velom and Changaroth). <br>
▪️ Information were collected and data was entered. <br>
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="col-12">
<div class="row ">
<nav aria-label="Page navigation example">
<ul class="pagination justify-content-center mt-3">
<li class="page-item"><a class="page-link" href="./programs-1.html">Previous</a></li>
<li class="page-item"><a class="page-link" href="./programs-1.html">1</a></li>
<li class="page-item active"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="./programs-3.html">3</a></li>
<li class="page-item"><a class="page-link" href="./programs-3.html">Next</a></li>
</ul>
</nav>
</div>
</div>
</section>
</main>
<footer class="footer col-12 mt-4">
<div class="container bottom_border">
<div class="row">
<div class="col-sm-4 col-md col-sm-4 col-12 col">
<h5 class="headin5_amrc col_white_amrc pt2">Find us</h5>
<p class="mb10">
<strong>Unit No:677</strong><br>
College of Engineering Vadakara<br>
Madarathore(Post), Vadakara<br>
Kozhikode(Dist),Kerala,<br>
India-673105
</p>
<p>
<i class="bi bi-geo-alt-fill text-white"></i> College of Engineering Vadakara
</p>
<p><i class="bi bi-telephone-fill text-white"></i> +91-9495903733</p>
<p><i class="bi bi-envelope-fill text-white"></i> [email protected]</p>
</div>
<div class="col-sm-4 col-md col-6 col">
<h5 class="headin5_amrc col_white_amrc pt2">Menu</h5>
<ul class="footer_ul_amrc">
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./programs-1.html">Programs</a></li>
<li><a href="./gallery.html">Gallery</a></li>
<li><a href="./notification.html">Notifications</a></li>
</ul>
</div>
<div class="col-sm-4 col-md col-6 col">
<h5 class="headin5_amrc col_white_amrc pt2">Quick links</h5>
<ul class="footer_ul_amrc">
<li><a href="https://www.cev.ac.in/en/">CEV</a></li>
<li><a href="https://ktu.edu.in/">KTU</a></li>
<li><a href="https://www.cowin.gov.in/">CoWin</a></li>
<li><a href="https://blooddonorskerala.org/">BDK</a></li>
</ul>
</div>
<div class="col-sm-4 col-md col-12 col">
<h5 class="headin5_amrc col_white_amrc pt2">Follow us</h5>
<ul class="footer_ul2_amrc">
<li>
<i class="bi bi-facebook text-white"></i>
<p>
Official Facebook page of NSS CEV
<a href="https://www.facebook.com/nsscev">https://www.facebook.com/nsscev</a>
</p>
</li>
<li>
<i class="bi bi-twitter text-white"></i>
<p>
Official Twitter page of NSS CEV
<a href="https://www.twitter.com/nss_cev_unit?s=09">https://www.twitter.com/nss_cev_unit/</a>
</p>
</li>
<li>
<i class="bi bi-instagram text-white"></i>
<p>
Official Instragram page of NSS CEV
<a href="https://www.instagram.com/nss_cev_unit/">https://www.instagram.com/nss_cev_unit/</a>
</p>
</li>
<li>
<i class="bi bi-youtube text-white"></i>
<p>
Official Youtube page of NSS CEV
<a href="https://www.youtube.com/channel/UCx00L4QuRoKb3irOxKTLPaQ">https://www.youtube.com/nss_cev</a>
</p>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<p class="text-center text-white text-sm">
Copyright | Designed With by
<span class="px-1">
<a href="/">Lucidpixl Designs</a>
</span>
</p>
<ul class="social_footer_ul">
<li>
<i class="bi bi-facebook text-white"></i>
</li>
<li>
<i class="bi bi-twitter text-white"></i>
</li>
<li>
<i class="bi bi-instagram text-white"></i>
</li>
<li>
<i class="bi bi-youtube text-white"></i>
</li>
</ul>
</div>
</footer>
<div class="floating">
<div onclick="scrollUp();" class="floatingbtn shadow-lg">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke="#263238"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M5 15l7-7 7 7"
></path>
</svg>
</div>
</div>
<script src="./js/scroll.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ"
crossorigin="anonymous"
></script>
</body>
</html>