This commit is contained in:
RDeck 2024-07-19 14:33:58 -04:00
parent 4f9a8c466e
commit 6161668cd5
31 changed files with 23 additions and 23 deletions

Binary file not shown.

View File

@ -5,7 +5,7 @@ This will contain the HEAD elements to use the CANVAS template
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="x-ua-compatible" content="IE=edge"> <meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="author" content="KeyMailSpecials"> <meta name="author" content="KeyMailSpecials">
<meta name="description" content="Seamlessly connecting customers to their preferred service providers, resulting in streamlined experiences for today's fast-pased world!'" /> <meta name="description" content="Seamlessly connecting customers to their preferred service providers, resulting in streamlined experiences for today's fast-paced world!'" />
<!-- Font Imports --> <!-- Font Imports -->
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">

View File

@ -6,8 +6,8 @@
============================================= --> ============================================= -->
<div id="logo" class="ms-auto ms-md-0"> <div id="logo" class="ms-auto ms-md-0">
<a> <a>
<img class="logo-default" srcset="/images/logos/kms24w.png" alt="KeyMotive Logo"> <img class="logo-default" srcset="/images/logos/kms34a.png" alt="KeyMotive Logo">
<img class="logo-dark" srcset="/images/logos/kms24w.png" alt="KeyMotive Logo"> <img class="logo-dark" srcset="/images/logos/kms34a.png" alt="KeyMotive Logo">
</a> </a>
</div><!-- #logo end --> </div><!-- #logo end -->
</div> </div>

View File

@ -18,7 +18,7 @@
<div class="container mt-4" style="z-index: 2"> <div class="container mt-4" style="z-index: 2">
<div class="text-center"> <div class="text-center">
<h2 class="text-white h2 fw-semibold mb-2">Welcome to<br /><img src="/images/logos/kms24w.png" width="20%" class="img-fluid" /></h2> <h2 class="text-white h2 fw-semibold mb-2">Welcome to<br /><img src="/images/logos/kms34a.png" width="20%" class="img-fluid" /></h2>
<p class="text-white-50"></p> <p class="text-white-50"></p>
</div> </div>
<div class="row mt-5 justify-content-center"> <div class="row mt-5 justify-content-center">
@ -310,9 +310,6 @@
</div> </div>
</div> </div>
<div class="clear"></div>
<div class="clear"></div> <div class="clear"></div>
<div class="section dark pt-0 mb-0 bg-color" style="background: url('demos/movers/images/bg-2.png') no-repeat center bottom / 100%; overflow: visible"> <div class="section dark pt-0 mb-0 bg-color" style="background: url('demos/movers/images/bg-2.png') no-repeat center bottom / 100%; overflow: visible">
@ -343,19 +340,14 @@
<!-- Copyrights <!-- Copyrights
============================================= --> ============================================= -->
<div id="copyrights" class="bg-transparent"> <div id="copyrights" class="bg-transparent">
<div class="container"> <div class="container">
<div class="row justify-content-between align-items-center"> <div class="row justify-content-between align-items-center">
<div class="col-md-6 text-black-50"> <div class="col-md-6 text-black-50">
Copyright &copy; 2010 - @gloService.YearInFooter All Rights Reserved by KeyMotive LLC. Copyright &copy; 2010 - @gloService.YearInFooter All Rights Reserved by KeyMotive LLC.
</div> </div>
</div> </div>
</div> </div>
</div><!-- #copyrights end --> </div><!-- #copyrights end -->
</footer><!-- #footer end --> </footer><!-- #footer end -->
</div><!-- #wrapper end --> </div><!-- #wrapper end -->
@ -364,3 +356,6 @@
<div id="gotoTop" class="uil uil-angle-up"></div> <div id="gotoTop" class="uil uil-angle-up"></div>
@code {
}

View File

@ -1,5 +1,6 @@
using KeymailSpecials2.Components; using KeymailSpecials2.Components;
using KeymailSpecials2.Components.Services; using KeymailSpecials2.Components.Services;
using Microsoft.Extensions.FileProviders;
internal class Program internal class Program
{ {
@ -25,7 +26,11 @@ internal class Program
app.UseHttpsRedirection(); app.UseHttpsRedirection();
app.UseStaticFiles(); app.UseStaticFiles(new StaticFileOptions()
{
FileProvider = new PhysicalFileProvider(@"\\toronto\d$\EmailMarketing\im3"),
RequestPath = "/im3"
});
app.UseAntiforgery(); app.UseAntiforgery();
app.MapRazorComponents<App>() app.MapRazorComponents<App>()

View File

@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyCompanyAttribute("KeymailSpecials2")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [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.AssemblyProductAttribute("KeymailSpecials2")]
[assembly: System.Reflection.AssemblyTitleAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyTitleAttribute("KeymailSpecials2")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
c45e709e2906c72c7f287f862fca049620b03e15ea043244afd298e1a3ad9691 7a74f15cc44cf142698c70284056676ca954ce0b33e12b717c3718b9d77679bb

View File

@ -1 +1 @@
7ec36b80e7cd8f5b925357e903d41631c0bcee27bf34ff3f9df8094256163bf7 f5f540d2fbbbe306a8f90054c769465afb1d4d6c6066aec2653582d1828802bb

Binary file not shown.

View File

@ -69,7 +69,7 @@
"privateAssets": "all" "privateAssets": "all"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.303/PortableRuntimeIdentifierGraph.json"
} }
} }
} }

View File

@ -7,7 +7,7 @@
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\RDeck.KEYMTV\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders> <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\RDeck.KEYMTV\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion> <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.10.1</NuGetToolVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\RDeck.KEYMTV\.nuget\packages\" /> <SourceRoot Include="C:\Users\RDeck.KEYMTV\.nuget\packages\" />

View File

@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyCompanyAttribute("KeymailSpecials2")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [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.AssemblyProductAttribute("KeymailSpecials2")]
[assembly: System.Reflection.AssemblyTitleAttribute("KeymailSpecials2")] [assembly: System.Reflection.AssemblyTitleAttribute("KeymailSpecials2")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
7941920a16e6f6b50352f929d5202d72e5d639bfee7eed5cfddaff3cf89ac2f2 4d7266d2903308dc0c091a255fa84eddf516a86bde29251bae7e5570cc66001c

View File

@ -76,7 +76,7 @@
"privateAssets": "all" "privateAssets": "all"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.303/PortableRuntimeIdentifierGraph.json"
} }
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"version": 2, "version": 2,
"dgSpecHash": "Agtvjp0J5GZIGoQ8e7I1nfum3ajQhVf/czwRhntO6PXxI0neBscuov1EDbzrF9cvmNtPY+XYxgqNWbhmeU54KA==", "dgSpecHash": "OjUP+HK8RUo=",
"success": true, "success": true,
"projectFilePath": "C:\\Repos\\KeymailSpecials2\\KeymailSpecials2.csproj", "projectFilePath": "C:\\Repos\\KeymailSpecials2\\KeymailSpecials2.csproj",
"expectedPackageFiles": [], "expectedPackageFiles": [],

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB