From fc6dcf2e68754bd10b9701a19be73e03abeb8451 Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Fri, 10 Nov 2023 08:38:34 -0700 Subject: [PATCH 1/3] Add region buttons to home Signed-off-by: Justin Georgi --- src/pages/home.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/home.vue b/src/pages/home.vue index 1bd0fa3..c30cfa9 100644 --- a/src/pages/home.vue +++ b/src/pages/home.vue @@ -14,8 +14,15 @@ Right Link + Anatomy Lab Visual Identification Neural Network -

Anatomy Lab Visual Identification Neural Network

+

Veterinary Anatomy Edition

+ + + + + +
Navigation -- 2.49.1 From 2ed5adb45414b624a5d9d43a865af1ba03e8bff1 Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Fri, 10 Nov 2023 08:46:39 -0700 Subject: [PATCH 2/3] Create basic layout Signed-off-by: Justin Georgi --- src/pages/home.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/home.vue b/src/pages/home.vue index c30cfa9..f2391b3 100644 --- a/src/pages/home.vue +++ b/src/pages/home.vue @@ -14,16 +14,17 @@ Right Link - Anatomy Lab Visual Identification Neural Network - -

Veterinary Anatomy Edition

+
+

Anatomy Lab Visual Identification Neural Network

+

Veterinary Anatomy Edition

+

Select a region to begin

- +
Navigation -- 2.49.1 From 7e502fe1ab968cabe78c2496bb04f5daf426f17f Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Fri, 10 Nov 2023 21:19:45 -0700 Subject: [PATCH 3/3] Add basic hame page styling Signed-off-by: Justin Georgi --- src/components/app.vue | 5 +++++ src/pages/404.vue | 2 +- src/pages/home.vue | 25 ++++++++++++++++--------- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/src/components/app.vue b/src/components/app.vue index ae2067b..1da5ca6 100644 --- a/src/components/app.vue +++ b/src/components/app.vue @@ -72,6 +72,11 @@ iosOverlaysWebView: true, androidOverlaysWebView: false, }, + // Navbar settings + navbar: { + mdCenterTitle: true, + iosCenterTitle: true, + } }; onMounted(() => { f7ready(() => { diff --git a/src/pages/404.vue b/src/pages/404.vue index ca5ac5b..e527a0b 100644 --- a/src/pages/404.vue +++ b/src/pages/404.vue @@ -3,7 +3,7 @@

Sorry

-

Requested content not found.

+

A.L.V.I.N.N. can find many things, but not the page you've requested.

diff --git a/src/pages/home.vue b/src/pages/home.vue index f2391b3..738820b 100644 --- a/src/pages/home.vue +++ b/src/pages/home.vue @@ -1,12 +1,11 @@