-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperiences.html
625 lines (502 loc) · 24.5 KB
/
experiences.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 name="viewport" content="width=device-width, initial-scale=1.0">
<title>Experiences</title>
<link rel ='stylesheet' href="index.css">
<!-- swiper link -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css"
/>
<!-- hamburger menu link- font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- font link -->
<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=DM+Serif+Text&family=Montserrat:wght@200;700&family=Poppins:wght@200;600&family=Source+Sans+Pro&display=swap" rel="stylesheet">
<!-- javascript code -->
<!-- <script src="script.js"></script> -->
<link rel="icon" href="images/image-removebg-preview.png">
</head>
<body>
<section class = "header">
<a href="index.html" class="logo"><img src ="images/image-removebg-preview.png" alt ="logo"></a>
<nav class="navbar">
<a href="index.html">Home</a>
<a href="about.html" >About</a>
<a href="experiences.html" >Experiences</a>
<a href="packages.html" >Packages</a>
<a href="bookings.html" >Bookings</a>
</nav>
<div id="menu-btn" class="fa fa-bars">
</div>
</section>
<!-- <div class="heading" style = "background:url(images/obudu-mountain-resort.jpg) no-repeat">
<h1>Experiences</h1> </div> -->
<section class="experiences">
<div><h1 class ="heading-title1">Experiences </h1>
<hr></div>
<div class="search-bar">
<form action="" class="search">
<input type="text" id="search-item" placeholder="search a tour, city or state" name="q" onkeyup="search()">
<button type="submit"><i class="fa-solid fa-magnifying-glass"></i></button>
</form>
<p>don't see what you're looking for? let us know in our <a href="contact.html">contact form </a> and we can add it in the future</p>
<div id="buttons">
<button class="btn" onclick="filterProduct('All')">
All </button>
<button class="btn" onclick="filterProduct('Museums')">
Museums </button>
<button class="btn" onclick="filterProduct('Attractions')">
Natural Attractions </button>
<button class="btn" onclick="filterProduct('events')">
events </button>
</div>
</div>
</div>
<section class ="sub-experience" id="experience">
<div class="screen-container">
<!-- <div class="sidebar">
<h4> <b> Filter by: </b></h4>
<h4> <b> Experience </b></h4>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
<label class="form-check-label" for="flexCheckDefault">
Museum
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
<label class="form-check-label" for="flexCheckDefault">
Natural Attraction
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckChecked" checked>
<label class="form-check-label" for="flexCheckChecked">
Festival
</label>
</div>
<h4> <b> Category </b></h4>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
<label class="form-check-label" for="flexCheckDefault">
18+
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
<label class="form-check-label" for="flexCheckDefault">
Family
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckChecked" checked>
<label class="form-check-label" for="flexCheckChecked">
Eats
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckChecked" checked>
<label class="form-check-label" for="flexCheckChecked">
Groups
</label>
</div>
-->
<!-- </div> -->
<div class="experiences-info">
<div><h1 class ="heading-title">Museums </h1>
<hr></div>
<div class ="box-container">
<div class="box">
<div class="image">
<image src="musuems/gudan_makama.jpg" alt="carnival woman"></image>
</div>
<div class="content">
<div class="rating"> <i class="fa fa-star"></i> <i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa-regular fa-star"></i> </div>
<h3>Gidan makama Museum<br><i class="fas fa-map-marker-alt"></i> kano</a></h3>
<p>This building served as temporary palace of Sarakunan Hausa of Kano before the current palace Gidan Rumfa was constructed ... </p>
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category4"> Eats</div> <br>
<a href="bookings.html" class="btn">book now</a> <br>
</div>
</div>
<div class="box">
<div class="image">
<image src="musuems/Old_Residency_museum.jpg" alt="carnival woman"></image>
</div>
<div class="content">
<div class="rating"> <i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i></div>
<h3>old residency Museum<br><i class="fas fa-map-marker-alt"></i> Calabar</a></h3>
<p>The museum previously housed british colonial leaders. It holds the largest repository of nigerian documents... </p>
<!-- nigerian documents and artefacts in the world -->
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category4"> Eats</div>
<br>
<a href="bookings.html" class="btn">book now</a>
</div>
</div>
<div class="box">
<div class="image">
<image src="musuems/national-museum-lagos" alt="carnival woman"></image>
</div>
<div class="content">
<div class="rating"> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> </div>
<h3> National Museum <br> <i class="fas fa-map-marker-alt"></i> benin </h3>
<p>Established in 1973, the museum serves as a custodian of Nigeria's rich and cultural heritage.. </p>
<!-- The entrance fee is set at 300 naira for adults, 200 naira for children, and 1000 naira for foreign visitors. -->
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category4"> Eats</div>
<div class = "category6"> Paid</div>
<br> <a href="bookings.html" class="btn">book now</a>
</div>
</div>
<div class="box">
<div class="image">
<image src="musuems/kaduna-national.jpg" alt="Ogbunike-Cave"></image>
</div>
<div class="content">
<div class="rating"> <i class="fa fa-star"></i> <i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa-regular fa-star"></i> </div>
<h3>kaduna national musuem<br><i class="fas fa-map-marker-alt"></i> kaduna</a></h3>
<p>founded in 1975, The museum itself is an architectural marvel, featuring traditional Hausa building structures ... </p>
<!-- made from mud and thatch. Its distinct design adds to the allure of the museum, making it a must-visit destination for tourists... -->
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category4"> Eats</div>
<br>
<a href="#" class="btn">book now</a>
</div>
</div>
<div class="box">
<div class="image">
<image src="musuems/esie-museum.jpg" alt="carnival woman"></image>
</div>
<div class="content">
<div class="rating"><i class="fa fa-star"></i> <i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa-regular fa-star"></i> </div>
<h3>Esie Museum<br><i class="fas fa-map-marker-alt"></i> kwara</a></h3>
<p>The museum once housed over one thousand tombstone figures or images representing human beings. It is reputed to... </p>
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category4"> Eats</div>
<br>
<a href="bookings.html" class="btn">book now</a>
</div>
</div>
<!-- <div class="box">
<div class="image">
<image src="musuems/jos-museum.jpeg" alt="carnival woman"></image>
</div>
<div class="content">
<div class="rating"> <i class="fa fa-star"></i> <i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa-regular fa-star"></i> </div>
<h3>jos musuem<br><i class="fas fa-map-marker-alt"></i> jos</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sodales hendrerit odio, vel pretium mauris aliquam at... </p>
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category4"> Eats</div>
<br>
<a href="bookings.html" class="btn">book now</a>
</div>
</div> -->
<!-- <div class="box">
<div class="image">
<image src="packages/art-tech-district-package.jpg" alt="carnival woman"></image>
</div>
<div class="content">
<div class="rating"> <i class="fa fa-star"></i> <i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa-regular fa-star"></i> </div>
<h3>Discovery musuem<br><i class="fas fa-map-marker-alt"></i> abuja</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sodales hendrerit odio, vel pretium mauris aliquam at... </p>
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category4"> Eats</div>
<br> <a href="bookings.html" class="btn">book now</a>
</div>
</div> -->
<!-- <div class="box">
<div class="image">
<image src="musuems/edo.jpg" alt="carnival woman"></image>
</div>
<div class="content">
<div class="rating"><i class="fa fa-star"></i> <i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa-regular fa-star"></i> </div>
<h3> edo musuem of west african art<br><i class="fas fa-map-marker-alt"></i> edo</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit... </p>
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category4"> Eats</div> <br>
<a href="bookings.html" class="btn">book now</a>
</div>
</div> -->
</div>
<button class="view-more-button" onclick="filterProduct('events')">
View More </button>
<h1 class ="heading-title">Natural Attractions </h1>
<hr>
<div class ="box-container">
<div class="box">
<div class="image">
<image src="images/obudu-holy-mountain.jpg" alt="carnival woman"></image>
</div>
<div class="content">
<h3>Obudu holy mountain<br><i class="fas fa-map-marker-alt"></i> Calabar</a></h3>
<p>The Obudu mountain resort has attractions ranging from a mini waterfall, tree house, canopy walkway, natural swimming pool... </p>
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category5"> Groups 10+</div>
<br>
<a href="bookings.html" class="btn">book now</a>
</div>
</div>
<div class="box">
<div class="image">
<image src="festivals/Agbokim_Waterfalls,_Agbokim,_Cross_River_state.jpg" alt="carnival woman"></image>
</div>
<div class="content">
<h3>Agbokim Waterfall<br><i class="fas fa-map-marker-alt"></i> Calabar</a></h3>
<p>Agbokim waterfalls are situated in the Etung local government area of Cross River State in the South-South region of Nigeria.... </p>
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category5"> Groups 10+</div>
<br>
<a href="bookings.html" class="btn">book now</a>
</div>
</div>
<div class="box">
<div class="image">
<image src="images/Ogbunike-Cave.jpg" alt="Ogbunike-Cave"></image>
</div>
<div class="content">
<h3>Ogbunike Cave<br><i class="fas fa-map-marker-alt"></i> Anambra</a></h3>
<p>Ogbunike Caves are situated in a valley with tropical rain forest behind the "Ogba" hills in which lies St. Monica College... </p>
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category5"> Groups 10+</div>
<br>
<a href="#" class="btn">book now</a>
</div>
</div>
<div class="box">
<div class="image">
<image src="festivals/yankari.jpg"carnival woman"></image>
</div>
<div class="content">
<h3>Yankari game reserve<br><i class="fas fa-map-marker-alt"></i> bauchi </a></h3>
<p>
Yankari Resort & Safari is a large wildlife park located in the south-central part of Bauchi State, in northeastern Nigeria... </p>
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category5"> Groups 10+</div>
<br>
<a href="bookings.html" class="btn">book now</a>
</div>
</div>
<div class="box">
<div class="image">
<image src="festivals/igosi.jpg" alt="carnival woman"></image>
</div>
<div class="content">
<h3>Ikogosi warm springs <br><i class="fas fa-map-marker-alt"></i> ekiti </a></h3>
<p>Flowing abreast the warm spring is another cold spring which meets the warm spring at a confluence, each maintaining its ... </p>
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category5"> Groups 10+</div>
<br>
<a href="bookings.html" class="btn">book now</a>
</div>
</div>
</div>
<button class="view-more-button" >
View More </button>
<h1 class ="heading-title">Festivals </h1>
<hr>
<div class ="box-container">
<div class="box">
<div class="image">
<image src="packages/calabar-carnival.jpg" alt="carnival woman"></image>
</div>
<div class="content">
<h3>Calabar Carnival<br><i class="fas fa-map-marker-alt"></i> Calabar</a></h3>
<p>Argueably The Biggest Carnival In Nigeria. Held Annually In December To Mark Christmas Celebrations... </p>
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category5"> Groups 10+</div>
<br>
<a href="bookings.html" class="btn">book now</a>
</div>
</div>
<div class="box">
<div class="image">
<image src="festivals/eyo.jpg" alt="carnival woman"></image>
</div>
<div class="content">
<h3>Eyo Festival<br><i class="fas fa-map-marker-alt"></i> lagos</a></h3>
<p>otherwise known as the Adamu Orisha Play, is a Yoruba festival unique to Lagos, Nigeria. In modern times, it is ... </p>
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category5"> Groups 10+</div>
<br>
<a href="bookings.html" class="btn">book now</a>
</div>
</div>
<div class="box">
<div class="image">
<image src="festivals/durbar.jpg" alt="Ogbunike-Cave"></image>
</div>
<div class="content">
<h3>Durbar festival<br><i class="fas fa-map-marker-alt"></i> Kano</a></h3>
<p>an annual cultural, religious and equestrian festival celebrated in several northern cities of Nigeria including ... </p>
<div class = "category1"> Family</div> <div class = "category3"> kids</div> <div class = "category5"> Groups 10+</div>
<br>
<a href="#" class="btn">book now</a>
</div>
</div>
<div class="box">
<div class="image">
<image src="festivals/RiversStateCarnival1.jpg" alt="carnival woman"></image>
</div>
<div class="content">
<h3>Carniriv festival<br><i class="fas fa-map-marker-alt"></i> Lagos</a></h3>
<p>Aptly referred to as the land of a thousand masquerades, it is at the epicentre of Rivers state’s array of tourism... </p>
<div class = "category3"> kids</div> <div class = "category5"> Groups 10+</div>
<br>
<a href="bookings.html" class="btn">book now</a>
</div>
</div>
<div class="box">
<div class="image">
<image src="festivals/yam.jpg" alt="carnival woman"></image>
</div>
<div class="content">
<h3>new yam festival <br><i class="fas fa-map-marker-alt"></i> Abuja</a></h3>
<p>The Iri ji festival is practiced throughout West Africa and other African countries and beyond... </p>
<div class = "category3"> kids</div> <div class = "category5"> Groups 10+</div>
<br>
<a href="bookings.html" class="btn">book now</a>
</div>
</div>
</div>
<button class="view-more-button" onclick="filterProduct('events')">
View More </button>
</div></div>
<!-- section ends ----------------------------------------------------------------------------------------------------------------------------------------------------------->
<!--
<h1 class ="heading-title">Natural Attractions </h1>
<hr>
<div class ="box-container">
<div class="box">
<div class="image">
<image src="eats/shopping.webp" alt="carnival woman"></image>
</div>
<div class="content">
<h3>Calabar Carnival<br><i class="fas fa-map-marker-alt"></i> Calabar</a></h3>
<!-<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sodales hendrerit odio, vel pretium mauris aliquam at. </p> -->
<!-- <a href="bookings.html" class="btn">book now</a>
</div>
</div>
<div class="box">
<div class="image">
<image src="images/Ogbunike-Cave.jpg" alt="Ogbunike-Cave"></image>
</div>
<div class="content">
<h3>Ogbunike-Cave<br><i class="fas fa-map-marker-alt"></i> Anambra</a></h3> -->
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sodales hendrerit odio, vel pretium mauris aliquam at. </p> -->
<!-- <div class = "category3"> kids</div> <div class = "category5"> Groups 10+</div>
<br>
<a href="#" class="btn">book now</a>
</div>
-->
<!-- </div>
<div class="box">
<div class="image">
<image src="images/Sukur-Cultural-Landscape.-Photo-Guardian-Nigeria.jpg" alt="carnival woman"></image>
</div>
<div class="content">
<h3>Ilashe beach<br><i class="fas fa-map-marker-alt"></i> Lagos</a></h3> -->
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sodales hendrerit odio, vel pretium mauris aliquam at. </p> -->
<!-- <a href="bookings.html" class="btn">book now</a>
</div>
</div>
<div class="box">
<div class="image">
<image src="packages/carnival-woman-costume-orange-48796.webp" alt="carnival woman"></image>
</div>
<div class="content">
<h3>Magic Land <br><i class="fas fa-map-marker-alt"></i> Abuja</a></h3>
<!-<p>Lorem ipsum dolor </p> -->
<!-- <a href="bookings.html" class="btn">book now</a>
</div>
</div>
</div>
<button class="view-more-button" >
View More </button> -->
<!-- section ends ----------------------------------------------------------------------------------------------------------------------------------------------------------->
</section>
<!-- section ends ----------------------------------------------------------------------------------------------------------------------------------------------------------->
</section>
<script>
let menu = document.querySelector('#menu-btn');
let navbar = document.querySelector('.header .navbar');
menu.onclick = () => {
menu.classList.toggle('fa-times');
navbar.classList.toggle('active');
};
function searchProducts() {
// Retrieve the search query from the input field
var searchQuery = document.getElementById("search-input").value.toLowerCase();
// Get all the product boxes
var productBoxes = document.querySelectorAll(".box");
// Loop through each product box and check if the search query matches the product name
productBoxes.forEach(function(box) {
var productName = box.querySelector("h3").textContent.toLowerCase();
if (productName.includes(searchQuery)) {
// If the search query matches, show the product box
box.style.display = "block";
} else {
// If the search query does not match, hide the product box
box.style.display = "none";
}
});
}
const observer = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
console.log(entry)
if (entry.isIntersecting) {
entry.target.classList.add('show');
}
else {
entry.target.classList.remove('show');
}
});
});
const hiddenElements = document.querySelectorAll('.experiences-info')
hiddenElements.forEach((el) => observer.observe(el));
</script>
<!-- footer -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>quick links</h3>
<a href="index.html"><i class="fas fa-angle-right"></i>Home</a>
<a href="about.html" ><i class="fas fa-angle-right"></i>About</a>
<a href="experiences.html" ><i class="fas fa-angle-right"></i>Experiences</a>
<a href="bookings.html" ><i class="fas fa-angle-right"></i>Bookings</a>
<a href="packages.html" ><i class="fas fa-angle-right"></i>Packages</a>
</div>
<div class="box">
<h3>extra links</h3>
<a href="#"><i class="fas fa-angle-right"></i>ask questions</a>
<a href="about.html" ><i class="fas fa-angle-right"></i>About us</a>
<a href="#" ><i class="fas fa-angle-right"></i>privacy policy</a>
<a href="#" ><i class="fas fa-angle-right"></i>terms</a>
</div>
<div class="box">
<h3>contact info</h3>
<a href="#"><i class="fas fa-phone"></i>+ 1 403-995-4080</a>
<a href="contact.html"><i class="fa-solid fa-inbox"></i>Contact Form</a>
<a href="mailto:kechiemerole|@gmail.com" ><i class="fas fa-envelope"></i>[email protected]</a>
</div>
<div class="box">
<h3>follow us</h3>
<a href="https://www.linkedin.com/in/kechi-emerole/"><i class="fa-brands fa-linkedin"></i> LinkedIn</a>
<a href="https://github.com/kechiemerole" ><i class="fa-brands fa-github"></i>github</a>
</div>
</div>
<div class="credit">created by <span> kechi emerole </span> | all rights reserved!</div>
</section>
</body>
</html>