Files
Olusesan Ameye e030a092d2 fix
2021-01-29 19:29:02 -05:00

108 lines
4.9 KiB
PHP

@extends('layouts.master')
@section('content')
<!-- /////////////////// -->
<!-- Start Feature Wrapper -->
<div class="outter-wrapper feature">
<hr/>
</div>
<!-- End Feature Wrapper -->
<div class="outter-wrapper">
<!-- Start Main Body -->
<div class="main-container">
<div class="main wrapper clearfix">
<!-- Start Main Content -->
<div class="main-content">
<div class="text-seperator">
<h5>About us</h5>
</div>
<div class="clearfix">
<div class="half">
<!-- h4>Culture</h4 -->
<img src="img/merms-team.jpg" alt="Mock" />
</div>
<div class="half last">
<p>MERMS is an international technology company with over 20 years of experience in medical software solutions. Our expertise lies in providing systems of innovative solutions for medical practices serving that adapt to the need for practices and patients equally. </p>
<p>Our goal is to follow the patient's continuous case in personal and clinical settings without betraying any side. We understand users care goes beyond when they are hospitalized, our solution ensures your personal continues care is achievable in parallel with clinical encounters.</p>
<p> Working in the medical field and also being a patient sometimes, it was all too common to have the feeling of being managed through a process of care that respects the hospitals more than you, the consumer, the patients grumble. This is why we created MERMs systems.</p>
</div>
</div>
<div class="clearfix">
<div class="main-content">
<!-- Text Seperator -->
<div class="text-seperator">
<h5>Products</h5>
<a class="btn right white-btn xsmall-btn" href="/product">View All</a>
</div>
<!-- Start Projects -->
<div class="clearfix recentwork">
<!-- Start Column -->
<div class="third">
<div class="mosaic-block fade">
<a href="https://provider.mermsemr.com/" class="mosaic-overlay link" title="Insert Your Title"></a><div class="mosaic-backdrop">
<img src="/img/merms-provider.jpg" alt="Mock" /></div>
</div>
<h3><a href="https://provider.mermsemr.com/">Merms-Providers</a></h3>
<p> MermsEMR is an integrated medical software suite for both independent and group practices. &#8230;<a href="/product" class="more">more</a></p>
</div>
<!-- Start Column -->
<div class="third">
<div class="mosaic-block fade">
<a href="https://myfit.mermsemr.com/" class="mosaic-overlay link" title="myFit"></a><div class="mosaic-backdrop">
<img src="/img/myfit_small.jpg" alt="Merms - myFit" /></div>
</div>
<h3><a href="https://myfit.mermsemr.com/">MERMS-myFit</a></h3>
<p>myFit is your personal health care concierge. this app helps you to manage the intricacies of your daily and long term health activities. &#8230;<a href="/product" class="more">more</a></p>
</div>
<!-- Start Column -->
<div class="third last">
<div class="mosaic-block fade">
<a href="https://blog.mermsemr.com/" class="mosaic-overlay link" title="Insert Your Title"></a><div class="mosaic-backdrop">
<div class="corner-date">12 Sep</div><img src="/img/merms-blog.jpg" alt="Mock" /></div>
</div>
<h3><a href="https://blog.mermsemr.com/">HEALTHY LIVING</a></h3>
<p>Visit our health blog to get insights and tips on how to improve your health and enjoy life to the fullest.<a class="more" href="https://blog.mermsemr.com/">more</a></p>
</div>
<!-- End Projects -->
</div>
<!-- End Main Content -->
</div>
</div>
<!-- Finish Main Content -->
</div>
</div> <!-- #main -->
</div> <!-- #main-container -->
</div>
@stop