File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/oshohimalayas.com/how-to-reach-here.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>How to reach here - Osho Himalayas</title> <link rel="shortcut icon" href="img/fevicon.png" /> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <link href="css/style.css" rel="stylesheet"> <link href="css/courses.css" rel="stylesheet"> <link href="css/responsive.css" rel="stylesheet"> <link href="css/course-details.css" rel="stylesheet"> <style> .accordion { max-width:80%; } .accordion-item { border-bottom: 1px solid #ccc; } .accordion-header { padding: 10px 40px 10px 0px; cursor: pointer; position: relative; transition: background-color 0.3s ease; font-size: 25px; } .accordion-header .fas { position: absolute; right: 20px; transition: transform 0.3s ease; color: #777; } .accordion-item.active .accordion-header .fas { transform: rotate(180deg); } .accordion-content { padding: 10px 20px; display: none; transition: max-height 0.5s ease-out; overflow: hidden; } .accordion-item.active .accordion-content { display: block; max-height: 2000px; /* Adjust to your needs */ } .how-to-reach { padding-left:10%; } .accordion-content ul{ padding-left:10px; } .accordion-content li{ font-size: 18px; line-height: 32px; margin-bottom:20px; } </style> </head> <body> <?php include 'include/header.php'?> <div class="course-details-page"> <h1>How to reach here</h1> <p>We are just a 50-minute cab ride from Dharamshala Airport (DHM), also known as Kangra-Gaggal Airport. You can reach us with just one or two flights and a short drive.</p> <div class="container"> <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13512.318733092314!2d76.4490054!3d32.1481482!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x391b4d0c89cd05fd%3A0x5638cd28ee25c040!2sOSHO%20HIMALAYAS%20WELLNESS%20RESORT!5e0!3m2!1sen!2sin!4v1715937617322!5m2!1sen!2sin" width="100%" height="500" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </div> <div class="container"> <div class="how-to-reach"> <h4>Click for more details:</h4><br><br> <div class="accordion"> <div class="accordion-item"> <div class="accordion-header">By Plane<i class="fas fa-chevron-down"></i></div> <div class="accordion-content"> <ul> <li>If you are traveling from outside India or far away regions in India, take a flight to New Delhi.</li> <li>Once you are in New Delhi, the simplest way to reach our resort is to fly to the nearest airport, the Gaggal Airport in Kangra.</li> <li>This airport is located about 20 kilometers away from our resort and receives regular flights from major cities in India.</li> <li>Once you arrive at the airport, you can hire a taxi or take a bus to reach our resort. We can help you connect with local taxi operators who know the route best.</li> </ul> </div> </div> <div class="accordion-item"> <div class="accordion-header">By Train <i class="fas fa-chevron-down"></i></div> <div class="accordion-content"> <ul> <li>Vande Bharat Express from New Delhi takes just 5 hours and 15 minutes to reach Amb Andaura, a railway station in Himachal Pradesh.</li> <li>A cab ride from Amb Andaura to OSHO Himalayas takes about 2 hours and 30 minutes. </li> <li>Alternatively, a bus service, also named Vande Bharat, will take you from Amb Andaura to Shri Chamunda Devi Temple, which is just 5 km away from OSHO Himalayas.</li> <li>Again, we can help you find a local taxi operator from both Amb Andaura and Chamunda Devi Temple.</li> <li>You can also take a train to Pathankot, which is the nearest major railway station, and then hire a taxi or take a bus to reach our resort, which is located about 90 kilometers away from the railway station.</li> </ul> </div> </div> <div class="accordion-item"> <div class="accordion-header">By Bus <i class="fas fa-chevron-down"></i></div> <div class="accordion-content"> <ul> <li>Several inter-state buses are available to Dharamshala and Palampur from most northern cities of India.</li> <li>OSHO Himalayas is about 20 km from both these places. You can take a cab or local buses from there.</li> </ul> </div> </div> </div><br><br> <p><strong>Our postal address:</strong> OSHO Himalayas, Village Jia, Palampur, Near Dharamshala, Himachal Pradesh, India - 176059</p> </div> </div> <div class="container upcoming-course-btn div-padding"> <p>Check our upcoming courses here</p> <a href="courses">Upcoming courses</a> </div> <?php include 'include/footer.php'?> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> </body> </html> <script> const accordionItems = document.querySelectorAll('.accordion-item'); accordionItems.forEach(item => { const header = item.querySelector('.accordion-header'); header.addEventListener('click', () => { item.classList.toggle('active'); }); }); </script>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings