-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathspeakers.html
539 lines (473 loc) · 29 KB
/
speakers.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
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Title -->
<title>Confer - Conference Event HTML Template</title>
<!-- Favicon -->
<link rel="icon" href="./img/core-img/favicon.png">
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="loader"></div>
</div>
<!-- /Preloader -->
<!-- Header Area Start -->
<header class="header-area">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<!-- Classy Menu -->
<nav class="classy-navbar justify-content-between" id="conferNav">
<!-- Logo -->
<a class="nav-brand" href="./index.html" onMouseOver="this.style.color='purple'"
onMouseOut="this.style.color='white'">IIITA-MUN</a>
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- Menu Close Button -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul id="nav">
<li><a href="speakers.html">Secretariat</a></li>
<li><a href="about.html">Gallery</a></li>
</ul>
<!-- Get Tickets Button -->
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfPtS3Dy-AbGgOE1GYcwUgl_81nYfSN8uDvO8cXa7Pdy0bEGA/viewform?usp=sf_link" class="btn confer-btn mt-3 mt-lg-0 ml-3 ml-lg-5">Register <i class="zmdi zmdi-long-arrow-right"></i></a>
</div>
<!-- Nav End -->
</div>
</nav>
</div>
</div>
</header>
<!-- Header Area End -->
<!-- Breadcrumb Area Start -->
<section class="breadcrumb-area bg-img bg-gradient-overlay jarallax" style="background-image: url(img/bg-img/27.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12">
<div class="breadcrumb-content">
<h2 class="page-title">SECRETARIAT</h2>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Secretariat</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</section>
<!-- Breadcrumb Area End -->
<!-- Pop up Starts -->
<!-- <button id="myBtn">Open Modal</button> -->
<div id="myModal" class="modal">
<div class="modal-content">
<div class="modal-img"><img src="img/bg-img/4.jpg" width="160px"><span class="close">×</span></div>
<div class="name">ANIMESH JHA</div>
<div class="desig">-Secretary General</div>
<div class="content">Animesh is a senior at IIIT Allahabad, pursuing his masters degree in Information Technology. Most recently, he served as the Under-Secretary-General for the G-20 and UNHRC committees of IIITA-MUN 2018. From holding a sound opinion precisely for every topic, to bearing excellent administrative and leadership qualities, he has unquestionably proved himself to be a person with admirable and exceptional calibre. Animesh is incredibly excited to be serving as your Secretary-General for this iteration of conference and cannot wait to watch you all come to IIIT Allahabad to debate the world’s most pressing topics, diplomatically work together, and make lifelong friendships.</div>
</div>
</div>
<div id="myModal1" class="modal1">
<div class="modal-content">
<div class="modal-img"><img src="img/bg-img/5.jpg" width="160px"><span class="close">×</span></div>
<div class="name">EKANSH BANSAL</div>
<div class="desig">- Deputy General</div>
<div class="content">Hailing basically from Dehradun, Ekansh is seeking his bachelor’s degree in Electronics and Communication Engineering and is parallely working as an intern in //sir details plez!!//. This guy is probably used to amaze people around him with his unparalleled skills. Having an admirable persona and being a typical extrovert, he perhaps knows how to engage into pragmatic conversation with anyone he comes across. Having been part of various debates and MUNs in the previous years, he has metamorphosed himself into a brilliant orator. He is incredibly excited to be wrapping up his time with the Model United Nations community with IIITA-MUN’19, a conference that has consistently been the source of his favorite memories at IIIT Allahabad. Hope you have a great time interacting with him!</div>
</div>
</div>
<div id="myModal2" class="modal2">
<div class="modal-content">
<div class="modal-img"><img src="img/bg-img/6.jpg" width="160px"><span class="close">×</span></div>
<div class="name">PULKIT GOEL</div>
<div class="desig">- Deputy General</div>
<div class="content">Pulkit is currently seeking his bachelor’s degree in Electronics and Communication Engineering at IIIT Allahabad and is associated with TESLA, the Electronics Society of IIITA. He has been interested in MUNs ever since high school but it wasn’t until college that he discovered a real passion for international relations issues. During his freshman and 2nd year he participated in a number of MUNs. He won a number of special mention for his remarkable observations and was also recognized as the best delegate in some of them. He is excited to work as the Deputy General for IIITA-MUN’ 19.</div>
</div>
</div>
<div id="myModal3" class="modal3">
<div class="modal-content">
<div class="modal-img"><img src="img/bg-img/7.jpg" width="160px"><span class="close">×</span></div>
<div class="name">GIRIRAJ CHANDAK</div>
<div class="desig">- Deputy Secretary General</div>
<div class="content">Giriraj is currently pursuing his bachelors from IIIT-A in Information Technology. Hailing from Bikaner, he is extremely energetic as compared to all his peers. Thus, he is also entrusted with a lot of responsibilities in his college, which he effortlessly manages to do justice to. With his level of diligence and IIIT-A MUN having him as the Deputy Secretary General this year, it is clear that all the delegates shall experience an unforgettable MUN.</div>
</div>
</div>
<div id="myModal4" class="modal4">
<div class="modal-content">
<div class="modal-img"><img src="img/bg-img/8.jpg" width="160px"><span class="close">×</span></div>
<div class="name">MANAN MITTAL</div>
<div class="desig">- Under Secretary General Administration</div>
<div class="content">Having been a part of //mention the number and any other debates or discussions if any MUN conferences//, Manan has exhibited excellent administrative and leadership skills in the past and looks to build on that reputation with this MUN. His marvellous debating and administrative skills are what set him apart from the rest. In his spare time you would see him in his room binge-watching on some anime and probably scrolling through the report of some debates and conferences. Extremely passionate about debates, he hopes to make this MUN an unforgettable experience for all the participants. </div>
</div>
</div>
<div id="myModal5" class="modal5">
<div class="modal-content">
<div class="modal-img"><img src="img/bg-img/9.jpg" width="160px"><span class="close">×</span></div>
<div class="name">SHUBHAM JHA</div>
<div class="desig">- Under Secretary General Delegate Affairs</div>
<div class="content">Belonging to Siliguri, a city popular for three T's- tea, timber, tourism, Shubham has a knack for coding and debating. He has been associated with IIITA-MUN since his freshman year. In his life outside of Model UN, Shubham is a member of the Literary Society of the institute- Sarasva and actively involved in the institute’s fests. His love for the legacy of IIITA-MUN makes him extremely thrilled to serve as USG-delegate affairs.</div>
</div>
</div>
<div id="myModal6" class="modal6">
<div class="modal-content">
<div class="modal-img"><img src="img/bg-img/10a.jpg" width="160px"><span class="close">×</span></div>
<div class="name">ROHINI MISHRA</div>
<div class="desig">- Under Secretary General Delegate Affairs</div>
<div class="content">Rohini is a sophomore at IIIT Allahabad, pursuing her bachelor’s degree in Information technology. Rohini’s passion for MUN stems from her interactions with other members of the MUN community, during her freshman year and their dedication to the empowerment of student-leaders all around the world.. Aside from Model UN, Rohini is a member of the Students Association and enjoys being a part of the literary club of the institute. Rohini is immeasurably excited to meet all of the delegations and encourages delegates to reach out to us with any questions or concerns.</div>
</div>
</div>
<div id="myModal7" class="modal7">
<div class="modal-content">
<div class="modal-img"><img src="img/bg-img/11a.jpg" width="160px"><span class="close">×</span></div>
<div class="name">ANANYA MOHANTY</div>
<div class="desig">- Under Secretary General International Press</div>
<div class="content">A young lady from Mumbai with immense potential and unmatched debating skills, Ananya is currently studying Information Technology at IIIT Allahabad. She hopes to make this iteration an unforgettable experience for all delegates and continue the legacy of IIITA-MUN. Besides MUN, she is a member of the Info Communication and Incubation Centre of the institute and enjoys reading about mythology. Ananya is excited to see delegates engage in a lively debate on a diverse set of global issues.
</div>
</div>
</div>
<div id="myModal8" class="modal8">
<div class="modal-content">
<div class="modal-img"><img src="img/bg-img/12a.jpg" width="160px"><span class="close">×</span></div>
<div class="name">RAUSHAN RAJ</div>
<div class="desig">- Under Secretary General Delegate Welfare</div>
<div class="content">Originally from Eastern India, Raushan is a student of IT at IIIT Allahabad and a member of the Literary Society of Institute as well . His hard work, perseverance and dedication are the things that makes him unique. He became involved with IIITA-MUN in his first year and hopes to make this year’s experience extremely pleasant for all the delegates. </div>
</div>
</div>
<div id="myModal9" class="modal9">
<div class="modal-content">
<div class="modal-img"><img src="img/bg-img/13a.jpg" width="160px"><span class="close">×</span></div>
<div class="name">NIKHILESH</div>
<div class="desig">- Under Secretary General Creative Content</div>
<div class="content">Being a perfect blend of innovative ideas and thoughts, Nikhilesh is known to speak his mind distinctly. Possessing an influencing and a charming personality , he knows how to celebrate his individuality. Apart from excelling in creative designing, he has worked in the organising team of a number of fests in the college. He has put himself to test in approximately every facet of life. Travelling, photography, watching TV series are among the few things that interests him in life.</div>
</div>
</div>
<div id="myModal10" class="modal10">
<div class="modal-content">
<div class="modal-img"><img src="img/bg-img/14a.jpg" width="160px"><span class="close">×</span></div>
<div class="name">KAMPATI RAVITEJA</div>
<div class="desig">- Under Secretary General Conference Services</div>
<div class="content">Belonging to the southern part of India, Raviteja has an extremely sweet and charming personality. He enjoys participating in discussions, writing poems and as expected Dosa and Uttapam are his favourite food. South Indian Madarchod log hote hai. He developed an interest in MUNs when he was in high school. He participated in the previous edition of IIITA-MUN and is determined to make this year’s experience even more mesmerizing for the participants and observants.</div>
</div>
</div>
<div id="myModal11" class="modal11">
<div class="modal-content">
<div class="modal-img"><img src="img/bg-img/15a.jpg" width="160px"><span class="close">×</span></div>
<div class="name">TUSHAR JAIN</div>
<div class="desig">- Under Secretary General Socio Economic Affairs</div>
<div class="content">Studying at IIIT Allahabad, Tushar is a Jain who eats onions. Apart from excelling in co-curricular activities, he has managed to outshine in his academics as well. An incredibly enthusiastic individual, he possesses many qualities that make him stand apart. Whether it be the fierce debates happening in clubs or the creation of creative solutions to problems of the world, Tushar is always ready to participate. He promises to strive towards making this edition nothing short of excellent!</div>
</div>
</div>
<!-- Pop up Ends -->
<!-- Our Speakings Area Start -->
<section class="our-speaker-area section-padding-100">
<div class="container">
<div class="row">
<!-- Single Speaker Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-speaker-area bg-gradient-overlay-2 wow fadeInUp" id="myBtn" data-wow-delay="300ms">
<!-- Thumb -->
<div class="speaker-single-thumb">
<img src="img/bg-img/4.jpg" alt="">
</div>
<!-- Social Info -->
<!-- Info -->
<div class="speaker-info">
<h5>Animesh Jha</h5>
<p>Secretary General</p>
</div>
</div>
</div>
<!-- Single Speaker Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-speaker-area bg-gradient-overlay-2 wow fadeInUp" id="myBtn1" data-wow-delay="300ms">
<!-- Thumb -->
<div class="speaker-single-thumb">
<img src="img/bg-img/5.jpg" alt="">
</div>
<!-- Social Info -->
<!-- Info -->
<div class="speaker-info">
<h5>Ekansh Bansal</h5>
<p>Deputy General</p>
</div>
</div>
</div>
<!-- Single Speaker Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-speaker-area bg-gradient-overlay-2 wow fadeInUp" id="myBtn2" data-wow-delay="300ms">
<!-- Thumb -->
<div class="speaker-single-thumb">
<img src="img/bg-img/6.jpg" alt="">
</div>
<!-- Social Info -->
<!-- Info -->
<div class="speaker-info">
<h5>Pulkit Goel</h5>
<p>Deputy General</p>
</div>
</div>
</div>
<!-- Single Speaker Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-speaker-area bg-gradient-overlay-2 wow fadeInUp" id="myBtn3" data-wow-delay="300ms">
<!-- Thumb -->
<div class="speaker-single-thumb">
<img src="img/bg-img/7.jpg" alt="">
</div>
<!-- Social Info -->
<!-- Info -->
<div class="speaker-info">
<h5>Giriraj Chandak</h5>
<p>Deputy Secretary General</p>
</div>
</div>
</div>
<!-- Single Speaker Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-speaker-area bg-gradient-overlay-2 wow fadeInUp" id="myBtn4" data-wow-delay="300ms">
<!-- Thumb -->
<div class="speaker-single-thumb">
<img src="img/bg-img/8.jpg" alt="">
</div>
<!-- Social Info -->
<!-- Info -->
<div class="speaker-info">
<h5>Manan Mittal</h5>
<p>Under Secretary General Administration</p>
</div>
</div>
</div>
<!-- Single Speaker Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-speaker-area bg-gradient-overlay-2 wow fadeInUp" id="myBtn5" data-wow-delay="300ms">
<!-- Thumb -->
<div class="speaker-single-thumb">
<img src="img/bg-img/9.jpg" alt="">
</div>
<!-- Social Info -->
<!-- Info -->
<div class="speaker-info">
<h5>Shubham Jha</h5>
<p>Under Secretary General Delegate Affairs</p>
</div>
</div>
</div>
<!-- Single Speaker Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-speaker-area bg-gradient-overlay-2 wow fadeInUp" id="myBtn6" data-wow-delay="300ms">
<!-- Thumb -->
<div class="speaker-single-thumb">
<img src="img/bg-img/10a.jpg" alt="">
</div>
<!-- Social Info -->
<!-- Info -->
<div class="speaker-info">
<h5>Rohini Mishra</h5>
<p>Under Secretary General Delegate Affairs</p>
</div>
</div>
</div>
<!-- Single Speaker Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-speaker-area bg-gradient-overlay-2 wow fadeInUp" id="myBtn7" data-wow-delay="300ms">
<!-- Thumb -->
<div class="speaker-single-thumb">
<img src="img/bg-img/11a.jpg" alt="">
</div>
<!-- Social Info -->
<!-- Info -->
<div class="speaker-info">
<h5>Ananya Mohanty</h5>
<p>Under Secretary General International Press</p>
</div>
</div>
</div>
<!-- Single Speaker Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-speaker-area bg-gradient-overlay-2 wow fadeInUp" id="myBtn8" data-wow-delay="300ms">
<!-- Thumb -->
<div class="speaker-single-thumb">
<img src="img/bg-img/12a.jpg" alt="">
</div>
<!-- Social Info -->
<!-- Info -->
<div class="speaker-info">
<h5>Raushan Raj</h5>
<p>Under Secretary General Delegate Welfare</p>
</div>
</div>
</div>
<!-- Single Speaker Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-speaker-area bg-gradient-overlay-2 wow fadeInUp" id="myBtn9" data-wow-delay="300ms">
<!-- Thumb -->
<div class="speaker-single-thumb">
<img src="img/bg-img/13a.jpg" alt="">
</div>
<!-- Social Info -->
<!-- Info -->
<div class="speaker-info">
<h5>Nikhilesh</h5>
<p>Under Secretary General Creative Content</p>
</div>
</div>
</div>
<!-- Single Speaker Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-speaker-area bg-gradient-overlay-2 wow fadeInUp" id="myBtn10" data-wow-delay="300ms">
<!-- Thumb -->
<div class="speaker-single-thumb">
<img src="img/bg-img/14a.jpg" alt="">
</div>
<!-- Social Info -->
<!-- Info -->
<div class="speaker-info">
<h5>Kampati Raviteja</h5>
<p>Under Secretary General Conference Services</p>
</div>
</div>
</div>
<!-- Single Speaker Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-speaker-area bg-gradient-overlay-2 wow fadeInUp" id="myBtn11" data-wow-delay="300ms">
<!-- Thumb -->
<div class="speaker-single-thumb">
<img src="img/bg-img/15a.jpg" alt="">
</div>
<!-- Social Info -->
<!-- Info -->
<div class="speaker-info">
<h5>Tushar Jain</h5>
<p>Under Secretary General Socio Economic Affairs</p>
</div>
</div>
</div>
<!-- <div class="col-12">
<div class="more-speaker-btn text-center mt-20 wow fadeInUp" data-wow-delay="300ms">
<a class="btn confer-btn" href="#">View All Speaker <i class="zmdi zmdi-long-arrow-right"></i></a>
</div>
</div> -->
</div>
</div>
</section>
<!-- Our Speakings Area End -->
<!-- Footer Area Start -->
<footer class="footer-area bg-img bg-overlay-2 section-padding-100-0">
<!-- Main Footer Area -->
<div class="main-footer-area">
<div class="container">
<div class="row">
</div>
</div>
</div>
<!-- Copywrite Area -->
</footer>
<!-- Footer Area End -->
<!-- **** All JS Files ***** -->
<!-- jQuery 2.2.4 -->
<script src="js/jquery.min.js"></script>
<!-- Popper -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- All Plugins -->
<script src="js/confer.bundle.js"></script>
<!-- Active -->
<script src="js/default-assets/active.js"></script>
<script>
var modal = document.getElementById("myModal");
var btn = document.getElementById("myBtn");
var modal1 = document.getElementById("myModal1");
var btn1 = document.getElementById("myBtn1");
var modal2 = document.getElementById("myModal2");
var btn2 = document.getElementById("myBtn2");
var modal3 = document.getElementById("myModal3");
var btn3 = document.getElementById("myBtn3");
var modal4 = document.getElementById("myModal4");
var btn4 = document.getElementById("myBtn4");
var modal5 = document.getElementById("myModal5");
var btn5 = document.getElementById("myBtn5");
var modal6 = document.getElementById("myModal6");
var btn6 = document.getElementById("myBtn6");
var modal7 = document.getElementById("myModal7");
var btn7 = document.getElementById("myBtn7");
var modal8 = document.getElementById("myModal8");
var btn8 = document.getElementById("myBtn8");
var modal9 = document.getElementById("myModal9");
var btn9 = document.getElementById("myBtn9");
var modal10 = document.getElementById("myModal10");
var btn10 = document.getElementById("myBtn10");
var modal11 = document.getElementById("myModal11");
var btn11 = document.getElementById("myBtn11");
var span = document.getElementsByClassName("close")[0];
btn.onclick = function() {
modal.style.display = "block";
}
btn1.onclick = function() {
modal1.style.display = "block";
}
btn2.onclick = function() {
modal2.style.display = "block";
}
btn3.onclick = function() {
modal3.style.display = "block";
}
btn4.onclick = function() {
modal4.style.display = "block";
}
btn5.onclick = function() {
modal5.style.display = "block";
}
btn6.onclick = function() {
modal6.style.display = "block";
}
btn7.onclick = function() {
modal7.style.display = "block";
}
btn8.onclick = function() {
modal8.style.display = "block";
}
btn9.onclick = function() {
modal9.style.display = "block";
}
btn10.onclick = function() {
modal10.style.display = "block";
}
btn11.onclick = function() {
modal11.style.display = "block";
}
// When the user clicks on <span> (x), close the modal
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal || event.target == modal1 || event.target == modal2 || event.target == modal3 || event.target == modal4 || event.target == modal5 || event.target == modal6 || event.target == modal7 || event.target == modal8 || event.target == modal9 || event.target == modal10 || event.target == modal11) {
modal.style.display = "none";
modal1.style.display = "none";
modal2.style.display = "none";
modal3.style.display = "none";
modal4.style.display = "none";
modal5.style.display = "none";
modal6.style.display = "none";
modal7.style.display = "none";
modal8.style.display = "none";
modal9.style.display = "none";
modal10.style.display = "none";
modal11.style.display = "none";
}
}
</script>
</body>
</html>