File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/oshohimalayas.com/blogs.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Our Blogs - 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; } </style> </head> <body> <?php include 'include/header.php'?> <div class="course-details-page"> <h1>Our Blogs</h1> </div> <div class="course-details blogs"> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/blogs/11.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>How to Live in the Present Moment</h3> <p>Right now, as you're reading to this blog, where is your mind? Are you fully here with thes words...</p> <a href="how-to-live-in-thepresent-moment">Read more</a> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/blogs/12.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>What is love?</h3> <p>It’s not about the love we see in movies or read about in romance novels...</p> <a href="what-is-love">Read more</a> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/blogs/13.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>What is silence?</h3> <p>Most of us think silence is just... well, nothing. Like when you're in a quiet room and there are no...</p> <a href="what-is-silence">Read more</a> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/blogs/14.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>Why Osho's Active Meditations are Best for the Modern Man</h3> <p>Why are OSHO Meditations so active? We use our bodies so much. We dance a lot, we scream a lot, we shake, we laugh. ...</p> <a href="why-oshos-active-meditations-are-best-for-the-modern-man">Read more</a> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/blogs/15.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>Will meditation make us happy?</h3> <p>When people are sad, they often think meditation is the solution. But is it? ...</p> <a href="will-meditation-make-us-happy">Read more</a> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/blogs/1.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>Protective Aura</h3> <p>Have you felt how we become exhausted when we are in some places? The vibrations...</p> <a href="protective-aura">Read more</a> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/blogs/2.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>How to easily find time for meditation?</h3> <p> You know how it feels like there’s...</p> <a href="how-to-easily-find-time-for-meditation">Read more</a> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/blogs/3.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>How to find your own true voice?</h3> <p>This blog has something truly special to share with you...</p> <a href="how-to-find-your-own-true-voice">Read more</a> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/blogs/4.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>Mastering our minds</h3> <p> If there is one thing we all long for, it’s freedom. Have we...</p> <a href="mastering-our-minds">Read more</a> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/blogs/5.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>How to make the right decisions without the mental struggle</h3> <p>This is one of the toughest...</p> <a href="how-to-make-the-right-decisions-without-the-mental-struggle">Read more</a> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/blogs/6.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>A cup of meditation</h3> <p>Are you a busy professional? Is your schedule so packed that you can’t...</p> <a href="a-cup-of-meditation">Read more</a> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/blogs/7.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>Finding Your Center in the Middle of Sound</h3> <p> Meditation is simple. In this blog, you’ll...</p> <a href="finding-your-center-in-the-middle-of-sound">Read more</a> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/blogs/8.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>Myths about meditation: Meditation is all about playfulness</h3> <p> A most common myth about meditation...</p> <a href="myths-about-meditation">Read more</a> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/blogs/9.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>A simple meditation technique to let go of uncomfortable emotions</h3> <p> In this blog, you will...</p> <a href="meditation-technique-to-let-go-of-uncomfortable-emotions">Read more</a> </div> </div> </div> <div class="row course-discription bg-course align-items-center"> <div class="col-sm-3"> <img src="img/blogs/10.jpg"> </div> <div class="col-sm-9"> <div class="course-discrip"> <h3>Why OSHO Active Meditations are Best for You?</h3> <p>If you are seeing for the first time, Osho... </p> <a href="why-osho-active-meditations-are-best-for-you">Read more</a> </div> </div> </div> </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