File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/oshohimalayas.com/osho-meditative-therapies.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Osho Meditative therapies - 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> .upcoming-course-btn a { max-width:155px; } .div-padding { padding: 30px 0; } @media (max-width: 576px) { .carousel-item { overflow: hidden; } .carousel-item .row { display: flex; flex-wrap: nowrap; /* Ensure all items are in a single row */ overflow-x: auto; /* Enable horizontal scrolling */ -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */ scroll-snap-type: x mandatory; /* Enable snap scrolling */ -ms-overflow-style: none; /* Hide scrollbar on IE and Edge */ scrollbar-width: none; /* Hide scrollbar on Firefox */ } .carousel-item .col { flex: 0 0 auto; /* Let columns shrink to content size */ min-width: 100%; /* Ensure each item occupies the full width */ scroll-snap-align: start; /* Ensure each item snaps to start */ -ms-scroll-snap-type: mandatory; /* Enable snap scrolling on IE and Edge */ } } .bg-course{ padding:0; } </style> </head> <body> <?php include 'include/header.php'?> <div class="course-details-page"> <h1>Osho Meditative therapies</h1> <p>OSHO Meditative Therapies are processes for freeing our energies and to create space for silence. </p> <!-- <div class="container">--> <!-- <div class="subscription">--> <!--<div id="subscription-form-container">--> <!-- <form id="subscription-form" action="subscribe.php" method="POST" onsubmit="handleSubmit(event)">--> <!-- <input type="text" id="name" name="name" placeholder="Name" required>--> <!-- <input type="email" id="email" name="email" placeholder="Email Address" required>--> <!-- <input type="tel" id="phone" name="phone" placeholder="WhatsApp/Phone number" required>--> <!-- <input type="submit" value="Subscribe">--> <!-- </form>--> <!-- <div id="thank-you-message">--> <!-- <p>Thanks for contacting us! We will get in touch with you shortly.</p>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> </div> <div class="course-details"> <!--<h2>Upcoming courses</h2>--> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/osho-meditative-therapies/1.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>Osho No-mind™</h3> <p>OSHO No-Mind is a seven-day course, which includes one hour of Gibberish and one hour of silent sitting together as a group from about 10 am to 12 noon. It also includes OSHO Dynamic Meditation at sunrise, OSHO Kundalini Meditation at sunset, followed by the OSHO Evening Meeting.</p> <a href="osho-no-mind">Enquire Now</a> <!--<a href="#">More Details</a>---> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/osho-meditative-therapies/2.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>Osho Born Again™</h3> <p>It is a one-week process created by OSHO to rediscover the beauty of childhood without verbalizing or analyzing our past psychological experiences. The course includes one hour of allowing yourself to just be a child again, and one hour of silent sitting together as a group from about 10 am to 12 noon. It also includes OSHO Dynamic Meditation at sunrise, OSHO Kundalini Meditation at sunset, followed by the OSHO Evening Meeting.</p> <a href="osho-born-again">Enquire Now</a> <!--<a href="#">More Details</a>---> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/osho-meditative-therapies/3.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>Osho Reminding Yourself Of The Forgotten Language Of Talking To Your Body-mind</h3> <p>OSHO Reminding Yourself of the Forgotten Language of Talking to Your Bodymind is a guided one-week process, lasting one hour per day. It can then be continued or refreshed at any time. In a light trance, combining deep relaxation with alertness, you will explore and befriend your body-mind’s creative and self-healing energies. You will be able to focus these energies on specific issues, such as smoking, eating imbalances, insomnia, aches, and pains – anything that needs to be brought to wholeness and balance again. </p> <a href="osho-talking-to-body-mind-training">Enquire Now</a> <!--<a href="#">More Details</a>---> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/osho-meditative-therapies/4.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>Osho Mystic Rose™</h3> <p>For 21 days, Laugh for 3 hours a day for 7 days, Cry for 3 hours a day for 7 days, and then Sit Silently, for 3 hours a day for 7 days. The course includes OSHO Dynamic Meditation for the 3rd week, and optionally for the first two weeks, and OSHO Kundalini Meditation and the OSHO Evening Meeting every day.</p> <a href="osho-mystic-rose">Enquire Now</a> <!--<a href="#">More Details</a>---> </div> </div> </div> </div> <div class="container upcoming-course-btn div-padding"> <p>Interested in learning Osho meditations from trained facilitators? Check out our upcoming courses:</p> <a href="courses">Our Schedule</a> </div> <?php include 'include/footer.php'?> <!-- Make sure to include Bootstrap CSS and JS files --> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> <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> function handleSubmit(event) { event.preventDefault(); document.getElementById('subscription-form').style.display = 'none'; document.getElementById('thank-you-message').style.display = 'block'; } </script> <script>$(document).ready(function(){ // Add custom event listeners for left and right arrow controls $('.carousel-control-prev').on('click', function() { $('#mySlider').carousel('prev'); }); $('.carousel-control-next').on('click', function() { $('#mySlider').carousel('next'); }); });</script>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings