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

145 lines
7.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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="#home" class="logo">
<img src="images/light-logo.png" alt="Fluid 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>
<span class="tagline">Terms & Condition.</span>
</p><p>
Childrens Privacy
Andela is committed to the protection of childrens online privacy. Because of the nature of our business, our services are not designed to appeal to, and our sites are not directed to children under the age of 13. Andela does not intend to solicit or collect information and we do not knowingly collect personal information from children under the age of 13.
The Childrens Online Privacy Protection Act (COPPA) governs information gathered online from or about children under the age of 13. Verifiable consent from a childs parent or guardian is required before collecting, using, or disclosing personal information about a child under the age of 13. If an Andela website intends to collect information about children under 13 years old, instructions and information pertaining to COPPA will be provided by the specific web page that collects information about the child. The website, page or link will specify exactly what information will be used for, who will see it, and how long it will be kept.
</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>