This commit is contained in:
Olusesan Ameye
2021-03-25 02:31:43 -04:00
parent 171220864c
commit 28c4f40150
6 changed files with 28 additions and 16 deletions
@@ -10,7 +10,7 @@
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<title>MermsEMR - Medical Encounter Record System</title>
<link rel="shortcut icon" href="/img/favicon.ico">
<meta name="description" content="MEMR empowers all users to be part of health care and give providers flexibilities to manage the practice." />
<link rel="stylesheet" type="text/css" href="/css/normalize.min.css">
<link rel="stylesheet" type="text/css" href="/css/main.css">
@@ -32,7 +32,7 @@
<!-- Start Main Navigation -->
<div class="wrapper">
<header class="clearfix">
<a href="/" class="logo"><img src="/img/merms-logo.png" alt="Logo" /></a>
<a href="/" class="logo"><img src="/img/merms-logo.png" alt="MERMS Intelligent EHR" /></a>
<nav id="nav-wrap">
<ul class="nav" id="nav">
<li class="nav-parent"><a class="active" href="/">Home</a>
@@ -95,8 +95,8 @@
<!-- h3>Latest Tweet</h3 -->
<h3>Links</h3>
<ul>
<li><a href="https://provider.mermsemr.com">Providers</a></li>
<li><a href="https://myfit.mermsemr.com">myFit App</a></li>
<li><a href="<?=env('MERMS_PROVIDERS_PAGE')?>">Providers</a></li>
<li><a href="<?=env('MERMS_MYFIT_PAGE')?>">myFit App</a></li>
</ul>
</div>