This commit is contained in:
parent
4f9a8c466e
commit
6161668cd5
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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="x-ua-compatible" content="IE=edge">
|
||||
<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 -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
============================================= -->
|
||||
<div id="logo" class="ms-auto ms-md-0">
|
||||
<a>
|
||||
<img class="logo-default" srcset="/images/logos/kms24w.png" alt="KeyMotive Logo">
|
||||
<img class="logo-dark" 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/kms34a.png" alt="KeyMotive Logo">
|
||||
</a>
|
||||
</div><!-- #logo end -->
|
||||
</div>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<div class="container mt-4" style="z-index: 2">
|
||||
<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>
|
||||
</div>
|
||||
<div class="row mt-5 justify-content-center">
|
||||
|
@ -310,9 +310,6 @@
|
|||
</div>
|
||||
</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">
|
||||
|
@ -343,19 +340,14 @@
|
|||
<!-- Copyrights
|
||||
============================================= -->
|
||||
<div id="copyrights" class="bg-transparent">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="row justify-content-between align-items-center">
|
||||
<div class="col-md-6 text-black-50">
|
||||
Copyright © 2010 - @gloService.YearInFooter All Rights Reserved by KeyMotive LLC.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div><!-- #copyrights end -->
|
||||
|
||||
</footer><!-- #footer end -->
|
||||
|
||||
</div><!-- #wrapper end -->
|
||||
|
@ -364,3 +356,6 @@
|
|||
<div id="gotoTop" class="uil uil-angle-up"></div>
|
||||
|
||||
|
||||
@code {
|
||||
|
||||
}
|
|
@ -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<GlobalService>(); // 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<App>()
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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")]
|
||||
|
|
|
@ -1 +1 @@
|
|||
c45e709e2906c72c7f287f862fca049620b03e15ea043244afd298e1a3ad9691
|
||||
7a74f15cc44cf142698c70284056676ca954ce0b33e12b717c3718b9d77679bb
|
||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
7ec36b80e7cd8f5b925357e903d41631c0bcee27bf34ff3f9df8094256163bf7
|
||||
f5f540d2fbbbe306a8f90054c769465afb1d4d6c6066aec2653582d1828802bb
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<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>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.10.1</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\RDeck.KEYMTV\.nuget\packages\" />
|
||||
|
|
|
@ -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")]
|
||||
|
|
|
@ -1 +1 @@
|
|||
7941920a16e6f6b50352f929d5202d72e5d639bfee7eed5cfddaff3cf89ac2f2
|
||||
4d7266d2903308dc0c091a255fa84eddf516a86bde29251bae7e5570cc66001c
|
||||
|
|
Binary file not shown.
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "Agtvjp0J5GZIGoQ8e7I1nfum3ajQhVf/czwRhntO6PXxI0neBscuov1EDbzrF9cvmNtPY+XYxgqNWbhmeU54KA==",
|
||||
"dgSpecHash": "OjUP+HK8RUo=",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\Repos\\KeymailSpecials2\\KeymailSpecials2.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Loading…
Reference in New Issue