From 223b10c1f22a87a3d526ed67e1cadae0355acef6 Mon Sep 17 00:00:00 2001 From: Erwin Medina Date: Tue, 13 Sep 2022 22:50:21 -0700 Subject: [PATCH 1/3] Adjusted the Events title, 401 title to have a vertical slash instead of a forward slash. Added a title for First Contributions, using same template as the other titles. --- src/routes/1st/index.svelte | 4 ++++ src/routes/__error.svelte | 2 +- src/routes/events/index.svelte | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/routes/1st/index.svelte b/src/routes/1st/index.svelte index 523c83fd3..1b07d4490 100644 --- a/src/routes/1st/index.svelte +++ b/src/routes/1st/index.svelte @@ -12,6 +12,10 @@ + + First Contributions | ACM at CSUF + +

First Contributions

diff --git a/src/routes/__error.svelte b/src/routes/__error.svelte index 27302613b..349eea722 100644 --- a/src/routes/__error.svelte +++ b/src/routes/__error.svelte @@ -3,7 +3,7 @@ - ACM at CSUF / {status} + ACM at CSUF | {status} diff --git a/src/routes/events/index.svelte b/src/routes/events/index.svelte index 4a6ec7948..d67ba75eb 100644 --- a/src/routes/events/index.svelte +++ b/src/routes/events/index.svelte @@ -18,7 +18,7 @@ - Events / ACM at CSUF + Events | ACM at CSUF From fbd3d2f55fb51b1907fbbe2ad78b89530f4d878e Mon Sep 17 00:00:00 2001 From: Erwin Medina Date: Tue, 13 Sep 2022 22:54:59 -0700 Subject: [PATCH 2/3] Adjusted the Events title, 401 title to have a vertical slash instead of a forward slash. Added a title for 1st Contributions, using same template as the other titles. --- src/routes/1st/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/1st/index.svelte b/src/routes/1st/index.svelte index 1b07d4490..a0b2d63a1 100644 --- a/src/routes/1st/index.svelte +++ b/src/routes/1st/index.svelte @@ -13,7 +13,7 @@ - First Contributions | ACM at CSUF + 1st Contributions | ACM at CSUF
From 0114ae66af802d0a402aa55459bd2786f24cee8c Mon Sep 17 00:00:00 2001 From: Erwin Medina Date: Wed, 14 Sep 2022 09:58:56 -0700 Subject: [PATCH 3/3] fixed all titles to read {page} | ACM at CSUF --- src/routes/__error.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/__error.svelte b/src/routes/__error.svelte index 349eea722..4f7270543 100644 --- a/src/routes/__error.svelte +++ b/src/routes/__error.svelte @@ -3,7 +3,7 @@ - ACM at CSUF | {status} + {status} | ACM at CSUF