-
Notifications
You must be signed in to change notification settings - Fork 6
/
practicalities.html
669 lines (643 loc) · 39.9 KB
/
practicalities.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
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K9NL9QCYZR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-K9NL9QCYZR");
</script>
<meta charset="utf-8" />
<title>
Practicalities - Ruby Conf Africa 2024- Ruby Conf Africa 2024 - Leading
Ruby Developers Conference in Nairobi, Kenya
</title>
<meta name="description"
content="Practicalities. On this page you’ll find our A-Z of Practicalities for RubyConf Africa 2024." />
<!-- Favicon -->
<!-- <link rel="shortcut icon" href="images/favicons/favicon.ico" type="image/x-icon"> -->
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<!-- For browsers requiring 16x16 px favicon -->
<link rel="icon" type="image/png" sizes="16x16" href="images/favicons/favicon-16x16.png" />
<!-- For browsers requiring 32x32 px favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="images/favicons/favicon-32x32.png" />
<!-- <link rel="icon" href="images/logo/ruby.svg" type="image/x-icon"> -->
<!-- For Apple devices -->
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="images/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="images/favicons/favicon-16x16.png" />
<link rel="manifest" href="site.webmanifest" />
<meta name="apple-mobile-web-app-title" content="Practicalities - Ruby Conf Africa 2024" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- For Android devices -->
<meta name="theme-color" content="#ffffff" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="application-name" content="Practicalities - Ruby Conf Africa 2024" />
<link rel="icon" type="image/png" sizes="192x192" href="images/favicons/android-chrome-192x192.png" />
<link rel="icon" type="image/png" sizes="512x512" href="images/favicons/android-chrome-512x512.png" />
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/bootstrapV5.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link href="css/responsive.css" rel="stylesheet" />
<!--Color Switcher Mockup-->
<link href="css/color-switcher-design.css" rel="stylesheet" />
<!-- Meta Tags for Responsive Design -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<!-- Open Graph meta tags -->
<meta property="og:title" content="Practicalities - Ruby Conf Africa 2024" />
<meta property="og:description"
content="Practicalities. On this page you’ll find our A-Z of Practicalities for RubyConf Africa 2024." />
<meta property="og:image" content="https://rubyconf.africa/images/logo/arclogo.png" />
<meta property="og:url" content="https://rubyconf.africa/code-of-conduct.html" />
<meta property=" og:type" content="website" />
<meta property="og:site_name" content="Ruby Conf Africa 2024" />
<!--[if lt IE 9
]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script
><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
<!-- JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "Conduct - Ruby Conf Africa 2024",
"description": "Practicalities. On this page you’ll find our A-Z of Practicalities for RubyConf Africa 2024.",
"image": "https://rubyconf.africa/images/logo/arc_logo_coloured.png",
"startDate": "2024-07-26T09:00",
"endDate": "2024-07-27",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"location": {
"@type": "Place",
"name": "Argyle Grand Hotel",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "Nairobi",
"postalCode": "JWW4+R5W",
"addressCountry": "KE"
}
}
}
</script>
</head>
<body>
<!-- Skeleton loader -->
<!-- <div class="skeleton-loader">
<div class="skeleton-date"></div>
<div class="skeleton-header"></div>
<div class="skeleton-details"></div>
<div class="skeleton-footer"></div>
</div> -->
<div class="page-wrapper">
<!-- Preloader -->
<!-- <div class="preloader"></div> -->
<!-- Header span -->
<!-- Header Span -->
<span class="header-span"></span>
<!-- Main Header-->
<header class="main-header header-style-two">
<div class="main-box">
<div class="auto-container clearfix">
<div class="logo-box">
<div class="logo">
<a href="index.html"><img src="images/logo/arc_logo_coloured.png"
alt="Africa Ruby Community Logo - Building a vibrant Ruby community in Africa"
title="" /></a>
</div>
</div>
<!--Nav Box-->
<div class="nav-outer clearfix">
<!--Mobile Navigation Toggler-->
<div class="mobile-nav-toggler">
<span class="icon flaticon-menu"></span>
</div>
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md navbar-light">
<div class="navbar-header">
<!-- Toggle Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="icon flaticon-menu-button"></span>
</button>
</div>
<div class="collapse navbar-collapse clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About</a></li>
<li class="dropdown">
<a href="speakers.html">Speakers</a>
<ul>
<li><a href="speakers.html">Speakers</a></li>
<li>
<a href="https://www.papercall.io/rubyconfafrica2024"
target="_blank">CFP</a>
</li>
</ul>
</li>
<li><a href="tickets.html">Tickets</a></li>
<li><a href="contact.html">Contact</a></li>
<li class="current dropdown">
<a href="practicalities.html">Attendee Guide</a>
<ul>
<li>
<a href="practicalities.html">Attendee Guide</a>
</li>
<li>
<a href="code-of-conduct.html">Code of Conduct</a>
</li>
</ul>
</li>
</ul>
</div>
</nav>
<!-- Main Menu End-->
<!-- Outer box -->
<!-- <div class="outer-box">
<div class="btn-box">
<a
href="tickets.html"
target="_blank"
class="theme-btn btn-style-one"
>
<span class="btn-title">Get Tickets</span></a
>
</div>
</div> -->
</div>
</div>
</div>
<!-- Mobile Menu -->
<div class="mobile-menu">
<div class="menu-backdrop"></div>
<div class="close-btn">
<span class="icon flaticon-cancel-1"></span>
</div>
<!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header-->
<nav class="menu-box">
<div class="nav-logo">
<a href="index.html"><img src="images/logo/arc_logo_coloured.png" alt="Africa Ruby
Community Logo - Building a vibrant Ruby community in Africa""
title=""></a
>
</div>
<ul class=" navigation clearfix">
<!--Keep This Empty / Menu will come through Javascript-->
</ul>
</nav>
</div>
<!-- End Mobile Menu -->
</header>
<!--End Main Header -->
<!-- Disable page title banner -->
<!--Page Title Banner-->
<!--End Page Title Banner-->
<!-- Practicalities Section -->
<section class="about-section">
<div class="anim-icons full-width">
<span class="icon icon-circle-blue wow fadeIn"></span>
<span class="icon icon-circle-1 wow zoomIn"></span>
</div>
<div class="auto-container">
<div class="row">
<!-- Content Column -->
<div class="col-full-width">
<div class="sec-title top-pd-mobile">
<span class="title">RUBYCONF AFRICA 2024</span>
<h2>Attendee Guide </h2>
<div class="text">
Explore our A-Z comprehensive guide for
<b>RubyConf Africa 2024</b>. We keep this information current,
so anticipate updates as the event draws nearer. Last updated
on <strong>May 15th, 2024</strong>.
</div>
<h3 class="text-2xl text-gray-800 font-semibold mb-4 mt-4">
Travel Authorisations
</h3>
<div class="mt-4 mb-2 fs-6">
<b>Travelling to Kenya for Ruby Conf Africa 2024</b>
</div>
<div class="mb-4">
There are no visa requirements for any traveller visiting
Kenya however you must complete your
<strong>Electronic Travel Authorisation</strong> (eTA) prior
to travel to Kenya.
</div>
<div class="accordion" id="accordionFlushExample">
<div class="accordion-item rounded-4">
<button class="accordion-button collapsed rounded-2" type="button"
data-bs-toggle="collapse" data-bs-target="#flush-collapseTwo"
aria-expanded="false" aria-controls="flush-collapseTwo">
<b>What is the eTA fee for travellers?</b>
</button>
<div id="flush-collapseTwo" class="accordion-collapse collapse"
data-bs-parent="#accordionFlushExample">
<div class="px-4 my-4">
The eTA fee is <strong>USD 32.50</strong> per traveller, plus
bank and processing fees.
</div>
</div>
</div>
<div class="accordion-item rounded-4">
<button class="accordion-button collapsed rounded-2" type="button"
data-bs-toggle="collapse" data-bs-target="#flush-collapseThree"
aria-expanded="false" aria-controls="flush-collapseThree">
<b>Who should apply for the eTA?</b>
</button>
<div id="flush-collapseThree" class="accordion-collapse collapse"
data-bs-parent="#accordionFlushExample">
<div class="px-4 my-4">
All foreign visitors must apply for an eTA unless they are
holders of valid Kenya Permanent Residence, Work Permits and
Passes.
</div>
<div class="px-4 my-4">
Passport holders from the following
<strong>EAC</strong> countries are exempted from applying to
an eTA:
<i>Burundi, Democratic Republic of Congo, Rwanda, South Sudan,
Tanzania and Uganda</i>.
</div>
<div class="px-4 my-4">
<strong>Important Note:</strong> The eTA application collects
biographic information and answers to eligibility questions
from the traveller. Applications are usually processed within
<strong>3 days</strong>, but in some cases it may take longer.
<strong>We recommend applying for your eTA 2 weeks prior to
travel</strong>. You can submit your application up to 3 months
prior to
travel.
</div>
<div class="px-4 my-4">
<i>We highly recommend that you apply as soon as you have
booked your accommodation and transport tickets.</i>
</div>
</div>
</div>
<div class="accordion-item rounded-4">
<button class="accordion-button collapsed rounded-2" type="button"
data-bs-toggle="collapse" data-bs-target="#flush-collapseFour"
aria-expanded="false" aria-controls="flush-collapseFour">
<b>How to Apply for your eTA?</b>
</button>
<div id="flush-collapseFour" class="accordion-collapse collapse"
data-bs-parent="#accordionFlushExample">
<div class="px-4 my-4">
Applications are made through the official Kenyan Electronic
Travel Authority website:
<a href="https://www.etakenya.go.ke/en">eTA Kenya</a>.
</div>
</div>
</div>
<div class="accordion-item rounded-4">
<button class="accordion-button collapsed rounded-2" type="button"
data-bs-toggle="collapse" data-bs-target="#flush-collapseFive"
aria-expanded="false" aria-controls="flush-collapseFive">
<b>Do I need any vaccinations to enter Kenya?</b>
</button>
<div id="flush-collapseFive" class="accordion-collapse collapse"
data-bs-parent="#accordionFlushExample">
<div class="px-4 my-4">
To enter Kenya, you must have a certificate to prove you’ve
had a yellow fever vaccination if you’re coming from a
<a href="https://nathnacyfzone.org.uk/factsheet/65/countries-with-risk-of-yellow-fever-transmission"
target="_blank">
country listed as a transmission risk.
</a>
</div>
<div class="px-4 my-4">
For full details about medical entry requirements and
recommended vaccinations, see
<a
href="https://travelhealthpro.org.uk/country/117/kenya#Vaccine_Recommendations">TravelHealthPro’s
Kenya guide</a>
</div>
</div>
</div>
<div class="accordion-item rounded-4">
<button class="accordion-button collapsed rounded-2" type="button"
data-bs-toggle="collapse" data-bs-target="#flush-collapseSix"
aria-expanded="false" aria-controls="flush-collapseFive">
<b>What Documents are needed for your ETA Application?</b>
</button>
<div id="flush-collapseSix" class="accordion-collapse collapse"
data-bs-parent="#accordionFlushExample">
<div class="px-4 my-4">
Please have the following documents ready before starting your
application.
</div>
<ul class="list-style-one">
<li>
Valid passport for at least six (6) months after your
planned date of arrival into Kenya, with at least one blank
page
</li>
<!-- <li>
Holders of Kenya Permanent Residence, valid Work Permits and
Passes.
</li> -->
<li>
Recent passport picture OR a selfie picture taken during
application process.
</li>
<li>Contact details (home address, telephone, email).</li>
<li>
Travel information and flight itinerary (arrival flight
number, date of departure of initial flight in case of
connecting flights)
</li>
<li>
Proof of booking for the hotel you will be staying at (if
staying with friends, a letter of invitation is accepted)
</li>
<li>
Credit/Debit card information for payment, if applicable.
</li>
<li>Conference invitation or participation letter</li>
</ul>
<div class="px-4 my-4">
<i>To obtain the conference invitation or participation letter
<a
href="mailto:[email protected]">[email protected]</a>
with the following details to provide you with the
letter.</i>
</div>
<div class="text">
<b>Additional documents may be required based on your country
of residence and citizenship.</b>
</div>
<ul class="list-style-one">
<li>This could include financial assets / bank letter(s).</li>
</ul>
</div>
</div>
<!--Hotel recommendation section -->
<h3 class="text-2xl text-gray-800 font-semibold mb-4 mt-4">
Hotel Recommendations
</h3>
<p class="text-gray-600 mb-4">
We have curated a selection of top-rated hotels, all within
close proximity to our venue. Catering to various preferences
and budgets, these options ensure convenience and comfort
during your stay. For any inquiries, please write to us at
<a href="mailto:[email protected]">[email protected]</a>.
</p>
<ul class="list-style-one">
<li>
<a href="/documents/hotel-recommendations/hotels.pdf" target="_blank">
View Detailed Hotel Recommendations
</a>
</li>
</ul>
<!--end of hotels section-->
<h3 class="text-2xl text-gray-800 font-semibold mb-4 mt-4">
Tourist Attractions in Kenya: A Guide for International
Speakers & Guests
</h3>
<div class="accordion" id="accordionFlushExample">
<div class="accordion-item rounded-4">
<button class="accordion-button collapsed rounded-2" type="button"
data-bs-toggle="collapse" data-bs-target="#flush-collapseOne"
aria-expanded="false" aria-controls="flush-collapseOne">
<div>
<b>Experiencing Wildlife in Nairobi and Beyond:</b>
</div>
</button>
<div id="flush-collapseOne" class="accordion-collapse collapse"
data-bs-parent="#accordionFlushExample">
<ul class="list-style-one px-4 my-2">
<li>
<div class="text">
<b>Nairobi National Park:</b> Witness lions, zebras,
giraffes, and rhinos just a short drive from Nairobi's
city centre. Take a game drive or bike through the park
for a thrilling safari experience.
</div>
</li>
<li>
<div class="text">
<b>Giraffe Centre:</b> Get up close and personal with
endangered Rothschild's giraffes at this non-profit
sanctuary. You can even feed these gentle giants!
</div>
</li>
<li>
<div class="text">
<b>David Sheldrick Wildlife Trust:</b> Visit the orphanage
and learn about the Trust's efforts to rescue and
rehabilitate orphaned elephants. Witness heartwarming
scenes of elephant calves being cared for.
</div>
</li>
</ul>
</div>
</div>
<div class="accordion-item rounded-4">
<button class="accordion-button collapsed rounded-2" type="button"
data-bs-toggle="collapse" data-bs-target="#flush-collapseTwo"
aria-expanded="false" aria-controls="flush-collapseTwo">
<div>
<b>Exploring Nairobi's Cultural Gems:</b>
</div>
</button>
<div id="flush-collapseTwo" class="accordion-collapse collapse"
data-bs-parent="#accordionFlushExample">
<ul class="list-style-one px-4 my-4">
<li>
<div class="text">
<b>Nairobi National Museum:</b> Immerse yourself in
Kenya's rich history and culture through exhibits on human
evolution, wildlife, and traditional artifacts.
</div>
</li>
<li>
<div class="text">
<b>Karen Blixen Museum:</b> Step back in time and explore
the home of Danish author Karen Blixen, made famous by the
book and film "Out of Africa."
</div>
</li>
<li>
<div class="text">
<b>Bomas of Kenya:</b> Experience traditional Kenyan
culture through dance performances, demonstrations of
daily life, and authentic homesteads representing various
ethnic groups.
</div>
</li>
<li>
<div class="text">
<b>Uhuru Park:</b> Relax in Nairobi's largest park,
offering a lake, boat rides, monuments, and a chance to
mingle with locals.
</div>
</li>
</ul>
</div>
</div>
<div class="accordion-item rounded-4">
<button class="accordion-button collapsed rounded-2" type="button"
data-bs-toggle="collapse" data-bs-target="#flush-collapseThree"
aria-expanded="false" aria-controls="flush-collapseThree">
<div>
<b>Beyond Nairobi:</b>
</div>
</button>
<div id="flush-collapseThree" class="accordion-collapse collapse"
data-bs-parent="#accordionFlushExample">
<div class="px-4 my-4">
For a truly unforgettable adventure, consider venturing
beyond Nairobi:
</div>
<ul class="list-style-one">
<li>
<div class="text">
<b>Maasai Mara National Reserve:</b> Witness the
awe-inspiring wildebeest migration and witness the diverse
wildlife this reserve is famous for.
</div>
</li>
<li>
<div class="text">
<b>Amboseli National Park:</b> Marvel at herds of
elephants against the backdrop of Mount Kilimanjaro,
Africa's highest peak
</div>
</li>
<li>
<div class="text">
<b>Lake Nakuru National Park:</b> See a spectacular
concentration of flamingos along with rhinos, lions, and
other wildlife.
</div>
</li>
</ul>
</div>
</div>
<div class="accordion-item rounded-4">
<button class="accordion-button collapsed rounded-2" type="button"
data-bs-toggle="collapse" data-bs-target="#flush-collapseFour"
aria-expanded="false" aria-controls="flush-collapseFour">
<div>
<b>Additional Activities:</b>
</div>
</button>
<div id="flush-collapseFour" class="accordion-collapse collapse"
data-bs-parent="#accordionFlushExample">
<ul class="list-style-one px-4 my-2">
<li>
<div class="text">
<b>Karura Forest:</b> Hike or bike through this expansive
indigenous forest, a welcome escape from the city.
</div>
</li>
<li>
<div class="text">
<b>Ngong Hills:</b> Hike or take a zipline adventure on
these scenic hills overlooking the Great Rift Valley.
</div>
</li>
<li>
<div class="text">
<b>Shopping:</b> Explore Nairobi's vibrant markets like
the Maasai Market for souvenirs and local crafts. Upscale
malls like The Village Market and Two Rivers Mall offer a
variety of shops and restaurants.
</div>
</li>
</ul>
</div>
</div>
<div class="text">
<b>Remember, this is just a starting point!</b> Kenya has a
wealth of other attractions to discover. Be sure to consult
with your travel agent or do further research online to find
experiences that suit your interests and time constraints.
</div>
</br>
<ul class="list-style-one">
<li>
<a href="/documents/hotel-recommendations/tourist-guide.pdf"
target="_blank">
View Detailed Tourist Attractions in Kenya
</a>
</li>
</ul>
<div class="text">
<b>Enjoy your time in Kenya!</b>
</div>
<!-- [Insert New Registration Link] -->
<div class="btn-box mt-2">
<a href="tickets.html" class="theme-btn btn-style-three"><span
class="btn-title">Register
Now</span></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--End Practicalities Section -->
<!-- Main Footer -->
<div id="footer-placeholder"></div>
<!-- End Footer -->
</div>
<!--End pagewrapper-->
<!-- Color Palate / Color Switcher -->
<div class="color-palate">
<div class="color-trigger">
<i class="fa fa-cog"></i>
</div>
<div class="color-palate-head">
<h6>Choose Your Demo</h6>
</div>
<ul class="box-version option-box">
<li>Full width</li>
<li class="box">Boxed</li>
</ul>
<ul class="rtl-version option-box">
<li>LTR Version</li>
<li class="rtl">RTL Version</li>
</ul>
<div class="palate-foo">
<span>You will find much more options for colors and styling in admin
panel. This color picker is used only for demonstration
purposes.</span>
</div>
<a href="#" class="purchase-btn">Purchase now</a>
</div>
<!-- End Color Switcher -->
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html">
<span class="fa fa-angle-double-up"></span>
</div>
<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrapV5.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/appear.js"></script>
<script src="js/owl.js"></script>
<script src="js/wow.js"></script>
<script src="js/script.js"></script>
<!-- Color Setting -->
<script src="js/color-settings.js"></script>
<!-- Skeleton Loading -->
<!-- <script src="js/skeleton-loader.js"></script> -->
<script src="js/lazysizes.min.js" async=""></script>
<!-- Include the footer using jQuery -->
<script>
$(function () {
$("#footer-placeholder").load("footer.html");
});
</script>
</body>
</html>