Added pages
This commit is contained in:
@@ -0,0 +1,489 @@
|
|||||||
|
{% load static %}
|
||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="author" content="ChiefSoft Works">
|
||||||
|
<meta name="description" content="A.I. enabled healthcare">
|
||||||
|
<meta name="keywords"
|
||||||
|
content="SmartHealth Personal Care Health Research Surveys Diagnosis Machine Learning Health Mobility">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
|
<!-- SITE TITLE -->
|
||||||
|
<title>Smart Care by {{name}}</title>
|
||||||
|
|
||||||
|
<!-- FAVICON AND TOUCH ICONS -->
|
||||||
|
<link rel="shortcut icon" href="{% static 'images/favicon.ico' %}" type="image/x-icon">
|
||||||
|
<link rel="icon" href="{% static 'images/favicon.ico' %}" type="image/x-icon">
|
||||||
|
<link rel="apple-touch-icon" sizes="152x152" href="{% static 'images/apple-touch-icon-152x152.png' %}">
|
||||||
|
<link rel="apple-touch-icon" sizes="120x120" href="{% static 'images/apple-touch-icon-120x120.png' %}">
|
||||||
|
<link rel="apple-touch-icon" sizes="76x76" href="{% static 'images/apple-touch-icon-76x76.png' %}">
|
||||||
|
<link rel="apple-touch-icon" href="{% static 'images/apple-touch-icon.png' %}">
|
||||||
|
<link rel="icon" href="{% static 'images/apple-touch-icon.png' %} " type="image/x-icon">
|
||||||
|
|
||||||
|
<!-- GOOGLE FONTS -->
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap"
|
||||||
|
rel="stylesheet">
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap"
|
||||||
|
rel="stylesheet">
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap"
|
||||||
|
rel="stylesheet">
|
||||||
|
|
||||||
|
|
||||||
|
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
|
||||||
|
<link href="{% static 'css/flaticon.css' %}" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- PLUGINS STYLESHEET -->
|
||||||
|
<link href="{% static 'css/menu.css' %}" rel="stylesheet">
|
||||||
|
<link id="effect" href="{% static 'css/dropdown-effects/fade-down.css' %} " media="all" rel="stylesheet">
|
||||||
|
<link href="{% static 'css/magnific-popup.css' %} " rel="stylesheet">
|
||||||
|
<link href="{% static 'css/owl.carousel.min.css' %} " rel="stylesheet">
|
||||||
|
<link href="{% static 'css/owl.theme.default.min.css' %} " rel="stylesheet">
|
||||||
|
<link href="{% static 'css/lunar.css' %} " rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- ON SCROLL ANIMATION -->
|
||||||
|
<link href="{% static 'css/animate.css' %}" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- TEMPLATE CSS {% static '' %} -->
|
||||||
|
<!-- <link href="css/blue-theme.css" rel="stylesheet"> -->
|
||||||
|
<!-- <link href="css/crocus-theme.css" rel="stylesheet"> -->
|
||||||
|
<!-- <link href="css/green-theme.css" rel="stylesheet"> -->
|
||||||
|
<!-- <link href="css/magenta-theme.css" rel="stylesheet"> -->
|
||||||
|
<link href="{% static 'css/pink-theme.css' %}" rel="stylesheet">
|
||||||
|
<!-- <link href="css/purple-theme.css" rel="stylesheet"> -->
|
||||||
|
<!-- <link href="css/skyblue-theme.css" rel="stylesheet"> -->
|
||||||
|
<!-- <link href="css/red-theme.css" rel="stylesheet"> -->
|
||||||
|
<!-- <link href="css/violet-theme.css" rel="stylesheet"> -->
|
||||||
|
|
||||||
|
<!-- RESPONSIVE CSS -->
|
||||||
|
<link href="{% static 'css/responsive.css' %}" rel="stylesheet">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- PRELOADER SPINNER
|
||||||
|
============================================= -->
|
||||||
|
<div id="loading" class="loading--theme">
|
||||||
|
<div id="loading-center"><span class="loader"></span></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- PAGE CONTENT
|
||||||
|
============================================= -->
|
||||||
|
<div id="page" class="page font--jakarta">
|
||||||
|
|
||||||
|
<header id="header" class="tra-menu navbar-light white-scroll">
|
||||||
|
<div class="header-wrapper">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- MOBILE HEADER -->
|
||||||
|
<div class="wsmobileheader clearfix">
|
||||||
|
<span class="smllogo"><img src="{% static 'images/logo-pink.png' %} " alt="mobile-logo"></span>
|
||||||
|
<a id="wsnavtoggle" class="wsanimated-arrow"><span></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- NAVIGATION MENU -->
|
||||||
|
<div class="wsmainfull menu clearfix">
|
||||||
|
<div class="wsmainwp clearfix">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HEADER BLACK LOGO -->
|
||||||
|
<div class="desktoplogo">
|
||||||
|
<a href="/" class="logo-black"><img src="{% static 'images/logo-pink.png' %}" alt="logo"></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HEADER WHITE LOGO -->
|
||||||
|
<div class="desktoplogo">
|
||||||
|
<a href="/" class="logo-white"><img src="{% static 'images/logo-white.png' %}" alt="logo"></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- MAIN MENU -->
|
||||||
|
<nav class="wsmenu clearfix">
|
||||||
|
<ul class="wsmenu-list nav-theme">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- DROPDOWN SUB MENU -->
|
||||||
|
<li aria-haspopup="true"><a href="#" class="h-link">About <span class="wsarrow"></span></a>
|
||||||
|
<ul class="sub-menu">
|
||||||
|
<li aria-haspopup="true"><a href="#lnk-1">Why autoMedSys?</a></li>
|
||||||
|
<li aria-haspopup="true"><a href="/about">About Us</a></li>
|
||||||
|
<li aria-haspopup="true"><a href="#features-6">Products</a></li>
|
||||||
|
<li aria-haspopup="true"><a href="/contact">Contact Us</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- SIMPLE NAVIGATION LINK -->
|
||||||
|
<li class="nl-simple" aria-haspopup="true"><a href="#features-6" class="h-link">Products</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<!-- SIMPLE NAVIGATION LINK -->
|
||||||
|
{% comment %}
|
||||||
|
<li class="nl-simple" aria-haspopup="true"><a href="pricing-1.html"
|
||||||
|
class="h-link">Pricing</a></li>
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
|
|
||||||
|
<!-- SIMPLE NAVIGATION LINK -->
|
||||||
|
{% comment %}
|
||||||
|
<li class="nl-simple" aria-haspopup="true"><a href="#faqs-3" class="h-link">FAQs</a></li>
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
|
|
||||||
|
<!-- SIGN IN LINK -->
|
||||||
|
{% comment %}
|
||||||
|
<li class="nl-simple reg-fst-link mobile-last-link" aria-haspopup="true">
|
||||||
|
<a href="login-2.html" class="h-link">Sign in</a>
|
||||||
|
</li>
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
|
|
||||||
|
<!-- SIGN UP BUTTON -->
|
||||||
|
{% comment %}
|
||||||
|
<li class="nl-simple" aria-haspopup="true">
|
||||||
|
<a href="signup-2.html" class="btn r-04 btn--theme hover--tra-white last-link">Sign
|
||||||
|
up</a>
|
||||||
|
</li>
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav> <!-- END MAIN MENU -->
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div> <!-- END NAVIGATION MENU -->
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- End header-wrapper -->
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section id="hero-1" class="bg--scroll hero-section">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row d-flex align-items-center">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERO TEXT -->
|
||||||
|
<div class="col-md-6">
|
||||||
|
<div class="hero-1-txt color--white wow fadeInRight">
|
||||||
|
<h2 class="s-58 w-700">Smart, Artificial intelligence enabled HealthCare.</h2>
|
||||||
|
<p class="p-xl">Your healthcare solutions that fits your world.
|
||||||
|
</p>
|
||||||
|
<a href="#features-6" class="btn r-04 btn--theme hover--tra-white">View our products</a>
|
||||||
|
</div>
|
||||||
|
</div> <!-- END HERO TEXT -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERO IMAGE -->
|
||||||
|
<div class="col-md-6">
|
||||||
|
<div class="hero-1-img wow fadeInLeft">
|
||||||
|
<img class="img-fluid" src="{% static 'images/hero-1-img.png' %}" alt="hero-image">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- End row -->
|
||||||
|
</div> <!-- End container -->
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="features-6" class="py-100 features-section division">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-md-10 col-lg-9">
|
||||||
|
<div class="section-title mb-70">
|
||||||
|
<h2 class="s-50 w-700">Human-centric general health solutions provider</h2>
|
||||||
|
<p class="s-21 color--grey">autoMedSys is dedicated to modern and AI-powered healthcare
|
||||||
|
solutions.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="fbox-wrapper text-center">
|
||||||
|
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-4">
|
||||||
|
<div class="col">
|
||||||
|
<div class="fbox-6 fb-1 wow fadeInUp">
|
||||||
|
<div class="fbox-ico ico-55">
|
||||||
|
<div class="shape-ico color--theme">
|
||||||
|
<a href="#rader"> <img class="img-fluid" style="height: 75px; width: 75px;"
|
||||||
|
src="{% static 'images/rader.png' %} "
|
||||||
|
alt="content-image"></a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div> <!-- End Icon -->
|
||||||
|
|
||||||
|
<!-- Text -->
|
||||||
|
<div class="fbox-txt">
|
||||||
|
<a href="#rader"><h6 class="s-20 w-700">HealthRader</h6></a>
|
||||||
|
<p>Personal and group health care tools for everyday activities</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div> <!-- END FEATURE BOX #1 -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- FEATURE BOX #2 -->
|
||||||
|
<div class="col">
|
||||||
|
<div class="fbox-6 fb-2 wow fadeInUp">
|
||||||
|
|
||||||
|
<!-- Icon -->
|
||||||
|
<div class="fbox-ico ico-55">
|
||||||
|
<div class="shape-ico color--theme">
|
||||||
|
|
||||||
|
<!-- Vector Icon -->
|
||||||
|
<a href="#myfit"> <img class="img-fluid" style="height: 75px; width: 75px;"
|
||||||
|
src="{% static 'images/myfit.png' %} "
|
||||||
|
alt="content-image"><a/>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div> <!-- End Icon -->
|
||||||
|
|
||||||
|
<!-- Text -->
|
||||||
|
<div class="fbox-txt">
|
||||||
|
<a href="#myfit"><h6 class="s-20 w-700">MyFit Care Manager</h6></a>
|
||||||
|
<p>Plan individual and group exercise, nutrition with smart agents.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div> <!-- END FEATURE BOX #2 -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- FEATURE BOX #3 -->
|
||||||
|
<div class="col">
|
||||||
|
<div class="fbox-6 fb-3 wow fadeInUp">
|
||||||
|
|
||||||
|
<!-- Icon -->
|
||||||
|
<div class="fbox-ico ico-55">
|
||||||
|
<div class="shape-ico color--theme">
|
||||||
|
<!-- <span class="flaticon-graphic"></span>-->
|
||||||
|
<a href="#abulatory"> <img class="img-fluid" style="height: 75px; width: 75px;"
|
||||||
|
src="{% static 'images/abulatory.png' %} "
|
||||||
|
alt="content-image"> </a>
|
||||||
|
</div>
|
||||||
|
</div> <!-- End Icon -->
|
||||||
|
|
||||||
|
<!-- Text -->
|
||||||
|
<div class="fbox-txt">
|
||||||
|
<a href="#abulatory"><h6 class="s-20 w-700">Ambulatory Systems</h6></a>
|
||||||
|
<p>Everything you need to run your practice daily, manage claims</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div> <!-- END FEATURE BOX #3 -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- FEATURE BOX #4 -->
|
||||||
|
<div class="col">
|
||||||
|
<div class="fbox-6 fb-4 wow fadeInUp">
|
||||||
|
|
||||||
|
<!-- Icon -->
|
||||||
|
<div class="fbox-ico ico-55">
|
||||||
|
<div class="shape-ico color--theme">
|
||||||
|
|
||||||
|
<!-- Vector Icon -->
|
||||||
|
<a href="#research"> <img class="img-fluid" style="height: 75px; width: 75px;"
|
||||||
|
src="{% static 'images/research.png' %} "
|
||||||
|
alt="content-image"></a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div> <!-- End Icon -->
|
||||||
|
|
||||||
|
<!-- Text -->
|
||||||
|
<div class="fbox-txt">
|
||||||
|
<a href="#research"><h6 class="s-20 w-700">Research Platform</h6></a>
|
||||||
|
<p>Plan,collate surveys and health data with HealthMind</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div> <!-- END FEATURE BOX #4 -->
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- End row -->
|
||||||
|
</div> <!-- END FEATURES-6 WRAPPER -->
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- End container -->
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<footer id="footer-3" class="pt-100 footer ft-3-ntr">
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- FOOTER CONTENT -->
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- FOOTER LOGO -->
|
||||||
|
<div class="col-xl-3">
|
||||||
|
<div class="footer-info">
|
||||||
|
<img class="footer-logo" src="{% static 'images/logo-pink.png' %}" alt="footer-logo">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- FOOTER LINKS -->
|
||||||
|
<div class="col-sm-4 col-lg-3 col-xl-2">
|
||||||
|
<div class="footer-links fl-1">
|
||||||
|
|
||||||
|
<!-- Title -->
|
||||||
|
<h6 class="s-17 w-700">Company</h6>
|
||||||
|
|
||||||
|
<!-- Links -->
|
||||||
|
<ul class="foo-links clearfix">
|
||||||
|
<li><p><a href="/about">About Us</a></p></li>
|
||||||
|
<li><p><a href="/blog">Blog</a></p></li>
|
||||||
|
<li><p><a href="https://blog.automedsys.ai/">Our Blog</a></p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div> <!-- END FOOTER LINKS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- FOOTER LINKS -->
|
||||||
|
<div class="col-sm-4 col-lg-2">
|
||||||
|
<div class="footer-links fl-2">
|
||||||
|
|
||||||
|
<!-- Title -->
|
||||||
|
<h6 class="s-17 w-700">Product</h6>
|
||||||
|
|
||||||
|
<!-- Links -->
|
||||||
|
<ul class="foo-links clearfix">
|
||||||
|
<li><p><a href="#rader">HealthRader</a></p></li>
|
||||||
|
<li><p><a href="#abulatory">Ambulatory Care</a></p></li>
|
||||||
|
<li><p><a href="#myfit">MyFit</a></p></li>
|
||||||
|
<li><p><a href="#research">HealthMind</a></p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div> <!-- END FOOTER LINKS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- FOOTER LINKS -->
|
||||||
|
<div class="col-sm-4 col-lg-3 col-xl-2">
|
||||||
|
<div class="footer-links fl-3">
|
||||||
|
|
||||||
|
<!-- Title -->
|
||||||
|
<h6 class="s-17 w-700">Legal</h6>
|
||||||
|
|
||||||
|
<!-- Links -->
|
||||||
|
<ul class="foo-links clearfix">
|
||||||
|
<li><p><a href="/terms">Terms of Use</a></p></li>
|
||||||
|
<li><p><a href="/privacy">Privacy Policy</a></p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div> <!-- END FOOTER LINKS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- FOOTER NEWSLETTER FORM -->
|
||||||
|
<div class="col-sm-10 col-md-8 col-lg-4 col-xl-3">
|
||||||
|
<div class="footer-form">
|
||||||
|
|
||||||
|
<!-- Title -->
|
||||||
|
<h6 class="s-17 w-700">Contact Us</h6>
|
||||||
|
|
||||||
|
<ul class="foo-links clearfix">
|
||||||
|
<li><p><a href="/contact">Help Center</a></p></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div> <!-- END FOOTER NEWSLETTER FORM -->
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- END FOOTER CONTENT -->
|
||||||
|
|
||||||
|
|
||||||
|
<hr> <!-- FOOTER DIVIDER LINE -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- BOTTOM FOOTER -->
|
||||||
|
<div class="bottom-footer">
|
||||||
|
<div class="row row-cols-1 row-cols-md-2 d-flex align-items-center">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- FOOTER COPYRIGHT -->
|
||||||
|
<div class="col">
|
||||||
|
<div class="footer-copyright">
|
||||||
|
<p class="p-sm">© 2024 autoMedSys. <span>All Rights Reserved</span></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- FOOTER SOCIALS -->
|
||||||
|
<div class="col">
|
||||||
|
<ul class="bottom-footer-socials ico-20 text-end">
|
||||||
|
<li><a href="https://www.facebook.com/profile.php?id=100067596795422"><span
|
||||||
|
class="flaticon-facebook"></span></a></li>
|
||||||
|
<li><a href="#"><span class="flaticon-twitter"></span></a></li>
|
||||||
|
<!-- <li><a href="#"><span class="flaticon-instagram"></span></a></li>-->
|
||||||
|
<!-- <li><a href="#"><span class="flaticon-youtube"></span></a></li>-->
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- End row -->
|
||||||
|
</div> <!-- END BOTTOM FOOTER -->
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- End container -->
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- EXTERNAL SCRIPTS
|
||||||
|
============================================= -->
|
||||||
|
<script src="{% static 'js/jquery-3.7.0.min.js' %}"></script>
|
||||||
|
<script src="{% static 'js/bootstrap.min.js' %}"></script>
|
||||||
|
<script src="{% static 'js/modernizr.custom.js' %}"></script>
|
||||||
|
<script src="{% static 'js/jquery.easing.js' %}"></script>
|
||||||
|
<script src="{% static 'js/jquery.appear.js' %}"></script>
|
||||||
|
<script src="{% static 'js/menu.js' %}"></script>
|
||||||
|
<script src="{% static 'js/owl.carousel.min.j' %}s"></script>
|
||||||
|
<script src="{% static 'js/pricing-toggle.js' %}"></script>
|
||||||
|
<script src="{% static 'js/jquery.magnific-popup.min.js' %}"></script>
|
||||||
|
<script src="{% static 'js/request-form.js' %}"></script>
|
||||||
|
<script src="{% static 'js/jquery.validate.min.js' %}"></script>
|
||||||
|
<script src="{% static 'js/jquery.ajaxchimp.min.js' %}"></script>
|
||||||
|
<script src="{% static 'js/popper.min.js' %}"></script>
|
||||||
|
<script src="{% static 'js/lunar.js' %}"></script>
|
||||||
|
<script src="{% static 'js/wow.js' %}"></script>
|
||||||
|
|
||||||
|
<!-- Custom Script -->
|
||||||
|
<script src="{% static 'js/custom.js' %}"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Google Analytics: Change UA-XXXXX-X to be your site's ID. Go to http://www.google.com/analytics/ for more information. -->
|
||||||
|
<!--
|
||||||
|
<script>
|
||||||
|
var _gaq = _gaq || [];
|
||||||
|
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
|
||||||
|
_gaq.push(['_trackPageview']);
|
||||||
|
|
||||||
|
(function() {
|
||||||
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||||
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -7,7 +7,8 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="author" content="DSAThemes">
|
<meta name="author" content="DSAThemes">
|
||||||
<meta name="description" content="A.I. enabled healthcare">
|
<meta name="description" content="A.I. enabled healthcare">
|
||||||
<meta name="keywords" content="SmartHealth Personal Care Health Research Surveys Diagnosis Machine Learning Health Mobility">
|
<meta name="keywords"
|
||||||
|
content="SmartHealth Personal Care Health Research Surveys Diagnosis Machine Learning Health Mobility">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<!-- SITE TITLE -->
|
<!-- SITE TITLE -->
|
||||||
@@ -23,9 +24,12 @@
|
|||||||
<link rel="icon" href="{% static 'images/apple-touch-icon.png' %} " type="image/x-icon">
|
<link rel="icon" href="{% static 'images/apple-touch-icon.png' %} " type="image/x-icon">
|
||||||
|
|
||||||
<!-- GOOGLE FONTS -->
|
<!-- GOOGLE FONTS -->
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap"
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
|
rel="stylesheet">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap"
|
||||||
|
rel="stylesheet">
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap"
|
||||||
|
rel="stylesheet">
|
||||||
|
|
||||||
|
|
||||||
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
|
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
|
||||||
@@ -49,13 +53,9 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- PRELOADER SPINNER
|
<!-- PRELOADER SPINNER
|
||||||
============================================= -->
|
============================================= -->
|
||||||
<div id="loading" class="loading--theme">
|
<div id="loading" class="loading--theme">
|
||||||
@@ -63,8 +63,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- PAGE CONTENT
|
<!-- PAGE CONTENT
|
||||||
============================================= -->
|
============================================= -->
|
||||||
<div id="page" class="page font--jakarta">
|
<div id="page" class="page font--jakarta">
|
||||||
@@ -114,7 +112,8 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- SIMPLE NAVIGATION LINK -->
|
<!-- SIMPLE NAVIGATION LINK -->
|
||||||
<li class="nl-simple" aria-haspopup="true"><a href="#features-6" class="h-link">Products</a></li>
|
<li class="nl-simple" aria-haspopup="true"><a href="#features-6" class="h-link">Products</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</nav> <!-- END MAIN MENU -->
|
</nav> <!-- END MAIN MENU -->
|
||||||
@@ -128,7 +127,6 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- CONTACTS-1
|
<!-- CONTACTS-1
|
||||||
============================================= -->
|
============================================= -->
|
||||||
<section id="contacts-1" class="pb-50 inner-page-hero contacts-section division">
|
<section id="contacts-1" class="pb-50 inner-page-hero contacts-section division">
|
||||||
@@ -144,8 +142,8 @@
|
|||||||
<h2 class="s-52 w-700">Questions? Let's Talk</h2>
|
<h2 class="s-52 w-700">Questions? Let's Talk</h2>
|
||||||
|
|
||||||
<!-- Text -->
|
<!-- Text -->
|
||||||
<p class="p-lg">Want to learn more about Martex, get a quote, or speak with an expert?
|
<p class="p-lg">Want to learn more, get more information, or speak with an expert? Let us know
|
||||||
Let us know what you are looking for and we’ll get back to you right away
|
what you are looking for, and we’ll get back to you right away.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -188,20 +186,21 @@
|
|||||||
|
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<p class="p-lg">Explain your question in details: </p>
|
<p class="p-lg">Explain your question in details: </p>
|
||||||
<span>Your OS version, Martex version & build, steps you did. Be VERY precise!</span>
|
<span>Your OS version, Product, steps you did. Please be very precise!</span>
|
||||||
<textarea class="form-control message" name="message" rows="6" placeholder="I have a problem with..."></textarea>
|
<textarea class="form-control message" name="message" rows="6"
|
||||||
|
placeholder="I have a problem with..."></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Contact Form Button -->
|
<!-- Contact Form Button -->
|
||||||
<div class="col-md-12 mt-15 form-btn text-right">
|
<div class="col-md-12 mt-15 form-btn text-right" style="width: 100%; text-align: right;">
|
||||||
<button type="submit" class="btn btn--theme hover--theme submit">Submit Request</button>
|
<button type="submit" class="btn btn--theme hover--theme submit">Submit Request</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="contact-form-notice">
|
<div class="contact-form-notice">
|
||||||
<p class="p-sm">We are committed to your privacy. Martex uses the information you
|
<p class="p-sm">We are committed to your privacy. We uses the information you
|
||||||
provide us to contact you about our relevant content, products, and services.
|
provide us to contact you about our relevant content, products, and services.
|
||||||
You may unsubscribe from these communications at any time. For more information,
|
You may unsubscribe from these communications at any time. For more information,
|
||||||
check out our <a href="privacy.html">Privacy Policy</a>.
|
check out our <a href="/privacy">Privacy Policy</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -220,14 +219,10 @@
|
|||||||
</section> <!-- END CONTACTS-1 -->
|
</section> <!-- END CONTACTS-1 -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- DIVIDER LINE -->
|
<!-- DIVIDER LINE -->
|
||||||
<hr class="divider">
|
<hr class="divider">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- NEWSLETTER-1
|
<!-- NEWSLETTER-1
|
||||||
============================================= -->
|
============================================= -->
|
||||||
<section id="newsletter-1" class="newsletter-section">
|
<section id="newsletter-1" class="newsletter-section">
|
||||||
@@ -282,10 +277,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- END FOOTER LINKS -->
|
</div> <!-- END FOOTER LINKS -->
|
||||||
|
|
||||||
@@ -345,10 +336,12 @@
|
|||||||
<!-- FOOTER SOCIALS -->
|
<!-- FOOTER SOCIALS -->
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<ul class="bottom-footer-socials ico-20 text-end">
|
<ul class="bottom-footer-socials ico-20 text-end">
|
||||||
<li><a target="_blank" href="https://www.facebook.com/profile.php?id=61577571233672"><span class="flaticon-facebook"></span></a></li>
|
<li><a target="_blank"
|
||||||
|
href="https://www.facebook.com/profile.php?id=61577571233672"><span
|
||||||
|
class="flaticon-facebook"></span></a></li>
|
||||||
<li><a href="#"><span class="flaticon-twitter"></span></a></li>
|
<li><a href="#"><span class="flaticon-twitter"></span></a></li>
|
||||||
<li><a href="#"><span class="flaticon-instagram"></span></a></li>
|
<!-- <li><a href="#"><span class="flaticon-instagram"></span></a></li>-->
|
||||||
<li><a href="#"><span class="flaticon-youtube"></span></a></li>
|
<!-- <li><a href="#"><span class="flaticon-youtube"></span></a></li>-->
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -363,8 +356,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- EXTERNAL SCRIPTS
|
<!-- EXTERNAL SCRIPTS
|
||||||
============================================= -->
|
============================================= -->
|
||||||
<script src="{% static 'js/jquery-3.7.0.min.js' %}"></script>
|
<script src="{% static 'js/jquery-3.7.0.min.js' %}"></script>
|
||||||
@@ -406,6 +397,4 @@
|
|||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
+103
-64
@@ -5,9 +5,10 @@
|
|||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="author" content="Chiefsoft Works">
|
<meta name="author" content="ChiefSoft Works">
|
||||||
<meta name="description" content="A.I. enabled healthcare">
|
<meta name="description" content="A.I. enabled healthcare">
|
||||||
<meta name="keywords" content="SmartHealth Personal Care Health Research Surveys Diagnosis Machine Learning Health Mobility">
|
<meta name="keywords"
|
||||||
|
content="SmartHealth Personal Care Health Research Surveys Diagnosis Machine Learning Health Mobility">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<!-- SITE TITLE -->
|
<!-- SITE TITLE -->
|
||||||
@@ -23,9 +24,12 @@
|
|||||||
<link rel="icon" href="{% static 'images/apple-touch-icon.png' %} " type="image/x-icon">
|
<link rel="icon" href="{% static 'images/apple-touch-icon.png' %} " type="image/x-icon">
|
||||||
|
|
||||||
<!-- GOOGLE FONTS -->
|
<!-- GOOGLE FONTS -->
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap"
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
|
rel="stylesheet">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap"
|
||||||
|
rel="stylesheet">
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap"
|
||||||
|
rel="stylesheet">
|
||||||
|
|
||||||
|
|
||||||
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
|
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
|
||||||
@@ -49,13 +53,9 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- PRELOADER SPINNER
|
<!-- PRELOADER SPINNER
|
||||||
============================================= -->
|
============================================= -->
|
||||||
<div id="loading" class="loading--theme">
|
<div id="loading" class="loading--theme">
|
||||||
@@ -63,8 +63,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- PAGE CONTENT
|
<!-- PAGE CONTENT
|
||||||
============================================= -->
|
============================================= -->
|
||||||
<div id="page" class="page font--jakarta">
|
<div id="page" class="page font--jakarta">
|
||||||
@@ -114,7 +112,8 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- SIMPLE NAVIGATION LINK -->
|
<!-- SIMPLE NAVIGATION LINK -->
|
||||||
<li class="nl-simple" aria-haspopup="true"><a href="#features-6" class="h-link">Products</a></li>
|
<li class="nl-simple" aria-haspopup="true"><a href="#features-6" class="h-link">Products</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</nav> <!-- END MAIN MENU -->
|
</nav> <!-- END MAIN MENU -->
|
||||||
@@ -161,7 +160,8 @@
|
|||||||
<div class="col-md-10 col-lg-9">
|
<div class="col-md-10 col-lg-9">
|
||||||
<div class="section-title mb-70">
|
<div class="section-title mb-70">
|
||||||
<h2 class="s-50 w-700">Human-centric general health solutions provider</h2>
|
<h2 class="s-50 w-700">Human-centric general health solutions provider</h2>
|
||||||
<p class="s-21 color--grey">autoMedSys is dedicated to modern and AI-powered healthcare solutions.</p>
|
<p class="s-21 color--grey">autoMedSys is dedicated to modern and AI-powered healthcare
|
||||||
|
solutions.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -173,7 +173,9 @@
|
|||||||
<div class="fbox-6 fb-1 wow fadeInUp">
|
<div class="fbox-6 fb-1 wow fadeInUp">
|
||||||
<div class="fbox-ico ico-55">
|
<div class="fbox-ico ico-55">
|
||||||
<div class="shape-ico color--theme">
|
<div class="shape-ico color--theme">
|
||||||
<a href="#rader"> <img class="img-fluid" style="height: 75px; width: 75px;" src="{% static 'images/rader.png' %} " alt="content-image"></a>
|
<a href="#rader"> <img class="img-fluid" style="height: 75px; width: 75px;"
|
||||||
|
src="{% static 'images/rader.png' %} "
|
||||||
|
alt="content-image"></a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -198,8 +200,9 @@
|
|||||||
<div class="shape-ico color--theme">
|
<div class="shape-ico color--theme">
|
||||||
|
|
||||||
<!-- Vector Icon -->
|
<!-- Vector Icon -->
|
||||||
<a href="#myfit"> <img class="img-fluid" style="height: 75px; width: 75px;" src="{% static 'images/myfit.png' %} " alt="content-image"><a/>
|
<a href="#myfit"> <img class="img-fluid" style="height: 75px; width: 75px;"
|
||||||
|
src="{% static 'images/myfit.png' %} "
|
||||||
|
alt="content-image"><a/>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -223,7 +226,9 @@
|
|||||||
<div class="fbox-ico ico-55">
|
<div class="fbox-ico ico-55">
|
||||||
<div class="shape-ico color--theme">
|
<div class="shape-ico color--theme">
|
||||||
<!-- <span class="flaticon-graphic"></span>-->
|
<!-- <span class="flaticon-graphic"></span>-->
|
||||||
<a href="#abulatory"> <img class="img-fluid" style="height: 75px; width: 75px;" src="{% static 'images/abulatory.png' %} " alt="content-image"> </a>
|
<a href="#abulatory"> <img class="img-fluid" style="height: 75px; width: 75px;"
|
||||||
|
src="{% static 'images/abulatory.png' %} "
|
||||||
|
alt="content-image"> </a>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- End Icon -->
|
</div> <!-- End Icon -->
|
||||||
|
|
||||||
@@ -245,7 +250,9 @@
|
|||||||
<div class="shape-ico color--theme">
|
<div class="shape-ico color--theme">
|
||||||
|
|
||||||
<!-- Vector Icon -->
|
<!-- Vector Icon -->
|
||||||
<a href="#research"> <img class="img-fluid" style="height: 75px; width: 75px;" src="{% static 'images/research.png' %} " alt="content-image"></a>
|
<a href="#research"> <img class="img-fluid" style="height: 75px; width: 75px;"
|
||||||
|
src="{% static 'images/research.png' %} "
|
||||||
|
alt="content-image"></a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -270,7 +277,8 @@
|
|||||||
|
|
||||||
<hr class="divider">
|
<hr class="divider">
|
||||||
|
|
||||||
<section id="lnk-1" class="pt-100 ct-02 content-section division" style="background-color: aliceblue; background-image: url({% static 'images/bg-04.jpg' %}); padding-bottom: 15px;">
|
<section id="lnk-1" class="pt-100 ct-02 content-section division"
|
||||||
|
style="background-color: aliceblue; background-image: url({% static 'images/bg-04.jpg' %}); padding-bottom: 15px;">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
|
|
||||||
@@ -307,7 +315,8 @@
|
|||||||
<ul class="simple-list">
|
<ul class="simple-list">
|
||||||
|
|
||||||
<li class="list-item">
|
<li class="list-item">
|
||||||
<p class="mb-0">Individually target health tools for positive impact on people’s well-being.
|
<p class="mb-0">Individually target health tools for positive impact on people’s
|
||||||
|
well-being.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@@ -315,14 +324,16 @@
|
|||||||
<ul class="simple-list">
|
<ul class="simple-list">
|
||||||
<li class="list-item">
|
<li class="list-item">
|
||||||
<p>
|
<p>
|
||||||
Your Practice. Your Solutions. Use one or more solutions customized to meet your needs.
|
Your Practice. Your Solutions. Use one or more solutions customized to meet your
|
||||||
|
needs.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h5 class="s-24 w-700">Research & A.I. Modeling </h5>
|
<h5 class="s-24 w-700">Research & A.I. Modeling </h5>
|
||||||
<ul class="simple-list">
|
<ul class="simple-list">
|
||||||
<li class="list-item">
|
<li class="list-item">
|
||||||
<p>Unlock the power of data with our Research, AI Modeling, and Business Intelligence services. Let’s transform your challenges into opportunities!
|
<p>Unlock the power of data with our Research, AI Modeling, and Business Intelligence
|
||||||
|
services. Let’s transform your challenges into opportunities!
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -359,7 +370,10 @@
|
|||||||
<h5 class="s-24 w-700">your Personal health care platform.</h5>
|
<h5 class="s-24 w-700">your Personal health care platform.</h5>
|
||||||
|
|
||||||
<!-- Text -->
|
<!-- Text -->
|
||||||
<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.
|
<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.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div> <!-- END TEXT BOX -->
|
</div> <!-- END TEXT BOX -->
|
||||||
@@ -380,12 +394,14 @@
|
|||||||
<ul class="simple-list">
|
<ul class="simple-list">
|
||||||
|
|
||||||
<li class="list-item">
|
<li class="list-item">
|
||||||
<p>Your health plan your way - myFit assist you organizing your prescription, health routines, your providers treatment plans in one place.
|
<p>Your health plan your way - myFit assist you organizing your prescription, health
|
||||||
|
routines, your providers treatment plans in one place.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="list-item">
|
<li class="list-item">
|
||||||
<p class="mb-0">myFit continuously help you organize both general and the few health questions relevant to you.
|
<p class="mb-0">myFit continuously help you organize both general and the few health
|
||||||
|
questions relevant to you.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@@ -449,7 +465,10 @@
|
|||||||
|
|
||||||
<!-- Text -->
|
<!-- Text -->
|
||||||
<p>
|
<p>
|
||||||
HealthRader is a next-generation personal care advocacy platform with answers to questions specific to your benefits and care goals. HealthRader offers a more thoughtful way to manage your health-related tasks and responsibilities by providing connected care with valuable insights.
|
HealthRader is a next-generation personal care advocacy platform with answers to
|
||||||
|
questions specific to your benefits and care goals. HealthRader offers a more
|
||||||
|
thoughtful way to manage your health-related tasks and responsibilities by providing
|
||||||
|
connected care with valuable insights.
|
||||||
<!-- HealthRadalth care. With full access to all features, HealthRader offers a more thoughtful way to manage your health-related tasks and responsibilities. From providing connected care to offering valuable insights, HealthRader is dedicated to making healthcare more efficient and accessible.-->
|
<!-- HealthRadalth care. With full access to all features, HealthRader offers a more thoughtful way to manage your health-related tasks and responsibilities. From providing connected care to offering valuable insights, HealthRader is dedicated to making healthcare more efficient and accessible.-->
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -466,12 +485,16 @@
|
|||||||
<ul class="simple-list">
|
<ul class="simple-list">
|
||||||
|
|
||||||
<li class="list-item">
|
<li class="list-item">
|
||||||
<p>Health in motion that intelligently relates you to optimal care options as you change locations locally and wide, ensuring that your health management is always in sync with your lifestyle.
|
<p>Health in motion that intelligently relates you to optimal care options as you
|
||||||
|
change locations locally and wide, ensuring that your health management is
|
||||||
|
always in sync with your lifestyle.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="list-item">
|
<li class="list-item">
|
||||||
<p class="mb-0">Care data that helps collect and relate possible health data with your choice of insight, providing you with personalized and relevant information for your health management.
|
<p class="mb-0">Care data that helps collect and relate possible health data with
|
||||||
|
your choice of insight, providing you with personalized and relevant information
|
||||||
|
for your health management.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@@ -495,7 +518,8 @@
|
|||||||
</div> <!-- End container -->
|
</div> <!-- End container -->
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="abulatory" class="shape--bg shape--white-500 pt-100 features-section division" style="background-color: aliceblue; background-image: url({% static 'images/bg-04.jpg' %}); padding-bottom: 15px;">
|
<section id="abulatory" class="shape--bg shape--white-500 pt-100 features-section division"
|
||||||
|
style="background-color: aliceblue; background-image: url({% static 'images/bg-04.jpg' %}); padding-bottom: 15px;">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row d-flex align-items-center">
|
<div class="row d-flex align-items-center">
|
||||||
|
|
||||||
@@ -511,7 +535,8 @@
|
|||||||
<h2 class="s-46 w-700">Smart solutions, real-time results</h2>
|
<h2 class="s-46 w-700">Smart solutions, real-time results</h2>
|
||||||
|
|
||||||
<!-- Text -->
|
<!-- Text -->
|
||||||
<p>Our cutting-edge platform harnesses the power of artificial intelligence (AI) to revolutionize healthcare. Here’s how we make a difference:
|
<p>Our cutting-edge platform harnesses the power of artificial intelligence (AI) to
|
||||||
|
revolutionize healthcare. Here’s how we make a difference:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<!-- CONTENT BOX #1 -->
|
<!-- CONTENT BOX #1 -->
|
||||||
@@ -522,7 +547,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="cbox-1-txt">
|
<div class="cbox-1-txt">
|
||||||
<p>Predictive Diagnostics: Our platform analyzes patient data, predicts health issues early, and reduces costs</p>
|
<p>Predictive Diagnostics: Our platform analyzes patient data, predicts health issues
|
||||||
|
early, and reduces costs</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -537,7 +563,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="cbox-1-txt">
|
<div class="cbox-1-txt">
|
||||||
<p>Real-Time Monitoring: Vital signs and medication adherence are continuously tracked. Alerts keep providers informed for proactive care</p>
|
<p>Real-Time Monitoring: Vital signs and medication adherence are continuously tracked.
|
||||||
|
Alerts keep providers informed for proactive care</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -551,7 +578,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="cbox-1-txt">
|
<div class="cbox-1-txt">
|
||||||
<p>Clinical Decision Support: Evidence-based recommendations for doctors aiding diagnosis and treatment planning.</p>
|
<p>Clinical Decision Support: Evidence-based recommendations for doctors aiding
|
||||||
|
diagnosis and treatment planning.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -580,7 +608,8 @@
|
|||||||
<div class="shape-ico color--theme">
|
<div class="shape-ico color--theme">
|
||||||
|
|
||||||
<!-- Vector Icon -->
|
<!-- Vector Icon -->
|
||||||
<img class="img-fluid" src="{% static 'images/hrecords.png' %}" alt="content-image">
|
<img class="img-fluid" src="{% static 'images/hrecords.png' %}"
|
||||||
|
alt="content-image">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- End Icon -->
|
</div> <!-- End Icon -->
|
||||||
@@ -588,7 +617,8 @@
|
|||||||
<!-- Text -->
|
<!-- Text -->
|
||||||
<div class="fbox-txt">
|
<div class="fbox-txt">
|
||||||
<h5 class="s-19 w-700">Practice Management</h5>
|
<h5 class="s-19 w-700">Practice Management</h5>
|
||||||
<p>Built for the unique needs of independent practices, simplifying complex and removing time-consuming you don’t need.</p>
|
<p>Built for the unique needs of independent practices, simplifying complex and
|
||||||
|
removing time-consuming you don’t need.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -601,7 +631,8 @@
|
|||||||
<div class="shape-ico color--theme">
|
<div class="shape-ico color--theme">
|
||||||
|
|
||||||
<!-- Vector Icon -->
|
<!-- Vector Icon -->
|
||||||
<img class="img-fluid" src="{% static 'images/claim.png' %}" alt="content-image">
|
<img class="img-fluid" src="{% static 'images/claim.png' %}"
|
||||||
|
alt="content-image">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- End Icon -->
|
</div> <!-- End Icon -->
|
||||||
@@ -609,7 +640,8 @@
|
|||||||
<!-- Text -->
|
<!-- Text -->
|
||||||
<div class="fbox-txt">
|
<div class="fbox-txt">
|
||||||
<h5 class="s-19 w-700">Claims Processing</h5>
|
<h5 class="s-19 w-700">Claims Processing</h5>
|
||||||
<p>Create your claims process in a fraction of the time with an innovative, automated insurance claims processing process that fits you.</p>
|
<p>Create your claims process in a fraction of the time with an innovative,
|
||||||
|
automated insurance claims processing process that fits you.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -629,7 +661,8 @@
|
|||||||
<div class="shape-ico color--theme">
|
<div class="shape-ico color--theme">
|
||||||
|
|
||||||
<!-- Vector Icon -->
|
<!-- Vector Icon -->
|
||||||
<img class="img-fluid" src="{% static 'images/rx.png' %}" alt="content-image">
|
<img class="img-fluid" src="{% static 'images/rx.png' %}"
|
||||||
|
alt="content-image">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- End Icon -->
|
</div> <!-- End Icon -->
|
||||||
@@ -637,7 +670,9 @@
|
|||||||
<!-- Text -->
|
<!-- Text -->
|
||||||
<div class="fbox-txt">
|
<div class="fbox-txt">
|
||||||
<h5 class="s-19 w-700">eRX with EPCS and PDMP</h5>
|
<h5 class="s-19 w-700">eRX with EPCS and PDMP</h5>
|
||||||
<p>Prescribe accurately with integrated drug interaction checks. Respond to refill requests easily in our customizable dashboard to support your workflow.</p>
|
<p>Prescribe accurately with integrated drug interaction checks. Respond to
|
||||||
|
refill requests easily in our customizable dashboard to support your
|
||||||
|
workflow.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -650,7 +685,8 @@
|
|||||||
<div class="shape-ico color--theme">
|
<div class="shape-ico color--theme">
|
||||||
|
|
||||||
<!-- Vector Icon -->
|
<!-- Vector Icon -->
|
||||||
<img class="img-fluid" src="{% static 'images/tele-med.png' %}" alt="content-image">
|
<img class="img-fluid" src="{% static 'images/tele-med.png' %}"
|
||||||
|
alt="content-image">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- End Icon -->
|
</div> <!-- End Icon -->
|
||||||
@@ -658,7 +694,8 @@
|
|||||||
<!-- Text -->
|
<!-- Text -->
|
||||||
<div class="fbox-txt">
|
<div class="fbox-txt">
|
||||||
<h5 class="s-19 w-700">Telehealth</h5>
|
<h5 class="s-19 w-700">Telehealth</h5>
|
||||||
<p>Synchronized telehealth video encounter sessions while reviewing, ordering, and documenting the care process.</p>
|
<p>Synchronized telehealth video encounter sessions while reviewing, ordering,
|
||||||
|
and documenting the care process.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -667,7 +704,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- End row -->
|
</div> <!-- End row -->
|
||||||
</div> <!-- END FEATURES-12 WRAPPER -->
|
</div> <!-- END FEATURES-12 WRAPPER -->
|
||||||
@@ -703,28 +739,36 @@
|
|||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<h2 class="s-46 w-700">Comprehensive Health Research with A.I.</h2>
|
<h2 class="s-46 w-700">Comprehensive Health Research with A.I.</h2>
|
||||||
|
|
||||||
<p>Revolutionize your research journey with our comprehensive AI-powered platform. We empower you to seamlessly integrate Artificial Intelligence throughout your research process, from conceptualization and design to execution and ongoing monitoring.
|
<p>Revolutionize your research journey with our comprehensive AI-powered platform. We empower
|
||||||
|
you to seamlessly integrate Artificial Intelligence throughout your research process, from
|
||||||
|
conceptualization and design to execution and ongoing monitoring.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<!-- List -->
|
<!-- List -->
|
||||||
<ul class="simple-list">
|
<ul class="simple-list">
|
||||||
|
|
||||||
<li class="list-item">
|
<li class="list-item">
|
||||||
<p class="mb-0">Smarter study design that leverages AI to identify optimal research questions, select the most relevant patient populations, and optimize study protocols for efficiency and accuracy.
|
<p class="mb-0">Smarter study design that leverages AI to identify optimal research
|
||||||
|
questions, select the most relevant patient populations, and optimize study
|
||||||
|
protocols for efficiency and accuracy.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
<li class="list-item">
|
<li class="list-item">
|
||||||
<p class="mb-0">Streamlined data analysis using AI automation tedious tasks, analyzing vast datasets with unmatched speed and precision, and uncovering hidden patterns that might escape human researchers.
|
<p class="mb-0">Streamlined data analysis using AI automation tedious tasks, analyzing
|
||||||
|
vast datasets with unmatched speed and precision, and uncovering hidden patterns
|
||||||
|
that might escape human researchers.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
<li class="list-item">
|
<li class="list-item">
|
||||||
<p class="mb-0">Enhanced clinical trial monitoring that Identifies potential risks and anomalies in real-time, ensuring patient safety and data integrity throughout the trial.
|
<p class="mb-0">Enhanced clinical trial monitoring that Identifies potential risks and
|
||||||
|
anomalies in real-time, ensuring patient safety and data integrity throughout the
|
||||||
|
trial.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
@@ -767,7 +811,8 @@
|
|||||||
<div class="col" style="border-radius: 15px;">
|
<div class="col" style="border-radius: 15px;">
|
||||||
<div class="img-block video-preview wow fadeInUp">
|
<div class="img-block video-preview wow fadeInUp">
|
||||||
<!-- Preview Image -->
|
<!-- Preview Image -->
|
||||||
<img class="img-fluid" style="border-radius: 15px;" src="{% static 'images/dashboard-01.png' %}" alt="video-preview">
|
<img class="img-fluid" style="border-radius: 15px;"
|
||||||
|
src="{% static 'images/dashboard-01.png' %}" alt="video-preview">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -823,17 +868,21 @@
|
|||||||
|
|
||||||
<!-- Form Input -->
|
<!-- Form Input -->
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<input type="text" name="name" class="form-control name" placeholder="Enter Your Name*" autocomplete="off" required>
|
<input type="text" name="name" class="form-control name"
|
||||||
|
placeholder="Enter Your Name*" autocomplete="off" required>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Form Input -->
|
<!-- Form Input -->
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<input type="email" name="email" class="form-control email" placeholder="Enter Your Email*" autocomplete="off" required>
|
<input type="email" name="email" class="form-control email"
|
||||||
|
placeholder="Enter Your Email*" autocomplete="off" required>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Form Button -->
|
<!-- Form Button -->
|
||||||
<div class="col-md-12 form-btn">
|
<div class="col-md-12 form-btn">
|
||||||
<button type="submit" class="btn btn--theme hover--black submit">Get Started Now</button>
|
<button type="submit" class="btn btn--theme hover--black submit">Get Started
|
||||||
|
Now
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Form Message -->
|
<!-- Form Message -->
|
||||||
@@ -905,10 +954,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- END FOOTER LINKS -->
|
</div> <!-- END FOOTER LINKS -->
|
||||||
|
|
||||||
@@ -964,29 +1009,25 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- FOOTER SOCIALS -->
|
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<ul class="bottom-footer-socials ico-20 text-end">
|
<ul class="bottom-footer-socials ico-20 text-end">
|
||||||
<li><a target="_blank" href="https://www.facebook.com/profile.php?id=61577571233672"><span class="flaticon-facebook"></span></a></li>
|
<li><a target="_blank" href="https://www.facebook.com/profile.php?id=61577571233672"><span
|
||||||
|
class="flaticon-facebook"></span></a></li>
|
||||||
<li><a href="#"><span class="flaticon-twitter"></span></a></li>
|
<li><a href="#"><span class="flaticon-twitter"></span></a></li>
|
||||||
<li><a href="#"><span class="flaticon-instagram"></span></a></li>
|
<!-- <li><a href="#"><span class="flaticon-instagram"></span></a></li>-->
|
||||||
<li><a href="#"><span class="flaticon-youtube"></span></a></li>
|
<!-- <li><a href="#"><span class="flaticon-youtube"></span></a></li>-->
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div> <!-- End row -->
|
</div> <!-- End row -->
|
||||||
</div> <!-- END BOTTOM FOOTER -->
|
</div> <!-- END BOTTOM FOOTER -->
|
||||||
|
|
||||||
|
|
||||||
</div> <!-- End container -->
|
</div> <!-- End container -->
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- EXTERNAL SCRIPTS
|
<!-- EXTERNAL SCRIPTS
|
||||||
============================================= -->
|
============================================= -->
|
||||||
<script src="{% static 'js/jquery-3.7.0.min.js' %}"></script>
|
<script src="{% static 'js/jquery-3.7.0.min.js' %}"></script>
|
||||||
@@ -1028,6 +1069,4 @@
|
|||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -5,8 +5,8 @@ urlpatterns = [
|
|||||||
path('home/', views.home_page),
|
path('home/', views.home_page),
|
||||||
path('contact/', views.contact_page),
|
path('contact/', views.contact_page),
|
||||||
path('about/', views.home_page),
|
path('about/', views.home_page),
|
||||||
path('terms/', views.home_page),
|
path('terms/', views.home_terms),
|
||||||
path('privacy/', views.home_page),
|
path('privacy/', views.home_privacy),
|
||||||
path('healthrader',views.home_page),
|
path('healthrader',views.home_page),
|
||||||
path('', views.home_page),
|
path('', views.home_page),
|
||||||
path('blog/', views.blog_page)
|
path('blog/', views.blog_page)
|
||||||
|
|||||||
@@ -8,8 +8,15 @@ def home_page(request):
|
|||||||
|
|
||||||
def contact_page(request):
|
def contact_page(request):
|
||||||
return render(request,'contact.html',{'name':'autoMedSys AI'})
|
return render(request,'contact.html',{'name':'autoMedSys AI'})
|
||||||
|
|
||||||
def blog_page(request):
|
def blog_page(request):
|
||||||
return render(request,'home.html',{'name':'autoMedSys AI'})
|
return render(request,'home.html',{'name':'autoMedSys AI'})
|
||||||
|
|
||||||
def product_abulatory(request):
|
def product_abulatory(request):
|
||||||
return render(request,'home.html',{'name':'autoMedSys AI'})
|
return render(request,'home.html',{'name':'autoMedSys AI'})
|
||||||
|
|
||||||
|
def home_privacy(request):
|
||||||
|
return render(request,'privacy.html',{'name':'autoMedSys AI'})
|
||||||
|
|
||||||
|
def home_terms(request):
|
||||||
|
return render(request,'terms.html',{'name':'autoMedSys AI'})
|
||||||
|
|||||||
Reference in New Issue
Block a user