-
Notifications
You must be signed in to change notification settings - Fork 3
/
ourinitiatives.html
445 lines (371 loc) · 24.8 KB
/
ourinitiatives.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
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Our Initiatives</title>
<meta name="description" content="">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/eventsandourini.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Poppins&display=swap" rel="stylesheet">
<!-- Favicons -->
<link href="assets/img/favicon.ico" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<style>
h3{font-size:40px}
h1{
line-height: 2%;
}
#hero {
width: 100%;
background: url("assets/img/events.jpg");
position: relative;
padding: 120px 0 0 0;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body>
<!-- ======= Header ======= -->
<header name="header" id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex align-items-center">
<div class="logo mr-auto">
<a href="index.html"><img style="border-radius:50%" src="assets/img/logo.jpg" alt="" class="img-fluid"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active over"><a href="index.html">Home</a></li>
<li class="drop-down over"><a href="">About</a>
<ul>
<li class="drop-down over"><a href="execom_2024.html">Our Team</a>
<ul>
<li><a href="execom_2024.html">Execom 2024-25</a></li>
<li><a href="execom_2023.html">Execom 2023-24</a></li>
<li><a href="execom_2022.html">Execom 2022-23</a></li>
<li><a href="execom_2021.html">Execom 2021-22</a></li>
<li><a href="execom_2020.html">Execom 2020-21</a></li>
</ul>
</li>
<li class="drop-down over"><a href="ourinitiatives.html">Our Initiatives</a>
<ul>
<li class="drop-down over"><a href="Seize_It_2024.html">SEIZE IT!</a>
<ul>
<li><a href="Seize_It_2024.html">2024-25</a></li>
<li><a href="Seize_It_2023.html">2023-24</a></li>
<li><a href="Seize_It.html">2022-23</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="https://www.youtube.com/channel/UCVuoABpmOItxsfA4edwEGZA">You Tube</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</li>
<li class="drop-down over"><a href="#">Events</a>
<ul>
<li class="drop-down over"><a href="events_2024.html">2024-25</a>
<ul>
<!--
<li><a href="we4u.html">WE4U Award 2024</a></li>
<li><a href="https://shegcek.github.io/meet-and-greet/">MEET and GREET</a></li>
<li><a href="events_2023.html#matlab">Introduction to MATLAB</a></li>
<li><a href="events_2023.html#python">Introduction to Python</a></li>
<li><a href="events_2023.html#raspberry">RASPBERRY based system design</a></li>
<li><a href="SHE_Coders_2023.html">SHE Coders</a></li>
<li><a href="events_2023.html#devweb3.0">DEV WEB 3.0</a></li>
<li><a href="events_2023.html#canva2023">Hands on Canva Workshop</a></li>
<li><a href="events_2023.html#scholarspotlight">Scholar Spotlight</a></li>
<li><a href="events_2023.html#E4E2.0">E4E 2.0</a></li>
<li><a href="events_2023.html#unitreasuretrek">Uni Treasure Trek</a></li>
<li><a href="events_2023.html#inisheate2023">Inisheate</a></li>
<li><a href="events_2023.html#resumify">Resumify your future</a></li>
<li><a href="events_2023.html#bond&beyond">Bond & Beyond</a></li>
<li><a href="events_2023.html#letschatgpt">Let's CHATGPT</a></li>
<li><a href="events_2023.html#E4E">E4E Phase2</a></li> -->
<li><a href="events_2024.html">iniSHEate</a></li>
<li><a href="events_2024.html">Resume writing workshop</a></li>
<li><a href="events_2024.html">Digital Literacy</a></li>
<li><a href="SHE_Coders_2024.html">SHE Coders</a></li>
<li><a href="ignite5.0.html">IGNITE 5.0</a></li>
</ul>
</li>
<li class="drop-down over"><a href="events_2023.html">2023-24</a>
<ul>
<li><a href="we4u.html">WE4U Award 2024</a></li>
<li><a href="https://shegcek.github.io/meet-and-greet/">MEET and GREET</a></li>
<li><a href="events_2023.html#matlab">Introduction to MATLAB</a></li>
<li><a href="events_2023.html#python">Introduction to Python</a></li>
<li><a href="events_2023.html#raspberry">RASPBERRY based system design</a></li>
<li><a href="SHE_Coders_2023.html">SHE Coders</a></li>
<li><a href="events_2023.html#devweb3.0">DEV WEB 3.0</a></li>
<li><a href="events_2023.html#canva2023">Hands on Canva Workshop</a></li>
<li><a href="events_2023.html#scholarspotlight">Scholar Spotlight</a></li>
<li><a href="events_2023.html#E4E2.0">E4E 2.0</a></li>
<li><a href="events_2023.html#unitreasuretrek">Uni Treasure Trek</a></li>
<li><a href="events_2023.html#inisheate2023">Inisheate</a></li>
<li><a href="events_2023.html#resumify">Resumify your future</a></li>
<li><a href="events_2023.html#bond&beyond">Bond & Beyond</a></li>
<li><a href="events_2023.html#letschatgpt">Let's CHATGPT</a></li>
<li><a href="events_2023.html#E4E">E4E Phase2</a></li>
<li><a href="ignite4.0.html">IGNITE 4.0</a></li>
</ul>
</li>
<li class="drop-down over"><a href="events_2022.html">2022-23</a>
<ul>
<!-- <li><a href="#">Ignite4.0</a></li>
<li><a href="#">Final Fling</a></li> -->
<li><a href="events_2022.html#webitup">WEBITUP</a></li>
<li><a href="events_2022.html#devweb21">Dev-Web 2.1</a></li>
<li><a href="SHE_Coders.html">SHE Coders</a></li>
<li><a href="we4u.html">WE4U Award 2023</a></li>
<li><a href="events_2022.html#E4E">E4E</a></li>
<li><a href="events_2022.html#ICE">Innovate, Create & Elevate</a></li>
<li><a href="events_2022.html#gateandbeyond">Gate and Beyond</a></li>
<li><a href="events_2022.html#devweb20">DEV WEB 2.0</a></li>
<li><a href="events_2022.html#gamesnblues">Games 'N Blues</a></li>
<li><a href="State_Level_Launch.html">State Level Launch</a></li>
<li><a href="Let's_Lead.html">Let's Lead</a></li>
</ul>
</li>
<li class="drop-down over"><a href="events_2021.html">2021-22</a>
<ul>
<li><a href="events_2021.html#Cancer">Cancer Awareness</a></li>
<li><a href="events_2021.html#CyberSecurityAwareness">Cyber Security Awareness</a></li>
<li><a href="events_2021.html#iniSHEate">iniSHEate</a></li>
<li><a href="She_talks.html">Make Way For Scholars</a></li>
<li><a href="SHE_Coders.html">SHE Coders</a></li>
<li><a href="events_2021.html#canva">Workshop On Canva</a></li>
<li><a href="events_2021.html#felicitation">Felicitation Ceremony</a></li>
<li><a href="events_2021.html#agettogether">A Get-Together </a></li>
<li><a href="we4u.html">WE4U Award 2022</a></li>
<li><a href="events_2021.html#leap">LEAP</a></li>
<li><a href="events_2021.html#aloha">ALOHA</a></li>
<li><a href="ignite3.0.html">IGNITE 3.0</a></li>
<li><a href="events_2021.html#investiture">Investiture Ceremony</a></li>
</ul>
</li>
<li class="drop-down over"><a href="events.html">2020-21</a>
<ul>
<li><a href="ignite.html">Ignite 2021</a></li>
<li><a href="devweb.html"><Dev-Web></a></li>
<li><a href="Lockdown_series.html">Lockdown Talk Series</a></li>
<li><a href="weforwe.html">WE for WE</a></li>
<li><a href="events.html#Getfitwithshe">Get Fit With SHE</a></li>
<li><a href="events.html#icebreaking">Icebreaking Session</a></li>
<li><a href="events.html#lead">Lead the Leaders</a></li>
<li><a href="events.html#web">Web Dev Bootcamp</a></li>
</ul>
</li>
</ul></li>
<li class="drop-down over"><a href="updates.html">Updates</a>
<ul class="under">
<li><a href="updates.html#calendar">Calendar</a></li>
<li><a href="updates.html#notifications">Notifications</a></li>
<li><a href="updates.html#achievements">Achievements</a></li>
</ul>
</li>
<li class="over"><a href="#footer">Contact</a></li>
<li class="drop-down under"><a href="">Resources</a>
<ul class="under">
<li><a href="https://www.youtube.com/channel/UCVuoABpmOItxsfA4edwEGZA">Youtube Videos</a></li>
</ul>
</li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<section id="hero">
<div class="container text-center" style="min-height:410px;">
<div class="row" >
<div data-aos="zoom-out" style="margin: 60px auto auto auto;">
<h1 style="padding-top: 50px;"><span>OUR INITIATIVES</span> </h1>
</div>
</div>
</div>
<!--wave animation-->
<svg class="hero-waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28 " preserveAspectRatio="none">
<defs>
<path id="wave-path" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z">
</defs>
<g class="wave1">
<use xlink:href="#wave-path" x="50" y="3" fill="rgba(255,255,255, .1)">
</g>
<g class="wave2">
<use xlink:href="#wave-path" x="50" y="0" fill="rgba(255,255,255, .2)">
</g>
<g class="wave3">
<use xlink:href="#wave-path" x="50" y="9" fill="#f5f4f0">
</g>
</svg>
</section><!-- End Hero -->
<main>
<div class="container" >
<!-- Info -->
<section class="grid-row grid-row--center" id="shecoders">
<!-- Cabin -->
<div class="grid-column span-half pt3 pb3 mobile-m order-1 reveal-on-scroll is-revealing" data-aos="fade-right">
<div class="relative">
<img class="info-image relative z2" src="assets/img/she_coders.jpg" alt="Cabin">
</div>
</div>
<div class="grid-column span-half pt3 pb3 mobile-m order-2" data-aos="fade-left">
<h3 class="heading" style="color: rgb(211, 28, 37);">SHE CODERS</h3>
<p class="para"> An online group under our prominent alumna Ms. Daina Emmanuel, the purpose of which is to make the girls industrially ready by helping them with learning a programming language like C++ or Python and becoming technically proficient. We have about 80 girls, all with a strong will to become better Coders under the SHE Coders group. To simplify the learning process, the girls have been divided into a few 15 to 16 groups with 2 peer mentors in each group and the girls post the codes in their GitHub accounts after learning them. We also have subgroups with the cause of teaching the basics of programming. We share the video tutorials through our youtube channel for their better understanding. We hope to continue this learning process in an active manner in the future too and reach out to everyone in need of this mentoring. </p>
</div>
</section>
<section class="grid-row-1 grid-row--center" id="onlinecourse">
<!-- Teepees -->
<div class="grid-column span-half pt3 pb3 mobile-m order-3 reveal-on-scroll is-revealing" data-aos="fade-left">
<div class="relative">
<img class="info-image relative z2" src="assets/img/online course.jpg" alt="Teepee">
</div>
</div>
<div class="grid-column span-half pt3 pb3 mobile-m order-4" data-aos="fade-right">
<h3 class="heading" style="color:rgb(211, 28, 37);"> ONLINE COURSE</h3>
<p class="para"> An online course on AI was undertaken by 16 of our girls under the guidance of Prof. K Sudhakar, a retired IIT Professor on the Coursera platform. After the completion of this course, these students in turn helped and supported fellow girls as well as junior girls to complete their online courses through peer groups. The course learning has been extended to other platforms as well such as Udemy, NPTEL, etc., (A few groups have successfully completed their learning tasks, received their certificates, and have started with the new ones.)
</p>
</div>
</section>
<section class="grid-row grid-row--center" id="mentorship">
<!-- Fishing -->
<div class="grid-column span-half pt3 pb3 mobile-m order-5 reveal-on-scroll is-revealing" data-aos="fade-right">
<div class="relative">
<img class="info-image relative z2" src="assets/img/mentor connect.jpg" alt="Fishing">
</div>
</div>
<div class="grid-column span-half pt3 pb3 mobile-m order-6" data-aos="fade-left">
<h3 class="heading" style="color:rgb(211, 28, 37)">MENTORSHIP PROGRAM</h3>
<p class="para">The mentorship program is an initiative by which alumnae of our college mentor the students to help pursue a career in a specific field. The program has been organized such that regular interactions take place between the mentors and students through separate domain groups for specific professional goals. Currently we have 35 mentors. The following are the areas including: - </p>
<p class="para">1. Business development officers, business strategists, Business analysts
<br> 2. Entrepreneurs
<br> 3. Government Sector - Civil, EEE/EC, ME, CS, IES, PSC, PSU
<br> 4. Researchers, Teachers, Scholars, Higher education in Indian as well as foreign universities
<br> 5. Data Scientist/Analyst, Software Developers,
<br> 6. Defence sector
<br> 7. Marketing and sales, Technical writing, Content development, Documentation specialist
<br> 8. Project Managers, Product Managers, product analyst, Test engineer.
</p>
</div>
</section>
<!-- Archery -->
<section class="grid-row-1 grid-row--center" id="talkseries">
<div class="grid-column span-half pt3 pb3 mobile-m order-8" data-aos="fade-right">
<h3 class="heading" style="color:rgb(211, 28, 37)"> LOCKDOWN TALK SERIES </h3>
<p class="para"> The lockdown talk series consisted of about 13 online sessions that covered a variety of topics- right from Competitive exams, securing jobs abroad, and in public sector units to general topics like Mental and physical health. The sessions were handled by various domain experts. Since the event was hosted through a virtual platform,
a huge number of participants pitched in to interact and clear their queries.
<br>The sessions held were,
<br><a href="Lockdown_series.html#talk5" style="color: inherit;"> 1. <b>“Engineering and Journey of Life”</b></a>
<br><a href="Lockdown_series.html#talk1" style="color: inherit;">2. <b>“Your Questions around GATE Coaching Answered”</b></a>
<br><a href="Lockdown_series.html#talk2" style="color: inherit;">3. <b>“Your Questions Around GATE Coaching Answered - With Alumni”</b> </a>
<br><a href="Lockdown_series.html#talk4" style="color: inherit;">4. <b>“A General Discussion on Research Initiatives”</b></a>
<br><a href="Lockdown_series.html#talk3" style="color: inherit;">5. <b>“Evening Served with Experience”</b> </a>
<br><a href="Lockdown_series.html#talk6" style="color: inherit;">6. <b>“Being Extraordinary in a Changing World”</b> </a>
<br><a href="Lockdown_series.html#talk7" style="color: inherit;">7. <b>“Entering B-School with CAT”</b> </a>
<br><a href="Lockdown_series.html#talk8" style="color: inherit;">8. <b>“Career Opportunities & Challenges at ISRO”</b></a>
<br><a href="Lockdown_series.html#talk9" style="color: inherit;">9. <b>“Flying High with Alumni”</b> </a>
<br><a href="Lockdown_series.html#talk11" style="color: inherit;">10. <b>“Happy Mind, Healthy Body”</b></a>
<br><a href="Lockdown_series.html#talk10" style="color: inherit;">11. <b>“Sail to Conquer”</b></a>
<br><a href="Lockdown_series.html#talk12" style="color: inherit;">12. <b>“Passion + Consistency = Success”</b> </a>
</p>
</div>
<div class="grid-column span-half pt3 pb3 mobile-m order-7 reveal-on-scroll is-revealing" data-aos="fade-left">
<div class="relative">
<img class="info-image relative z2" src="assets/img/talk series.jpg" alt="Archery">
</div>
</div>
</section>
<section class="grid-row grid-row--center" id="wenext">
<div class="grid-column span-half pt3 pb3 mobile-m order-8" data-aos="fade-left">
<h3 class="heading" style="color:rgb(211, 28, 37)">WENEXT : IGNITE</h3>
<p class="para">IGNITE was a live webinar conducted by SHE as a part of our WeNext initiative on 10th October 2020 from 5 pm to 7:30 pm. The purpose of the curriculum was to introduce engineering, covering all aspects to assist aspirants with a clear vision throughout their engineering careers. The program was organized specifically for aspiring engineers, students from 8th to 10th. Parents and teachers were also included in the list.
The webinar started with Dr. Vandhana Sreedharan, Co-Coordinator, SHE, giving a welcome speech. GCEK Principal Dr. V.O.Rejini felicitated the event. Dr. Rajasree M S, the vice-chancellor of the KTU, addressed the attendees, and gave an overview of the general scenario of technical education in Kerala. Dr. K.A.Navas, UG Dean, GCEK, engaged in the next session on job opportunities and gave insights on different engineering divisions. Joint Director(Rtd), Dr. V I Beena, Dept., Technical Education, Govt. of Kerala Tvm, talked about engineering for generations as a parent of one of our alumni.
Ms. Daina Emmanuel, Director of Engineering, TiVo, who has very good experience of about 10 years, clearly clarified the standard practices in the placement market. Next was an experience sharing session in which Ms. Liyana, a CSE graduate from our college, and Ms. Gayathri, a ME student, shared their experiences. They also added that college life is intended to explore different facets of our capacity and to turn them into a better career in our future. The role of women entrepreneurs and opportunities in today's society was the subject discussed by Ms. Laina Emmanuel, CEO of BrainSight. AI. She made us believe in turning ideas into projects that revolutionize the world in our minds. The final session was Q and A, which explained all questions regarding the attendees, which were dealt with by all of our speakers one by one.
</p>
</div>
<div class="grid-column span-half pt3 pb3 mobile-m order-7 reveal-on-scroll is-revealing" data-aos="fade-right">
<div class="relative">
<img class="info-image relative z2" src="assets/img/we next.jpg" alt="Archery">
</div>
</div>
</section>
</div>
</main>
<!-- ======= Footer ======= -->
<footer id="footer" style="font-family: 'Poppins', sans-serif;" name="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-4">
<div class="footer-info">
<h3>SHE GCEK</h3>
<img src="assets/img/GCEK_LOGO.png" class="gcek_logo mr-auto">
<img src="assets/img/logo.jpg" class="gcek_logo mr-auto" style="margin-left:10px ;">
<p>
Govt. College Of Engineering<br>
Mangattuparamba, Parassinikkadavu (P.O)<br>
Kannur-670 563, Kerala, India.
<br>
<strong>Email:</strong> shegcek@gmail.com<br>
</p>
<div class="social-links mt-3">
<a href="https://www.facebook.com/shegcek/?rc=p" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/she_gcek/?hl=en" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/she-gcek" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://medium.com/@shegcek" class="medium"><i class="bx bxl-medium"></i></a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-4 footer-links" >
<h4>Useful Links</h4>
<ul >
<li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#about">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="events.html">Events</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="updates.html#notifications">Notifications</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="faq.html">FAQ</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#testimonials-section">Testimonials</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span></span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Template Main JS File news-->
<script src="testimonials/js/jquery-3.3.1.min.js"></script>
<script
src="https://code.jquery.com/jquery-3.5.1.js"
integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
crossorigin="anonymous"></script>
<script src="testimonials/js/owl.carousel.min.js"></script>
<script src="testimonials/js/main.js"></script>
</body>
</html>