Feat(UI): Dog Training website project added.
This commit is contained in:
28
index.html
28
index.html
@@ -75,6 +75,34 @@
|
||||
<section id="projects" class="projects">
|
||||
<h2>Featured Projects</h2>
|
||||
<div class="projects-grid">
|
||||
<div class="project-card-gridslot">
|
||||
<div class="project-card">
|
||||
<h3>Dog Training</h3>
|
||||
<p>A comprehensive dog training management platform designed for professional trainers and dog owners. Full-stack web application with containerized deployment architecture.</p>
|
||||
<p class="project-detail-button">Show details</p>
|
||||
<div class="project-detail-container">
|
||||
<p><strong>Key Features:</strong></p>
|
||||
<ul>
|
||||
<li>Automated training reminder system with email/SMS notifications</li>
|
||||
<li>Interactive video library with progress tracking and bookmarking</li>
|
||||
<li>Advanced analytics dashboard with training metrics and behavioral insights</li>
|
||||
<li>Multi-user profiles supporting trainers, owners, and veterinarians</li>
|
||||
<li>Goal-setting framework with milestone tracking and achievement badges</li>
|
||||
<li>Session logging with photo/video uploads and notes</li>
|
||||
<li>Behavioral assessment tools and progress visualization charts</li>
|
||||
</ul>
|
||||
<p><strong>Technologies:</strong> Python - Flask, MySQL, Docker, Traefik, Linux Server Administration</p>
|
||||
<!-- <p><strong>Infrastructure:</strong> Containerized microservices architecture, reverse proxy configuration, SSL certificate management, automated backup systems</p> -->
|
||||
</div>
|
||||
<div class="project-thumbnail">
|
||||
<img src="content/images/dog_training.webp" alt="Live Dog Training Site">
|
||||
</div>
|
||||
<div class="project-links">
|
||||
<!-- <a href="https://github.com/Teddy-1024/dog_training.git" class="button">View on GitHub</a> -->
|
||||
<a href="https://auth.sandbox.teddy.org.uk?target=https%3A%2F%2Fmolly.teddy.org.uk/" class="button">Live Site</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project-card-gridslot">
|
||||
<div class="project-card">
|
||||
<h3>Enterprise ERP & E-commerce System</h3>
|
||||
|
||||
Reference in New Issue
Block a user