From 554c882734203eea0ca18006fd7f4df20a181148 Mon Sep 17 00:00:00 2001 From: Rohmad Eko Wahyudi Date: Mon, 10 Nov 2025 17:45:30 +0700 Subject: [PATCH] feat: navbar dan footer landing page --- Views/Home/Index.cshtml | 2 +- Views/Shared/_FooterLanding.cshtml | 77 ++++++++++++++++++++++++++++++ Views/Shared/_Layout.cshtml | 8 +++- Views/Shared/_NavbarLanding.cshtml | 23 +++++++++ 4 files changed, 107 insertions(+), 3 deletions(-) create mode 100644 Views/Shared/_FooterLanding.cshtml create mode 100644 Views/Shared/_NavbarLanding.cshtml diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index b7336d9..4458552 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -8,7 +8,7 @@
-
+
diff --git a/Views/Shared/_FooterLanding.cshtml b/Views/Shared/_FooterLanding.cshtml new file mode 100644 index 0000000..b7071ee --- /dev/null +++ b/Views/Shared/_FooterLanding.cshtml @@ -0,0 +1,77 @@ + diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index 9534020..1197f24 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -38,11 +38,15 @@ - -
+ + + +
@RenderBody()
+ + @await RenderSectionAsync("Scripts", required: false) diff --git a/Views/Shared/_NavbarLanding.cshtml b/Views/Shared/_NavbarLanding.cshtml new file mode 100644 index 0000000..d6fa460 --- /dev/null +++ b/Views/Shared/_NavbarLanding.cshtml @@ -0,0 +1,23 @@ +