diff --git a/.vs/KeymailSpecials2/DesignTimeBuild/.dtbcache.v2 b/.vs/KeymailSpecials2/DesignTimeBuild/.dtbcache.v2 index 7725927..9378b97 100644 Binary files a/.vs/KeymailSpecials2/DesignTimeBuild/.dtbcache.v2 and b/.vs/KeymailSpecials2/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/KeymailSpecials2/v17/.suo b/.vs/KeymailSpecials2/v17/.suo index 43c5b9d..c50d473 100644 Binary files a/.vs/KeymailSpecials2/v17/.suo and b/.vs/KeymailSpecials2/v17/.suo differ diff --git a/.vs/KeymailSpecials2/v17/fileList.bin b/.vs/KeymailSpecials2/v17/fileList.bin index 7c9acb2..fb6f8a1 100644 Binary files a/.vs/KeymailSpecials2/v17/fileList.bin and b/.vs/KeymailSpecials2/v17/fileList.bin differ diff --git a/.vs/ProjectEvaluation/keymailspecials2.metadata.v7.bin b/.vs/ProjectEvaluation/keymailspecials2.metadata.v7.bin deleted file mode 100644 index 3e41626..0000000 Binary files a/.vs/ProjectEvaluation/keymailspecials2.metadata.v7.bin and /dev/null differ diff --git a/.vs/ProjectEvaluation/keymailspecials2.projects.v7.bin b/.vs/ProjectEvaluation/keymailspecials2.projects.v7.bin deleted file mode 100644 index ed1099c..0000000 Binary files a/.vs/ProjectEvaluation/keymailspecials2.projects.v7.bin and /dev/null differ diff --git a/Components/Components/CanvasHomePage.razor b/Components/Components/CanvasHomePage.razor index a7ccc7f..c37cb1b 100644 --- a/Components/Components/CanvasHomePage.razor +++ b/Components/Components/CanvasHomePage.razor @@ -5,7 +5,7 @@ This will contain the HEAD elements to use the CANVAS template - + diff --git a/Components/Components/Header1.razor b/Components/Components/Header1.razor index 5d57583..cd8c929 100644 --- a/Components/Components/Header1.razor +++ b/Components/Components/Header1.razor @@ -6,8 +6,8 @@ ============================================= --> diff --git a/Components/Pages/Index.razor b/Components/Pages/Index.razor index e3ff31a..291517c 100644 --- a/Components/Pages/Index.razor +++ b/Components/Pages/Index.razor @@ -18,7 +18,7 @@
-

Welcome to

+

Welcome to

@@ -310,9 +310,6 @@
- -
-
@@ -343,19 +340,14 @@
-
-
Copyright © 2010 - @gloService.YearInFooter All Rights Reserved by KeyMotive LLC.
-
-
-
@@ -364,3 +356,6 @@
+@code { + +} \ No newline at end of file diff --git a/Program.cs b/Program.cs index c8667c2..a604e34 100644 --- a/Program.cs +++ b/Program.cs @@ -1,5 +1,6 @@ using KeymailSpecials2.Components; using KeymailSpecials2.Components.Services; +using Microsoft.Extensions.FileProviders; internal class Program { @@ -10,7 +11,7 @@ internal class Program // Add services to the container. builder.Services.AddRazorComponents() .AddInteractiveServerComponents(); - + builder.Services.AddSingleton(); // Global variables shared by all users var app = builder.Build(); @@ -25,7 +26,11 @@ internal class Program app.UseHttpsRedirection(); - app.UseStaticFiles(); + app.UseStaticFiles(new StaticFileOptions() + { + FileProvider = new PhysicalFileProvider(@"\\toronto\d$\EmailMarketing\im3"), + RequestPath = "/im3" + }); app.UseAntiforgery(); app.MapRazorComponents() diff --git a/bin/Debug/net8.0/KeymailSpecials2.dll b/bin/Debug/net8.0/KeymailSpecials2.dll index 901bfa0..ce6e47f 100644 Binary files a/bin/Debug/net8.0/KeymailSpecials2.dll and b/bin/Debug/net8.0/KeymailSpecials2.dll differ diff --git a/bin/Debug/net8.0/KeymailSpecials2.exe b/bin/Debug/net8.0/KeymailSpecials2.exe index b35fa63..d14b97b 100644 Binary files a/bin/Debug/net8.0/KeymailSpecials2.exe and b/bin/Debug/net8.0/KeymailSpecials2.exe differ diff --git a/bin/Debug/net8.0/KeymailSpecials2.pdb b/bin/Debug/net8.0/KeymailSpecials2.pdb index 294cc69..256bbec 100644 Binary files a/bin/Debug/net8.0/KeymailSpecials2.pdb and b/bin/Debug/net8.0/KeymailSpecials2.pdb differ diff --git a/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfo.cs b/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfo.cs index a81f98b..5b30286 100644 --- a/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfo.cs +++ b/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+31442e6b5faa764bb266725c99074f3bc38fad72")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4f9a8c466e78aada969a1a2aa62b0c4ad13198a6")] [assembly: System.Reflection.AssemblyProductAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyTitleAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache b/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache index a8ac761..949626b 100644 --- a/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache +++ b/obj/Debug/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache @@ -1 +1 @@ -c45e709e2906c72c7f287f862fca049620b03e15ea043244afd298e1a3ad9691 +7a74f15cc44cf142698c70284056676ca954ce0b33e12b717c3718b9d77679bb diff --git a/obj/Debug/net8.0/KeymailSpecials2.assets.cache b/obj/Debug/net8.0/KeymailSpecials2.assets.cache index b8da088..665b0c1 100644 Binary files a/obj/Debug/net8.0/KeymailSpecials2.assets.cache and b/obj/Debug/net8.0/KeymailSpecials2.assets.cache differ diff --git a/obj/Debug/net8.0/KeymailSpecials2.csproj.CoreCompileInputs.cache b/obj/Debug/net8.0/KeymailSpecials2.csproj.CoreCompileInputs.cache index b967e56..2d7a73b 100644 --- a/obj/Debug/net8.0/KeymailSpecials2.csproj.CoreCompileInputs.cache +++ b/obj/Debug/net8.0/KeymailSpecials2.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -7ec36b80e7cd8f5b925357e903d41631c0bcee27bf34ff3f9df8094256163bf7 +f5f540d2fbbbe306a8f90054c769465afb1d4d6c6066aec2653582d1828802bb diff --git a/obj/Debug/net8.0/KeymailSpecials2.dll b/obj/Debug/net8.0/KeymailSpecials2.dll index 901bfa0..ce6e47f 100644 Binary files a/obj/Debug/net8.0/KeymailSpecials2.dll and b/obj/Debug/net8.0/KeymailSpecials2.dll differ diff --git a/obj/Debug/net8.0/KeymailSpecials2.pdb b/obj/Debug/net8.0/KeymailSpecials2.pdb index 294cc69..256bbec 100644 Binary files a/obj/Debug/net8.0/KeymailSpecials2.pdb and b/obj/Debug/net8.0/KeymailSpecials2.pdb differ diff --git a/obj/Debug/net8.0/apphost.exe b/obj/Debug/net8.0/apphost.exe index b35fa63..d14b97b 100644 Binary files a/obj/Debug/net8.0/apphost.exe and b/obj/Debug/net8.0/apphost.exe differ diff --git a/obj/Debug/net8.0/project.razor.vs.bin b/obj/Debug/net8.0/project.razor.vs.bin index aee83d6..d4f754c 100644 Binary files a/obj/Debug/net8.0/project.razor.vs.bin and b/obj/Debug/net8.0/project.razor.vs.bin differ diff --git a/obj/Debug/net8.0/ref/KeymailSpecials2.dll b/obj/Debug/net8.0/ref/KeymailSpecials2.dll index 95a3e29..72e067b 100644 Binary files a/obj/Debug/net8.0/ref/KeymailSpecials2.dll and b/obj/Debug/net8.0/ref/KeymailSpecials2.dll differ diff --git a/obj/Debug/net8.0/refint/KeymailSpecials2.dll b/obj/Debug/net8.0/refint/KeymailSpecials2.dll index 95a3e29..72e067b 100644 Binary files a/obj/Debug/net8.0/refint/KeymailSpecials2.dll and b/obj/Debug/net8.0/refint/KeymailSpecials2.dll differ diff --git a/obj/KeymailSpecials2.csproj.nuget.dgspec.json b/obj/KeymailSpecials2.csproj.nuget.dgspec.json index 66bd02e..ae07003 100644 --- a/obj/KeymailSpecials2.csproj.nuget.dgspec.json +++ b/obj/KeymailSpecials2.csproj.nuget.dgspec.json @@ -69,7 +69,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.303/PortableRuntimeIdentifierGraph.json" } } } diff --git a/obj/KeymailSpecials2.csproj.nuget.g.props b/obj/KeymailSpecials2.csproj.nuget.g.props index f12f399..4977c92 100644 --- a/obj/KeymailSpecials2.csproj.nuget.g.props +++ b/obj/KeymailSpecials2.csproj.nuget.g.props @@ -7,7 +7,7 @@ $(UserProfile)\.nuget\packages\ C:\Users\RDeck.KEYMTV\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages PackageReference - 6.9.1 + 6.10.1 diff --git a/obj/Release/net8.0/KeymailSpecials2.AssemblyInfo.cs b/obj/Release/net8.0/KeymailSpecials2.AssemblyInfo.cs index 1f18d85..d4d4f70 100644 --- a/obj/Release/net8.0/KeymailSpecials2.AssemblyInfo.cs +++ b/obj/Release/net8.0/KeymailSpecials2.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b882befbc379facedc69bd3651c4fff409b0a9d2")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4f9a8c466e78aada969a1a2aa62b0c4ad13198a6")] [assembly: System.Reflection.AssemblyProductAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyTitleAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/obj/Release/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache b/obj/Release/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache index a6a271d..ce09033 100644 --- a/obj/Release/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache +++ b/obj/Release/net8.0/KeymailSpecials2.AssemblyInfoInputs.cache @@ -1 +1 @@ -7941920a16e6f6b50352f929d5202d72e5d639bfee7eed5cfddaff3cf89ac2f2 +4d7266d2903308dc0c091a255fa84eddf516a86bde29251bae7e5570cc66001c diff --git a/obj/Release/net8.0/KeymailSpecials2.assets.cache b/obj/Release/net8.0/KeymailSpecials2.assets.cache index 356f2af..1f4d15b 100644 Binary files a/obj/Release/net8.0/KeymailSpecials2.assets.cache and b/obj/Release/net8.0/KeymailSpecials2.assets.cache differ diff --git a/obj/project.assets.json b/obj/project.assets.json index aaf5e54..bfb5bdb 100644 --- a/obj/project.assets.json +++ b/obj/project.assets.json @@ -76,7 +76,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.303/PortableRuntimeIdentifierGraph.json" } } } diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache index 81f543b..3dc75e6 100644 --- a/obj/project.nuget.cache +++ b/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "Agtvjp0J5GZIGoQ8e7I1nfum3ajQhVf/czwRhntO6PXxI0neBscuov1EDbzrF9cvmNtPY+XYxgqNWbhmeU54KA==", + "dgSpecHash": "OjUP+HK8RUo=", "success": true, "projectFilePath": "C:\\Repos\\KeymailSpecials2\\KeymailSpecials2.csproj", "expectedPackageFiles": [], diff --git a/wwwroot/images/logos/kms34a.jpg b/wwwroot/images/logos/kms34a.jpg new file mode 100644 index 0000000..c141687 Binary files /dev/null and b/wwwroot/images/logos/kms34a.jpg differ diff --git a/wwwroot/images/logos/kms34a.png b/wwwroot/images/logos/kms34a.png new file mode 100644 index 0000000..6cfdde9 Binary files /dev/null and b/wwwroot/images/logos/kms34a.png differ