-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
625 lines (535 loc) · 30.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Budgetier</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/kaaba white.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<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/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="src/css/selectize.css" rel="stylesheet">
<style>
div > label{
color: #f3b02f !important;
}
</style>
</head>
<body>
<!-- Header -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex justify-content-between align-items-center">
<div class="logo">
<img src="assets/img/kaaba white.png" alt="" class="img-fluid">
<h1><a href="index.html">Budgetier</a></h1>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="active " href="#hero">Home</a></li>
<li><a href="#planning">Planning</a></li>
<li><a href="#required-documents">Documents</a></li>
<li><a href="#about-us">About Us</a></li>
<li><a href="#contact-us">Contact Us</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<main id="main">
<!-- Home Section -->
<section class="hero-section" id="hero">
<div class="wave">
<svg width="100%" height="355px" viewBox="0 0 1920 355" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Apple-TV" transform="translate(0.000000, -402.000000)" fill="#FFFFFF">
<path
d="M0,439.134243 C175.04074,464.89273 327.944386,477.771974 458.710937,477.771974 C654.860765,477.771974 870.645295,442.632362 1205.9828,410.192501 C1429.54114,388.565926 1667.54687,411.092417 1920,477.771974 L1920,757 L1017.15166,757 L0,757 L0,439.134243 Z"
id="Path"></path>
</g>
</g>
</svg>
</div>
<div class="container">
<div class="row align-items-center">
<div class="col-12 hero-text-image">
<div class="row">
<div class="col-lg-7 text-center text-lg-start">
<h1 data-aos="fade-right">Streamline your pilgrimage planning</h1>
<p class="mb-5" data-aos="fade-right" data-aos-delay="100">FInd the cheapest options
available to make your travels more affordable</p>
<p data-aos="fade-right" data-aos-delay="200" data-aos-offset="-500"><a href="#planning"
class="btn btn-outline-white">Start planning</a></p>
</div>
<div class="col-lg-5 iphone-wrap"
style="background-image: url('assets/img/heroimg.png');background-position: top;background-repeat: no-repeat;background-size: contain;"
data-aos="fade-up" x`x`>
<!-- <img src="assets/img/heroimg.png" width="500" alt="Image" class="phone-1" data-aos="fade-right"> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Planning Section -->
<section class="section" id="planning" data-aos="fade-up" data-aos-delay="">
<div class="container">
<div class="row justify-content-center text-center mb-5">
<div class="col-md-5" data-aos="fade-up">
<h2 class="section-heading-01">Pilgrimage Delights <br>Without<br> Financial Frights!</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="feature-1 text-center">
<div class="wrap-icon icon-1">
<img src="./assets/img/madinasymbol.png" alt="" class="umrah-img">
</div>
<h3 class="mb-3">Umrah</h3>
<!--<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem, optio.</p>-->
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="feature-1 text-center">
<div class="wrap-icon icon-1">
<img src="./assets/img/kaaba symbol.png" alt="" class="hajj-img">
</div>
<h3 class="mb-3">Hajj</h3>
<!--<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem, optio.</p>-->
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="200">
<div class="feature-1 text-center">
<div class="wrap-icon icon-1">
<img src="assets/img/ziarat.png" alt="" class="ziarat-img">
</div>
<h3 class="mb-3">Ziarat</h3>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem, optio.</p>-->
</div>
</div>
</div>
<div class="row mt-5" style="border: 1px solid grey; border-radius: 50px; background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), lightblue;">
<div class="offset-md-2 col-md-8 mb-5 mb-md-0 py-5" data-aos="fade-up">
<form id="mainForm">
<div class="alert alert-info" style="display: none;" role="alert"></div>
<div class="row mt-3">
<div class="col-md-6 form-group">
<label for="departurecity">Departure City</label>
<select id="txtDepartureCity"></select>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<label for="txtArrivalCity">Arrival City</label>
<select id="txtArrivalCity"></select>
</div>
</div>
<!-- <div class="row mt-3">
<div class="col-md-6 form-group mt-3">
<label for="txtFromDate">From Date</label>
<input type="date" class="form-control" name="txtFromDate" id="txtFromDate"
required>
</div>
<div class="col-md-6 form-group mt-3">
<label for="todate">To Date</label>
<input type="date" class="form-control" name="txtToDate" id="txtToDate" required>
</div>
</div> -->
<div class="row mt-3">
<div class="col-md-6 form-group mt-3">
<label for="txtAdults">Adults</label>
<input type="number" value="1" onchange="AdultsChanged(this)" class="form-control"
name="txtAdults" id="txtAdults" required>
</div>
<div class="col-md-6 form-group mt-3">
<label for="children">Children</label>
<input type="number" value="0" onchange="ChildrenChanged(this)" class="form-control"
name="txtChildren" id="txtChildren" required>
</div>
</div>
<div class="row mt-3">
<div class="col-md-6 form-group">
<label for="txtAirlines">Airline</label>
<select id="txtAirlines"></select>
</div>
<div class="col-md-6 form-group">
<label for="txtClass">Class</label>
<select id="txtClass">
<Option value="Economy">Economy</Option>
<Option value="Business">Business</Option>
</select>
</div>
</div>
<div class="row mt-5">
<div class="col-12 d-flex justify-content-end">
<button type="button" onclick="AddNewDestination()" disabled id="btnAddNewRow"
class="btn btn-primary btn-sm" style="padding: 10px !important;">Add
Destination</button>
</div>
</div>
<div class="row mt-3">
<table id="tblDestinations" class="table table-striped">
<thead>
<tr>
<th scope="col">Destination</th>
<th scope="col">Transport</th>
<th scope="col">Hotel</th>
<th scope="col">Staying Days</th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr id="table-row-1">
<th scope="row" width="250px">
<select class="txtDestination form-select" disabled
onchange="DestinationChanged(this)"> </select>
</th>
<td width="250px">
<select class="txtTransport form-select" disabled
onchange="TransportChanged(this)"></select>
</td>
<td width="250px">
<select class="txtHotels form-select"
onchange="HotelChanged(this)"></select>
</td>
<td width="250px">
<input type="number" class="txtStayingDays form-control" min="0"
value="1" onchange="DaysChanged(this)">
</td>
<td width="100px">
<button class="btn btn-danger" type="button"
style="padding: 5px !important; margin-top: 10px;"
onclick="RemoveDestination(this)">Remove</button>
</td>
</tr>
</tbody>
</table>
</div>
<div class="row">
<div class="col-md-6 form-group mt-3">
<label for="txtMeals">Meals in a Day</label>
<input type="number" max="3" value="2" min="2" onchange="MealsChanged(this)"
id="txtMeals" class="form-control" />
</div>
<div class="col-md-6 form-group mt-3 d-flex align-items-end justify-content-end">
<span style="font-size: 40px; margin-right: 10px; color: white;" class="mr-5"
id="lblBudget">0.00</span>
<button type="reset" class="btn btn-warning"
style="padding: 10px !important; margin-bottom: 10px;"
onclick="ResetForm()">Reset</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Required Documents -->
<section class="section p-5" id="required-documents">
<div class="row justify-content-center text-center mb-5" data-aos="fade-up">
<h2 class="section-heading-02">Requirements</h2>
</div>
<div class="Requirements" data-aos="fade-up">
<div class="row">
<div class="col-md-6">
<ul class="umrah-req">
<h3>Umrah Requirements </h3>
<li>Umrah visa.</li>
<li>Passport.</li>
<li>Passport size pictures.</li>
<li>Purchased non-refundable flight tickets.</li>
<li>Evidence of a relationship between female pilgrims and their ‘mahram’.</li>
<li>You have to apply for the specific visa you need since you cannot perform Hajj under an
Umrah
visa or vice-versa.</li>
</ul>
</div>
<div class="col-md-6">
<ul class="requi-u">
<h3>Hajj Requirements </h3>
<li>Hajj Visa.</li>
<li>Passport.</li>
<li>Mahram Letter for Females.</li>
<li>Shahadah Certificate (for converts only)</li>
<li>Certificate of Meningitis</li>
<li>Copy of Marriage Certificate </li>
<li>Copy of Birth Certificate for Minors.</li>
</ul>
</div>
</div>
</div>
</section>
<!--Travel Agencies-->
<section class="section" data-aos="fade-up">
<div>
<div class="section-heading justify-content-center align-items-center text-center"
style="padding: 40px;">
<h2>Recommended Travel Agencies</h2>
</div>
<div>
<div class="row">
<div class="col-md-4">
<div class="step">
<a href="https://al-khair.org/" target="_blank">
<h3>Al-Khair</h3>
</a>
<p>Contact: +92 300 0800 717</p>
</div>
</div>
<div class="col-md-4">
<div class="step">
<a href="https://www.arqemhajj.com/" target="_blank">
<h3>ARQEM HAJJ</h3>
</a>
<p>Contact: 111-012-111</p>
</div>
</div>
<div class="col-md-4">
<div class="step">
<a href="https://www.alharamtravel.com/" target="_blank">
<h3>AlHaram Travel</h3>
</a>
<p>Contact: 888-608-1057</p>
</div>
</div>
<div class="col-md-4">
<div class="step">
<a href="https://gerrystravel.com/index.html" target="_blank">
<h3>Garry's Hajj and Umrah</h3>
</a>
<p>Contact: +92-35170951-5</p>
</div>
</div>
<div class="col-md-4">
<div class="step">
<a href="https://alkhalidtours.com/index.html" target="_blank">
<h3>AlKhalid Tours</h3>
</a>
<p>Contact: +91-22-2301 1111</p>
</div>
</div>
<div class="col-md-4">
<div class="step">
<a href="https://www.alharamtravel.com/" target="_blank">
<h3>AlHashmi</h3>
</a>
<p>Contact: +9221-35211012-13</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Us-->
<section class="section py-5 mt-5" style="background: linear-gradient(-45deg, #1391a5, #274685);" id="about-us">
<div class="container">
<div class="row justify-content-center text-center mb-5">
<div class="col-md-4">
<h2 class="section-heading-02">Meet Our Team</h2>
</div>
</div>
<div class="row justify-content-center text-center">
<div class="col-md-7">
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="review text-center">
<h3>Muhammad Hussain Kas</h3>
<blockquote>
<p>Young but talented cybersecurity researcher</p>
</blockquote>
<p class="review-user">
<img src="assets/img/hussain.jpg" alt="Image"
class="img-fluid rounded-circle mb-3">
<span class="d-block">
<span class="text-light">Hussain Kas</span> — cybersecurity
researcher
</span>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="review text-center">
<h3>Syed Zaid Ali</h3>
<blockquote>
<p>A python developer working mostly with chatbots and AI.</p>
</blockquote>
<p class="review-user">
<img src="assets/img/zaid.jpg" alt="Image"
class="img-fluid rounded-circle mb-3">
<span class="d-block">
<span class="text-light">Syed Zaid Ali</span> —Chatbot specialist
</span>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="review text-center">
<h3>Yasir Irfan</h3>
<blockquote>
<p>A 22 year old developer with extreme passion for web based applications
</p>
</blockquote>
<p class="review-user">
<img src="assets/img/yasir.jpeg" alt="Image"
class="img-fluid rounded-circle mb-3">
<span class="d-block">
<span class="text-light">Yasir Irfan</span> — MERN Stack Dev
</span>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="review text-center">
<h3>Syed Shahriyar Ali</h3>
<blockquote>
<p>Develop .Net applications for efficient software solutions. </p>
</blockquote>
<p class="review-user">
<img src="assets/img/shehryar.jpeg" alt="Image"
class="img-fluid rounded-circle mb-3">
<span class="d-block">
<span class="text-light">Syed Shahriyar Ali</span> — .Net
develoepr
</span>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="review text-center">
<h3>Ashhad Ahmed Kamran</h3>
<blockquote>
<p>Analyzes data and extract insights as a Data Scientist.</p>
</blockquote>
<p class="review-user">
<img src="assets/img/ashhad.jpeg" alt="Image"
class="img-fluid rounded-circle mb-3">
<span class="d-block">
<span class="text-light">Ashhad Ahmed</span> — data scientist
</span>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="review text-center">
<h3>Muhammad Shaheer Jamal</h3>
<blockquote>
<p>Develops engaging user interfaces as a Front End Developer.</p>
</blockquote>
<p class="review-user">
<img src="assets/img/shaheer.jpeg" alt="Image"
class="img-fluid rounded-circle mb-3">
<span class="d-block">
<span class="text-light">Shaheer Jamal</span> — React.js
developer
</span>
</p>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Us-->
<section class="section section-contact" id="contact-us">
<div class="container" id="contact-us-container">
<div class="row mb-5 align-items-end">
<div class="col-md-6 mx-auto text-center" data-aos="fade-up">
<h2>Contact Form</h2>
</div>
</div>
<div class="offset-md-3 col-md-6 mb-5 mb-md-0 " data-aos="fade-up">
<form action="#" method="" role="form" class="php-email-form">
<div class="row">
<div class="col-md-12 form-group mt-3 mt-md-0">
<label for="name" style="color: black !important;">Email</label>
<input type="email" class="form-control w-100" name="email" id="email" required>
</div>
<div class="col-md-12 form-group mt-3">
<label for="name" style="color: black !important;">Subject</label>
<input type="text" class="form-control" name="subject" id="subject" required>
</div>
<div class="col-md-12 form-group mt-3">
<label for="name" style="color: black !important;">Message</label>
<textarea class="form-control" name="message" required></textarea>
</div>
<div class="col-md-12 mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="offset-md-6 col-md-6 form-group">
<input type="submit" class="btn btn-primary d-block w-100" value="Send Message">
</div>
</div>
</form>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer" role="contentinfo">
<div class="container">
<div class="row">
<div class="col-md-4 d-flex align-items-center">
<h1><a class="text-light" href="#home">Budgetier</a></h1>
</div>
<div class="col-md-4 ms-auto">
<div class="row site-section pt-0">
<div class="Services">
<h3 class="text-light">Services</h3>
<ul class="list-unstyled">
<li>Umrah</li>
<li>Hajj</li>
<li>Ziarat</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<h3 class="text-light">About Budgetier</h3>
<p>Budgetier provides you a platform to plan your pilgrimage expenses efficiently,
offering valuable insights and tips to optimize your financial resources.
We provide ultimate solution for affordable flights and budgeting assistance for Hajj,
Umrah, and Ziyarat.
</p>
</div>
</div>
<div class="row justify-content-center text-center">
<div class="col-md-7">
</div>
</div>
</div>
</footer>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="src/js/data/flights.js"></script>
<script src="src/js/data/hotels.js"></script>
<script src="src/js/data/transport.js"></script>
<script src="src/js/libraries/jquery-3.7.0.min.js"></script>
<script src="src/js/libraries/selectize.js"></script>
<script src="src/js/libraries/underscore-min.js"></script>
<script src="src/js/script.js"></script>
</body>
</html>