81 lines
4.2 KiB
PHP
81 lines
4.2 KiB
PHP
<!------main-content------>
|
|
<main class="main-content">
|
|
<section style="max-height: 100px; padding-top: 50px;" class="page_title" >
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12 d-flex">
|
|
<div class="content_box">
|
|
<ul class="bread_crumb text-center">
|
|
<li class="bread_crumb-item"><a href="/">Home</a></li>
|
|
<li class="bread_crumb-item active"> About <?=PROUCT_BRAND_NAME?> </li>
|
|
</ul>
|
|
<h1 style="color: black;">About us </h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="about type_one">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-4">
|
|
<div class="row">
|
|
<div class="col-lg-12 first_column">
|
|
<div class="icon_box type_one wow slideInUp" data-wow-delay="00ms" data-wow-duration="1500ms">
|
|
<div class="icon">
|
|
<img src="/assets/image/about-1.png" alt="about-1" />
|
|
</div>
|
|
<div class="content_box">
|
|
<!-- <h2><a href="#">Dr. SanyaOlu A. Ameye. MBBS, FWACS, FMCORL</a></h2>-->
|
|
<!-- <p><a href="https://www.linkedin.com/in/sanyaolu-ameye-468335/">Linkedin</a> </p>-->
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-8">
|
|
<div class="heading icon_dark tp_one">
|
|
<h1><?=PROUCT_BRAND_NAME?> </h1>
|
|
<span class="flaticon-virus icon"></span>
|
|
</div>
|
|
<div class="about_content">
|
|
<h4>Our Mission and Vision</h4>
|
|
<p class="description">
|
|
MERMS is a medical platform hosting service, providing secure, reliable, and tailored hosting solutions for healthcare professionals and organizations. Our platform is designed to meet the distinct needs of medical websites, ensuring compliance with industry regulations and protecting sensitive patient information. We specialize in efficient hosting services, allowing healthcare professionals to concentrate on delivering exceptional care while we manage their online presence.
|
|
</p>
|
|
<hr />
|
|
<p class="description">MERMS was built on the design of user care. We know we are all patient at a time, but that is not the totality of our care experience. So we have designed the intelligent solution to care for your health flow, what you need daily to moment by moment for the best outcome.
|
|
</p>
|
|
<p class="description">As a team of health providers, we understand the reality of connecting with the patient, especially when in the care transition period. Nobody wanted to know about the health situation late when it could be addressed early. This MERMS solution provides continuous health data integration for provider-patient optimization.
|
|
</p>
|
|
<p class="description">We have dedicated our careers to improving healthcare. We listen to our users and are proud to consider us care partners.
|
|
</p>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="doctor type_one bg_white">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12 ">
|
|
<div class="heading tp_one">
|
|
<h1>Latest from our blog</h1>
|
|
<span class="flaticon-virus icon"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<?php
|
|
include 'blog_section.php';
|
|
?>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|