123 lines
7.2 KiB
HTML
123 lines
7.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-GB">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta charset="utf-8"/>
|
|
<title>{{ model.title }} - DOG</title>
|
|
<meta name="description" content="Professional dog training management software for UK trainers. Manage clients, track training sessions, monitor progress, and engage dog owners with our comprehensive SaaS platform. Starting from £15/month." />
|
|
<meta name="keywords" content="fetch metrics, fetchmetrics, dog training software, dog trainer management, pet training app, canine training system, dog training business software, professional dog training, UK dog trainers, training session management, dog training records, client management for dog trainers, dog training progress tracking, pet training business tools, dog training scheduling, canine behavior tracking, dog trainer CRM, training appointment booking, dog training client portal, canine training documentation, dog obedience training, puppy training programs, behavioral modification, training milestones, dog training certificates, trainer scheduling, client communication, training homework assignments, progress reports, dog training analytics, British dog training, dog training software UK, professional dog training tools" />
|
|
<link rel="canonical" href="{{ model.get_url_host() }}" />
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "ProfessionalService",
|
|
"name": "Dog Training",
|
|
"url": "{{ model.get_url_host() }}",
|
|
"logo": "{{ model.get_url_host() }}{{ url_for('static', filename='images/fetch-metrics-logo-LQ.webp') }}",
|
|
"description": "Fetch Metrics - Professional dog training management software for UK trainers. Manage clients, track training sessions, monitor progress, and engage dog owners with our comprehensive SaaS platform. Starting from £15/month.",
|
|
"address": {
|
|
"@type": "PostalAddress",
|
|
"streetAddress": "53 Alfred Green Close",
|
|
"addressLocality": "Rugby",
|
|
"addressRegion": "Warwickshire",
|
|
"postalCode": "CV22 6DN",
|
|
"addressCountry": "United Kingdom"
|
|
},
|
|
"geo": {
|
|
"@type": "GeoCoordinates",
|
|
"latitude": "52.22",
|
|
"longitude": "1.16"
|
|
},
|
|
"openingHours": "Mo,Tu,We,Th,Fr 09:00-17:00",
|
|
"priceRange": "$",
|
|
}
|
|
</script>
|
|
<meta name="yandex-verification" content="e8c84f13a578a656" /> <!-- fetch-metrics.co.uk -->
|
|
<meta name="yandex-verification" content="054b13bc60fb1625" /> <!-- fetch-metrics.com -->
|
|
<meta name="yandex-verification" content="f3c1a9bc28976419" /> <!-- fetchmetrics.co.uk -->
|
|
<meta id="{{ model.ID_CSRF_TOKEN }}" name="{{ model.FLAG_CSRF_TOKEN }}" content="{{ csrf_token() }}" />
|
|
|
|
|
|
<link rel="preload" as="style" href="{{ url_for('static', filename='dist/css/main.bundle.css') }}" onload="this.onload=null;this.rel='stylesheet'">
|
|
<noscript><link rel="stylesheet" href="{{ url_for('static', filename='dist/css/main.bundle.css') }}"></noscript>
|
|
|
|
{% block page_head %}{% endblock %}
|
|
</head>
|
|
<body data-page="{{ model.hash_page_current }}">
|
|
<!-- Header -- >
|
|
<header>
|
|
<div class="container">
|
|
<nav class="navbar">
|
|
<div class="{{ model.FLAG_LOGO }}" href="{{ model.HASH_PAGE_HOME }}">{{ model.NAME_COMPANY }}</div>
|
|
<div class="nav-links">
|
|
{% block page_nav_links %}{% endblock %}
|
|
</div>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
-->
|
|
<div class="topnav">
|
|
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_LOGO }}"> <!-- style="width: 18vw; min-width: 18vw; max-width: 20vw;" -->
|
|
<img class="{{ model.FLAG_LOGO }}" src="{{ url_for('static', filename='images/fetch-metrics-logo-and-company-name-radial-0.5-link-visited-LQ.webp') }}" alt="Fetch Metrics logo" aria-label="Fetch Metrics logo" tabindex="0"> <!-- 'images/Wisp_LQ.webp' -->
|
|
</div>
|
|
<div class="{{ model.FLAG_CONTAINER }} company-name"> <!-- style="width: 75vw; min-width: 65vw; max-width: 80vw;" -->
|
|
<h1 class="company-name">{{ model.title }}</h1> {# {{ model.NAME_COMPANY_SHORT }} - #}
|
|
</div>
|
|
{#
|
|
<div class="{{ model.FLAG_CONTAINER }}"> <!-- style="width: 7vw; min-width: 7vw; max-width: 15vw; justify-content: flex-end; " padding-left: 25%; -->
|
|
<button id="{{ model.ID_BUTTON_HAMBURGER }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_PRIMARY }}" tabindex="1" alt="Hamburger menu button" aria-label="Hamburger menu button">☰</button>
|
|
</div>
|
|
#}
|
|
</div>
|
|
|
|
<!-- Hamburger navigation menu -->
|
|
{% include 'components/common/buttons/_icon_hamburger.html' %}
|
|
<div id="{{ model.ID_OVERLAY_HAMBURGER }}" class="{{ model.FLAG_OVERLAY}} {{ model.FLAG_HAMBURGER }} {{ model.FLAG_IS_COLLAPSED }}">
|
|
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_ROW }}">
|
|
<a class="{{ model.FLAG_NAV_HOME }}">Home</a>
|
|
</div>
|
|
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_ROW }}">
|
|
<a class="{{ model.FLAG_NAV_CONTACT }}">Contact</a>
|
|
</div>
|
|
{% if True or model.user.can_admin_dog %}
|
|
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_ROW }}">
|
|
<a class="{{ model.FLAG_NAV_DOG_HOME }}">Dog Home</a>
|
|
</div>
|
|
{% endif %}
|
|
{% if model.user.get_is_logged_in() %}
|
|
{#
|
|
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_ROW }}">
|
|
<a class="{{ model.FLAG_NAV_USER_ACCOUNT }}">Account</a>
|
|
</div>
|
|
#}
|
|
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_ROW }}">
|
|
<a class="{{ model.FLAG_NAV_USER_LOGOUT }}">Logout</a>
|
|
</div>
|
|
{% else %}
|
|
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_ROW }}">
|
|
<a class="{{ model.FLAG_NAV_USER_LOGIN }}">Login</a>
|
|
</div>
|
|
{% endif %}
|
|
</div>
|
|
|
|
<!-- Body -->
|
|
<div id="{{ model.ID_PAGE_BODY }}">
|
|
{% block page_body %}{% endblock %}
|
|
</div>
|
|
|
|
<!-- Footer -->
|
|
<div class="footer">
|
|
<h4>Copyright © {{ model.NAME_COMPANY }}. <a href="{{ url_for('routes_legal.license') }}" alt="License" aria-label="License">All rights reserved.</a> Company number 13587499</h4>
|
|
{# <h5>Company number 13587499</h5> #}
|
|
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_ROW }}">
|
|
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_COLUMN }}"><p><a href="{{ url_for('routes_legal.accessibility_statement') }}" alt="Accessibility statement" aria-label="Accessibility statement">Accessibility statement</a></p></div>
|
|
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_COLUMN }}"><p><a href="{{ url_for('routes_legal.privacy_policy') }}" alt="Privacy notice" aria-label="Privacy notice">Privacy notice</a></p></div>
|
|
</div>
|
|
</div>
|
|
|
|
{% include 'layouts/_shared.html' %}
|
|
{% include 'layouts/_shared_dog.html' %}
|
|
<script src="{{ url_for('static', filename='dist/js/main.bundle.js') }}"></script>
|
|
</body>
|
|
</html>
|