feat: add comprehensive About page

Explain Fail Well's purpose, its origins from Toyota Production System's
standardized work, and how it differs from micromanagement. Include
author attribution and footer navigation link.
This commit is contained in:
Julien Calixte
2026-01-24 15:19:21 +01:00
parent 118d626507
commit 1a6befe747
2 changed files with 216 additions and 9 deletions

View File

@@ -17,6 +17,8 @@ import { RouterLink, RouterView } from 'vue-router'
</main>
<footer>
<router-link to="/about">about</router-link>
<span class="separator">|</span>
<a
href="https://github.com/jcalixte/failwell/issues"
target="_blank"
@@ -52,4 +54,9 @@ footer {
text-align: right;
font-size: 0.8rem;
}
footer .separator {
margin: 0 0.5rem;
color: #ccc;
}
</style>