From f02df7a1fbae57e1e33c49ad2186360b1be0a80e Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Wed, 13 Nov 2019 02:14:25 +0300 Subject: [PATCH] Optimized shared layout, fixed navbar position, fixed footer for MS Edge, added dynamic copyright year --- MyWebsite/Views/Shared/ContactsBlock.cshtml | 2 +- MyWebsite/Views/Shared/_Layout.cshtml | 12 +----- MyWebsite/wwwroot/css/Style.css | 48 ++++++++++++--------- MyWebsite/wwwroot/js/site.js | 2 +- 4 files changed, 32 insertions(+), 32 deletions(-) diff --git a/MyWebsite/Views/Shared/ContactsBlock.cshtml b/MyWebsite/Views/Shared/ContactsBlock.cshtml index 862d1c5..a3f6f21 100644 --- a/MyWebsite/Views/Shared/ContactsBlock.cshtml +++ b/MyWebsite/Views/Shared/ContactsBlock.cshtml @@ -22,7 +22,7 @@ }
}

- // Copyright ©2019 Michael "XFox" Gordeev + // Copyright ©@(DateTime.Today.Year) Michael "XFox" Gordeev diff --git a/MyWebsite/Views/Shared/_Layout.cshtml b/MyWebsite/Views/Shared/_Layout.cshtml index 08a758b..6b7bcfb 100644 --- a/MyWebsite/Views/Shared/_Layout.cshtml +++ b/MyWebsite/Views/Shared/_Layout.cshtml @@ -33,7 +33,7 @@
@@ -58,7 +50,7 @@