File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/oshohimalayas.com/osho-gibberish-meditation.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 Gibberish Meditation - 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; margin-top:0; margin-bottom:20px; } .course-details-page { padding-bottom: 25px; } .blog-content { margin-bottom:30px; } .blog-content img{ margin-bottom:20px; } .blog-content p{ margin-bottom:0px; line-height:30px; color:#000; } .blog-content h4{ margin-top:20px; } </style> </head> <body> <?php include 'include/header.php'?> <div class="course-details-page"> <h1>OSHO Gibberish Meditation</h1> </div> <div class="container blog-content"> <img src="img/osho-meditations/osho-meditations-19.jpg"> <h4>About the meditation:</h4> <p>Gibberish is one of the most scientific ways to clean your mind. This is a cathartic technique which encourages expressive sounds and body movements, followed by a deep merging or a silent relaxation. </p> <h4>Instructions:</h4> <p>The meditation lasts 30 minutes and has two stages.</p> <p>For the second stage two options are given and you can choose whichever fits best in the moment.</p> <h4>First Stage: 15 minutes</h4> <p>Either alone or in a group, close your eyes and start to say whatever needs to be expressed within you – everything that you ever wanted to say and have not been able to say because of civilization, education, culture, society. Just do it totally, enthusiastically. Anything that is moving in your mind, throw it out. Just avoid the language that you know. If you don’t know Chinese, say it in Chinese! Use Japanese if you don’t know Japanese. Don’t use German if you know German.</p> <p>Bring out all your craziness in rubbish, gibberish, sounds, gestures. Simply allow whatever comes to your mind without bothering about its rationality, reasonability, meaning, significance. For the first time have a freedom – the same as all the birds have.</p> <p>The mind always thinks in terms of words. Gibberish helps to break this pattern of continual verbalization. Don’t be bothered whether it is Arabic or Hebrew or Chinese, you are allowed to speak any language that you don’t know. Just avoid the language that you do know, because the language that you do know will not bring your nonsense out. Without suppressing your thoughts, you can throw them out – in gibberish. And likewise, let your body be expressive.</p> <p>Be sincere, make it a reality. Just go crazy.</p> <h4>Second Stage: 15 minutes - Option-1</h4> <p>Lie down on your stomach and feel as if you are merging with Mother Earth. With each exhalation, feel yourself merging with the ground beneath you.</p> <p>This will gather your awakened energies at the navel center.</p> <h4>Second Stage: 15 minutes - Option-2</h4> <p>Silently relax – sitting, with closed eyes, watching the inner sky. </p> </div> <div class="bg-course "> <div class="container blog-content div-padding"> <h3>Osho explains about this meditation:</h3> <p>“I am dealing with the contemporary man, who is the most restless being that has ever evolved on the earth. But people do become silent; you just have to allow them to throw out their madness, insanity, then they themselves become silent.”</p> </div> </div> <div class="container osho-content osho-video div-padding"> <h3>WATCH | A video explaining the meditation:</h3> <div class="osho-video-container"> <iframe width="560" height="315" src="https://www.youtube.com/embed/-MD9Yj7_jcI?si=4_te36aOzEolwkB6" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> </div> </div> <div class="container blog-content"> <h4>Music for the meditation available here:</h4> <ul> <li>OSHO SHOP</li> <li>WYNK MUSIC</li> <li>SPOTIFY</li> <li>AMAZON</li> <li>APPLE MUSIC</li> </ul> </div> <div class="bg-course"> <div class="container blog-content div-padding"> <p>To read more about why Osho Active meditations are best suited for you, read:</p> <ul> <li>Why OSHO Active Meditations are Best for You?</li> </ul> <p>Check out our upcoming courses here:</p> <ul> <li>SCHEDULED COURSES AND TRANINGS</li> </ul> </div> </div> <div class="container upcoming-course-btn div-padding"> <p>Interested in experiencing OSHO meditations? Check out our upcoming courses here</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.03 |
proxy
|
phpinfo
|
Settings