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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user