| <!DOCTYPE html> |
| <html style="font-size: 16px;" lang="en"><head> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <meta charset="utf-8"> |
| <meta name="keywords" content="🧬 mtDNA Location Classifier"> |
| <meta name="description" content=""> |
| <title>Contact</title> |
| <link rel="stylesheet" href="{{ url_for('static', filename='nicepage.css') }}" media="screen"> |
| <link rel="stylesheet" href="{{ url_for('static', filename='Contact.css') }}" media="screen"> |
| |
| <link id="u-page-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css2?display=swap&family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900"> |
| <meta name="theme-color" content="#478ac9"> |
| <meta property="og:title" content="Contact"> |
| <meta property="og:type" content="website"> |
| </head> |
| <body data-path-to-root="./" data-include-products="false" class="u-body u-xl-mode" data-lang="en"><header class="u-clearfix u-custom-color-1 u-header u-header" id="header"> |
| <div class="u-clearfix u-sheet u-sheet-1"> |
| <p class="u-align-center u-custom-font u-font-roboto-slab u-text u-text-1">{% if isvip %}Premium{% else %}Freemium{% endif %}</p> |
| <h1 class="u-custom-font u-font-roboto-slab u-text u-text-color-var u-title u-text-2" spellcheck="false"> 🧬 mtDNA Location Classifier</h1> |
| <nav class="u-menu u-menu-one-level u-menu-1" role="navigation"> |
| <div class="u-custom-menu u-nav-container"> |
| <ul role="menubar" class="u-nav u-unstyled"> |
| <li role="none" class="u-nav-item"><a tabindex="-1" role="menuitem" class="u-button-style u-nav-link" href="{{ url_for('home') }}" aria-haspopup="true">Home</a></li> |
| <li role="none" class="u-nav-item"><a role="menuitem" class="u-button-style u-nav-link" href="{{ url_for('about') }}">About</a></li> |
| <li role="none" class="u-nav-item"><a role="menuitem" class="u-button-style u-nav-link" href="{{ url_for('pricing') }}">Pricing</a></li> |
| <li role="none" class="u-nav-item"><a role="menuitem" class="u-button-style u-nav-link" href="{{ url_for('contact') }}">Contact</a></li> |
| </ul> |
| </div> |
| </nav> |
| </div> |
| </header> |
| |
|
|
|
|
| <section class="u-clearfix u-section-1" id="block-1"> |
| <div class="u-clearfix u-sheet u-sheet-1"></div> |
| </section> |
| |
| |
| |
| <footer class="u-align-center u-clearfix u-color-var u-container-align-center u-footer u-valign-top-lg u-valign-top-md u-valign-top-sm u-valign-top-xs u-footer" id="footer"><div class="u-clearfix u-sheet u-sheet-1"> |
| <p class="u-align-right u-custom-font u-font-roboto-slab u-small-text u-text u-text-variant u-text-white u-text-1">Contact<br> |
| </p> |
| </div> |
| </footer> |
| <section class="u-backlink u-clearfix u-grey-80"></section> |
|
|
| <script> |
| document.addEventListener('click', function (e) { |
| const a = e.target.closest('a[href]'); |
| if (!a) return; |
| |
| const href = a.getAttribute('href'); |
| |
| if (!href || /^(?:[a-z]+:)?\/\//i.test(href) || href.startsWith('#')) return; |
| |
| |
| const qs = window.location.search; |
| |
| const joined = href + (href.includes('?') ? '&' + qs.slice(1) : qs); |
| |
| e.preventDefault(); |
| window.location.href = joined; |
| }); |
| </script> |
| |
| </body></html> |