From 43ffcd95e80f4635b11db862b942ce8d2705437c Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Tue, 19 Dec 2023 11:26:10 -0600 Subject: [PATCH] feat(logo): updated to latest atlas logo scheme --- web/Pages/Shared/_Layout.cshtml | 11 +++- web/Pages/Shared/_footer.cshtml | 11 +++- web/Program.cs | 8 +-- web/wwwroot/css/site.min.css | 2 +- web/wwwroot/css/theme.scss | 33 ++++++++++++ web/wwwroot/favicon.ico | Bin 15406 -> 15406 bytes web/wwwroot/font/inter/package.json | 51 ++++-------------- web/wwwroot/font/rasa/latin-ext-300.css | 8 +++ web/wwwroot/font/rasa/package.json | 51 ++++-------------- web/wwwroot/font/source-code-pro/package.json | 51 ++++-------------- web/wwwroot/img/atlas-a-logo.svg | 1 + web/wwwroot/js/analytics.min.js | 2 +- web/wwwroot/js/profile.min.js | 2 +- 13 files changed, 96 insertions(+), 135 deletions(-) create mode 100644 web/wwwroot/img/atlas-a-logo.svg diff --git a/web/Pages/Shared/_Layout.cshtml b/web/Pages/Shared/_Layout.cshtml index 64378d2a..bcbb0bfe 100644 --- a/web/Pages/Shared/_Layout.cshtml +++ b/web/Pages/Shared/_Layout.cshtml @@ -80,7 +80,16 @@