From 32cf3a599c3722489b1003fc5116f61cc1a5094d Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 13 Oct 2024 15:07:55 +0300 Subject: [PATCH] Cleanup --- .../Areas/Internal/Views/Shared/_Layout.cshtml | 2 +- examples/Example.Website/Example.Website.csproj | 12 ++++-------- .../Example.Website/Views/Shared/_Layout-41.cshtml | 2 +- examples/Example.Website/Views/Shared/_Layout.cshtml | 4 ++-- examples/Example.Website/wwwroot/css/site.min.css | 1 - examples/Example.Website/wwwroot/images/banner1.svg | 1 - examples/Example.Website/wwwroot/images/banner2.svg | 1 - examples/Example.Website/wwwroot/images/banner3.svg | 1 - examples/Example.Website/wwwroot/images/banner4.svg | 1 - 9 files changed, 8 insertions(+), 17 deletions(-) delete mode 100644 examples/Example.Website/wwwroot/css/site.min.css delete mode 100644 examples/Example.Website/wwwroot/images/banner1.svg delete mode 100644 examples/Example.Website/wwwroot/images/banner2.svg delete mode 100644 examples/Example.Website/wwwroot/images/banner3.svg delete mode 100644 examples/Example.Website/wwwroot/images/banner4.svg diff --git a/examples/Example.Website/Areas/Internal/Views/Shared/_Layout.cshtml b/examples/Example.Website/Areas/Internal/Views/Shared/_Layout.cshtml index f19ee5aa..e3158bb7 100644 --- a/examples/Example.Website/Areas/Internal/Views/Shared/_Layout.cshtml +++ b/examples/Example.Website/Areas/Internal/Views/Shared/_Layout.cshtml @@ -10,7 +10,7 @@ - + diff --git a/examples/Example.Website/Example.Website.csproj b/examples/Example.Website/Example.Website.csproj index ceace9ad..99b33c21 100644 --- a/examples/Example.Website/Example.Website.csproj +++ b/examples/Example.Website/Example.Website.csproj @@ -13,14 +13,10 @@ - - - - - - - <_ContentIncludedByDefault Remove="Areas\Internal\Views\Shared\Paging\_Pager.cshtml"/> - <_ContentIncludedByDefault Remove="Areas\Internal\Views\Shared\Paging\_Pager_85.cshtml"/> + <_ContentIncludedByDefault Remove="wwwroot\images\banner1.svg" /> + <_ContentIncludedByDefault Remove="wwwroot\images\banner2.svg" /> + <_ContentIncludedByDefault Remove="wwwroot\images\banner3.svg" /> + <_ContentIncludedByDefault Remove="wwwroot\images\banner4.svg" /> diff --git a/examples/Example.Website/Views/Shared/_Layout-41.cshtml b/examples/Example.Website/Views/Shared/_Layout-41.cshtml index dfb9504e..5b3396bd 100644 --- a/examples/Example.Website/Views/Shared/_Layout-41.cshtml +++ b/examples/Example.Website/Views/Shared/_Layout-41.cshtml @@ -12,7 +12,7 @@ - + diff --git a/examples/Example.Website/Views/Shared/_Layout.cshtml b/examples/Example.Website/Views/Shared/_Layout.cshtml index b3f373d8..1f91dc6e 100644 --- a/examples/Example.Website/Views/Shared/_Layout.cshtml +++ b/examples/Example.Website/Views/Shared/_Layout.cshtml @@ -10,7 +10,7 @@ - + @@ -48,6 +48,6 @@ - @RenderSection("Scripts", required: false) + @await RenderSectionAsync("Scripts", required: false) diff --git a/examples/Example.Website/wwwroot/css/site.min.css b/examples/Example.Website/wwwroot/css/site.min.css deleted file mode 100644 index 8c1ea957..00000000 --- a/examples/Example.Website/wwwroot/css/site.min.css +++ /dev/null @@ -1 +0,0 @@ -body{padding-top:50px;padding-bottom:20px}.body-content{padding-left:15px;padding-right:15px}input,select,textarea{max-width:280px}.carousel-caption p{font-size:20px;line-height:1.4}.carousel-inner .item img[src$=".svg"]{width:100%}@media screen and (max-width:767px){.carousel-caption{display:none}} diff --git a/examples/Example.Website/wwwroot/images/banner1.svg b/examples/Example.Website/wwwroot/images/banner1.svg deleted file mode 100644 index 1ab32b60..00000000 --- a/examples/Example.Website/wwwroot/images/banner1.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/examples/Example.Website/wwwroot/images/banner2.svg b/examples/Example.Website/wwwroot/images/banner2.svg deleted file mode 100644 index 9679c604..00000000 --- a/examples/Example.Website/wwwroot/images/banner2.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/examples/Example.Website/wwwroot/images/banner3.svg b/examples/Example.Website/wwwroot/images/banner3.svg deleted file mode 100644 index 9be2c250..00000000 --- a/examples/Example.Website/wwwroot/images/banner3.svg +++ /dev/null @@ -1 +0,0 @@ -banner3b \ No newline at end of file diff --git a/examples/Example.Website/wwwroot/images/banner4.svg b/examples/Example.Website/wwwroot/images/banner4.svg deleted file mode 100644 index 38b3d7cd..00000000 --- a/examples/Example.Website/wwwroot/images/banner4.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file