From d7f0a5db363483430cd1db9efa27717ed9698906 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 25 May 2022 09:07:36 +0100 Subject: [PATCH] Footer layout --- .gitignore | 30 +- src/isnd/Views/Shared/_Layout.cshtml | 7 +- src/isnd/wwwroot/css/site.css | 7837 ++++++++++++++++++++++++++ src/isnd/wwwroot/css/site.css.map | 7 + src/isnd/wwwroot/css/site.scss | 7 +- test/isnd.tests/UnitTestWebHost.cs | 20 +- test/isnd.tests/appsettings.json | 7 + 7 files changed, 7888 insertions(+), 27 deletions(-) create mode 100644 src/isnd/wwwroot/css/site.css create mode 100644 src/isnd/wwwroot/css/site.css.map diff --git a/.gitignore b/.gitignore index 95b51b2..908e9f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,19 @@ -src/isnd/bin/ -src/isnd/obj/ -src/isn/obj -src/isn/bin -src/isn/.vscode/ -test/isnd.tests/obj/ -test/isnd.tests/bin/ -packages/ +.sass-cache/ +/src/isnd/bin/ +/src/isnd/obj/ +/src/isn/obj +/src/isn/bin +/src/isn/.vscode/ +/test/isnd.tests/obj/ +/test/isnd.tests/bin/ +/packages/ bower_components/ -test/isn.tests/bin -test/isn.tests/obj/ +/test/isn.tests/bin +/test/isn.tests/obj/ appsettings.Testing.json appsettings.Development.json -wwwroot/.sass-cache/ -src/isnd/wwwroot/.sass-cache/ -src/isn.abst/bin -src/isn.abst/obj +/wwwroot/.sass-cache/ +/src/isnd/wwwroot/.sass-cache/ +/src/isn.abst/bin +/src/isn.abst/obj +/src/isnd/packages/ diff --git a/src/isnd/Views/Shared/_Layout.cshtml b/src/isnd/Views/Shared/_Layout.cshtml index e25c4ff..ecb7e94 100644 --- a/src/isnd/Views/Shared/_Layout.cshtml +++ b/src/isnd/Views/Shared/_Layout.cshtml @@ -5,7 +5,7 @@ @ViewData["Title"] - isnd - +
@@ -39,9 +39,8 @@ -