From 319a2a21d13b982ce2fa82249ac1123284cf5a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Sat, 15 Nov 2025 19:04:30 +0200 Subject: [PATCH] About view --- src/App.vue | 1 + src/views/AboutView.vue | 119 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 118 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0e8795f..4e94a36 100644 --- a/src/App.vue +++ b/src/App.vue @@ -82,6 +82,7 @@ nav { font-size: 12px; text-align: center; margin-top: 2rem; + margin-bottom: 1rem; } nav a.router-link-exact-active { diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue index 756ad2a..25fd17a 100644 --- a/src/views/AboutView.vue +++ b/src/views/AboutView.vue @@ -1,15 +1,130 @@ -