login-rs.blade.php 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="csrf-token" content="{{ csrf_token() }}">
  7. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  8. <meta name="csrf-token" content="{{ csrf_token() }}">
  9. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  10. <meta name="description" content="{{ config('app.name') }} | The Highest Quality Of Care">
  11. <meta name="theme-color" content="#49529B">
  12. <meta name="title" content="{{ config('app.name') }}">
  13. <meta property="og:type" content="website">
  14. <meta property="og:url" content="{{ config('app.backToInfoSiteUrl') }}/">
  15. <meta property="og:title" content="{{ config('app.name') }}">
  16. <meta property="og:description" content="{{ config('app.name') }} | The Highest Quality Of Care">
  17. <meta property="twitter:card" content="summary_large_image">
  18. <meta property="twitter:url" content="{{ config('app.backToInfoSiteUrl') }}/">
  19. <meta property="twitter:title" content="{{ config('app.name') }}">
  20. <meta property="twitter:description" content="{{ config('app.name') }} | The Highest Quality Of Care">
  21. <title>{{ config('app.name') }} | The Highest Quality Of Care</title>
  22. <meta name="description"
  23. content="The {{ config('app.name') }} program was developed in collaboration with the University of Maryland School of Public Health through a Maryland Industrial Partnerships (MIPS) project.">
  24. <meta name="keywords"
  25. content="Scholar, Health, Leadership, covid-19, Coronavirus, Deaf, Hard of Hearing, Maryland, MIPS, Industrial, Partnership">
  26. <link rel="icon" type="image/png" href="{{ asset('img/icon.svg') }}">
  27. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet"
  28. integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
  29. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
  30. <link href="{{ asset('/css/strengthify.min.css') }}" rel="stylesheet">
  31. <link href="{{ asset('css/layout.css') }}" rel=stylesheet>
  32. <link href="{{ asset('css/lh.css') }}" rel=stylesheet>
  33. <link href="{{ asset('css/style.css') }}" rel=stylesheet>
  34. <link href="{{ asset('css/pristine.css') }}" rel=stylesheet>
  35. <link rel="stylesheet" href="{{ asset('css/rs/style.css') }}" crossorigin="anonymous" />
  36. <script src="https://cdn.jsdelivr.net/npm/vue@2.6.0"></script>
  37. <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
  38. <script src="{{ asset('/js/jquery.strengthify.min.js') }}"></script>
  39. <script src='https://www.google.com/recaptcha/api.js'></script>
  40. <script>
  41. $(function() {
  42. $.ajaxSetup({
  43. headers: {
  44. 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
  45. }
  46. });
  47. });
  48. </script>
  49. <!-- Hotjar Tracking Code for https://hr.leadershiphealth.org -->
  50. <script>
  51. (function(h, o, t, j, a, r) {
  52. h.hj = h.hj || function() {
  53. (h.hj.q = h.hj.q || []).push(arguments)
  54. };
  55. h._hjSettings = {
  56. hjid: 2302901,
  57. hjsv: 6
  58. };
  59. a = o.getElementsByTagName('head')[0];
  60. r = o.createElement('script');
  61. r.async = 1;
  62. r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
  63. a.appendChild(r);
  64. })(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
  65. </script>
  66. </head>
  67. <body>
  68. <div id="mask"
  69. style="background: rgba(0, 0, 0, 0) url(&quot;/vanillaspin.gif&quot;) no-repeat scroll center center; position: fixed; top: 0px; left: 0px; z-index: 9999; width: 100%; height: 100%; display: none;">
  70. </div>
  71. <div id="moe-form-mask"
  72. style="background: rgba(0, 0, 0, .1) no-repeat scroll center center; position: fixed; top: 0px; left: 0px; z-index: 97; width: 100%; height: 100%; display: none;">
  73. </div>
  74. <nav class="navbar navbar-expand-lg shadow-sm" id="mainNav">
  75. <div class="container position-relative p-0">
  76. <a href="/"><img class="logo" src="{{ asset('img/logo.svg') }}"></a>
  77. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navBar"
  78. aria-controls="navBar" aria-expanded="false" aria-label="Toggle navigation">
  79. <i class="fas fa-bars"></i>
  80. </button>
  81. <div class="collapse navbar-collapse" id="navBar">
  82. <ul class="navbar-nav ms-auto">
  83. <li class="nav-item me-2">
  84. <a class="p-lg-0 p-2 d-flex align-items-center" style="text-decoration:none;font-size:14px;" href="https://leadershiphealth.org"><i
  85. class="me-2 fas fa-home"></i> Back to LeadershipHealth.org</a>
  86. </li>
  87. <li class="nav-item">
  88. <a class="p-lg-0 p-2 d-flex align-items-center" style="text-decoration:none;font-size:14px;" href="tel:{{ config('app.phone') }}"><i
  89. class="me-2 fas fa-mobile-alt"></i> {{ config('app.phone') }}</a>
  90. </li>
  91. </ul>
  92. </div>
  93. </div>
  94. </nav>
  95. <div class="bg-white lh-container">
  96. <div class="lh-form-container ">
  97. @yield('content')
  98. </div>
  99. </div>
  100. <footer class="pt-3">
  101. <div class="container">
  102. <p class="text-sm m-0">At Leadership Health, we bridge the gap between healthcare and
  103. management. We understand the challenges that come with managing a medical practice, and our mission is
  104. to alleviate those burdens, allowing healthcare professionals to focus on patient care.</p>
  105. </div>
  106. <div class="bg-sec mt-0 mt-md-4 py-2">
  107. <div class="container">
  108. <p class="text-white m-0 text-center"><small>Copyright © {{ date('Y') }} Leadership Health
  109. LLC. All Rights Reserved.</small></p>
  110. </div>
  111. </div>
  112. </footer>
  113. </body>
  114. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.7/dist/umd/popper.min.js"
  115. integrity="sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE" crossorigin="anonymous">
  116. </script>
  117. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.min.js"
  118. integrity="sha384-Y4oOpwW3duJdCWv5ly8SCFYWqFDsfob/3GkgExXKV4idmbt98QcxXYs9UoXAB7BZ" crossorigin="anonymous">
  119. </script>
  120. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.16/jquery.mask.min.js"></script>
  121. <script type="text/javascript">
  122. $('button.nav-link').hover(function() {
  123. $('button.nav-link').removeClass('active');
  124. $(this).addClass('active');
  125. $('.tab-pane.fade').removeClass('show active');
  126. var target = $(this).attr('aria-controls');
  127. $('#' + target).addClass('show active');
  128. })
  129. </script>
  130. <script>
  131. $(document).ready(function() {
  132. $('.phone').mask('(000) 000-0000');
  133. // $('.pass').strengthify({
  134. // zxcvbn: '/js/zxcvbn.js'
  135. // })
  136. });
  137. </script>
  138. </html>