-
-
Notifications
You must be signed in to change notification settings - Fork 532
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate commercial pages into Blazorise web (#4923)
* Integrate commercial pages into Blazorise web * Update stock images * SEO optimizations and fixes * Fix broken links * Remove Target="Target.Blank" * Main buttons selected state * Standardize PageHeader accross all pages * Reorganize components * Fix Faq * Reorganize top bar * Temporarily disable blocks url
- Loading branch information
Showing
110 changed files
with
5,027 additions
and
256 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
Documentation/Blazorise.Docs.Server/Infrastructure/EmailOptions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
using Blazorise.Docs.Core; | ||
|
||
namespace Blazorise.Docs.Server.Infrastructure; | ||
|
||
public class EmailOptions : IEmailOptions | ||
{ | ||
public string SmtpServer { get; set; } | ||
public int SmtpPort { get; set; } | ||
public string SmtpUsername { get; set; } | ||
public string SmtpPassword { get; set; } | ||
public bool SmtpUseSSL { get; set; } | ||
|
||
public string FromName { get; set; } | ||
public string FromAddress { get; set; } | ||
public string ReplyToAddress { get; set; } | ||
|
||
public string ThemeReviewName { get; set; } | ||
public string ThemeReviewAddress { get; set; } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,11 @@ | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.11.1/tocbot.min.js"></script> | ||
|
||
<script src="https://cdn.paddle.com/paddle/paddle.js"></script> | ||
<script type="text/javascript"> | ||
Paddle.Setup({ vendor: 130780 }); | ||
</script> | ||
|
||
<script src="_content/Blazorise.Animate/blazorise.animate.js?v=1.3.0.0"></script> | ||
<script src="_content/Blazorise.Docs/blazorise.docs.min.js?v=1.3.0.0"></script> | ||
<script src="_framework/blazor.server.js" autostart="false"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,17 @@ | |
"SendGrid": { | ||
"ApiKey": "SECRET_KEY", | ||
"ListId": "SECRET_ID" | ||
}, | ||
"Email": { | ||
"SmtpServer": "", | ||
"SmtpPort": 465, | ||
"SmtpUseSSL": true, | ||
"SmtpUsername": "apikey", | ||
"SmtpPassword": "", | ||
"FromName": "Blazorise Commercial", | ||
"FromAddress": "[email protected]", | ||
"ReplyToAddress": "[email protected]", | ||
"ThemeReviewName": "Blazorise Commercial", | ||
"ThemeReviewAddress": "[email protected]" | ||
} | ||
} |
Binary file added
BIN
+137 KB
Documentation/Blazorise.Docs.Server/wwwroot/files/licences/SLA-2023-07.pdf
Binary file not shown.
Binary file added
BIN
+128 KB
Documentation/Blazorise.Docs.Server/wwwroot/files/supports/BlazorisePrioritySupport.pdf
Binary file not shown.
Binary file added
BIN
+4.01 MB
Documentation/Blazorise.Docs.Server/wwwroot/img/enterprise/expert-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.4 KB
Documentation/Blazorise.Docs.Server/wwwroot/img/features/code-utils-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+13.4 KB
Documentation/Blazorise.Docs.Server/wwwroot/img/features/code-validation-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+50 KB
Documentation/Blazorise.Docs.Server/wwwroot/img/features/frameworks-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
273 changes: 273 additions & 0 deletions
273
Documentation/Blazorise.Docs.Server/wwwroot/img/features/localization.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
Documentation/Blazorise.Docs.Server/wwwroot/img/features/open-source.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.