From a740a4e602c14345f1be681736f45737e3f34272 Mon Sep 17 00:00:00 2001 From: Kira Jiroux Date: Fri, 7 Mar 2025 17:17:04 -0500 Subject: [PATCH] Quick and cute sidebar --- .../Components/Layout/MainLayout.razor | 6 +-- .../Components/Layout/Sidebar.razor | 46 +++++++++++++++++++ 2 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 Portfolio.WebUI.Server/Components/Layout/Sidebar.razor diff --git a/Portfolio.WebUI.Server/Components/Layout/MainLayout.razor b/Portfolio.WebUI.Server/Components/Layout/MainLayout.razor index e6525aa..9cbb025 100644 --- a/Portfolio.WebUI.Server/Components/Layout/MainLayout.razor +++ b/Portfolio.WebUI.Server/Components/Layout/MainLayout.razor @@ -2,9 +2,9 @@
- + + +
diff --git a/Portfolio.WebUI.Server/Components/Layout/Sidebar.razor b/Portfolio.WebUI.Server/Components/Layout/Sidebar.razor new file mode 100644 index 0000000..22feeb6 --- /dev/null +++ b/Portfolio.WebUI.Server/Components/Layout/Sidebar.razor @@ -0,0 +1,46 @@ +
+ + + + + Kira Jiroux + +
+ +
+ +
\ No newline at end of file