shop-page design
This commit is contained in:
parent
eabadd61d6
commit
f71825a552
@ -31,7 +31,7 @@ public class Startup
|
|||||||
{
|
{
|
||||||
options.SwaggerDoc("v1", new OpenApiInfo
|
options.SwaggerDoc("v1", new OpenApiInfo
|
||||||
{
|
{
|
||||||
Title = "eShopOnContainers - Basket HTTP API",
|
Title = "Hemmez - Basket HTTP API",
|
||||||
Version = "v1",
|
Version = "v1",
|
||||||
Description = "The Basket Service HTTP API"
|
Description = "The Basket Service HTTP API"
|
||||||
});
|
});
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"windowsAuthentication": false,
|
"windowsAuthentication": false,
|
||||||
"anonymousAuthentication": true,
|
"anonymousAuthentication": true,
|
||||||
"iisExpress": {
|
"iisExpress": {
|
||||||
"applicationUrl": "http://localhost:57424/",
|
"applicationUrl": "http://localhost:5101/",
|
||||||
"sslPort": 0
|
"sslPort": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -224,7 +224,7 @@ public static class CustomExtensionMethods
|
|||||||
{
|
{
|
||||||
options.SwaggerDoc("v1", new OpenApiInfo
|
options.SwaggerDoc("v1", new OpenApiInfo
|
||||||
{
|
{
|
||||||
Title = "eShopOnContainers - Catalog HTTP API",
|
Title = "Hemmez - Catalog HTTP API",
|
||||||
Version = "v1",
|
Version = "v1",
|
||||||
Description = "The Catalog Microservice HTTP API. This is a Data-Driven/CRUD microservice sample"
|
Description = "The Catalog Microservice HTTP API. This is a Data-Driven/CRUD microservice sample"
|
||||||
});
|
});
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"windowsAuthentication": false,
|
"windowsAuthentication": false,
|
||||||
"anonymousAuthentication": true,
|
"anonymousAuthentication": true,
|
||||||
"iisExpress": {
|
"iisExpress": {
|
||||||
"applicationUrl": "http://localhost:54010/",
|
"applicationUrl": "http://localhost:5105/",
|
||||||
"sslPort": 0
|
"sslPort": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -7,17 +7,17 @@
|
|||||||
"destination": "wwwroot/lib/jquery/"
|
"destination": "wwwroot/lib/jquery/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"provider": "unpkg",
|
"provider": "jsdelivr",
|
||||||
"library": "bootstrap@4.1.3",
|
"library": "bootstrap@5.2.2",
|
||||||
"files": [
|
"destination": "wwwroot/lib/bootstrap/",
|
||||||
"dist/css/bootstrap.css",
|
"files": [
|
||||||
"dist/css/bootstrap.css.map",
|
"dist/css/bootstrap.css",
|
||||||
"dist/css/bootstrap.min.css",
|
"dist/css/bootstrap.css.map",
|
||||||
"dist/css/bootstrap.min.css.map",
|
"dist/css/bootstrap.min.css",
|
||||||
"dist/js/bootstrap.js",
|
"dist/css/bootstrap.min.css.map",
|
||||||
"dist/js/bootstrap.min.js"
|
"dist/js/bootstrap.js",
|
||||||
],
|
"dist/js/bootstrap.min.js"
|
||||||
"destination": "wwwroot/lib/bootstrap/"
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"library": "jquery-validation-unobtrusive@3.2.10",
|
"library": "jquery-validation-unobtrusive@3.2.10",
|
||||||
|
@ -216,7 +216,7 @@ static class CustomExtensionsMethods
|
|||||||
{
|
{
|
||||||
options.SwaggerDoc("v1", new OpenApiInfo
|
options.SwaggerDoc("v1", new OpenApiInfo
|
||||||
{
|
{
|
||||||
Title = "eShopOnContainers - Ordering HTTP API",
|
Title = "Hemmez - Ordering HTTP API",
|
||||||
Version = "v1",
|
Version = "v1",
|
||||||
Description = "The Ordering Service HTTP API"
|
Description = "The Ordering Service HTTP API"
|
||||||
});
|
});
|
||||||
|
@ -141,7 +141,7 @@ static class CustomExtensionMethods
|
|||||||
{
|
{
|
||||||
options.SwaggerDoc("v1", new OpenApiInfo
|
options.SwaggerDoc("v1", new OpenApiInfo
|
||||||
{
|
{
|
||||||
Title = "eShopOnContainers - Webhooks HTTP API",
|
Title = "Hemmez - Webhooks HTTP API",
|
||||||
Version = "v1",
|
Version = "v1",
|
||||||
Description = "The Webhooks Microservice HTTP API. This is a simple webhooks CRUD registration entrypoint"
|
Description = "The Webhooks Microservice HTTP API. This is a simple webhooks CRUD registration entrypoint"
|
||||||
});
|
});
|
||||||
|
1698
src/Web/WebSPA/Client/package-lock.json
generated
1698
src/Web/WebSPA/Client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -805,7 +805,9 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="payment-image text-center mb-25">
|
<div class="payment-image text-center mb-25">
|
||||||
<a href="contact.html"><img src="assets/img/payment/payment.png" alt=""></a>
|
<a href="contact.html">
|
||||||
|
<img src="assets/img/payment/payment.png" alt="">
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="copy-right-area text-center">
|
<div class="copy-right-area text-center">
|
||||||
<p>Copyright © <span>DukaMarket.</span> All Rights Reserved. Powered by <a href="#"><span class="main-color">Theme_Pure.</span></a></p>
|
<p>Copyright © <span>DukaMarket.</span> All Rights Reserved. Powered by <a href="#"><span class="main-color">Theme_Pure.</span></a></p>
|
||||||
|
@ -1,25 +1,26 @@
|
|||||||
{
|
{
|
||||||
"CatalogUrl": "http://localhost:5101",
|
"CatalogUrl": "http://localhost:5101",
|
||||||
"OrderingUrl": "http://localhost:5102",
|
"OrderingUrl": "http://localhost:5102",
|
||||||
"BasketUrl": "http://localhost:5103",
|
"BasketUrl": "http://localhost:5103",
|
||||||
"IdentityUrl": "http://localhost:5105",
|
"IdentityUrl": "http://localhost:5105",
|
||||||
"CallBackUrl": "http://localhost:5100/",
|
"IdentityUrlHC": "http://localhost:5105/hc",
|
||||||
"IsClusterEnv": "False",
|
"CallBackUrl": "http://localhost:5100/",
|
||||||
"UseResilientHttp": "True",
|
"IsClusterEnv": "False",
|
||||||
"UseLoadTest": false,
|
"UseResilientHttp": "True",
|
||||||
"ActivateCampaignDetailFunction": "False",
|
"UseLoadTest": false,
|
||||||
"UseCustomizationData": false,
|
"ActivateCampaignDetailFunction": "False",
|
||||||
"Serilog": {
|
"UseCustomizationData": false,
|
||||||
"SeqServerUrl": null,
|
"Serilog": {
|
||||||
"LogstashgUrl": null,
|
"SeqServerUrl": null,
|
||||||
"MinimumLevel": {
|
"LogstashgUrl": null,
|
||||||
"Default": "Information"
|
"MinimumLevel": {
|
||||||
}
|
"Default": "Information"
|
||||||
},
|
}
|
||||||
"ApplicationInsights": {
|
},
|
||||||
"InstrumentationKey": ""
|
"ApplicationInsights": {
|
||||||
},
|
"InstrumentationKey": ""
|
||||||
"HttpClientRetryCount": 8,
|
},
|
||||||
"HttpClientExceptionsAllowedBeforeBreaking": 7,
|
"HttpClientRetryCount": 8,
|
||||||
"SessionCookieLifetimeMinutes": 60
|
"HttpClientExceptionsAllowedBeforeBreaking": 7,
|
||||||
|
"SessionCookieLifetimeMinutes": 60
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,10 @@
|
|||||||
"outputFileName": "wwwroot/css/site.min.css",
|
"outputFileName": "wwwroot/css/site.min.css",
|
||||||
// An array of relative input file paths. Globbing patterns supported
|
// An array of relative input file paths. Globbing patterns supported
|
||||||
"inputFiles": [
|
"inputFiles": [
|
||||||
"wwwroot/css/**/*.css"
|
//"wwwroot/css/**/*.css",
|
||||||
|
"wwwroot/css/animate.css",
|
||||||
|
"wwwroot/css/app.css",
|
||||||
|
"wwwroot/css/backtotop.css"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Configure your application settings in appsettings.json. Learn more at http://go.microsoft.com/fwlink/?LinkId=786380
|
Configure your application settings in appsettings.json. Learn more at http://go.microsoft.com/fwlink/?LinkId=786380
|
||||||
-->
|
-->
|
||||||
<system.webServer>
|
<system.webServer>
|
||||||
<handlers>
|
<handlers>
|
||||||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
|
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
||||||
</handlers>
|
</handlers>
|
||||||
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false"/>
|
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" hostingModel="InProcess" />
|
||||||
</system.webServer>
|
</system.webServer>
|
||||||
</configuration>
|
</configuration>
|
15
src/Web/WebUI/wwwroot/css/site.min.css
vendored
15
src/Web/WebUI/wwwroot/css/site.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
3117
src/Web/WebUI/wwwroot/js/site.min.js
vendored
3117
src/Web/WebUI/wwwroot/js/site.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user