This commit is contained in:
parent
6161668cd5
commit
6ffa222420
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -6,8 +6,8 @@
|
|||
============================================= -->
|
||||
<div id="logo" class="ms-auto ms-md-0">
|
||||
<a>
|
||||
<img class="logo-default" srcset="/images/logos/kms34a.png" alt="KeyMotive Logo">
|
||||
<img class="logo-dark" srcset="/images/logos/kms34a.png" alt="KeyMotive Logo">
|
||||
<img class="logo-default" srcset="/images/logos/kms24w.png" alt="KeyMotive Logo">
|
||||
<img class="logo-dark" srcset="/images/logos/kms24w.png" alt="KeyMotive Logo">
|
||||
</a>
|
||||
</div><!-- #logo end -->
|
||||
</div>
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
<div class="row">
|
||||
<div class="col-12 form-group">
|
||||
<label for="template-contactform-name">Name <small>*</small></label>
|
||||
<input type="text" id="template-contactform-name" name="template-contactform-name" value="" class="form-control required">
|
||||
<input type="text" autofocus="autofocus" id="template-contactform-name" name="template-contactform-name" value="" class="form-control required">
|
||||
</div>
|
||||
|
||||
<div class="col-12 form-group">
|
||||
|
@ -104,7 +104,7 @@
|
|||
c/o KeyMotive LLC<br>
|
||||
40503 Koppernick Rd, Canton MI 48187<br>
|
||||
</address>
|
||||
Phone: <a href="#" class="text-dark">(734) 217-4940</a><br>
|
||||
Phone: <a href="#" class="text-dark">(888) 422-7390</a><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="line my-5"></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/kms34a.png" width="20%" class="img-fluid" /></h2>
|
||||
<h2 class="text-white h2 fw-semibold mb-2">Welcome to<br /><img src="/images/logos/kms24w.png" width="20%" class="img-fluid" /></h2>
|
||||
<p class="text-white-50"></p>
|
||||
</div>
|
||||
<div class="row mt-5 justify-content-center">
|
||||
|
@ -199,7 +199,7 @@
|
|||
</div>
|
||||
<div class="col-sm-6">
|
||||
<h3>Multi-channel marketing to reach the most scrutinous of today's customers.</h3>
|
||||
<p class="mb-2">We can send your marketing messages throguh postal mail, email or text messaging, and adhering toall regulations pertaining to opt-out and consumer privacy.</p>
|
||||
<p class="mb-2">We can send your marketing messages throguh postal mail, email or text messaging, and adhering to all regulations pertaining to opt-out and consumer privacy.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ActiveDebugProfile>https</ActiveDebugProfile>
|
||||
<NameOfLastUsedPublishProfile>C:\Repos\KeymailSpecials2\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
|
||||
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -1,5 +1,6 @@
|
|||
using KeymailSpecials2.Components;
|
||||
using KeymailSpecials2.Components.Services;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.Extensions.FileProviders;
|
||||
|
||||
internal class Program
|
||||
|
@ -26,6 +27,7 @@ internal class Program
|
|||
|
||||
app.UseHttpsRedirection();
|
||||
|
||||
app.UseStaticFiles();
|
||||
app.UseStaticFiles(new StaticFileOptions()
|
||||
{
|
||||
FileProvider = new PhysicalFileProvider(@"\\toronto\d$\EmailMarketing\im3"),
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -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+4f9a8c466e78aada969a1a2aa62b0c4ad13198a6")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6161668cd5e55358c88b857aac08439229ac7cb7")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("KeymailSpecials2")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("KeymailSpecials2")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
|
|
@ -1 +1 @@
|
|||
7a74f15cc44cf142698c70284056676ca954ce0b33e12b717c3718b9d77679bb
|
||||
a2dd8edaf4c74bd3596207a45e51a50c5eb8a56851bf30335cd54307a30361ce
|
||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
f5f540d2fbbbe306a8f90054c769465afb1d4d6c6066aec2653582d1828802bb
|
||||
effbff73f9f49d57c3dae22bf76c88153d7c2c6efb4f4b4f693130e26e366a1e
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Version": 1,
|
||||
"Hash": "GhYiiSKno4kznsNtHNkJ/VhO5YH7jldwQEbBizVYyYQ=",
|
||||
"Hash": "kuzT/tVL0wo7gNXDQXLtcEqFrdUCADcBnXYehesk86s=",
|
||||
"Source": "KeymailSpecials2",
|
||||
"BasePath": "_content/KeymailSpecials2",
|
||||
"Mode": "Default",
|
||||
|
@ -28706,6 +28706,44 @@
|
|||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\images\\logos\\kms24w.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logos\\kms34a.jpg",
|
||||
"SourceId": "KeymailSpecials2",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\",
|
||||
"BasePath": "_content/KeymailSpecials2",
|
||||
"RelativePath": "images/logos/kms34a.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"AssetMergeBehavior": "PreferTarget",
|
||||
"AssetMergeSource": "",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\images\\logos\\kms34a.jpg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logos\\kms34a.png",
|
||||
"SourceId": "KeymailSpecials2",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Repos\\KeymailSpecials2\\wwwroot\\",
|
||||
"BasePath": "_content/KeymailSpecials2",
|
||||
"RelativePath": "images/logos/kms34a.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"AssetMergeBehavior": "PreferTarget",
|
||||
"AssetMergeSource": "",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\images\\logos\\kms34a.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logo-side.png",
|
||||
"SourceId": "KeymailSpecials2",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6060,6 +6060,14 @@
|
|||
"Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logos\\kms24w.png",
|
||||
"PackagePath": "staticwebassets\\images\\logos\\kms24w.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logos\\kms34a.jpg",
|
||||
"PackagePath": "staticwebassets\\images\\logos\\kms34a.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\logos\\kms34a.png",
|
||||
"PackagePath": "staticwebassets\\images\\logos\\kms34a.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Repos\\KeymailSpecials2\\wwwroot\\images\\mac.png",
|
||||
"PackagePath": "staticwebassets\\images\\mac.png"
|
||||
|
|
|
@ -24240,6 +24240,38 @@
|
|||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\images\logos\kms24w.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\images\logos\kms34a.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>KeymailSpecials2</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/KeymailSpecials2</BasePath>
|
||||
<RelativePath>images/logos/kms34a.jpg</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\images\logos\kms34a.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\images\logos\kms34a.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>KeymailSpecials2</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/KeymailSpecials2</BasePath>
|
||||
<RelativePath>images/logos/kms34a.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\images\logos\kms34a.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\images\mac.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>KeymailSpecials2</SourceId>
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.303/PortableRuntimeIdentifierGraph.json"
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/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.10.1</NuGetToolVersion>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.11.0</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+4f9a8c466e78aada969a1a2aa62b0c4ad13198a6")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6161668cd5e55358c88b857aac08439229ac7cb7")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("KeymailSpecials2")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("KeymailSpecials2")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
|
|
@ -1 +1 @@
|
|||
4d7266d2903308dc0c091a255fa84eddf516a86bde29251bae7e5570cc66001c
|
||||
892af85462e02284f6fe2ddaec052e4cb30fb4ed2bd3b43bf67236f278343bcb
|
||||
|
|
Binary file not shown.
|
@ -76,7 +76,7 @@
|
|||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.303/PortableRuntimeIdentifierGraph.json"
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "OjUP+HK8RUo=",
|
||||
"dgSpecHash": "HpWzlQ5WX/k=",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\Repos\\KeymailSpecials2\\KeymailSpecials2.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
|
|
Loading…
Reference in New Issue