-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
committees.html
305 lines (281 loc) · 15.3 KB
/
committees.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic -->
<meta charset="utf-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<!-- Mobile Metas -->
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
<!-- Site Metas -->
<link href="src/media/WesmunFavicon.svg" rel="shortcut icon" type="">
<title>WESMUN - Committees</title>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap"
rel="stylesheet">
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" rel="stylesheet">
<!-- fonts style -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" rel="stylesheet"/>
<!-- font awesome style -->
<link href="src/css/font-awesome.min.css" rel="stylesheet"/>
<!-- Custom styles for this template -->
<link href="src/css/style.css" rel="stylesheet"/>
<!-- responsive style -->
<link href="src/css/responsive.css" rel="stylesheet"/>
<link href="src/css/committees_and_team.css" rel="stylesheet" type="text/css">
</head>
<body class="sub_page">
<div id="licensePopupMinimized"
style="position: fixed; bottom: 20px; right: 20px; background: #333; color: white; padding: 10px 20px; border-radius: 10px; cursor: pointer; display: flex; justify-content: center; align-items: center; z-index: 1001; font-family: Arial, sans-serif;">
<span>📜 View License Agreement</span>
</div>
<div id="autoAcceptNotification"
style="position: fixed; bottom: 20px; right: 20px; background: #28a745; color: white; padding: 10px 20px; border-radius: 10px; display: none; z-index: 1002; font-family: Arial, sans-serif;">
License has been automatically accepted.
</div>
<div id="licensePopup"
style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); color: white; flex-direction: column; justify-content: center; align-items: center; z-index: 1000; font-family: Arial, sans-serif; display: none;">
<div style="background: #333; padding: 20px; border-radius: 10px; max-width: 600px; text-align: center;">
<h2>License Agreement</h2>
<div id="licenseText"
style="max-height: 300px; overflow-y: auto; text-align: left; background: #444; padding: 10px; border-radius: 5px; margin-bottom: 20px;">
<!-- License text will be inserted here -->
</div>
<label style="display: flex; align-items: center; margin-bottom: 20px;">
<input id="acceptCheckbox" style="margin-right: 10px;" type="checkbox"> I accept the terms and conditions
</label>
<button disabled
id="acceptButton"
style="padding: 10px 20px; background: #d32f2f; color: white; border: none; border-radius: 5px; cursor: pointer;">
Accept
</button>
</div>
</div>
<div class="hero_area">
<div class="hero_bg_box">
<div class="bg_img_box">
<img alt="Hero background image" src="src/media/Background.png">
</div>
</div>
<!-- Header Section -->
<header class="header_section">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg custom_nav-container ">
<a class="navbar-brand" href="index.html">
<span>WESMUN 25</span>
</a>
<button aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"
class="navbar-toggler" data-target="#navbarSupportedContent"
data-toggle="collapse" type="button">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="venue_and_payments.html">Venue and Payment</a>
</li>
<li class="nav-item">
<a class="nav-link" href="committees.html">Committees</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="schedule.html">Schedule</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<!-- End Header Section -->
</div>
<section class="committees_section layout_padding">
<div class="container-fluid">
<div class="heading_container_x">
<h2>Our Committees</h2>
<p>Explore our diverse range of committees designed for delegates of all experience levels</p>
</div>
<div class="committee_category">
<h3>Beginner Committees</h3>
<div class="committee_list-4">
<div class="committee_item">
<img alt="UNICEF Chair" src="src/media/chairs/UNICEF.webp">
<div class="committee_content">
<h4 class="committee_name">UNICEF</h4>
<a class="btn btn-primary-x" href="committees/UNICEF.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/UNICEF_background_guide.pdf"
target="_blank">Background
Guide</a>
</div>
</div>
<div class="committee_item">
<img alt="WHO Chair" src="src/media/chairs/WHO.webp">
<div class="committee_content">
<h4 class="committee_name">WHO</h4>
<a class="btn btn-primary-x" href="committees/WHO.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/WHO_background_guide.pdf" target="_blank">Background
Guide</a>
</div>
</div>
<div class="committee_item">
<img alt="UNHCR Chair" src="src/media/chairs/UNHCR.webp">
<div class="committee_content">
<h4 class="committee_name">UNHCR</h4>
<a class="btn btn-primary-x" href="committees/UNHCR.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/UNHCR_background_guide.pdf" target="_blank">Background
Guide</a>
</div>
</div>
<div class="committee_item">
<img alt="UNSC Jr Chair" src="src/media/chairs/UNSC%20JR.webp">
<div class="committee_content">
<h4 class="committee_name">UNSC Jr</h4>
<a class="btn btn-primary-x" href="committees/UNSC_jr.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/UNSCJr_background_guide.pdf"
target="_blank">Background
Guide</a>
</div>
</div>
<div class="committee_item">
<img alt="UNHRC Chair" src="src/media/chairs/UNHRC.webp">
<div class="committee_content">
<h4 class="committee_name">UNHRC</h4>
<a class="btn btn-primary-x" href="committees/UNHRC.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/UNHRC_background_guide.pdf" target="_blank">Background
Guide</a>
</div>
</div>
<div class="committee_item">
<img alt="UNW Chair" src="src/media/chairs/UNWOMEN.webp">
<div class="committee_content">
<h4 class="committee_name">UNW</h4>
<a class="btn btn-primary-x" href="committees/UNW.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/UNW_background_guide.pdf" target="_blank">Background
Guide</a>
</div>
</div>
</div>
</div>
<div class="committee_category">
<h3>Intermediate Committees</h3>
<div class="committee_list-4">
<div class="committee_item">
<img alt="UNODC Chair" src="src/media/chairs/UNODC.webp">
<div class="committee_content">
<h4 class="committee_name">UNODC</h4>
<a class="btn btn-primary-x" href="committees/UNODC.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/UNODC_background_guide.pdf" target="_blank">Background
Guide</a>
</div>
</div>
<div class="committee_item">
<img alt="GA1 Chair" src="src/media/chairs/GA1.webp">
<div class="committee_content">
<h4 class="committee_name">GA1</h4>
<a class="btn btn-primary-x" href="committees/GA1.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/GA1_background_guide.pdf" target="_blank">Background
Guide</a>
</div>
</div>
<div class="committee_item">
<img alt="Arab League Arabic Chair"
src="src/media/chairs/Arab%20league.webp">
<div class="committee_content">
<h4 class="committee_name">Arab League (Arabic)</h4>
<a class="btn btn-primary-x" href="committees/Arab_League_Arabic.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/ArabLeague_background_guide.pdf"
target="_blank">Background Guide</a>
</div>
</div>
<div class="committee_item">
<img alt="Arab League English Chair"
src="src/media/chairs/Arab%20league%20english.webp">
<div class="committee_content">
<h4 class="committee_name">Arab League (English)</h4>
<a class="btn btn-primary-x" href="committees/Arab_League_English.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/Arab_League_English_background_guide.pdf"
target="_blank">Background Guide</a>
</div>
</div>
<div class="committee_item">
<img alt="GA4 Chair" src="src/media/chairs/GA4.webp">
<div class="committee_content">
<h4 class="committee_name">GA4</h4>
<a class="btn btn-primary-x" href="committees/GA4.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/GA4_background_guide.pdf" target="_blank">Background
Guide</a>
</div>
</div>
<div class="committee_item">
<img alt="ECOSOC Chair" src="src/media/chairs/ECOSOC.webp">
<div class="committee_content">
<h4 class="committee_name">ECOSOC</h4>
<a class="btn btn-primary-x" href="committees/ECOSOC.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/ECOSOC_background_guide.pdf"
target="_blank">Background
Guide</a>
</div>
</div>
</div>
</div>
<div class="committee_category">
<h3>Advanced Committees</h3>
<div class="committee_list-2">
<div class="committee_item">
<img alt="NATO Chair" src="src/media/chairs/NATO.webp">
<div class="committee_content">
<h4 class="committee_name">NATO</h4>
<a class="btn btn-primary-x" href="committees/NATO.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/NATO_background_guide.pdf" target="_blank">Background
Guide</a>
</div>
</div>
<div class="committee_item">
<img alt="UNSC Chair" src="src/media/chairs/UNSC.webp"
style="object-fit: cover; object-position: top;">
<div class="committee_content">
<h4 class="committee_name">UNSC</h4>
<a class="btn btn-primary-x" href="committees/UNSC.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/UNSC_background_guide.pdf" target="_blank">Background
Guide</a>
</div>
</div>
<div class="committee_item">
<img alt="HSC Chair" src="src/media/chairs/HSC.webp">
<div class="committee_content">
<h4 class="committee_name">HSC</h4>
<a class="btn btn-primary-x" href="committees/HSC.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/HSC_background_guide.pdf" target="_blank">Background
Guide</a>
</div>
</div>
<div class="committee_item">
<img alt="HCC Chair" src="src/media/chairs/HCC.webp"
style="object-fit: cover; object-position: top;">
<div class="committee_content">
<h4 class="committee_name">HCC</h4>
<a class="btn btn-primary-x" href="committees/HCC.html">View Committee</a>
<a class="btn btn-secondary" href="src/download/HCC_background_guide.pdf" target="_blank">Background
Guide</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- JavaScript Files (Make sure to include them in this order) -->
<script src="src/js/committees.js"></script>
<!-- JavaScript Files -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- Popper.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.6/umd/popper.min.js"></script>
<!-- Bootstrap JavaScript -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="src/js/license.js"></script>
<script src="src/js/prettyurl.js"></script>
</body>
</html>