-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmun18.php
539 lines (482 loc) · 20.7 KB
/
mun18.php
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, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>NSTUMUNA </title>
<link rel="shortcut icon" href="assets/icons/logo.png">
<!-- Styles -->
<link rel='stylesheet' href='assets/css/bootstrap.min.css'>
<link rel='stylesheet' href='assets/css/animate.min.css'>
<link rel='stylesheet' href="assets/css/font-awesome.min.css"/>
<link rel='stylesheet' href="assets/css/style.css"/>
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- Favicon -->
<link rel="shortcut icon" href="#">
</head>
<body>
<!-- Begin Hero Bg -->
<div id="parallax">
</div>
<!-- End Hero Bg
================================================== -->
<!-- Start Header
================================================== -->
<header id="header" class="navbar navbar-inverse navbar-fixed-top" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Your Logo -->
<a style="margin-bottom:20px" href="#mun18.php" class="navbar-brand"> <span><img src="assets/icons/logomun18.png" alt=""></span> NSTUMUN 2018</a>
</div>
<!-- Start Navigation -->
<nav class="collapse navbar-collapse bs-navbar-collapse navbar-right" role="navigation">
<ul class="nav navbar-nav">
<li>
<a href="index.php">Home</a>
</li>
<li>
<a href="#registration">Registration</a>
</li>
<li>
<a href="#delegates'_corner">Delegates' Corner</a>
</li>
<li>
<a href="#eb_members">Executive Board</a>
</li>
<li>
<a href="#secretariat">Sectretariate</a>
</li>
<li>
<a href="#faq">FAQ</a>
</li>
<li>
<a href="#contact_us">Contact Us</a>
</li>
</ul>
</nav>
</div>
</header>
<section class="section" style="background-color: #01b0d1">
<div class="row">
<div class="col-md-12">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="assets/img/covers_2018/1.JPG" alt="First slide">
</div>
<div class="item">
<img src="assets/img/covers_2018/2.JPG" alt="Second slide">
</div>
<div class="item">
<img src="assets/img/covers_2018/3.JPG" alt="Third slide">
</div>
<div class="item">
<img src="assets/img/covers_2018/4.JPG" alt="Third slide">
</div>
<div class="item">
<img src="assets/img/covers_2018/5.JPG" alt="Third slide">
</div>
</div>
<a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span></a><a class="right carousel-control"
href="#carousel-example-generic" data-slide="next"><span class="glyphicon glyphicon-chevron-right">
</span></a>
</div>
<div class="main-text">
<div class="col-md-12 text-center">
<h1>
</h1>
<div>
<div class=" fxheight">
<img src="assets/img/nstumun_2018_logo.png" height="200" width="350px" style="margin-top:50px" alt="">
<h1 class="abc" style="font-size:50px;font-family:myFirstFont;line-height:1;" >NSTU Model United Nations 2018<br><span style="font-size:20px">Upholding Humanity by Equitable Development</span></h1><p style="font-family:'agency fb', Times, serif"><strong></strong>29th March-1st April 2018</strong></p>
<a href="mun18.php#registration" class="btn btn-default btn-sm wow fadeInLeft" style="font-size:10px; margin-bottom:8%;" role="button"> Apply Now</a>
<div class="row">
<div id="del-countdown" class="col-md-6 ">
<div id="clock"></div>
<div id="units">
<span>D</span>
<span>H</span>
<span>M</span>
<span>S</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About us
================================================== -->
<section class="parallax section" >
<div class="wrapsection">
<div class="parallax-overlay" style="background-color: #01b0d1;opacity:0.9;"></div>
<div class="container">
<div class="row">
<div class="herotext "style="text-align:center;margin-bottom:80px">
<h1 class="wow bounceInDown" data-wow-duration="1s" data-wow-delay="0.1s"><span class="lighter">Message From <br></span>SECRETARY GENERAL</h1>
</div>
<div class="col-md-4 col-sm-6">
<img src="assets/img/sec_gen.jpg" style="margin-top:12px" alt="">
</div>
<div class="col-md-8 col-sm-6">
<div style="text-align:center" >
<p style="font-size:20px" class="lead bottom0 wow bounceInUp">Dear Young Minds,
</p>
<p style="font-size:20px" class="lead bottom0 wow bounceInUp">
An embodied imagination of United Nations also known as Model UN conference is a platform where the youth observes the world current scenario, analyses the global issues and provides a blue print of a world
defined by the values enshrined in the UN Charter: peace, justice, respect, human rights, tolerance, and solidarity.
</p>
<p style="font-size:20px" class="lead bottom0 wow bounceInUp">
Mark your calendar from 29th of March to 1st April of 2018 to witness a Model UN experience like never before with NSTUMUN 2018.
</p>
<p style="font-size:20px" class="lead bottom0 wow bounceInUp">
We welcome all experienced and first time MUNers to participate in an event that promise to give you one of the best MUN experiences with diversity under the painted sky - in the green campus of NSTU. After a successful Model UN conference last year with NSTUMUN 2017, this year we are going bigger and better with 8 Committees, 300+ Delegates and 30+ Awards.
</p>
<p style="font-size:20px" class="lead bottom0 wow bounceInUp">
We will try our level best to provide Experienced Executive Board Members, free from any kind of biasness and who will be promoting our moto of #Prioritizing_Knowledge. Besides we are expecting International Delegates who would be enjoying benefit of accommodation as well as transportation to venue and vice versa.
</p>
<p style="font-size:20px" class="lead bottom0 wow bounceInUp">
To conclude on behalf of my team, I welcome you all to provide us a chance to be a part of your MUN journey with a qualityful experience and grand hospitality. Through vigorous participation of people from home and abroad, we want you to ratify the symbol of Humanity and Justice by our theme inspired by Goal 16.3 - 'Upholding Humanity by Equitable Development'.
</p>
<p style="font-size:20px" class="lead bottom0 wow bounceInUp">
Abdullah Al Mahmood<br>Secretary General<br>NSTUMUN 2018
</p>
</div>
</div>
</div>
</div>
</section>
<!-- registration
================================================== -->
<section id="registration" class="parallax section" style="background-image: url(assets/img/registration.jpg);">
<div class="wrapsection">
<div class="container">
<div class="maintitle">
<h3 class="section-title" style="margin-bottom:50px"><strong>Registration</span></strong></h3>
</div>
<div class="row">
<div class="col-md-4">
<div class=" active">
<p class="text-center">
<a href="delegate_registration.php" class="btn btn-default btn-lg wow fadeInLeft" role="button"> Delegate</a>
</p>
</div>
</div>
<div class="col-md-4">
<div class=" active">
<p class="text-center"><a href="campus_ambassador_registration.php" class="btn btn-default btn-lg wow fadeInLeft" role="button"> Campus Ambassador </a>
</p>
</div>
</div>
<div class="col-md-4">
<div class=" active ">
<p class="text-center">
<a href="eb_registration.php" class="btn btn-default btn-lg wow fadeInLeft" role="button">EB Member </a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Delegates'_Corner
================================================== -->
<section id="delegates'_corner" class="parallax section" >
<div class="wrapsection">
<div class="parallax-overlay" style="background-color:#00c1c1;opacity:0.9;"></div>
<div class="container">
<div class="maintitle">
<h3 class="section-title"><strong>Delegates' Corner</span></strong></h3>
<p class=" text-center">Comming Soon...
</p>
</div>
</div>
</section>
<!--Executive Board Members
================================================== -->
<section id="eb_members" class="parallax section" style="background-image: url(assets/img/_eb.jpg);">
<div class="wrapsection">
<div class="container">
<div class="maintitle">
<h3 class="section-title"><strong>Executive Board Members</span></strong></h3>
<p class=" text-center">Comming Soon...
</p>
</div>
</div>
</div>
</section>
<!-- secretariat =========================== -->
<section id="secretariat" class="parallax section" >
<div class="wrapsection">
<div class="parallax-overlay" style="background-color:#00c1c1;opacity:0.9;"></div>
<div class="container">
<div class="maintitle">
<h3 class="section-title"><strong>secretariat</span></strong></h3>
<p class=" text-center">Comming Soon...
</p>
</div>
</div>
</section>
<!-- FAQ
================================================== -->
<section id="faq" class=" section" style="background-image: url(assets/img/faq.jpg);">
<div class="wrapsection">
<div class="container">
<div class="row">
<div class="col-md-12 sol-sm-12">
<div class="maintitle">
<h3 class="section-title" style="color:#fff"><strong>FAQ</span></strong></h3>
<p class=" lead"></p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-12">
<div class="faq-block wow bounceInDown" data-wow-duration="1.5s" data-wow-delay="0s">
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
1. What is the Conference Date?</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse">
<div class="panel-body">
<p>The Conference will start on 29th March 2018 and continue till 1st April 2018</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
2. Where will it be held?</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
It will be held at Noakhali Science and Technology University, Noakhali.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
3. What is the Registration fee?</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
Registration fee will be announced soon..
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="faq-block wow bounceInDown" data-wow-duration="1.5s" data-wow-delay="0.1s">
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFour">
4. When will the Delegate Registration start?</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse">
<div class="panel-body">
From 15th of January 2018.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFive">
5. What is the Registration Deadline? </a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse">
<div class="panel-body">
Delegate Registration Deadline is 28th February 2018.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseSix">
6. How many Committees are there?</a>
</h4>
</div>
<div id="collapseSix" class="panel-collapse collapse">
<div class="panel-body">
This year, there will be 8 Committees.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="faq-block wow bounceInDown" data-wow-duration="1.5s" data-wow-delay="0.2s">
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseSeven">
7. Is there any residential facility?</a>
</h4>
</div>
<div id="collapseSeven" class="panel-collapse collapse">
<div class="panel-body">
Yes, but extra fee will be required for residence.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseEight">
8. Is it the first session of NSTUMUN?</a>
</h4>
</div>
<div id="collapseEight" class="panel-collapse collapse">
<div class="panel-body">
No, it’s the Second session of NSTUMUN.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseNine">
9. Is there any opportunity to get Scholarship? </a>
</h4>
</div>
<div id="collapseNine" class="panel-collapse collapse">
<div class="panel-body">
No, there is no opportunity for Scholarship.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Us
================================================== -->
<section id="contact_us" class="parallax section" style="background-image: url(http://themepush.com/demo/runcharity/assets/img/map.png);">
<div class="wrapsection">
<div class="parallax-overlay" style="background-color: #1cbb9b;opacity:0.95;"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="maintitle">
<h3 class="section-title">Get in Touch</h3>
<p class="lead" style="text-align:center">
If you have questions about NSTUMUN 2018, don't hesitate to send us your message.
</p>
</div>
<form id="contact" name="contact" method="post" class="text-left">
<fieldset>
<div class="row">
<div class="col-md-3 wow fadeIn animated animated" data-wow-delay="0.1s" data-wow-duration="2s">
<label for="name">Name<span class="required">*</span></label>
<input type="text" name="name" id="name" size="30" value="" required/>
</div>
<div class="col-md-3 wow fadeIn animated animated" data-wow-delay="0.1s" data-wow-duration="2s">
<label for="institution">Institution<span class="required">*</span></label>
<input type="text" name="institution" id="institution" size="30" value="" required/>
</div>
<div class="col-md-3 wow fadeIn animated" data-wow-delay="0.3s" data-wow-duration="2s">
<label for="email">Email<span class="required">*</span></label>
<input type="text" name="email" id="email" size="30" value="" required/>
</div>
<div class="col-md-3 wow fadeIn animated" data-wow-delay="0.3s" data-wow-duration="2s">
<label for="phone">Phone</label>
<input type="text" name="phone" id="phone" size="30" value=""/>
</div>
</div>
<div class="wow fadeIn animated" data-wow-delay="0.3s" data-wow-duration="1.5" style="margin-top:15px;">
<label for="message">Message<span class="required">*</span></label>
<textarea name="message" id="message" required></textarea>
</div>
<div class="wow fadeIn animated" data-wow-delay="0.3" data-wow-duration="1.5s">
<input id="submit" type="submit" name="submit" value="Send"/>
</div>
</fieldset>
</form>
<div id="success">
<p class="contactalert">
Thank you for your message. We will respond as soon as possible.
</p>
</div>
<div id="error">
<p class="contactalert">
Something went wrong, try refreshing and submitting the form again.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Credits
=============================================== -->
<section id="credits" class="text-center" style="background-color:#00c1c1;opacity:0.9;">
<span class="social wow zoomIn">
<a href="https://www.facebook.com/nstumuna/"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/nstumuna/"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UC_E8pNF5R0XDIWl8XRCOlYQ"><i class="fa fa-youtube-play"></i></a>
</span><br/>
Copyright © <a href="#">NSTUMUNA</a>
</section>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/jquery.scrollTo.min.js"></script>
<script src="assets/js/jquery.localScroll.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/validate.js"></script>
<script src="assets/js/common.js"></script>
<script src="assets/js/jquery.samesize.js"></script>
<script src="assets/js/countdown.js"></script>
</body>
</html>