Feat: Home page content updated with new marketing images. DOG section styles updated for marketing materials.
This commit is contained in:
@@ -97,28 +97,28 @@
|
||||
<h3>📝 Command Management</h3>
|
||||
<p>Customise commands, categories, and signals for your training style</p>
|
||||
<div class="project-thumbnail">
|
||||
<img src="{{ url_for('static', filename='images/fetch-metrics-page-commands.webp') }}" alt="Command Management" aria-label="Command Management">
|
||||
<img src="{{ url_for('static', filename='images/fetch-metrics-page-commands_v2a.webp') }}" alt="Command Management" aria-label="Command Management">
|
||||
</div>
|
||||
</div>
|
||||
<div class="{{ model.FLAG_CONTAINER }}">
|
||||
<h3>📊 Assessment Tracking</h3>
|
||||
<p>Record distractions, environments, response times, and success rates</p>
|
||||
<div class="project-thumbnail">
|
||||
<img src="{{ url_for('static', filename='images/fetch-metrics-page-assessment.webp') }}" alt="Assessment Tracking" aria-label="Assessment Tracking">
|
||||
<img src="{{ url_for('static', filename='images/fetch-metrics-page-assessment_v2a.webp') }}" alt="Assessment Tracking" aria-label="Assessment Tracking">
|
||||
</div>
|
||||
</div>
|
||||
<div class="{{ model.FLAG_CONTAINER }}">
|
||||
<h3>🎯 Progress Visualisation</h3>
|
||||
<p>Radar charts showing command mastery and improvement over time</p>
|
||||
<div class="project-thumbnail">
|
||||
<img src="{{ url_for('static', filename='images/fetch-metrics-report-radar-command-mastery.webp') }}" alt="Progress Visualisation" aria-label="Progress Visualisation">
|
||||
<img src="{{ url_for('static', filename='images/fetch-metrics-report-radar-command-category-progress-v2a.webp') }}" alt="Progress Visualisation" aria-label="Progress Visualisation">
|
||||
</div>
|
||||
</div>
|
||||
<div class="{{ model.FLAG_CONTAINER }}">
|
||||
<h3>📈 Performance Analytics</h3>
|
||||
<p>Line charts tracking response latency and compliance duration</p>
|
||||
<div class="project-thumbnail">
|
||||
<img src="{{ url_for('static', filename='images/fetch-metrics-report-line-command-progress.webp') }}" alt="Performance Analytics" aria-label="Performance Analytics">
|
||||
<img src="{{ url_for('static', filename='images/fetch-metrics-report-line-command-progress-v2a.webp') }}" alt="Performance Analytics" aria-label="Performance Analytics">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -150,14 +150,16 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
<section id="{{ model.FLAG_TESTIMONIAL }}" class="{{ model.FLAG_TESTIMONIAL }}">
|
||||
<div class="{{ model.FLAG_CONTAINER }}">
|
||||
<p class="text-center">"I've been tracking commands in spreadsheets for years. This is exactly what I needed - finally, someone who understands what trainers actually do day-to-day."</p>
|
||||
<h2 class="section-subtitle text-center">- Sarah M., Certified Dog Behaviourist, Manchester</h2>
|
||||
<!-- <p class="text-center">"I've been tracking progress with binders of loose paper for years. This is exactly what I needed - simple, intuitive, and really powerful. Works perfectly on your phone in outdoor sessions I can input data while training and the progress reports would be impossible with my previous system."</p> -->
|
||||
<p class="text-center">"I've been tracking progress with binders of loose paper for years. This is exactly what I needed - simple, intuitive, and really powerful. Works perfectly on your phone in outdoor sessions
|
||||
- just capture essential data and the progress reports are immediately available to the client."</p>
|
||||
<h2 class="section-subtitle text-center">- Wendy M., Certified Animal Behaviourist, Rugby</h2>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
<section id="{{ model.FLAG_EARLY_ACCESS }}" class="{{ model.FLAG_EARLY_ACCESS }}">
|
||||
<div class="{{ model.FLAG_CONTAINER }}">
|
||||
<h2 class="section-title text-center">Be Among the First</h2>
|
||||
|
||||
@@ -128,6 +128,7 @@
|
||||
</form>
|
||||
|
||||
<form id="{{ model.ID_FORM_DISTRACTIONS }}" class="{{ model.FLAG_ROW }} {{ model.FLAG_CARD }}">
|
||||
<h2>Distractions</h2>
|
||||
<table id="{{ model.ID_TABLE_DISTRACTIONS}}" class="{{ model.FLAG_TABLE_MAIN }} {{ model.FLAG_ROW }} {{ model.FLAG_CARD }} {{ model.FLAG_DISTRACTION }}">
|
||||
<thead>
|
||||
<tr class="{{ model.FLAG_DISTRACTION }}">
|
||||
@@ -160,6 +161,7 @@
|
||||
</form>
|
||||
|
||||
<form id="{{ model.ID_FORM_ASSESSMENT_COMMAND_MODALITY_LINKS }}" class="{{ model.FLAG_ROW }} {{ model.FLAG_CARD }}">
|
||||
<h2>Commands and Responses</h2>
|
||||
<table id="{{ model.ID_TABLE_ASSESSMENT_COMMAND_MODALITY_LINKS }}" class="{{ model.FLAG_TABLE_MAIN }} {{ model.FLAG_ROW }} {{ model.FLAG_CARD }} {{ model.FLAG_ASSESSMENT_COMMAND_MODALITY_LINK }}">
|
||||
<thead>
|
||||
<tr class="{{ model.FLAG_ASSESSMENT_COMMAND_MODALITY_LINK }}">
|
||||
|
||||
Reference in New Issue
Block a user