add docs page and button to launch the app

This commit is contained in:
2025-07-04 00:47:59 -05:00
parent a7d06a86cb
commit a97d73a8a9
3 changed files with 704 additions and 3 deletions

View File

@@ -167,6 +167,17 @@ footer {
margin-top: auto;
}
a {
color: var(--accent-color);
text-decoration: none;
transition: color 0.2s ease;
}
a:hover {
color: var(--text-color);
transition: color 0.2s ease;
}
/* Responsive design */
@media (max-width: 768px) {
.hero {