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 @@ +