Browse Source

updated branding

Peter Muturi 4 years ago
parent
commit
0d614e33f3

+ 5 - 2
public/css/style.css

@@ -20,8 +20,11 @@ footer {
   width: 80%;
   width: 80%;
 }
 }
 .btn-primary {
 .btn-primary {
-  background-color: #1C3D80;
-  border-color: #1C3D80;
+  background-color: #2AB7CA;
+  border-color: #2AB7CA;
+}
+.text-blue {
+  color: #08415C;
 }
 }
 .sidenav {
 .sidenav {
   height: 100%;
   height: 100%;

BIN
public/img/icon.png


File diff suppressed because it is too large
+ 2 - 0
public/img/icon.svg


BIN
public/img/logo.png


File diff suppressed because it is too large
+ 2 - 0
public/img/logo.svg


+ 7 - 12
resources/views/layouts/app.blade.php

@@ -5,10 +5,10 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="csrf-token" content="{{ csrf_token() }}">
     <meta name="csrf-token" content="{{ csrf_token() }}">
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-    <title>DialMD</title>
+    <title>LeadershipHealth</title>
     <meta name="description"
     <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"
     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
           integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
           integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
     <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;900&display=swap" rel="stylesheet">
     <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://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://code.jquery.com/jquery-1.12.4.min.js"></script>
     <script src="https://static.opentok.com/v2/js/opentok.min.js"></script>
     <script src="https://static.opentok.com/v2/js/opentok.min.js"></script>
-    
+
 
 
 
 
     <link rel="stylesheet" href="/moe-video/moe-video.css"/>
     <link rel="stylesheet" href="/moe-video/moe-video.css"/>
 
 
     <style>
     <style>
-
-        .text-blue {
-            color: #1C3D80;
-        }
-
         p {
         p {
             font-size: 1.1em;
             font-size: 1.1em;
         }
         }
@@ -48,7 +43,7 @@
 <nav
 <nav
     class="navbar navbar-expand-lg navbar-light bg-white d-flex align-items-center justify-content-between position-fixed w-100 border-bottom">
     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">
     <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>
         <div>
             <a href="{{route('logout')}}" class="btn btn-sm btn-outline-info px-4 py-1"><i
             <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>
                     class="fas fa-sign-out-alt"></i> Logout</a>
@@ -71,7 +66,7 @@
 <div class="sidenav">
 <div class="sidenav">
     <h4 class="text-center font-weight-light my-3">
     <h4 class="text-center font-weight-light my-3">
         <strong>
         <strong>
-            DialMD.com HR
+            LeadershipHealth HR
         </strong>
         </strong>
     </h4>
     </h4>
     <hr>
     <hr>
@@ -82,7 +77,7 @@
 </div>
 </div>
 <footer class="footer bg-light-grey d-flex align-items-center flex-column border-top">
 <footer class="footer bg-light-grey d-flex align-items-center flex-column border-top">
     <div class="py-3">
     <div class="py-3">
-        <p class="mb-0 text-center">&copy; {{getdate()["year"]}} DialMD. All rights reserved.</p>
+        <p class="mb-0 text-center"><small>Copyright &copy; {{getdate()["year"]}} LeadershipHealth LLC. All rights reserved.</small> </p>
     </div>
     </div>
 </footer>
 </footer>
 </body>
 </body>

+ 5 - 9
resources/views/layouts/login.blade.php

@@ -5,10 +5,10 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="csrf-token" content="{{ csrf_token() }}">
     <meta name="csrf-token" content="{{ csrf_token() }}">
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-    <title>DialMD</title>
+    <title>LeadershipHealth</title>
     <meta name="description"
     <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="/vendor/bootstrap/bootstrap.min.css">
     <link rel="stylesheet" href="/vendor/bootstrap/bootstrap.min.css">
     <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;900&display=swap" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;900&display=swap" rel="stylesheet">
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
@@ -18,10 +18,6 @@
     <script src='https://www.google.com/recaptcha/api.js'></script>
     <script src='https://www.google.com/recaptcha/api.js'></script>
     <style>
     <style>
 
 
-        .text-blue {
-            color: #1C3D80;
-        }
-
         p {
         p {
             font-size: 1.1em;
             font-size: 1.1em;
         }
         }
@@ -40,14 +36,14 @@
 <body>
 <body>
 <nav class="navbar navbar-expand-lg navbar-light bg-white d-flex align-items-center justify-content-between">
 <nav class="navbar navbar-expand-lg navbar-light bg-white d-flex align-items-center justify-content-between">
     <div class="container justify-content-center justify-content-md-start">
     <div class="container justify-content-center justify-content-md-start">
-        <a class="navbar-brand" href="{{route('login')}}"><img src="/img/logo.png" alt="Logo" height="50"> </a>
+        <a class="navbar-brand" href="{{route('login')}}"><img src="/img/logo.svg" alt="Logo" height="50"> </a>
     </div>
     </div>
 </nav>
 </nav>
 <hr class="m-0">
 <hr class="m-0">
 @yield('content')
 @yield('content')
 <footer class="bg-light-grey d-flex align-items-center flex-column border-top">
 <footer class="bg-light-grey d-flex align-items-center flex-column border-top">
     <div class="py-3">
     <div class="py-3">
-        <p class="mb-0 text-center">&copy; {{getdate()["year"]}} DialMD. All rights reserved.</p>
+        <p class="mb-0 text-center"><small>Copyright &copy; {{getdate()["year"]}} LeadershipHealth LLC. All rights reserved.</small> </p>
     </div>
     </div>
 </footer>
 </footer>
 </body>
 </body>

+ 3 - 3
resources/views/login.blade.php

@@ -16,12 +16,12 @@
                     <div>
                     <div>
                         <h3 class="text-blue">
                         <h3 class="text-blue">
                             <strong>
                             <strong>
-                                Welcome to DialMD.com HR!
+                                Welcome to LeadershipHealth HR!
                             </strong>
                             </strong>
                         </h3>
                         </h3>
                         <hr>
                         <hr>
                         <p>
                         <p>
-                            Thank you for your interest in working with DialMD.
+                            Thank you for your interest in working with LeadershipHealth.
                         </p>
                         </p>
                         <p>
                         <p>
                             We use this portal to:
                             We use this portal to:
@@ -92,4 +92,4 @@
         </div>
         </div>
     </div>
     </div>
 </div>
 </div>
-@endsection
+@endsection

Some files were not shown because too many files changed in this diff