Files
MermsEmrWeb/mermswww/resources/views/security.blade.php
T
Olusesan Ameye 53898af1d8 fix
2021-01-30 12:04:54 -05:00

152 lines
7.7 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<title>myFit - Personal Health Record System</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="Cloud-based electronic health record platform for all users. patient health record, family health record">
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="stylesheets/base.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/media.queries.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/tipsy.css" />
<link rel="stylesheet" type="text/css" href="javascripts/fancybox/jquery.fancybox-1.3.4.css" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Nothing+You+Could+Do|Quicksand:400,700,300">
<!-- Javascripts -->
<script type="text/javascript" src="javascripts/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="javascripts/html5shiv.js"></script>
<script type="text/javascript" src="javascripts/jquery.tipsy.js"></script>
<script type="text/javascript" src="javascripts/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript" src="javascripts/fancybox/jquery.easing-1.3.pack.js"></script>
<script type="text/javascript" src="javascripts/jquery.touchSwipe.js"></script>
<script type="text/javascript" src="javascripts/jquery.mobilemenu.js"></script>
<script type="text/javascript" src="javascripts/jquery.infieldlabel.js"></script>
<script type="text/javascript" src="javascripts/jquery.echoslider.js"></script>
<script type="text/javascript" src="javascripts/fluidapp.js"></script>
<!-- Favicons -->
<link rel="shortcut icon" href="images/favicon.png" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>
<!-- Start Wrapper -->
<div id="page_wrapper">
<!-- Start Header -->
<header>
<div class="container">
<!-- Start Social Icons -->
<aside>
<ul class="social">
<li class="facebook"><a href="https://www.facebook.com/Mermsemr-381924675740341">Facebook</a></li>
<li class="twitter"><a href="http://twitter.com/fluxtra">Twitter</a></li>
<!-- More Social Icons:
<li class="dribbble"><a href="">Dribbble</a></li>
<li class="google"><a href="">Google</a></li>
<li class="flickr"><a href="">Flickr</a></li>
-->
</ul>
</aside>
<!-- End Social Icons -->
<!-- Start Navigation -->
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/privacy">Privacy</a></li>
<li><a href="/terms">Terms of use</a></li>
</ul>
<span class="arrow"></span>
</nav>
<!-- End Navigation -->
</div>
</header>
<!-- End Header -->
<section class="container">
<!-- Start App Info -->
<div id="app_info">
<!-- Start Logo -->
<a href="/" class="logo">
<img src="images/light-logo.png" alt="myFit App" />
</a>
<!-- End Logo -->
<span class="tagline">your Personal health care platform.</span>
<p>
myFit is your personal health care concierge. this app helps you to manage the intricacies of your daily and long term health activities. With myFit, your health record is yours at all point, you decide your provider access as needed from time to time. </a>.
</p>
</div>
<!-- End App Info -->
<!-- Start App Info -->
<div id="app_info" style="float:right;">
<!-- p>
myFit is your personal health care concierge. this app helps you to manage the intricacies of your daily and long term health activities. With myFit, your health record is yours at all point, you decide your provider access as needed from time to time. <a href="#features">Check out features to learn more about myFit</a>.
</p -->
<div class="buttons">
<a href="#" class="large_button" id="apple">
<span class="icon"></span>
<em>Download now for</em> iPhone
</a>
<a href="https://play.google.com/store/apps/details?id=com.mermsemr.myfit" class="large_button" id="android">
<span class="icon"></span>
<em>Download now for</em> Android
</a>
</div>
<div class="price centered"> <!-- Alignments options: right_align, left_align, centered -->
<p>Your personal free EHR!</p>
</div>
</div>
<!-- End App Info -->
<div id="txt_body" >
<p>
MERMS Security POLICY
</p>
<p>Last Updated: 08/10/2020 </p>
<p> myFit . ("MERMS myFit") is committed to upholding the privacy rights of individuals. This Privacy Policy explains the collection, use, purpose, and sharing of personally identifiable information ("PII") related to the use of Merms's myFit website https://myfit.mermsemr.com/ , MERMS providing of services to our users ("Partners"), or from our employees. PII does not include information that is anonymized or aggregated, and other information which is excluded from the scope of applicable privacy laws.
</p>
<p>myFit does not require you to register or provide PII to visit our website. By accessing our website or purchasing our services, you agree to this Privacy Policy in addition to any other agreements we might have with you.
</p>
<p> myFit complies with the EU-U.S. Privacy Shield Framework as set forth by the U.S. Department of Commerce regarding the collection, use, and retention of all personal information transferred from the European Union to the United States. </p>
<p> myFit adheres to the Privacy Shield Principles, and is subject to the investigatory and enforcement powers of the Federal Trade Commission. If there is any conflict between the terms in this Privacy Policy and the Privacy Shield Principles, the Privacy Shield Principles shall govern. </p>
<p> ccc </p>
<p> ccc </p>
<p> ccc </p>
</div>
</section>
<!-- Start Footer -->
<footer class="container">
<p>myFit &copy; 2019. FluxTra LLC All Rights Reserved.</p>
</footer>
<!-- End Footer -->
</div>
<!-- End Wrapper -->
</body>
</html>