forked from thezillion/mecmun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·824 lines (810 loc) · 52.9 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
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
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>MEC Model United Nations</title>
<meta name="description" content="A MUN conference organised by Model Engineering College, Kochi"/>
<meta name="theme-color" content="#2f2f2f">
<meta name="keywords" content="mecmun, mun, model united nations, mecmun 2018, mec, mun kerala circuit"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no"/>
<link rel="icon" href="favicon.ico" sizes="16x16" type="image/icon">
<!-- Loading Bootstrap CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Loading Font Icons -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Include all css plugins (below), or include individual files as needed -->
<link href="assets/css/flickity.min.css" rel="stylesheet" type="text/css">
<link href="assets/css/magnific-popup.css" rel="stylesheet" type="text/css">
<!-- Main CSS -->
<link href="assets/css/dione_main.min.css" rel="stylesheet" type="text/css">
<link href="assets/css/dione_style.css" rel="stylesheet" type="text/css">
<!-- Color Skins CSS -->
<link href="assets/css/dione_color_green.css" rel="stylesheet" type="text/css">
<link href="assets/css/switch-style.css" rel="stylesheet" type="text/css">
<style>
#committees {
height: 820px;
}
.gmaps-iframe{
border:0;
width:400px;
height:350px;
}
@media only screen and (max-width: 992px) {
#committees {
height: 380px;
}
.gmaps-iframe{
width: 95vw;
margin-left: 50%;
transform: translateX(-50%);
}
html{
overflow-x: hidden;
}
body{
width: 100%;
/*box-sizing: content-box;*/
}
.center-on-mobile{
width:100vw;
margin: 0 !important;
margin-left: 50% !important;
transform: translateX(-50%);
}
.text-align-center{
text-align: center;
}
}
</style>
</head>
<body id="page-top">
<!-- Navigation Start -->
<nav id="navigation" class="navbar navbar-fixed-top navbar-white">
<div class="container">
<div class="row">
<div class="navbar-header col-md-3">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-dione">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll font-family-alt letter-spacing-1 text-extra-large text-uppercase" href="#page-top">
<img class="logo-navbar-dark" src="assets/images/logo-text-white.png" alt=""/>
<img class="logo-navbar-white" src="assets/images/logo-text-dark.png" alt=""/>
</a>
</div>
<!-- //.navbar-header -->
<div id="navbar-dione" class="navbar-collapse collapse col-md-9 pull-right">
<ul class="nav navbar-nav font-family-alt letter-spacing-1 text-small text-uppercase">
<li><a href="#about" class="page-scroll">About</a></li>
<li><a href="#committees" class="page-scroll">Committees</a></li>
<li><a href="#partner" class="page-scroll">Partners</a></li>
<li><a href="#gallery" class="page-scroll">Gallery</a></li>
<li><a href="#register" class="page-scroll">Registration</a></li>
<li><a href="#faq" class="page-scroll">FAQ</a></li>
<li><a href="#team" class="page-scroll">Team</a></li>
<li><a href="#contact" class="page-scroll">Contact</a></li>
</ul>
</div>
<!-- //.navbar-collapse -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</nav>
<!-- //Navigation End -->
<!-- Section - Home Start -->
<section id="home-with-countdown" class="bg-cover bg-gray-dark-2 bg-overlay-black-6 display-table height-100 no-padding width-100">
<div class="display-table-cell vertical-align-middle">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h2 class="display-block font-family-alt font-weight-700 letter-spacing-2 text-uppercase text-white xs-title-extra-large sm-title-extra-large-3 title-extra-large-5">MECMUN<br></h2>
<br>
<h2 class="display-block font-family-alt font-weight-400 letter-spacing-2 text-uppercase text-white xs-title-extra-small sm-title-extra-small-3 title-extra-small-5">A forum for change</h2>
<p class="font-family-alt letter-spacing-1 margin-3 no-margin-bottom no-margin-rl text-gray-light xs-text-large text-extra-large text-uppercase">
<b>6-7 Oct 2018, Kochi</b>
</p>
<a href="https://goo.gl/forms/EaOo9Jp00zM3arwy2" target="_blank" class="page-scroll btn btn-base-color sm-btn-medium btn-large margin-4-5 no-margin-bottom no-margin-rl">Register Now</a>
</div>
<!-- //.col-md-8 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</div>
<!-- //.display-table-cell -->
</section>
<!-- //Section - Home End -->
<!-- Countdown Start -->
<div id="countdown" class="bg-white">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="countdown bg-white border border-gray-light border-round sm-no-padding-rl no-padding-rl sm-padding-5 padding-2-5 position-relative">
<div class="no-padding-tb padding-3-5">
<div class="row">
<div class="col-md-6" data-mh="mh-col-countdown">
<div class="display-table height-100 width-100">
<div class="display-table-cell vertical-align-middle sm-text-center">
<span class="display-block font-family-alt font-weight-700 letter-spacing-1 xs-text-extra-large title-medium text-uppercase">Save The Date. <!--<span class="text-decoration-underline text-base-color">Don't Miss It!</span>--></span>
<!--
<span class="display-block font-family-alt margin-1 no-margin-bottom no-margin-rl text-large text-gray-dark">Book your place right now! <span class="font-weight-700 text-black">57 seats</span> remaining.</span>
-->
</div>
<!-- //.display-table-cell -->
</div>
<!-- //.display-table -->
</div>
<!-- //.col-md-6 -->
<div class="col-md-6 sm-margin-4 sm-no-margin-bottom sm-no-margin-rl" data-mh="mh-col-countdown">
<div id="clock" data-until-date="2018/10/06" class="clock"></div>
</div>
<!-- //.col-md-6 -->
</div>
<!-- //.row -->
</div>
<!-- //.no-padding-tb -->
</div>
<!-- //.countdown -->
</div>
<!-- //.col-md-10 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</div>
<!-- //Countdown End -->
<!-- Section - About Start -->
<section id="about" class="bg-white-2">
<div class="container">
<div class="row no-padding-rl no-padding-top padding-8">
<div class="col-md-10 col-md-offset-1 text-center">
<h3 class="font-family-alt font-weight-700 letter-spacing-2 text-uppercase xs-title-small title-medium title-sideline-base-color">About MECMUN</h3>
<p class="font-family-alt margin-3 no-margin-bottom no-margin-rl text-gray-dark-2 text-large">Govt. Model Engineering College in association with EXCEL 2018 and United Youth Circuit, are proud to present before you the second edition of MEC MUN 2018 . After the maiden version of MECMUN, we are excited for our participants to fathom out the real essence of diplomacy, debating and deliberations. We aim to provide a platform where we seek allies to embark on a 'FORUM FOR CHANGE', thus confronting issues that ought to be addressed and resolved meticulously!
We are happy to announce our association with the United Youth Circuit this season. United Youth Circuit is a worldwide, borderless body of global minded youth, clamoring for world peace through global partnership.
It is imperative that we, as the young minds, have to focus on the big issues of our time but it's equally important for us to deal with the values and principles that get us there. Peace as such is built in the minds of mankind and that charm means that our own mind should be prepared to take on the defenders of peace, the same applies to human-rights , development and sustainability.</p>
</div>
<!-- //.col-md-8 -->
</div>
<!-- //.row -->
<div class="row">
<div class="col-md-5 xs-text-center">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7779.07262007532!2d76.3796434338593!3d10.109293436224014!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb600653c805710d!2sAELI+Hills!5e0!3m2!1sen!2sin!4v1536259050982" class="gmaps-iframe" allowfullscreen></iframe>
<!-- <a href="#" target="_blank" class="page-scroll btn btn-outline-black btn-medium margin-6-5 no-margin-bottom no-margin-rl">Download Brochure</a> -->
</div>
<!-- //.col-md-5 -->
<div class="col-md-6 col-md-offset-1">
<div class="row">
<div class="col-sm-6 xs-margin-10 sm-margin-5 xs-no-margin-bottom sm-no-margin-bottom xs-no-margin-rl sm-no-margin-rl xs-text-center">
<i class="fa fa-map-marker display-block text-base-color title-extra-large-2"></i>
<span class="display-block font-family-alt font-weight-700 letter-spacing-1 margin-5 no-margin-bottom no-margin-rl text-large text-uppercase">Location</span>
<p class="margin-3 no-margin-bottom no-margin-rl text-large text-gray-dark-2">
AELI Hills<br>
Keezhmad, Alwaye,<br>
Ernakulam - 683105
</p>
</div>
<!-- //.col-md-6 -->
<div class="col-sm-6 sm-margin-5 sm-no-margin-bottom sm-no-margin-rl xs-text-center">
<i class="fa fa-bullhorn display-block text-base-color title-extra-large-2"></i>
<span class="display-block font-family-alt font-weight-700 letter-spacing-1 margin-5 no-margin-bottom no-margin-rl text-large text-uppercase">Committees</span>
<p class="margin-3 no-margin-bottom no-margin-rl text-large text-gray-dark-2">
<!--<strong>3</strong> Professsional Speakers:<br>-->
UN Security Council<br>
UNGA DISEC<br>
UNHRC
</p>
</div>
<!-- //.col-md-6 -->
<div class="col-sm-6 margin-5 no-margin-bottom no-margin-rl xs-text-center">
<i class="fa fa-clock-o display-block text-base-color title-extra-large-2"></i>
<span class="display-block font-family-alt font-weight-700 letter-spacing-1 margin-5 no-margin-bottom no-margin-rl text-large text-uppercase">Date</span>
<p class="margin-3 no-margin-bottom no-margin-rl text-large text-gray-dark-2">
Oct 6th - 7th, 2018
</p>
</div>
<!-- //.col-md-6 -->
<!--
<div class="col-sm-6 margin-5 no-margin-bottom no-margin-rl xs-text-center">
<i class="fa fa-coffee display-block text-base-color title-extra-large-2"></i>
<span class="display-block font-family-alt font-weight-700 letter-spacing-1 margin-5 no-margin-bottom no-margin-rl text-large text-uppercase">Sponsors</span>
</div>
-->
<!-- //.col-md-6 -->
</div>
<!-- //.row -->
</div>
<!-- //.col-md-6 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</section>
<!-- //Section - About End -->
<!-- Committees start-->
<iframe id="committees" src="committee.html" style="border:none; background:transparent; overflow:hidden; width:100%;"></iframe>
<!-- Section - Sponsors Start -->
<section id="partner" class="bg-white">
<div class="container">
<div class="row no-padding-rl no-padding-top padding-8">
<div class="col-md-8 col-md-offset-2 text-center">
<h3 class="font-family-alt font-weight-700 letter-spacing-2 text-uppercase xs-title-small title-medium title-sideline-base-color">Partners</h3>
</div>
<!-- //.col-md-8 -->
</div>
<!-- //.row -->
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="row">
<div class="col-xs-12 col-sm-12 xs-margin-12 xs-no-margin-bottom xs-no-margin-rl text-center">
<img width="650" src="assets/images/sponsor.jpg" alt=""/>
</div>
<!-- //.col-xs-6 -->
</div>
<!-- //.row -->
</div>
<!-- //.col-md-10 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</section>
<!-- //Section - Sponsors End -->
<!-- Section - Gallery Start -->
<section id="gallery" class="bg-white-3">
<div class="container">
<div class="row no-padding-rl no-padding-top padding-8">
<div class="col-md-8 col-md-offset-2 text-center">
<h3 class="font-family-alt font-weight-700 letter-spacing-2 text-uppercase xs-title-small title-medium title-sideline-base-color">Photo Gallery</h3>
<p class="font-family-alt margin-3 no-margin-bottom no-margin-rl text-gray-dark-2 text-large">MECMUN 2017</p>
</div>
<!-- //.col-md-8 -->
</div>
<!-- //.row -->
<div class="row">
<div class="col-md-12">
<div class="gallery-wrapper">
<div class="gallery-grid grid-col-3 gutter-wide">
<div class="item">
<figure>
<div class="gallery-img">
<a href="assets/images/5.JPG">
<img src="assets/images/5.JPG" alt="">
</a>
</div>
<!-- //.gallery-img -->
</figure>
</div>
<!-- //.item -->
<div class="item">
<figure>
<div class="gallery-img">
<a href="assets/images/6.JPG">
<img src="assets/images/6.JPG" alt="">
</a>
</div>
<!-- //.gallery-img -->
</figure>
</div>
<!-- //.item -->
<div class="item">
<figure>
<div class="gallery-img">
<a href="assets/images/7.JPG">
<img src="assets/images/7.JPG" alt="">
</a>
</div>
<!-- //.gallery-img -->
</figure>
</div>
<!-- //.item -->
<div class="item">
<figure>
<div class="gallery-img">
<a href="assets/images/8.JPG">
<img src="assets/images/8.JPG" alt="">
</a>
</div>
<!-- //.gallery-img -->
</figure>
</div>
<!-- //.item -->
<div class="item">
<figure>
<div class="gallery-img">
<a href="assets/images/9.JPG">
<img src="assets/images/9.JPG" alt="">
</a>
</div>
<!-- //.gallery-img -->
</figure>
</div>
<!-- //.item -->
<div class="item">
<figure>
<div class="gallery-img">
<a href="assets/images/4.jpg">
<img src="assets/images/4.jpg" alt="">
</a>
</div>
<!-- //.gallery-img -->
</figure>
</div>
<!-- //.item -->
</div>
<!-- //.gallery-grid -->
</div>
<!-- //.gallery-wrapper -->
</div>
<!-- //.col-md-12 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</section>
<!-- //Section - Gallery End -->
<!-- Section - Register Start -->
<section id="register" class="bg-cover bg-overlay-black-6">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-7 xs-text-center">
<span class="display-block font-family-alt letter-spacing-1 opacity-9 margin-7 no-margin-bottom no-margin-rl text-white text-medium text-uppercase">Register Now and Guarantee Your Seat!</span>
<h2 class="display-block font-family-alt font-weight-700 letter-spacing-2 margin-5 no-margin-bottom no-margin-rl text-white xs-title-medium title-extra-large-3 text-uppercase">Book Your Place<br>Right Now!</h2>
<span class="bg-base-color display-inline-block margin-5-5 no-margin-rl separator-line-medium-thick-long"></span>
</div>
<!-- //.col-sm-6 -->
<div class="col-sm-6 col-md-5 text-align-center">
<br><br><br><br>
<br><br>
<a href="https://goo.gl/forms/EaOo9Jp00zM3arwy2" target="_blank" id="btn-form-register" class="btn btn-base-color btn-medium" role="button">Book Now</a>
<!-- //.form-wrapper -->
</div>
<!-- //.col-sm-6 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</section>
<!-- //Section - Register End -->
<!-- Section - FAQ Start -->
<section id="faq" class="bg-white">
<div class="container">
<div class="row no-padding-rl no-padding-top padding-8">
<div class="col-md-8 col-md-offset-2 text-center">
<h3 class="font-family-alt font-weight-700 letter-spacing-2 text-uppercase xs-title-small title-medium title-sideline-base-color">FAQ</h3>
<p class="font-family-alt margin-3 no-margin-bottom no-margin-rl text-gray-dark-2 text-large">Here is a list of answers to frequently asked questions about the MUN.</p>
</div>
<!-- //.col-md-8 -->
</div>
<!-- //.row -->
<div class="row">
<div class="col-sm-4 margin-5 no-margin-rl no-margin-top">
<ul class="nav nav-pills nav-stacked font-family-alt font-weight-700 display-block letter-spacing-2 margin-3 sm-no-margin no-margin-left no-margin-tb text-small text-uppercase" role="tablist">
<li role="presentation" class="active no-margin">
<a href="#tab-one" aria-controls="tab-one" role="tab" data-toggle="tab" class="border border-gray-light no-border-bottom no-border-radius" aria-expanded="false">01. General FAQ</a>
</li>
<li role="presentation" class="no-margin">
<a href="#tab-two" aria-controls="tab-two" role="tab" data-toggle="tab" class="border border-gray-light no-border-radius" aria-expanded="false">02. Registration</a>
</li>
</ul>
</div>
<!-- //.col-sm-4 -->
<div class="col-sm-8">
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade active in" id="tab-one">
<!-- Accordion Start -->
<div class="panel-group position-relative" id="accordion-one" role="tablist">
<div class="panel active" role="tab" id="accordion-one-heading-1">
<div class="panel-heading ease">
<div class="panel-title display-block">
<a class="font-family-alt font-weight-700 letter-spacing-2 text-small text-uppercase" role="button" data-toggle="collapse" data-parent="#accordion-one" href="#accordion-one-collapse-1" aria-controls="accordion-one-collapse-1">Why participate in a MUN?</a>
</div>
<!-- //.panel-title -->
</div>
<!-- //.panel-heading -->
<div id="accordion-one-collapse-1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="accordion-one-heading-1">
<div class="panel-body">
<p class="text-gray-dark-2 text-large">A MUN shows one how to behave as a diplomat at a platform for you to be in a constructive debate. This will be a formal event with significant exposure to the complex issues that are dealt with at the international level.
</p>
</div>
<!-- //.panel-body -->
</div>
<!-- //.panel-collapse -->
</div>
<!-- //.panel -->
<div class="panel" role="tab" id="accordion-one-heading-2">
<div class="panel-heading ease">
<div class="panel-title display-block">
<a class="collapsed font-family-alt font-weight-700 letter-spacing-2 text-small text-uppercase" role="button" data-toggle="collapse" data-parent="#accordion-one" href="#accordion-one-collapse-2" aria-controls="accordion-one-collapse-2">How do we prepare for a MUN? Will we require any prior preparation?</a>
</div>
<!-- //.panel-title -->
</div>
<!-- //.panel-heading -->
<div id="accordion-one-collapse-2" class="panel-collapse collapse" role="tabpanel" aria-labelledby="accordion-one-heading-2">
<div class="panel-body">
<p class="text-gray-dark-2 text-large">A background guide will be provided to you by the Executive Board of your committee. This guide will feature all details about your committee, matters pertaining to the agenda and important links which will give more info on the same subject.
For the understanding of the issue, you can use UN sites and even UN accepted sites like Amnesty international, WWF and other credible sources .Wikipedia is not acceptable in the conference but you can use it for learning more about the issue.
</p>
</div>
<!-- //.panel-body -->
</div>
<!-- //.panel-collapse -->
</div>
<!-- //.panel -->
<div class="panel" role="tab" id="accordion-one-heading-3">
<div class="panel-heading ease">
<div class="panel-title display-block">
<a class="collapsed font-family-alt font-weight-700 letter-spacing-2 text-small text-uppercase" role="button" data-toggle="collapse" data-parent="#accordion-one" href="#accordion-one-collapse-3" aria-controls="accordion-one-collapse-3">How are the debates in the conference conducted? </a>
</div>
<!-- //.panel-title -->
</div>
<!-- //.panel-heading -->
<div id="accordion-one-collapse-3" class="panel-collapse collapse" role="tabpanel" aria-labelledby="accordion-one-heading-3">
<div class="panel-body">
<p class="text-gray-dark-2 text-large">All debates are strictly conducted according to UNA-USA Rules of Procedure which will be introduced to first timers prior to the beginning of the committee.
</p>
</div>
<!-- //.panel-body -->
</div>
<!-- //.panel-collapse -->
</div>
<!-- //.panel -->
<div class="panel" role="tab" id="accordion-one-heading-4">
<div class="panel-heading ease">
<div class="panel-title display-block">
<a class="collapsed font-family-alt font-weight-700 letter-spacing-2 text-small text-uppercase" role="button" data-toggle="collapse" data-parent="#accordion-one" href="#accordion-one-collapse-4" aria-controls="accordion-one-collapse-4">What is to be expected at the event as a first timer?</a>
</div>
<!-- //.panel-title -->
</div>
<!-- //.panel-heading -->
<div id="accordion-one-collapse-4" class="panel-collapse collapse" role="tabpanel" aria-labelledby="accordion-one-heading-4">
<div class="panel-body">
<p class="text-gray-dark-2 text-large">Your country will be allotted to you well in advance. The Guide will also be provided. You must be well prepared before attending. The rules of procedure will be briefed to you the Executive Board before the session commences. Never hesitate to take advice or ask doubt from others. Like any other event you will soon get well with others.</p>
</div>
<!-- //.panel-body -->
</div>
<!-- //.panel-collapse -->
</div>
<!-- //.panel -->
<div class="panel" role="tab" id="accordion-one-heading-5">
<div class="panel-heading ease">
<div class="panel-title display-block">
<a class="collapsed font-family-alt font-weight-700 letter-spacing-2 text-small text-uppercase" role="button" data-toggle="collapse" data-parent="#accordion-one" href="#accordion-one-collapse-5" aria-controls="accordion-one-collapse-5">What is agenda in MUN based on? And what is to be expected in the Debate?</a>
</div>
<!-- //.panel-title -->
</div>
<!-- //.panel-heading -->
<div id="accordion-one-collapse-5" class="panel-collapse collapse" role="tabpanel" aria-labelledby="accordion-one-heading-5">
<div class="panel-body">
<p class="text-gray-dark-2 text-large">Model UN follows every agenda that can be debated at the UN. The Debates are strictly based on International Relations and Diplomacy. The delegates are expected to be very well aware about their Nation’s Foreign Policy. Debate will include speeches, questioning, counter-questioning and lot more. </p>
</div>
<!-- //.panel-body -->
</div>
<!-- //.panel-collapse -->
</div>
<!-- //.panel -->
</div>
<!-- //Accordion End -->
</div>
<!-- //.tab-pane -->
<div role="tabpanel" class="tab-pane fade" id="tab-two">
<!-- Accordion Start -->
<div class="panel-group position-relative" id="accordion-two" role="tablist">
<div class="panel active" role="tab" id="accordion-two-heading-1">
<div class="panel-heading ease">
<div class="panel-title display-block">
<a class="font-family-alt font-weight-700 letter-spacing-2 text-small text-uppercase" role="button" data-toggle="collapse" data-parent="#accordion-two" href="#accordion-two-collapse-1" aria-controls="accordion-two-collapse-1">How do we apply for MECMUN? </a>
</div>
<!-- //.panel-title -->
</div>
<!-- //.panel-heading -->
<div id="accordion-two-collapse-1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="accordion-two-heading-1">
<div class="panel-body">
<p class="text-gray-dark-2 text-large">Fill in the application form meant for delegates with your personal details and your preferred choice of committee and country.</p>
</div>
<!-- //.panel-body -->
</div>
<!-- //.panel-collapse -->
</div>
<!-- //.panel -->
<div class="panel" role="tab" id="accordion-two-heading-2">
<div class="panel-heading ease">
<div class="panel-title display-block">
<a class="collapsed font-family-alt font-weight-700 letter-spacing-2 text-small text-uppercase" role="button" data-toggle="collapse" data-parent="#accordion-two" href="#accordion-two-collapse-2" aria-controls="accordion-two-collapse-2">How do I pay the delegate registration fee?</a>
</div>
<!-- //.panel-title -->
</div>
<!-- //.panel-heading -->
<div id="accordion-two-collapse-2" class="panel-collapse collapse" role="tabpanel" aria-labelledby="accordion-two-heading-2">
<div class="panel-body">
<p class="text-gray-dark-2 text-large">The link to pay the fees will be provided in your confirmation mail. </p>
</div>
<!-- //.panel-body -->
</div>
<!-- //.panel-collapse -->
</div>
<!-- //.panel -->
<div class="panel" role="tab" id="accordion-two-heading-3">
<div class="panel-heading ease">
<div class="panel-title display-block">
<a class="collapsed font-family-alt font-weight-700 letter-spacing-2 text-small text-uppercase" role="button" data-toggle="collapse" data-parent="#accordion-two" href="#accordion-two-collapse-3" aria-controls="accordion-two-collapse-3">What are the advantages of participating?</a>
</div>
<!-- //.panel-title -->
</div>
<!-- //.panel-heading -->
<div id="accordion-two-collapse-3" class="panel-collapse collapse" role="tabpanel" aria-labelledby="accordion-two-heading-3">
<div class="panel-body">
<p class="text-gray-dark-2 text-large">Certificates and Prizes won are of a great value. Learning skills like Public speaking and leadership skills, along with meeting a lot of people. The overall event is designed to be a fun filled one. </p>
</div>
<!-- //.panel-body -->
</div>
<!-- //.panel-collapse -->
</div>
<!-- //.panel -->
<div class="panel" role="tab" id="accordion-two-heading-4">
<div class="panel-heading ease">
<div class="panel-title display-block">
<a class="collapsed font-family-alt font-weight-700 letter-spacing-2 text-small text-uppercase" role="button" data-toggle="collapse" data-parent="#accordion-two" href="#accordion-two-collapse-4" aria-controls="accordion-two-collapse-4">How should I come for the event? Is there any dress code?</a>
</div>
<!-- //.panel-title -->
</div>
<!-- //.panel-heading -->
<div id="accordion-two-collapse-4" class="panel-collapse collapse" role="tabpanel" aria-labelledby="accordion-two-heading-4">
<div class="panel-body">
<p class="text-gray-dark-2 text-large">You are expected to be present in Formal Attire during the conference period.</p>
</div>
<!-- //.panel-body -->
</div>
<!-- //.panel-collapse -->
</div>
<!-- //.panel -->
<div class="panel" role="tab" id="accordion-two-heading-5">
<div class="panel-heading ease">
<div class="panel-title display-block">
<a class="collapsed font-family-alt font-weight-700 letter-spacing-2 text-small text-uppercase" role="button" data-toggle="collapse" data-parent="#accordion-two" href="#accordion-two-collapse-5" aria-controls="accordion-two-collapse-3">Is accommodation available for the event?</a>
</div>
<!-- //.panel-title -->
</div>
<!-- //.panel-heading -->
<div id="accordion-two-collapse-5" class="panel-collapse collapse" role="tabpanel" aria-labelledby="accordion-two-heading-5">
<div class="panel-body">
<p class="text-gray-dark-2 text-large">Yes, accommodation will be provided on prior request of the delegate, ideally during the time of filling the application form. The accommodation fees has to remitted along with delegate fees to confirm your seat.</p>
</div>
<!-- //.panel-body -->
</div>
<!-- //.panel-collapse -->
</div>
<!-- //.panel -->
</div>
<!-- //Accordion End -->
</div>
<!-- //.tab-pane -->
</div>
<!-- //.tab-content -->
</div>
<!-- //.col-sm-8 -->
</div>
<!-- //.row -->
<div class="row margin-6 no-margin-bottom no-margin-rl">
<div class="col-md-10 col-md-offset-1 text-center">
<p class="font-weight-300 title-extra-large">If you still have unanswered questions after reading this page, please contact our <a href="#team" class="page-scroll display-inline-block title-underline-base-color">team</a>.</p>
</div>
<!-- //.col-md-10 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</section>
<!-- //Section - FAQ End -->
<!-- Section - Team Start -->
<section id="team" class="bg-white-3">
<div class="container">
<div class="row no-padding-rl no-padding-top padding-8">
<div class="col-md-8 col-md-offset-2 text-center">
<h3 class="font-family-alt font-weight-700 letter-spacing-2 text-uppercase xs-title-small title-medium title-sideline-base-color">Team</h3>
<p class="font-family-alt margin-3 no-margin-bottom no-margin-rl text-gray-dark-2 text-large"></p>
</div>
<!-- //.col-md-8 -->
</div>
<!-- //.row -->
<div class="row">
<!-- Features Box Style v2 Start -->
<div class="features-box col-sm-6 col-md-4">
<div class="overflow-hidden position-relative width-100">
<div class="position-relative">
<span class="bg-base-color display-inline-block font-family-alt letter-spacing-1 margin-4 padding-tb-9px padding-rl-13px position-absolute position-bottom text-extra-small text-uppercase text-white">Sec General</span>
</div>
<!-- //.position-relative -->
<div class="bg-gray-light no-padding-rl padding-6 position-relative text-center">
<span class="display-block font-family-alt font-weight-700 letter-spacing-2 text-gray-dark-2 text-big text-uppercase">
Jishnu Nair
</span>
<span class="display-block font-family-alt font-weight-500 letter-spacing-2 text-gray-dark-2 text-small text-uppercase"><br>
Secretary General<br>
M: +91 83475 08479
</span>
</div>
<!-- //.bg-gray-light -->
<div class="ease height-100 padding-2 position-absolute position-top position-left show-on-hover width-100">
<div class="bg-base-color height-100 width-100">
<div class="display-table height-100 width-100">
<div class="display-table-cell no-padding-tb padding-11 vertical-align-middle">
<span class="display-block font-family-alt letter-spacing-2 text-medium text-uppercase text-white">Jishnu Nair</span>
<span class="display-block font-family-alt letter-spacing-1 text-small text-uppercase text-white">Secretary General</span>
</div>
<!-- //.display-table-cell -->
</div>
<!-- //.display-table -->
</div>
<!-- //.bg-base-color -->
</div>
<!-- //.ease -->
</div>
<!-- //.overflow-hidden -->
</div>
<!-- //Features Box Style v2 End -->
<!-- Features Box Style v2 Start -->
<div class="features-box col-sm-6 col-md-4 xs-margin-4-5 xs-no-margin-bottom xs-no-margin-rl">
<div class="overflow-hidden position-relative width-100">
<div class="position-relative">
<span class="bg-base-color display-inline-block font-family-alt letter-spacing-1 margin-4 padding-tb-9px padding-rl-13px position-absolute position-bottom text-extra-small text-uppercase text-white">Content Writer</span>
</div>
<!-- //.position-relative -->
<div class="bg-gray-light no-padding-rl padding-6 position-relative text-center">
<span class="display-block font-family-alt font-weight-700 letter-spacing-2 text-gray-dark-2 text-big text-uppercase">Akshay Balakrishnan</span>
<span class="display-block font-family-alt font-weight-500 letter-spacing-2 text-gray-dark-2 text-small text-uppercase"><br>
Head of Delegate Affairs<br>
M: +91 98953 89963
</span>
</div>
<!-- //.bg-gray-light -->
<div class="ease height-100 padding-2 position-absolute position-top position-left show-on-hover width-100">
<div class="bg-base-color height-100 width-100">
<div class="display-table height-100 width-100">
<div class="display-table-cell no-padding-tb padding-11 vertical-align-middle">
<span class="display-block font-family-alt letter-spacing-2 text-medium text-uppercase text-white">Akshay Balakrishnan</span>
<span class="display-block font-family-alt letter-spacing-1 text-small text-uppercase text-white">Head of Delegate Affairs</span>
</div>
<!-- //.display-table-cell -->
</div>
<!-- //.display-table -->
</div>
<!-- //.bg-base-color -->
</div>
<!-- //.ease -->
</div>
<!-- //.overflow-hidden -->
</div>
<!-- //Features Box Style v2 End -->
<!-- Features Box Style v2 Start -->
<div class="features-box col-sm-6 col-md-4 sm-margin-4-5 sm-no-margin-bottom sm-no-margin-rl">
<div class="overflow-hidden position-relative width-100">
<div class="position-relative">
<span class="bg-base-color display-inline-block font-family-alt letter-spacing-1 margin-4 padding-tb-9px padding-rl-13px position-absolute position-bottom text-extra-small text-uppercase text-white">Special Speaker</span>
</div>
<!-- //.position-relative -->
<div class="bg-gray-light no-padding-rl padding-6 position-relative text-center">
<span class="display-block font-family-alt font-weight-700 letter-spacing-2 text-gray-dark-2 text-big text-uppercase">Aswin Shanil</span>
<span class="display-block font-family-alt font-weight-500 letter-spacing-2 text-gray-dark-2 text-small text-uppercase"><br>
Head of Marketing & Finance<br>
M: +91 89076 47327
</span>
</div>
<!-- //.bg-gray-light -->
<div class="ease height-100 padding-2 position-absolute position-top position-left show-on-hover width-100">
<div class="bg-base-color height-100 width-100">
<div class="display-table height-100 width-100">
<div class="display-table-cell no-padding-tb padding-11 vertical-align-middle">
<span class="display-block font-family-alt letter-spacing-2 text-medium text-uppercase text-white">Aswin Shanil</span>
<span class="display-block font-family-alt letter-spacing-1 text-small text-uppercase text-white">Head of Marketing & Finance</span>
</div>
<!-- //.display-table-cell -->
</div>
<!-- //.display-table -->
</div>
<!-- //.bg-base-color -->
</div>
<!-- //.ease -->
</div>
<!-- //.overflow-hidden -->
</div>
<!-- //Features Box Style v2 End -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</section>
<!-- //Section - Team End -->
<!-- Section - Contact Start -->
<section id="contact" class="bg-white">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h3 class="display-block font-weight-300 letter-spacing-1 title-large">Govt. Model Engineering College<br>Thrikkakara, Ernakulam - 682021</h3>
<div class="margin-5 no-margin-bottom no-margin-rl">
<div class="display-inline-block margin-7 no-margin-left no-margin-tb center-on-mobile">
<i class="fa fa-envelope-o display-block text-base-color xs-title-large title-extra-large-2"></i>
<a href="mailto:[email protected]" class="display-block margin-5 no-margin-bottom no-margin-rl text-gray-dark-2 xs-text-large title-small">E: [email protected]</a>
</div>
<!-- //.display-inline-block -->
<div class="display-inline-block">
<i class="fa fa-phone display-block text-base-color xs-title-large title-extra-large-2"></i>
<a href="tel:+91 83475 08479" class="display-block margin-5 no-margin-bottom no-margin-rl text-gray-dark-2 xs-text-large title-small">P: +91 83475 08479</a>
</div>
<!-- //.display-inline-block -->
</div>
<!-- //.margin-5 -->
<p class="margin-5 no-margin-bottom no-margin-rl text-gray-dark-2 title-small">Give us a call or drop by anytime, we endeavour to answer all enquiries<br>within 24 hours on weekdays.</p>
</div>
<!-- //.col-md-8 -->
</div>
<!-- //.row -->
<!-- //.col-md-10 -->
</div>
<!-- //.container -->
</section>
<!-- //Section - Contact End -->
<!-- Footer Start -->
<footer class="footer bg-white">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="footer-logo xs-text-center">
<img src="assets/images/logo-text-dark.png" alt="" class="opacity-4">
</div>
<!-- //.footer-logo -->
</div>
<!-- //.col-sm-4 -->
<div class="col-sm-8">
<div class="footer-social text-right">
<ul class="list-inline list-unstyled no-margin xs-text-center xs-title-small title-medium">
<li><a href="https://www.facebook.com/mecmun18"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/mecmun2018/"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<!-- //.footer-social -->
</div>
<!-- //.col-sm-8 -->
</div>
<!-- //.row -->
<div class="row">
<div class="col-md-12">
<div class="footer-copyright text-center border-top border-gray-light">
<span class="font-family-alt letter-spacing-1 text-gray-dark text-small text-uppercase">© 2018 MEC Model United Nations. All rights reserved.</span>
</div>
<!-- //.footer-copyright -->
</div>
<!-- //.col-md-12 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</footer>
<!-- //Footer End -->
<!-- Scroll to top -->
<a href="#page-top" class="page-scroll scroll-to-top"><i class="fa fa-angle-up"></i></a>
<!-- Loading jQuery -->
<script src="assets/js/jquery.min.js"></script>
<!-- Loading Bootstrap JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Include all js plugins (below) -->
<script src="assets/js/pace.min.js"></script>
<script src="assets/js/debouncer.min.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/jquery.inview.min.js"></script>
<script src="assets/js/jquery.matchHeight.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/flickity.pkgd.min.js"></script>
<script src="assets/js/jquery.countTo.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/jquery.validate.min.js"></script>
<!-- Countdown JS -->
<script src="assets/js/jquery.countdown.min.js"></script>
<!-- Loading Theme JS -->
<script src="assets/js/main.js"></script>
</body>
</html>