From 48a78dd2413c9e211b4c88e0184c18febfcfb316 Mon Sep 17 00:00:00 2001 From: Beau Findlay Date: Thu, 7 Mar 2024 16:00:01 +0000 Subject: [PATCH] Update footer and home content --- .../Features/Typewriter/Typewriter.razor | 2 +- BeauFindlay/BeauFindlay/Layout/Footer.razor | 16 ++-- .../BeauFindlay/Layout/MainLayout.razor | 14 ++-- BeauFindlay/BeauFindlay/Pages/Home.razor | 52 +++++++++--- BeauFindlay/BeauFindlay/Pages/ThisApp.razor | 7 ++ .../BeauFindlay/wwwroot/css/app.min.css | 80 +++++++++++++++++-- BeauFindlay/BeauFindlay/wwwroot/index.html | 5 +- 7 files changed, 143 insertions(+), 33 deletions(-) create mode 100644 BeauFindlay/BeauFindlay/Pages/ThisApp.razor diff --git a/BeauFindlay/BeauFindlay/Features/Typewriter/Typewriter.razor b/BeauFindlay/BeauFindlay/Features/Typewriter/Typewriter.razor index c90e0da..a85104f 100644 --- a/BeauFindlay/BeauFindlay/Features/Typewriter/Typewriter.razor +++ b/BeauFindlay/BeauFindlay/Features/Typewriter/Typewriter.razor @@ -12,7 +12,7 @@ else } @code { - private const int typingDelayMilliseconds = 80; + private const int typingDelayMilliseconds = 50; private const int lineEndDelayMilliseconds = 1000; private static List instances = []; diff --git a/BeauFindlay/BeauFindlay/Layout/Footer.razor b/BeauFindlay/BeauFindlay/Layout/Footer.razor index f9ac34c..906da2b 100644 --- a/BeauFindlay/BeauFindlay/Layout/Footer.razor +++ b/BeauFindlay/BeauFindlay/Layout/Footer.razor @@ -1,17 +1,19 @@ -