|
@@ -5,10 +5,10 @@
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
- <title>DialMD</title>
|
|
|
+ <title>LeadershipHealth</title>
|
|
|
<meta name="description"
|
|
|
- content="Speak with a medical doctor or specialist by phone or video in minutes. Get the care you need with on-demand medical services so you can carry on with your busy life, without missing a beat.">
|
|
|
- <link rel="icon" href={{asset('img/icon.png')}}>
|
|
|
+ content="Scholar Health's Leadership Health program was developed in collaboration with the University of Maryland School of Public Health through a Maryland Industrial Partnerships (MIPS) project.">
|
|
|
+ <link rel="icon" href={{asset('img/icon.svg')}}>
|
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
|
|
|
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;900&display=swap" rel="stylesheet">
|
|
@@ -17,17 +17,12 @@
|
|
|
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.0"></script>
|
|
|
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
|
|
|
<script src="https://static.opentok.com/v2/js/opentok.min.js"></script>
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/moe-video/moe-video.css"/>
|
|
|
|
|
|
<style>
|
|
|
-
|
|
|
- .text-blue {
|
|
|
- color: #1C3D80;
|
|
|
- }
|
|
|
-
|
|
|
p {
|
|
|
font-size: 1.1em;
|
|
|
}
|
|
@@ -48,7 +43,7 @@
|
|
|
<nav
|
|
|
class="navbar navbar-expand-lg navbar-light bg-white d-flex align-items-center justify-content-between position-fixed w-100 border-bottom">
|
|
|
<div class="container-fluid">
|
|
|
- <a class="navbar-brand" href="{{route('welcome')}}"><img src="/img/logo.png" alt="Logo" height="40"> </a>
|
|
|
+ <a class="navbar-brand" href="{{route('welcome')}}"><img src="/img/logo.svg" alt="Logo" height="40"> </a>
|
|
|
<div>
|
|
|
<a href="{{route('logout')}}" class="btn btn-sm btn-outline-info px-4 py-1"><i
|
|
|
class="fas fa-sign-out-alt"></i> Logout</a>
|
|
@@ -71,7 +66,7 @@
|
|
|
<div class="sidenav">
|
|
|
<h4 class="text-center font-weight-light my-3">
|
|
|
<strong>
|
|
|
- DialMD.com HR
|
|
|
+ LeadershipHealth HR
|
|
|
</strong>
|
|
|
</h4>
|
|
|
<hr>
|
|
@@ -82,7 +77,7 @@
|
|
|
</div>
|
|
|
<footer class="footer bg-light-grey d-flex align-items-center flex-column border-top">
|
|
|
<div class="py-3">
|
|
|
- <p class="mb-0 text-center">© {{getdate()["year"]}} DialMD. All rights reserved.</p>
|
|
|
+ <p class="mb-0 text-center"><small>Copyright © {{getdate()["year"]}} LeadershipHealth LLC. All rights reserved.</small> </p>
|
|
|
</div>
|
|
|
</footer>
|
|
|
</body>
|