From 4b0516948cc0619f60edfecc8911c6a65a272370 Mon Sep 17 00:00:00 2001 From: Ella S Date: Sun, 6 Sep 2026 12:01:46 -0400 Subject: [PATCH 01/20] updated imports for bs5, removed themeswitcher --- profiles/templates/include/head.html | 101 +++++++++++------------- profiles/templates/include/scripts.html | 5 +- 2 files changed, 50 insertions(+), 56 deletions(-) diff --git a/profiles/templates/include/head.html b/profiles/templates/include/head.html index 4de3859..3ceffa9 100644 --- a/profiles/templates/include/head.html +++ b/profiles/templates/include/head.html @@ -1,58 +1,53 @@ - - - - - - CSH Profiles - - - - - - - - - - - - - - - - - - - - - + + + }); + diff --git a/profiles/templates/include/scripts.html b/profiles/templates/include/scripts.html index b763906..d2bb4a7 100644 --- a/profiles/templates/include/scripts.html +++ b/profiles/templates/include/scripts.html @@ -1,8 +1,7 @@ - - + @@ -18,7 +17,7 @@ - + - + From 5dfbf28f5cce1cf7ec2fafbaea2f05b15f8f5530 Mon Sep 17 00:00:00 2001 From: Ella S Date: Sun, 6 Sep 2026 13:41:32 -0400 Subject: [PATCH 06/20] bump to bootstrap 5.3.11, fix navbar --- profiles/templates/include/head.html | 3 ++- profiles/templates/include/nav.html | 13 ++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/profiles/templates/include/head.html b/profiles/templates/include/head.html index 3ceffa9..6868812 100644 --- a/profiles/templates/include/head.html +++ b/profiles/templates/include/head.html @@ -12,8 +12,9 @@ + - + diff --git a/profiles/templates/include/nav.html b/profiles/templates/include/nav.html index 29e9a32..261d30e 100644 --- a/profiles/templates/include/nav.html +++ b/profiles/templates/include/nav.html @@ -1,7 +1,10 @@