EVOLUTION-NINJA
Edit File: discover.php
<html lang="en"> <head> <meta charset="UTF-8" /> <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> --> <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <title>Medusys</title> <!-- ------ --> <link rel="stylesheet" type="text/css" href="<?php echo base_url('public/assets/css/bootstrap.min.css'); ?>" /> <link rel="stylesheet" type="text/css" href="<?php echo base_url('public/assets/css/font-awesome.min.css'); ?>" /> <link rel='shortcut icon' type='image/x-icon' href='<?php echo base_url('public/assets/images/fav_icon_new.jpg');?>' /> <!------------------------------JS--------------------------------------> <scrip type="text/javascript" src="<?php echo base_url('public/assets/js/jquery-3.6.0.min.js'); ?>"></script> <script type="text/javascript" src="<?php echo base_url('public/assets/js/bootstrap.min.js'); ?>"></script> <script src="<?php echo base_url('public/assets/toastr/toastr.min.js');?>"></script> <!-- css page --> <link rel="stylesheet" href="<?php echo base_url('public/assets/css/blog.css');?>" /> <link rel="stylesheet" href="<?php echo base_url('public/assets/css/foryou.css');?>" /> <link rel="stylesheet" href="<?php echo base_url('public/assets/css/foryou2.css');?>" /> <!-- poppins fonts --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> <!-- --ubuntu fonts --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet"> <!-- owl --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js" integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous"></script> </head> <style> </style> <body> <header class="blog_header no-content"> <div class="container-fluid"> <div class="row pt-3"> <div class="col-sm-1"></div> <div class="col-sm-2"> <a href="<?php echo base_url('/'); ?>" ><img src="public/assets/images1/Medusys Logo Final 1 (1).png" class="blog_lg" alt=""></a> </div> <div class="col-sm-6"> <!-- hamberger --> <nav class="navigation bl-nav navigat-hold"> <ul class='nav-bar'> <input type='checkbox' id='check' /> <span class="menu"> <a href="<?php echo base_url('discover'); ?>" class="col-ang"><li class="top-down">Discover</li></a> <li class="dropdown">For You <i class="fa fa-sort-desc" aria-hidden="true"></i> <ul class="dropdown-content"> <li><a href="trainees">PG Trainee Doctors</a></li> <li><a href="doctors">Healthcare Professionals </a></li> <li><a href="associations">Associations</a></li> <li><a href="colleges">Medical Colleges</a></li> <li><a href="hospitals">Hospitals</a></li> <!-- Add more list items as needed --> </ul> <a href="<?php echo base_url('products'); ?>" class="pro-color"><li>Products</li> </a> <a href="<?php echo base_url('aboutus'); ?> " ><li>About</li></a> <a href="<?php echo base_url('blog'); ?>" ><li>Blog</li></a> <a href="<?php echo base_url('contact'); ?> " ><li>Contact</li></a> <!-- <a href="<?php echo base_url(''); ?>" ><li>More</li></a> --> <li class="dropdown dr1">More <i class="fa fa-sort-desc" aria-hidden="true"></i> <ul class="dropdown-content drop1"> <li><a href="<?php echo base_url('faq'); ?>">FAQ</a></li> <li><a href="<?php echo base_url('user-guide'); ?>">User Guides</a></li> <li><a href="<?php echo base_url('downloads'); ?>">Downloads</a></li> </ul> </li> <button type="submit" id="login-btn"> <li class="dropdown dr2">Login <i class="fa fa-sort-desc loin-mem-adm" aria-hidden="true"></i> <ul class="dropdown-content drop2"> <li><a href="<?php echo base_url('admin/login'); ?>" target="_blank">Admin Login</a></li> <li><a href="<?php echo base_url('login'); ?>" target="_blank">Member Login</a></li> </ul> </li> </button> <button type="submit" class="btn" id="signup-btn" onclick="signup()">Sign-up</button> <!-- <a href="<?php echo base_url('Registration'); ?>"><button type="submit" class="btn" id="signup-btn">Sign-up</button></a> --> <label for="check" class="close-menu"><i class="fa fa-times" aria-hidden="true"></i></label> </span> <label for="check" class="open-menu"><i class="fa fa-bars" aria-hidden="true"></i></label> </ul> </nav> </div> </div> <div class="row fyfrow"> <div class="col-sm-1"></div> <div class="col-sm-6"> <p class="foryou-para mt-5 pt-5" id="discover-maincontent">Dive into the heart of Medusys where innovation meets healthcare. Discover our story, our values, and how we're transforming patient care through technology.</p> <h5 class="fy-explore"><a href="<?php echo base_url('products'); ?>" class="exp-prod">Explore Products</a> </h5> <p class="fy-explore-p">Medusys empowers the healthcare community to learn, enhance and connect</p> <a href="https://demo.medusys.in/" target="_blank"><button type="button" class="free-btn">Free Sign up</button></a> <a href="https://play.google.com/store/apps/details?id=com.jb.medusys&pcampaignid=web_share" target="_blank"><button type="button" class="glplay-btn"><img src="public/assets/images1/foryou_img2.png" alt=""></button></a> </div> <div class="col-sm-5"> <img src="public/assets/images1/discoverhome1.png" alt="blog" width="100%" height="auto" class="discoverhome1" > </div> </div> </div> </header> <main class="belo-main-dis"> <div class="container" > <div class="row "> <div class="col-sm-1"></div> <div class="col-sm-5 "> <div class="card disco-new-main" > <img src="public/assets/images1/image 11.png" height="300px" class="card-img-top" alt="..."> <div class="card-body disco-new"> <p class="pa">Immerse yourself in the essence of Medusys, where groundbreaking innovation intersects with compassionate healthcare. Our journey began with a vision to redefine patient care by harnessing the power of digital technology. At our core, we uphold values of integrity, collaboration, and relentless pursuit of excellence.</p> </div> <button type="button" class="btn Continue-reading"><a href="<?php echo base_url('aboutus'); ?>">Continue reading</a></button> </div> </div> <div class="col-sm-5 "> <div class="card disco-new-main" > <img src="public/assets/images1/image 10 (1).png " height="300px" class="card-img-top" alt="..."> <div class="card-body disco-new"> <p class="pa">Discover how the Medusys LEC framework can revolutionize your anaesthesia practice, integrating continuous learning, clinical enhancement, and professional networking into the heart of your daily routine. The integration of the LEC paradigm into the daily practices of anaesthetists heralds a new era of empowered, connected, and continuously evolving professionals.</p> </div> <button type="button" class="btn Continue-reading"><a href="https://www.linkedin.com/pulse/mastering-anaesthesia-medusys-lec-paradigm-continuous-medusys--m7czc?trk=public_post_feed-article-content" target="_blank">Continue reading</a></button> </div> </div> <div class="col-sm-1"></div> </div> </div> </main> <!-- --> <!-- <section> <div class="container-fluid"> <div class="row"> <div class="col-sm-1"></div> <div class="col-sm-10"> <div class="discover2"> <div class="expimg"><img src="public/assets/images1/image 12.png" alt="img"></div> </div> </div> <div class="col-sm-1"></div> </div> </div> </section> --> <!-- --> <main class="belo-main-dis"> <div class="container" > <div class="row"> <div class="col-sm-1"></div> <div class="col-sm-5 "> <div class="card disco-new-main" > <img src="public/assets/images1/image 11 (2).png" height="300px" class="card-img-top" alt="..."> <div class="card-body disco-new"> <p class="pa">Discover the transformative impact of the Medusys platform on medical associations. Medusys aims to elevate patient care and professional growth through advanced technology, emphasizing continuous learning, collaborative practices, and community building. The platform integrates educational resources, evidence-based practice tools, and professional networking to enhance member engagement and satisfaction. </p> </div> <button type="button" class="btn Continue-reading"><a href="https://www.linkedin.com/pulse/harnessing-power-meduverse-game-changer-medical-associations--dryhc?utm_source=share&utm_medium=member_android&utm_campaign=share_via" target="_blank"> Continue reading</a></button> </div> </div> <div class="col-sm-5"> <div class="card disco-new-main" > <img src="public/assets/images1/image 10(5).png " height="300px" class="card-img-top" alt="..."> <div class="card-body disco-new"> <p class="pa">Discover the transformative power of MeduCore© in revolutionizing anaesthesia practice by seamlessly integrating evidence-based care with advanced technological tools. This innovative approach enhances precision and informed decision-making, ensuring optimal patient outcomes and streamlining perioperative care.</p> </div> <button type="button" class="btn Continue-reading"><a href="https://www.linkedin.com/pulse/elevating-anesthesiology-practice-meducore-advantage-evidence-based-xjyhc?utm_source=share&utm_medium=member_android&utm_campaign=share_via" target="_blank"> Continue reading </a></button> </div> </div> <div class="col-sm-1"></div> </div> </div> <!-- --> <!-- --> <div class="container mt-5" > <div class="row"> <div class="col-sm-1"></div> <div class="col-sm-5 "> <div class="card disco-new-main" > <img src="public/assets/images1/image 11 (3).png" height="300px" class="card-img-top" alt="..."> <div class="card-body disco-new"> <p class="pa">Discover the multifaceted nature of defining success in the realm of regional anesthesia, a critical component in the landscape of modern surgical procedures. This article embarks on a comprehensive exploration of what constitutes success in this specialized field, extending beyond the precision of technical execution to encompass patient-centered outcomes and the broader implications for healthcare systems. </p> </div> <button type="button" class="btn Continue-reading"><a href="https://www.linkedin.com/pulse/conceptualizing-success-regional-anaesthesia-parameters-medusys--cufnc/?trackingId=YFKR9vuvMyLgqNDEE2TS7g%3D%3D" target="_blank">Continue reading</a></button> </div> </div> <div class="col-sm-5"> <div class="card disco-new-main" > <img src="public/assets/images1/image 10 (2).png " height="300px" class="card-img-top" alt="..."> <div class="card-body disco-new"> <p class="pa">Discover the innovative realm of "The Analytical Anaesthetist", where the forefront of predictive analytics intersects with the nuanced field of perioperative anaesthesia. Here, data-driven precision is not just a concept but a transformative force, reshaping patient care by equipping anaesthetists with the foresight to preempt and navigate postoperative challenges with unprecedented accuracy. </p> </div> <button type="button" class="btn Continue-reading"><a href="https://www.linkedin.com/pulse/analytical-anaesthetists-leveraging-predictive-analytics-medusys--cmilc/?trackingId=ysUlM8UYNy%2FdohDyWDurbw%3D%3D" target="_blank">Continue reading</a></button> </div> </div> <div class="col-sm-1"></div> </div> </div> </main> <!-- --> <!-- --> <div class="container-fluid"> <div class="row"> <div class="col-sm-1"></div> <div class="col-sm-10 platform platform_2 platform-discover"> <div class="container"> <div class="row"> <div class="col-sm-1"></div> <div class="col-sm-10 mt-5"> <!-- <h5 class="Join"><span class="join-color">Join our platform</span> to transform your medical journey with</h5> --> <p class="cutting-edge">Medusys is not just a company; it is a movement towards a more integrated, patient- centered, and technologically advanced healthcare ecosystem.</p> <p class="cutting-edge">Our approach is both ambitious and pragmatic, aiming to make a tangible difference in the lives of patients and the practice of healthcare providers worldwide. </p> <h5 span class="join-color"><a href="<?php echo base_url('products'); ?>" class="exp-prod">Explore Products</a> </h5> </div> <div class="col-sm-1"></div> </div> </div> </div> <div class="col-sm-1"></div> </div> </div> <button id="scrollToTopBtn" title="Go to top"><i class="fa fa-arrow-up" aria-hidden="true"></i></button> <!-- ----------------- --> <script> // Get the button var scrollToTopBtn = document.getElementById("scrollToTopBtn"); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() { scrollFunction(); }; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { scrollToTopBtn.style.display = "block"; } else { scrollToTopBtn.style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document smoothly scrollToTopBtn.addEventListener("click", function() { scrollToTop(); }); function scrollToTop() { var currentPosition = document.documentElement.scrollTop || document.body.scrollTop; if (currentPosition > 0) { window.requestAnimationFrame(scrollToTop); window.scrollTo(0, currentPosition - currentPosition / 10); // Adjust the speed here by changing the divisor (8) } } </script> <script> function signup(){ window.open("https://medusys.in/Registration", "_blank"); } </script> <?php echo view('NewIncludes/blog_footer'); ?>