-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
500 lines (431 loc) · 23.8 KB
/
Copy pathabout.html
File metadata and controls
500 lines (431 loc) · 23.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<html lang="en">
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Share/Embed Content -->
<meta name="author" content="Sheldonn Fernandes">
<meta name="msapplication-TileColor" content="#D59C34">
<meta name="theme-color" content="#D59C34">
<meta charset="UTF-8">
<meta name="viewport" content="">
<meta name="description" content="Model United Nations is a recreation of the procedures of the United Nations, which hopes to instill and improve the debate, diplomacy and research skills of participants.">
<meta name="keywords" content="shmun">
<meta property="og:title" content="" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Model United Nations is a recreation of the procedures of the United Nations, which hopes to instill and improve the debate, diplomacy and research skills of participants." />
<meta property="og:site_name" content="SHMUN">
<meta itemprop="name" content="">
<meta property="og:image" content="i.imgur.com/agLhrTH.png"/>
<meta itemprop="description" content="">
<meta name="twitter:title" content="SHMUN IV">
<meta name="twitter:description" content="Model United Nations is a recreation of the procedures of the United Nations, which hopes to instill and improve the debate, diplomacy and research skills of participants.">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" />
<meta charset="web-link" />
<link rel="icon" href="assets/img/logo.png">
<link rel="shortcut icon" id="favicon" href="assets/img/logo.png">
<link rel="icon" type="image/png" href="assets/img/logo.png">
<link rel="icon" href="assets/img/logo.png">
<!-- End of Meta Tags -->
<!-- Website title -->
<title>About - SHMUN IV</title>
<!-- End of website title -->
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<img src="assets/img/logo.png" alt=""> <h1> SHMUN l<span style="color: #D59C34;">V</span></h1>
</a>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html" class="active">About</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="dropdown"><a href="#"><span>More</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="#">Council allocations</a></li>
<li class="dropdown"><a href="#"><span>Socials</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="https://www.youtube.com/@SHMUNIV/">YouTube</a></li>
<li><a href="https://www.instagram.com/shmun.bh/">Instagram</a></li>
<li><a href="#">FaceBook</a></li>
<li><a href="https://www.tiktok.com/@shmun.bh">Tiktok</a></li>
</ul>
</li>
<li><a href="#">Hand book</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Terms of service</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<li><a class="get-a-quote" href="register.html" target="_blank">Register <i class="bi bi-box-arrow-up-right"></i></a></li>
</ul>
</nav><!-- .navbar -->
</div>
</header>
<!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<div class="breadcrumbs">
<div class="page-header d-flex align-items-center" style="background-image: url('assets/img/page-header.jpg');">
<div class="container position-relative">
<div class="row d-flex justify-content-center">
<div class="col-lg-6 text-center">
<h2>About</h2>
<p>Sacred Heart Model United Nations IV (SHMUN IV) is a recreation of the procedures of the United Nations, which hopes to instill and improve the debate, diplomacy and research skills of participants</p>
</div>
</div>
</div>
</div>
<nav>
<div class="container">
<ol>
<li><a href="index.html">Home</a></li>
<li>About</li>
</ol>
</div>
</nav>
</div><!-- End Breadcrumbs -->
<section id="about" class="about pt-0">
<div class="container" data-aos="fade-up">
<div class="row gy-4">
<div class="col-lg-6 position-relative align-self-start order-lg-last order-first">
<img src="assets/img/about.jpg" class="img-fluid" style="border-radius: 8px;" alt="">
<a href="/assets/vids/SHMUN IV Intro of Teaser.mp4" class="glightbox play-btn"></a>
</div>
<div class="col-lg-6 content order-last order-lg-first">
<h3>About Us</h3>
<p>
The Sacred Heart Model United Nations promotes collaboration, leadership skills, problem-solving, public speaking, and research writing skills ever since the founding of the first MUN in 1947. It acts as a stimulation of the actual UN and helps children be mindful of the various situations around the world. They work together as representatives of a country to come to terms on solutions that they think are suitable for the issues at hand.
</p>
<ul>
<li data-aos="fade-up" data-aos-delay="100">
<i class="bi bi-diagram-3"></i>
<div>
<h5>Leadership skills</h5>
<p>Through participation in MUN, students gain confidence and enhance their ability to lead and make informed decisions. They learn to research global issues, engage in public speaking, and work collaboratively as a team.</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="200">
<i class="bi bi-fullscreen-exit"></i>
<div>
<h5>Problem-solving</h5>
<p> provides students with valuable opportunities to develop problem-solving skills. MUN simulations involve tackling complex global issues and finding diplomatic solutions through research, negotiation, and collaboration.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= Stats Counter Section ======= -->
<section id="stats-counter" class="stats-counter pt-0">
<div class="container" data-aos="fade-up">
<div class="row gy-4">
<div class="col-lg-3 col-md-6">
<div class="stats-item text-center w-100 h-100">
<span data-purecounter-start="0" data-purecounter-end="232" data-purecounter-duration="1" class="purecounter"></span>
<p>Applicants</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item text-center w-100 h-100">
<span data-purecounter-start="0" data-purecounter-end="27" data-purecounter-duration="1" class="purecounter"></span>
<p>Hard Workers</p>
</div>
</div><!-- End Stats Item -->
</div>
</div>
</section><!-- End Stats Counter Section -->
<!-- ======= Our Team Section ======= -->
<section id="team" class="team pt-0">
<div class="container" data-aos="fade-up">
<div class="section-header">
<span>Our Team</span>
<h2>Our Team</h2>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-4 col-md-6 d-flex">
<div class="member">
<img src="assets/img/team/team-1.jpg" class="img-fluid" alt="">
<div class="member-content">
<h4>Mrs. Diana</h4>
<span>Coordinator of SHMUN</span>
<p>
The Coordinator in Model United Nations ensures smooth coordination of travel, registration, and logistical arrangements for participants before the conference begins.
</p>
</div>
</div>
</div><!-- End Team Member -->
<div class="col-lg-4 col-md-6 d-flex">
<div class="member">
<img src="assets/img/team/team-2.jpg" class="img-fluid" alt="">
<div class="member-content">
<h4>Mrs. Amita</h4>
<span>Role</span>
<p>
Description
</p>
</div>
</div>
</div><!-- End Team Member -->
<div class="col-lg-4 col-md-6 d-flex">
<div class="member">
<img src="assets/img/team/team-3.jpg" class="img-fluid" alt="">
<div class="member-content">
<h4>Mrs. Olga</h4>
<span>Role</span>
<p>
Description
</p>
</div>
</div>
</div><!-- End Team Member -->
</div>
</div>
</section><!-- End Our Team Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials">
<div class="container">
<div class="slides-1 swiper" data-aos="fade-up">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt="">
<h3>Ali Hussain</h3>
<h4>Head of Sacred Heart School</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
Proin iaculis purus consequat sem cure digni ssim donec porttitora entum suscipit rhoncus. Accusantium quam, ultricies eget id, aliquam eget nibh et. Maecen aliquam, risus at semper.
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Sara Wilsson</h3>
<h4>Designer</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
Export tempor illum tamen malis malis eram quae irure esse labore quem cillum quid cillum eram malis quorum velit fore eram velit sunt aliqua noster fugiat irure amet legam anim culpa.
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Jena Karlis</h3>
<h4>Store Owner</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
Enim nisi quem export duis labore cillum quae magna enim sint quorum nulla quem veniam duis minim tempor labore quem eram duis noster aute amet eram fore quis sint minim.
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<h4>Freelancer</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
Fugiat enim eram quae cillum dolore dolor amet nulla culpa multos export minim fugiat minim velit minim dolor enim duis veniam ipsum anim magna sunt elit fore quem dolore labore illum veniam.
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-5.jpg" class="testimonial-img" alt="">
<h3>John Larson</h3>
<h4>Entrepreneur</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
Quis quorum aliqua sint quem legam fore sunt eram irure aliqua veniam tempor noster veniam enim culpa labore duis sunt culpa nulla illum cillum fugiat legam esse veniam culpa fore nisi cillum quid.
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Frequently Asked Questions Section ======= -->
<section id="faq" class="faq">
<div class="container" data-aos="fade-up">
<div class="section-header">
<span>Frequently Asked Questions</span>
<h2>Frequently Asked Questions</h2>
</div>
<div class="row justify-content-center" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-10">
<div class="accordion accordion-flush" id="faqlist">
<div class="accordion-item">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq-content-1">
<i class="bi bi-question-circle question-icon"></i>
How much does Sacred Heart Model United Nation IV (SHMUN IV) cost?
</button>
</h3>
<div id="faq-content-1" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
Sacred Heart Model United Nations IV is a recreation of the procedures of the United Nations, which hopes to instill and improve the debate, diplomacy and research skills of participants.For delegates, the cost of participating in the 2 Day conference is
20BD, while the cost for chairs, security, and runners is 15BD.
</div>
</div>
</div><!-- # Faq item-->
<div class="accordion-item">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq-content-2">
<i class="bi bi-question-circle question-icon"></i>
What is the Sacred Heart Model United Nation IV (SHMUN IV) dress code?
</button>
</h3>
<div id="faq-content-2" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
Attendees are required to present themselves professionally. In order to simulate the atmosphere of an actual United Nations all participants must dress in formal business garments. Any attendees dressed inappropriately for the occasion will be asked to change into more appropriate attire. for more infromation on the dresscode you may download the <strong><a href="resources.html">Delegate Handbook</a></strong>.
</div>
</div>
</div><!-- # Faq item-->
<div class="accordion-item">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq-content-3">
<i class="bi bi-question-circle question-icon"></i>
Will WIFI be provided in Sacred Heart Model United Nation IV (SHMUN IV)?
</button>
</h3>
<div id="faq-content-3" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
During SHMUN IV conference, WIFI will not be provided, and participants need to make their own arrangements for internet access. This decision is likely due to logistical considerations and the availability of reliable WIFI connections in the conference venue. It is recommended to plan ahead and ensure a reliable internet connection to fully engage in the conference activities, access necessary resources, and communicate with fellow delegates.
</div>
</div>
</div><!-- # Faq item-->
<div class="accordion-item">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq-content-5">
<i class="bi bi-question-circle question-icon"></i>
How do I contact Sacred Heart Model United Nations IV (SHMUN IV)?
</button>
</h3>
<div id="faq-content-5" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
To contact the Sacred Heart Model United Nations IV (SHMUN IV), you can reach out to us through our official email address, shmun@shmunbh.com, or Call the Head of Public Relations, +973 36354010 For further assistance.
</div>
</div>
</div><!-- # Faq item-->
</div>
</div>
</div>
</div>
</section><!-- End Frequently Asked Questions Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="container">
<div class="row gy-4">
<div class="col-lg-5 col-md-12 footer-info">
<a href="index.html" class="logo d-flex align-items-center">
<img src="assets/img/logo.png" alt=""> <span>SHMUN l<span style="color: #D59C34;">V</span></span>
</a>
<p>Model United Nations is a recreation of the procedures of the United Nations, which hopes to instill and improve the debate, diplomacy and research skills of participants.</p>
<div class="social-links d-flex mt-4">
<a href="https://www.youtube.com/@SHMUNIV/" class="youtubr"><i class="bi bi-youtube"></i></a>
<a href="https://www.instagram.com/shmun.bh/" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://www.tiktok.com/@shmun.bh" class="tiktok"><i class="bi bi-tiktok"></i></a>
</div>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bi bi-chevron-right" style="color: #f8b537;"></i> <a href="#">Home</a></li>
<li><i class="bi bi-chevron-right" style="color: #f8b537;"></i> <a href="#">About us</a></li>
<li><i class="bi bi-chevron-right" style="color: #f8b537;"></i> <a href="#">FAQ</a></li>
<li><i class="bi bi-chevron-right" style="color: #f8b537;"></i> <a href="#">Learn more</a></li>
<li><i class="bi bi-chevron-right" style="color: #f8b537;"></i> <a href="#">Itinerary</a></li>
</ul>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Our Managment</h4>
<ul>
<li><i class="bi bi-chevron-right" style="color: #f8b537;"></i> <a href="#">IT Team</a></li>
<li><i class="bi bi-chevron-right" style="color: #f8b537;"></i> <a href="#">Marketing Team</a></li>
<li><i class="bi bi-chevron-right" style="color: #f8b537;"></i> <a href="#">Accounts Management</a></li>
<li><i class="bi bi-chevron-right" style="color: #f8b537;"></i> <a href="#">Secretary generals</a></li>
<li><i class="bi bi-chevron-right" style="color: #f8b537;"></i> <a href="#">Chairs</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-12 footer-contact text-center text-md-start">
<h4>Contact Us</h4>
<p>
Isa Town, Road 4109<br>
Kingdom of Bahrain <br><br>
<strong>Phone:</strong> +973 36354010<br>
<strong>Email:</strong> shmun@shmunbh.com<br>
</p>
</div>
</div>
</div>
<div class="container mt-4">
<div class="copyright">
© Copyright 1948-2024 <strong><span>Sacred Heart School</span></strong>. All Rights Reserved
</div>
<div class="credits">
Made with ❤️ by <a href="">Sheldonn Fernandes</a>
</div>
</div>
</footer><!-- End Footer -->
<!-- End Footer -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>