From 0429547f10aaa5b40296c0ab9f4c65cbd9787d02 Mon Sep 17 00:00:00 2001 From: "Jeffrey T. Fritz" Date: Thu, 19 Oct 2023 11:57:24 -0400 Subject: [PATCH 1/2] Completed spin animation and added .NET Conf background image --- src/TagzApp.Web/Pages/Waterfall.cshtml | 45 ++++++++++++---- src/TagzApp.Web/wwwroot/css/site.css | 49 ++++++++++++++++++ .../wwwroot/img/dotnetconf-back.png | Bin 0 -> 38049 bytes src/TagzApp.Web/wwwroot/js/site.js | 8 +++ 4 files changed, 91 insertions(+), 11 deletions(-) create mode 100644 src/TagzApp.Web/wwwroot/img/dotnetconf-back.png diff --git a/src/TagzApp.Web/Pages/Waterfall.cshtml b/src/TagzApp.Web/Pages/Waterfall.cshtml index 6a78ada9..cf1a9597 100644 --- a/src/TagzApp.Web/Pages/Waterfall.cshtml +++ b/src/TagzApp.Web/Pages/Waterfall.cshtml @@ -36,19 +36,30 @@