File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/ldazescamp.com/index.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="wpOceans"> <link rel="shortcut icon" type="image/png" href="assets/images/favicon.png"> <title>Ldazes Camp Nubra</title> <link href="assets/css/themify-icons.css" rel="stylesheet"> <link href="assets/css/font-awesome.min.css" rel="stylesheet"> <link href="assets/css/flaticon.css" rel="stylesheet"> <link href="assets/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/css/animate.css" rel="stylesheet"> <link href="assets/css/owl.carousel.css" rel="stylesheet"> <link href="assets/css/owl.theme.css" rel="stylesheet"> <link href="assets/css/slick.css" rel="stylesheet"> <link href="assets/css/slick-theme.css" rel="stylesheet"> <link href="assets/css/swiper.min.css" rel="stylesheet"> <link href="assets/css/owl.transitions.css" rel="stylesheet"> <link href="assets/css/jquery.fancybox.css" rel="stylesheet"> <link href="assets/css/odometer-theme-default.css" rel="stylesheet"> <link href="assets/css/jquery-ui.css" rel="stylesheet"> <link href="assets/css/style.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css" /> </head> <body> <!-- start page-wrapper --> <div class="page-wrapper"> <!-- START-HEADER --> <?php include 'include/header.php'?> <!-- END-HEADER --> <!-- start of hero --> <section class="wpo-hero-slider"> <div class="swiper-container"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="slide-inner slide-bg-image" data-background="assets/images/about/1.jpg"> <!-- <div class="gradient-overlay"></div> --> <div class="container-fluid"> <div class="slide-content"> <div data-swiper-parallax="300" class="slide-title"> <h2>Find Your Perfect Place To Stay</h2> </div> <div class="clearfix"></div> <div data-swiper-parallax="500" class="slide-btns"> <a href="https://asiatech.in/booking_engine/index3?token=NTk0OQ==" target="_blank" class="theme-btn">Book Now</a> </div> </div> </div> </div> <!-- end slide-inner --> </div> <!-- end swiper-slide --> <div class="swiper-slide"> <div class="slide-inner slide-bg-image" data-background="assets/images/slider/slide-1.jpg"> <!-- <div class="gradient-overlay"></div> --> <div class="container-fluid"> <div class="slide-content"> <div data-swiper-parallax="300" class="slide-title"> <h2>Ldazes Camp Nubra</h2> </div> <div class="clearfix"></div> <div data-swiper-parallax="500" class="slide-btns"> <a href="https://asiatech.in/booking_engine/index3?token=NTk0OQ==" target="_blank" class="theme-btn">Book Now</a> </div> </div> </div> </div> <!-- end slide-inner --> </div> <!-- end swiper-slide --> <div class="swiper-slide"> <div class="slide-inner slide-bg-image" data-background="assets/images/slider/slide-2.jpg"> <!-- <div class="gradient-overlay"></div> --> <div class="container-fluid"> <div class="slide-content"> <div data-swiper-parallax="300" class="slide-title"> <h2>Find Your Perfect Place To Stay</h2> </div> <div class="clearfix"></div> <div data-swiper-parallax="500" class="slide-btns"> <a href="https://asiatech.in/booking_engine/index3?token=NTk0OQ==" target="_blank" class="theme-btn">Book Now</a> </div> </div> </div> </div> <!-- end slide-inner --> </div> <!-- end swiper-slide --> <div class="swiper-slide"> <div class="slide-inner slide-bg-image" data-background="assets/images/slider/slide-3.jpg"> <div class="container-fluid"> <div class="slide-content"> <div data-swiper-parallax="300" class="slide-title"> <h2>Find Your Perfect Place To Stay</h2> </div> <div class="clearfix"></div> <div data-swiper-parallax="500" class="slide-btns"> <a href="https://asiatech.in/booking_engine/index3?token=NTk0OQ==" target="_blank" class="theme-btn">Book Now</a> </div> </div> </div> </div> </div> <!-- end swiper-slide --> </div> <!-- end swiper-wrapper --> <!-- swipper controls --> <div class="swiper-pagination"></div> <div class="swiper-button-next"></div> <div class="swiper-button-prev"></div> </div> </section> <!-- end of wpo-hero-slide-section--> <!-- serch-area-start --> <div class="wpo-select-section"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="wpo-select-wrap"> <div class="wpo-select-area"> <form action="https://asiatech.in/booking_engine/index3?token=NTk0OQ==" method="post" class="clearfix"> <div class="select-sub"> <!-- Datepicker as text field --> <div class="input-group date"> <input autocomplete="off" type="text" id="datepicker" placeholder="Check in"> <i class="fi flaticon-calendar"></i> </div> </div> <div class="select-sub"> <!-- Datepicker as text field --> <div class="input-group date"> <input autocomplete="off" type="text" id="datepicker2" placeholder="Check Out"> <i class="fi flaticon-calendar"></i> </div> </div> <div class="select-sub"> <div class="form-group tourist-group"> <div class="tourist-group-wrap"> <div class="tourist-inner"> <i class="fi flaticon-user"></i> <ul> <li><input disabled type="text" id="adults" value="0">Adults </li> <li><input disabled type="text" id="children" value="0"> Children</li> <li><input disabled type="text" id="rooms" value="0"> Room</li> </ul> <i class="ti-angle-down"></i> </div> <div class="tourist-dropdown "> <div class="tourist-item"> <span>Adults</span> <div class="tourist-item-group"> <button type="button" id="adults_dec">-</button> <input disabled id="adults_val" value="0" type="text"> <button type="button" id="adults_inc">+</button> </div> </div> <div class="tourist-item"> <span>Children</span> <div class="tourist-item-group"> <button type="button" id="children_dec">-</button> <input disabled id="children_val" value="0" type="text"> <button type="button" id="children_inc">+</button> </div> </div> <div class="tourist-item"> <span>Rooms</span> <div class="tourist-item-group"> <button type="button" id="rooms_dec">-</button> <input disabled id="rooms_val" value="0" type="text"> <button type="button" id="rooms_inc">+</button> </div> </div> </div> </div> </div> </div> <div class="select-sub"> <button class="theme-btn" type="submit">Check Availability</button> </div> </form> </div> </div> </div> </div> </div> </div> <!-- serch-area-end --> <section class="wpo-about-section pt-80"> <div class="container"> <div class="wpo-about-section-wrapper"> <div class="row align-items-center"> <div class="col-lg-6 col-md-12 col-12"> <div class="wpo-about-img"> <img src="assets/images/about/1.jpg" alt=""> </div> </div> <div class="col-lg-6 col-md-12 col-12"> <div class="wpo-about-content"> <div class="about-title"> <span>About Us</span> <h2>Ldazes Camp Nubra</h2> </div> <div class="wpo-about-content-inner"> <p>Nubra Valley is located about 150 kilometers north of Leh, the capital city of Ladakh, and is accessible through the high-altitude Khardung La Pass, which is one of the highest motorable passes in the world. The journey to Nubra Valley is an adventure in itself, offering panoramic views of the surrounding mountains and valleys.</p> <!--<p>The valley is primarily inhabited by people of Tibetan descent and is known for its rich culture and hospitality.</p>--> <p>Ldazes camp is just 1.5 km from famous sand dunes. Which is very attractive for tourist. Where we found double Hump camel (Bactrian camel ). Camel safari is very attractive for tourist. Famous dikit monastery is just 5km away form our property.</p> <a href="about.php" class="theme-btn">Read More</a> </div> </div> </div> </div> </div> </div> </section> <!-- wpo-room-area-start --> <div class="wpo-room-area pt-80"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-xl-6 col-md-8"> <div class="wpo-section-title-s2"> <h2>Accommodation</h2> <p>Nubra Valley is a popular tourist destination, and as such, there are several accommodation options available for travelers. </p> </div> </div> </div> <div class="row align-items-center"> <div class="col-md-4"> <img src="assets/images/room/semi-deluxe.jpg" alt="img sample" style="width:100%;"> </div> <div class="col-md-8"> <div class="row"> <div class="col-md-8 list-box-content" style="display:flex; align-items:center; flex-wrap: wrap;"> <div class="list-box-title"> <h3>Semi Deluxe Room <span>Rs. 1800 <em>/ night</em></span> </h3> <p>Designed specially to pamper its guests, the Semi Deluxe Rooms showcase a perfect blend of luxury in its accommodation with utmost security. The rooms bestow an elegant design combined with refined elegance and luxuriously appointed sleek accommodation. </p> </div> <div class="list-box-rating"> <span class="at-stars"> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="far fa-star"></i> </span> </div> <ul class="hotel-featured"> <li><span><i class="fas fa-car"></i> Parking Facility</span></li> <li><span><i class="fas fa-bath"></i> Attached Bathroom</span></li> <li><span><i class="fas fa-home"></i> Daily Housekeeping</span></li> <li><span><i class="fas fa-bed"></i> King Size Bed</span></li> </ul> <div class="btn-wrapper mt-20 d-inline-block w-100"> <a class="view-detail-btn" href="semi-deluxe-room.php">View Details</a> <a class="book-now-btn ml-6" href="https://asiatech.in/booking_engine/index3?token=NTk0OQ==" target="_blank">Book Now</a> </div> </div> <div class="col-md-4 pl-0 pr-0"> <div class="help-us"> <h3>How can we help you?</h3> <p>The elegant and luxurious rooms make your stay comfortable and reminiscent. </p> <a class="view-detail-btn" href="tel:919906978338"> <i class="fas fa-phone-volume"></i> Contact Us</a> </div> </div> </div> </div> </div> </div> </div> <!-- .room-area-start --> <div class="wpo-service-area section-padding mt-30 mb-30"> <div class="wpo-service-wrap"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-4 col-lg-8 col-12"> <div class="wpo-service-content"> <h2>We are Providing You Our Best Facilities </h2> <p>Nubra Valley is a popular tourist destination known for its stunning landscapes, high-altitude deserts, and picturesque villages. There are several camping options available in the area to accommodate visitors who want to experience the natural beauty of the region up close.</p> </div> </div> <div class="col-xl-8 col-12"> <div class="wpo-service-items"> <div class="wpo-service-item"> <i class="fi flaticon-food-tray"></i> <a href="#.">Delicious Food</a> </div> <div class="wpo-service-item"> <i class="fi flaticon-parking"></i> <a href="#.">Parking Area</a> </div> <div class="wpo-service-item"> <i class="fi flaticon-bed"></i> <a href="#.">King Size Bed</a> </div> <div class="wpo-service-item"> <i class="fi flaticon-telephone"></i> <a href="#.">Telephone</a> </div> <div class="wpo-service-item"> <i class="fi flaticon-wifi"></i> <a href="#.">Free Wifi</a> </div> <div class="wpo-service-item"> <i class="fi flaticon-cappuccino"></i> <a href="#.">Breakfast</a> </div> <div class="wpo-service-item"> <i class="fi flaticon-more"></i> <a href="#.">Other Service</a> </div> </div> </div> </div> </div> </div> </div> <!-- wpo-destination-area-start --> <div class="wpo-destination-area"> <div class="container"> <div class="wpo-section-title"> <div class="row align-items-center justify-content-between"> <div class="col-xl-6 col-md-8"> <div class="wpo-section-title-left"> <h2>Our Most Populer Destination</h2> <p>Nubra Valley is renowned for its unique landscapes, including sand dunes, high mountains, and lush greenery, making it one of the most sought-after tourist destinations in the region.</p> </div> </div> <div class="col-xl-6 col-md-4"> <div class="btns"> <a href="attraction.php" tabindex="0">View All</a> </div> </div> </div> </div> <div class="destination-wrap"> <div class="row"> <div class="col-lg-4 col-md-6 col-12"> <div class="destination-item"> <div class="destination-img"> <img src="assets/images/attraction/1.jpg" alt=""> </div> <div class="destination-content"> <h2><a href="attraction.php">Pangong Lake</a></h2> <div class="destination-bottom"> <p>Heaven, Peace, Silence, and Tranquility at one place? Come and spend a few hours at Pangong Lake in Ladakh! A pristine place in Ladakh marked...</p> </div> </div> </div> </div> <div class="col-lg-4 col-md-6 col-12"> <div class="destination-item"> <div class="destination-img"> <img src="assets/images/attraction/2.jpg" alt=""> </div> <div class="destination-content"> <h2><a href="attraction.php">Nubra Valley</a></h2> <div class="destination-bottom"> <p>One of the most beautiful parts of the moonscapes of Ladakh, Nubra Valley is a deep-cut gorge created by the combined effects of Shyok...</p> </div> </div> </div> </div> <div class="col-lg-4 col-md-6 col-12"> <div class="destination-item"> <div class="destination-img"> <img src="assets/images/attraction/3.jpg" alt=""> </div> <div class="destination-content"> <h2><a href="attraction.php">Khardung La</a></h2> <div class="destination-bottom"> <p>Khardung La pass is a gateway to some of the most enchanting and unexplored landscapes. This famed mountain pass is very popular amongst...</p> </div> </div> </div> </div> </div> </div> </div> </div> <!-- .Destination-area-start --> <!-- START-Footer --> <?php include 'include/footer.php'?> <!-- END-footer --> </div> <!-- end of page-wrapper --> <!-- All JavaScript files ================================================== --> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/bootstrap.bundle.min.js"></script> <!-- Plugins for this template --> <script src="assets/js/modernizr.custom.js"></script> <script src="assets/js/jquery-plugin-collection.js"></script> <!-- Custom script for this template --> <script src="assets/js/script.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings