Fix rexr on page
This commit is contained in:
@@ -0,0 +1,411 @@
|
||||
{% 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="DSAThemes">
|
||||
<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="{% static 'css/pink-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>
|
||||
|
||||
</ul>
|
||||
</nav> <!-- END MAIN MENU -->
|
||||
|
||||
|
||||
</div>
|
||||
</div> <!-- END NAVIGATION MENU -->
|
||||
|
||||
|
||||
</div> <!-- End header-wrapper -->
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<!-- CONTACTS-1
|
||||
============================================= -->
|
||||
<section id="contacts-1" class="pb-50 inner-page-hero contacts-section division">
|
||||
<div class="container">
|
||||
|
||||
|
||||
<!-- SECTION TITLE -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-10 col-lg-9">
|
||||
<div class="section-title text-center mb-80">
|
||||
|
||||
<!-- Title -->
|
||||
<h2 class="s-52 w-700">Questions? Let's Talk</h2>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="p-lg">Want to learn more about Martex, get a quote, or speak with an expert?
|
||||
Let us know what you are looking for and we’ll get back to you right away
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- CONTACT FORM -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-11 col-lg-10 col-xl-8">
|
||||
<div class="form-holder">
|
||||
<form name="contactform" class="row contact-form">
|
||||
|
||||
<!-- Form Select -->
|
||||
<div class="col-md-12 input-subject">
|
||||
<p class="p-lg">This question is about: </p>
|
||||
<span>Choose a topic, so we know who to send your request to: </span>
|
||||
<select class="form-select subject" aria-label="Default select example">
|
||||
<option selected>This question is about...</option>
|
||||
<option>Registering/Authorising</option>
|
||||
<option>Using Application</option>
|
||||
<option>Troubleshooting</option>
|
||||
<option>Backup/Restore</option>
|
||||
<option>Other</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<!-- Contact Form Input -->
|
||||
<div class="col-md-12">
|
||||
<p class="p-lg">Your Name: </p>
|
||||
<span>Please enter your real name: </span>
|
||||
<input type="text" name="name" class="form-control name" placeholder="Your Name*">
|
||||
</div>
|
||||
|
||||
<div class="col-md-12">
|
||||
<p class="p-lg">Your Email Address: </p>
|
||||
<span>Please carefully check your email address for accuracy</span>
|
||||
<input type="text" name="email" class="form-control email" placeholder="Email Address*">
|
||||
</div>
|
||||
|
||||
<div class="col-md-12">
|
||||
<p class="p-lg">Explain your question in details: </p>
|
||||
<span>Your OS version, Martex version & build, steps you did. Be VERY precise!</span>
|
||||
<textarea class="form-control message" name="message" rows="6" placeholder="I have a problem with..."></textarea>
|
||||
</div>
|
||||
|
||||
<!-- Contact Form Button -->
|
||||
<div class="col-md-12 mt-15 form-btn text-right">
|
||||
<button type="submit" class="btn btn--theme hover--theme submit">Submit Request</button>
|
||||
</div>
|
||||
|
||||
<div class="contact-form-notice">
|
||||
<p class="p-sm">We are committed to your privacy. Martex uses the information you
|
||||
provide us to contact you about our relevant content, products, and services.
|
||||
You may unsubscribe from these communications at any time. For more information,
|
||||
check out our <a href="privacy.html">Privacy Policy</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Contact Form Message -->
|
||||
<div class="col-lg-12 contact-form-msg">
|
||||
<span class="loading"></span>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- END CONTACT FORM -->
|
||||
|
||||
|
||||
</div> <!-- End container -->
|
||||
</section> <!-- END CONTACTS-1 -->
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- DIVIDER LINE -->
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- NEWSLETTER-1
|
||||
============================================= -->
|
||||
<section id="newsletter-1" class="newsletter-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="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">© 2025 autoMedSys (AI). <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=61577571233672"><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>
|
||||
+1
-1
@@ -7,7 +7,7 @@ def home_page(request):
|
||||
#return HttpResponse('Hrllo Medical')
|
||||
|
||||
def contact_page(request):
|
||||
return render(request,'home.html',{'name':'autoMedSys AI'})
|
||||
return render(request,'contact.html',{'name':'autoMedSys AI'})
|
||||
def blog_page(request):
|
||||
return render(request,'home.html',{'name':'autoMedSys AI'})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user