-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvenue_and_payments.html
325 lines (282 loc) · 12.4 KB
/
venue_and_payments.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
<!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="">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>WESMUN - Venue and Payment</title>
<!-- bootstrap core css -->
<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">
<!--owl slider stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" rel="stylesheet"
type="text/css"/>
<!-- 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 -->
<style>
@media (max-width: 1300px) {
}
@media (max-width: 1120px) {
}
@media (max-width: 992px) {
.hero_area {
min-height: auto;
}
.hero_area {
background: linear-gradient(130deg, #57465c, #57465c);
}
.hero_area .hero_bg_box {
display: none;
}
.slider_section {
padding: 45px 0 75px 0;
}
.custom_nav-container .navbar-nav {
padding-top: 15px;
align-items: center;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
padding: 5px 25px;
margin: 5px 0;
}
}
@media (max-width: 576px) {
.header_section .header_top .contact_nav a span {
display: none;
}
}
@media (max-width: 480px) {
.slider_section .detail-box h1 {
font-size: 2rem;
}
.track_section form {
flex-direction: column;
align-items: flex-start;
}
.track_section form input {
width: 100%;
}
.track_section form button {
padding: 10px 60px;
margin-top: 10px;
}
}
@media (max-width: 420px) {
.service_section .box {
flex-direction: column;
}
}
@media (max-width: 376px) {
}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
}
</style>
<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="" src="src/media/Background.png">
</div>
</div>
<!-- header section strats -->
<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=""> </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>
<!-- Payment section -->
<section class="payment_section layout_padding" style="text-align: center; margin-bottom: 10px;">
<div class="payment_container">
<div class="container">
<div class="heading_container heading_center">
<h2>
<span>Payment</span> Information
</h2>
<p>
Please select the appropriate registration form below.
</p>
<br><br>
</div>
<div class="committee_list-4">
<div class="committee_item">
<div class="committee_content">
<h5 class="committee_name">
External Delegate Registration
</h5><br>
<a class="btn btn-primary-x" href="https://forms.gle/VSaVuzEa2vUMDSht9" target="_blank">
Register Now
</a>
</div>
</div>
<div class="committee_item">
<div class="committee_content">
<h5 class="committee_name">
Internal Delegate Registration
</h5><br>
<a class="btn btn-primary-x" href="https://forms.gle/HHHLXDKgyqmemaco6" target="_blank">
Register Now
</a>
</div>
</div>
<div class="committee_item">
<div class="committee_content">
<h5 class="committee_name">
Payment Form for Chairs, Directors, and Team Members
</h5>
<a class="btn btn-primary-x" href="https://forms.gle/LC7TkDDo7QNJcVdt7" target="_blank">
Pay Now
</a>
</div>
</div>
</div>
<br><br>
<div class="payment_instructions">
<h3>Payment Instructions</h3>
<p><strong>Late Registration:</strong> AED 240 with the payment deadline set at 10th January 2025 by
11:59pm.</p>
<h4>Internal Delegates</h4>
<p>
<i class="fa fa-university"></i> Please transfer the payment via GEMS Connect and email the receipt
to:
<strong>[email protected]</strong><br>
<em>Subject: (Your Name) - Internal Delegate</em>
</p>
<h4>External Delegates</h4>
<p>
<i class="fa fa-bank"></i> Please transfer the payment via wire (bank) transfer to the following
details:<br>
<strong>Account Name:</strong> Wesgreen International PVT School<br>
<strong>Beneficiary Address:</strong> Sharjah, UAE<br>
<strong>Account No:</strong> 97520206527201<br>
<strong>Bank Address:</strong> Dubai Islamic Bank, UAE<br>
<strong>IBAN:</strong> AE360240097520206527201<br>
<strong>Swift Code:</strong> DUIBAEAD<br>
<br>
<i class="fa fa-envelope"></i> Email the receipt to: <strong>[email protected]</strong><br>
<em>Subject: (Your Name) - External Delegate</em>
</p>
</div>
</div>
</div>
</section>
<!-- end Payment section -->
<!-- service section -->
<section class="service_section layout_padding" style="text-align: center; margin-bottom: 10px;">
<div class="service_container">
<div class="container">
<div class="heading_container heading_center">
<h2>
Our <span>Venue</span>
</h2>
</div>
<div class="row justify-content-center">
<div class="col-md-4">
<div class="box">
<div class="detail-box">
<h5>
Wesgreen International School
</h5>
<p>
Check Out Our Campus and their details over here
</p>
<a href="https://www.wesgreeninternationalschool-sharjah.com/en/About-Us/Campus-and-Location/Location"
style="color: #57465c;">
Read More
</a>
<a class="btn"
href="https://www.google.com/maps?client=opera-gx&oe=UTF-8&um=1&ie=UTF-8&fb=1&gl=ae&sa=X&geocode=Kd3acW0J9fU-MfEZAskAHxsG&daddr=Unnamed+Road+-+Sharjah"
style="transition: background-color 0.3s, color 0.3s; color: #57465c;" target="_blank">
<i aria-hidden="true" class="fa fa-map-marker"></i> Directions
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end service section -->
<!-- JavaScript Files (Make sure to include them in this order) -->
<!-- jQuery -->
<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>