From f4f4f04a7dc363c0e56a7958ad856cb52e95e12e Mon Sep 17 00:00:00 2001 From: subashGamer21 <136293667+subashGamer21@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:07:52 +0545 Subject: [PATCH] changes changes --- about.php | 141 +- car-details.php | 24 + car-grid.php | 128 +- car-list-sidebar.php | 21 + car-list.php | 21 + contact.php | 22 + css/bootstrap.min.css | 4 +- css/main.css | 155 +- faq.php | 23 + footer.php | 13 +- gallery.php | 50 +- header.php | 274 +-- img/Cars/beetle.jpg | Bin 0 -> 63823 bytes img/Cars/ford_ecosport_trend.jpg | Bin 0 -> 198920 bytes img/Cars/honda city.jpg | Bin 0 -> 189592 bytes img/Cars/mitsubhi.jpg | Bin 0 -> 357081 bytes img/Cars/navara.jpg | Bin 0 -> 224008 bytes img/Cars/peugeot_308.jpg | Bin 0 -> 230054 bytes .../viber_image_2025-01-09_11-47-43-631.jpg | Bin 0 -> 234053 bytes .../viber_image_2025-01-09_11-47-44-107.jpg | Bin 0 -> 164119 bytes .../viber_image_2025-01-09_11-47-44-858.jpg | Bin 0 -> 216019 bytes .../viber_image_2025-01-09_11-47-45-341.jpg | Bin 0 -> 183743 bytes .../viber_image_2025-01-09_11-47-45-674.jpg | Bin 0 -> 208906 bytes .../viber_image_2025-01-09_11-47-46-046.jpg | Bin 0 -> 255514 bytes .../viber_image_2025-01-09_11-47-46-757.jpg | Bin 0 -> 238099 bytes img/boho.svg | 17 + img/bohora (1).jpg | Bin 0 -> 1492 bytes img/bohora.jpg | Bin 0 -> 25313 bytes img/bohora_logo (1).png | Bin 0 -> 6615 bytes img/bohora_logo.png | Bin 0 -> 58347 bytes img/bohora_logo.svg | 3 + img/cargallery/bettle.jpg | Bin 0 -> 224898 bytes img/cargallery/carG1.jpg | Bin 0 -> 144042 bytes img/cargallery/carG3.jpg | Bin 0 -> 210350 bytes img/cargallery/carG4.jpg | Bin 0 -> 309257 bytes img/cargallery/carG5.jpg | Bin 0 -> 157232 bytes img/cargallery/carG6.jpg | Bin 0 -> 146726 bytes img/cargallery/carG7.jpg | Bin 0 -> 233254 bytes img/cargallery/carG8.jpg | Bin 0 -> 128517 bytes img/logohere.jpg | Bin 0 -> 10511 bytes img/umesh.jfif | Bin 0 -> 7821 bytes index.php | 17 +- parts/Testimonial.php | 176 +- parts/about.php | 15 +- parts/banner.php | 89 + parts/carservices.php | 2 +- parts/ctaRental.php | 349 +++- parts/funFact.php | 6 +- parts/gallery.php | 144 +- parts/howitworks.php | 68 + parts/ourbenefits.php | 141 ++ parts/ourservices.php | 44 + parts/pickupservice.php | 274 --- parts/searchbooking.php | 126 ++ parts/services.php | 55 + parts/whynepal.php | 30 + template/about.html | 2 +- template/assets/js/ajax-mail.js | 48 + template/assets/js/animation.js | 55 + template/assets/js/bootstrap-datepicker.js | 1655 +++++++++++++++++ template/assets/js/bootstrap.bundle.min.js | 7 + template/assets/js/jquery-3.7.1.min.js | 2 + template/assets/js/jquery.counterup.min.js | 1 + .../assets/js/jquery.magnific-popup.min.js | 4 + template/assets/js/jquery.meanmenu.min.js | 90 + template/assets/js/jquery.nice-select.min.js | 4 + template/assets/js/jquery.waypoints.js | 662 +++++++ template/assets/js/main.js | 549 ++++++ template/assets/js/swiper-bundle.min.js | 14 + template/assets/js/viewport.jquery.js | 71 + template/assets/js/wow.min.js | 3 + 71 files changed, 4727 insertions(+), 872 deletions(-) create mode 100644 img/Cars/beetle.jpg create mode 100644 img/Cars/ford_ecosport_trend.jpg create mode 100644 img/Cars/honda city.jpg create mode 100644 img/Cars/mitsubhi.jpg create mode 100644 img/Cars/navara.jpg create mode 100644 img/Cars/peugeot_308.jpg create mode 100644 img/Cars/viber_image_2025-01-09_11-47-43-631.jpg create mode 100644 img/Cars/viber_image_2025-01-09_11-47-44-107.jpg create mode 100644 img/Cars/viber_image_2025-01-09_11-47-44-858.jpg create mode 100644 img/Cars/viber_image_2025-01-09_11-47-45-341.jpg create mode 100644 img/Cars/viber_image_2025-01-09_11-47-45-674.jpg create mode 100644 img/Cars/viber_image_2025-01-09_11-47-46-046.jpg create mode 100644 img/Cars/viber_image_2025-01-09_11-47-46-757.jpg create mode 100644 img/boho.svg create mode 100644 img/bohora (1).jpg create mode 100644 img/bohora.jpg create mode 100644 img/bohora_logo (1).png create mode 100644 img/bohora_logo.png create mode 100644 img/bohora_logo.svg create mode 100644 img/cargallery/bettle.jpg create mode 100644 img/cargallery/carG1.jpg create mode 100644 img/cargallery/carG3.jpg create mode 100644 img/cargallery/carG4.jpg create mode 100644 img/cargallery/carG5.jpg create mode 100644 img/cargallery/carG6.jpg create mode 100644 img/cargallery/carG7.jpg create mode 100644 img/cargallery/carG8.jpg create mode 100644 img/logohere.jpg create mode 100644 img/umesh.jfif create mode 100644 parts/banner.php create mode 100644 parts/howitworks.php create mode 100644 parts/ourbenefits.php create mode 100644 parts/ourservices.php delete mode 100644 parts/pickupservice.php create mode 100644 parts/searchbooking.php create mode 100644 parts/services.php create mode 100644 parts/whynepal.php create mode 100644 template/assets/js/ajax-mail.js create mode 100644 template/assets/js/animation.js create mode 100644 template/assets/js/bootstrap-datepicker.js create mode 100644 template/assets/js/bootstrap.bundle.min.js create mode 100644 template/assets/js/jquery-3.7.1.min.js create mode 100644 template/assets/js/jquery.counterup.min.js create mode 100644 template/assets/js/jquery.magnific-popup.min.js create mode 100644 template/assets/js/jquery.meanmenu.min.js create mode 100644 template/assets/js/jquery.nice-select.min.js create mode 100644 template/assets/js/jquery.waypoints.js create mode 100644 template/assets/js/main.js create mode 100644 template/assets/js/swiper-bundle.min.js create mode 100644 template/assets/js/viewport.jquery.js create mode 100644 template/assets/js/wow.min.js diff --git a/about.php b/about.php index 98b0260..0e9da70 100644 --- a/about.php +++ b/about.php @@ -1,5 +1,25 @@ - + +
- Lorem ipsum dolor sit amet nsectetur cing elituspe ndisse suscipit
sagitis leo sit.
-