app.blade.php 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. <title>LeadershipHealth</title>
  9. <meta name="description"
  10. content="The Leadership Health program was developed in collaboration with the University of Maryland School of Public Health through a Maryland Industrial Partnerships (MIPS) project.">
  11. <link rel="icon" href={{asset('img/icon.svg')}}>
  12. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
  13. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
  14. <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
  15. <link rel="preconnect" href="https://fonts.googleapis.com">
  16. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  17. <link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Roboto&display=swap" rel="stylesheet">
  18. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@splidejs/splide@latest/dist/css/splide.min.css">
  19. <link href="/css/layout.css" rel=stylesheet>
  20. <link href="/EuclidCircularA-Light/style.css" rel=stylesheet>
  21. <link href="/css/lh.css" rel=stylesheet>
  22. <link rel="stylesheet" href="{{ asset('/css/toastr.min.css') }}">
  23. <link href="{{asset('css/style.css')}}?_=2" rel=stylesheet>
  24. <link href="{{asset('css/pristine.css')}}?_=1" rel=stylesheet>
  25. <script src="https://cdn.jsdelivr.net/npm/vue@2.6.0"></script>
  26. <script src="/js/jquery-3.5.1.min.js"></script>
  27. <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
  28. <script src="{{ asset('js/toastr.min.js') }}" type="application/javascript"></script>
  29. <link href="/select2/select2.min.css" rel=stylesheet>
  30. <script src="/select2/select2.min.js"></script>
  31. <script src="https://cdn.jsdelivr.net/npm/@splidejs/splide@latest/dist/js/splide.min.js"></script>
  32. <script src="https://static.opentok.com/v2/js/opentok.min.js"></script>
  33. <link rel="stylesheet" href="/moe-video/moe-video.css"/>
  34. <!-- Hotjar Tracking Code for https://hr.leadershiphealth.org -->
  35. <script>
  36. (function(h,o,t,j,a,r){
  37. h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
  38. h._hjSettings={hjid:2302901,hjsv:6};
  39. a=o.getElementsByTagName('head')[0];
  40. r=o.createElement('script');r.async=1;
  41. r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
  42. a.appendChild(r);
  43. })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
  44. </script>
  45. <style>
  46. p {
  47. font-size: 1.1em;
  48. }
  49. input:not([type="submit"]), select, option, textarea {
  50. background-color: #fdf5e3 !important;
  51. /*font-weight: bold !important;*/
  52. }
  53. input::placeholder {
  54. /*font-weight: normal !important;*/
  55. }
  56. </style>
  57. </head>
  58. <body>
  59. <nav
  60. class="navbar navbar-expand-lg navbar-light bg-white d-flex align-items-center justify-content-between position-fixed w-100 border-bottom">
  61. <div class="container-fluid">
  62. <a class="navbar-brand" href="{{route('welcome')}}"><img src="/img/logo.svg" alt="Logo" height="40"> </a>
  63. <div>
  64. <a href="{{route('logout')}}" class="btn btn-sm btn-outline-info px-4 py-1"><i
  65. class="fas fa-sign-out-alt"></i> Logout</a>
  66. <button class="navbar-toggler btn btn-outline-light hidden" type="button" data-bs-toggle="collapse"
  67. data-bs-target="#navbarNavDropdown"
  68. aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
  69. <i class="fas fa-bars"></i>
  70. </button>
  71. </div>
  72. </div>
  73. <div class="collapse navbar-collapse w-100 mobile" id="navbarNavDropdown">
  74. <ul class="navbar-nav text-uppercase border-top mt-2">
  75. <li class="nav-item mx-2">
  76. @include('layouts.nav')
  77. </li>
  78. </ul>
  79. </div>
  80. </nav>
  81. <hr class="m-0">
  82. <div class="sidenav">
  83. <h4 class="text-center font-weight-light my-3">
  84. <strong>
  85. LeadershipHealth HR
  86. </strong>
  87. </h4>
  88. <hr>
  89. @include('layouts.nav')
  90. </div>
  91. <div class="main">
  92. @yield('content')
  93. </div>
  94. <footer class="footer bg-light-grey d-flex align-items-center flex-column border-top">
  95. <div class="py-3">
  96. <p class="mb-0 text-center"><small>Copyright &copy; {{getdate()["year"]}} LeadershipHealth LLC. All rights reserved.</small> </p>
  97. </div>
  98. </footer>
  99. </body>
  100. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.7/dist/umd/popper.min.js" integrity="sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE" crossorigin="anonymous"></script>
  101. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.min.js" integrity="sha384-Y4oOpwW3duJdCWv5ly8SCFYWqFDsfob/3GkgExXKV4idmbt98QcxXYs9UoXAB7BZ" crossorigin="anonymous"></script>
  102. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.16/jquery.mask.min.js"></script>
  103. <script src="/moe-video/moe-video.js"></script>
  104. <script type="text/javascript">
  105. $(document).ready(function () {
  106. $('.phone').mask('(000) 000-0000');
  107. // $('.zip').mask('00000');
  108. });
  109. </script>
  110. </html>