-
-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
21 changed files
with
677 additions
and
140 deletions.
There are no files selected for viewing
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
18 changes: 18 additions & 0 deletions
18
src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Lcnc/Lcnc01OverviewPage.razor
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,18 @@ | ||
@page "/lowcode-nocode/overview" | ||
@inherits AppComponentBase | ||
|
||
<PageOutlet Url="templates/overview" | ||
Title="Overview - Low-code No-code platform" | ||
Description="overview of the low-code no-code product of the bit platform" /> | ||
|
||
<div class="page-container"> | ||
<BitTypography Variant="BitTypographyVariant.H3" Gutter>Low-code No-code</BitTypography> | ||
|
||
<BitTypography Variant="BitTypographyVariant.Subtitle1"> | ||
The low-code no-code platform of the bit platform is a plate to bake any application. | ||
</BitTypography> | ||
|
||
|
||
</div> | ||
|
||
<NavigationButtons Next="Benefits" NextUrl="/templates/benefits" /> |
16 changes: 16 additions & 0 deletions
16
...bsites/Platform/src/Bit.Websites.Platform.Client/Pages/Lcnc/Lcnc01OverviewPage.razor.scss
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,16 @@ | ||
@import '../../Styles/abstracts/_colors.scss'; | ||
@import '../../Styles/abstracts/_mixins.scss'; | ||
@import '../../Styles/abstracts/_functions.scss'; | ||
@import '../../Styles/abstracts/_media-queries.scss'; | ||
|
||
.page-container { | ||
@include PageContainer; | ||
display: flex; | ||
flex-flow: column; | ||
} | ||
|
||
.video-container { | ||
width: 100%; | ||
display: flex; | ||
justify-content: center; | ||
} |
18 changes: 18 additions & 0 deletions
18
src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Lcnc/Lcnc02BenefitsPage.razor
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,18 @@ | ||
@page "/lowcode-nocode/benefits" | ||
@inherits AppComponentBase | ||
|
||
<PageOutlet Url="templates/benefits" | ||
Title="Overview - Low-code No-code platform benefits" | ||
Description="overview of the low-code no-code benefits" /> | ||
|
||
<div class="page-container"> | ||
<BitTypography Variant="BitTypographyVariant.H3" Gutter>Benefits</BitTypography> | ||
|
||
<BitTypography Variant="BitTypographyVariant.Subtitle1"> | ||
Benefits | ||
</BitTypography> | ||
|
||
|
||
</div> | ||
|
||
<NavigationButtons Prev="Overview" PrevUrl="/lowcode-nocode/overview" Next="Specs" NextUrl="/templates/specs" /> |
16 changes: 16 additions & 0 deletions
16
...bsites/Platform/src/Bit.Websites.Platform.Client/Pages/Lcnc/Lcnc02BenefitsPage.razor.scss
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,16 @@ | ||
@import '../../Styles/abstracts/_colors.scss'; | ||
@import '../../Styles/abstracts/_mixins.scss'; | ||
@import '../../Styles/abstracts/_functions.scss'; | ||
@import '../../Styles/abstracts/_media-queries.scss'; | ||
|
||
.page-container { | ||
@include PageContainer; | ||
display: flex; | ||
flex-flow: column; | ||
} | ||
|
||
.video-container { | ||
width: 100%; | ||
display: flex; | ||
justify-content: center; | ||
} |
27 changes: 27 additions & 0 deletions
27
src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Lcnc/Lcnc03SpecsPage.razor
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,27 @@ | ||
@page "/lowcode-nocode/specs" | ||
@inherits AppComponentBase | ||
|
||
<PageOutlet Url="templates/specs" | ||
Title="Overview - Low-code No-code platform specs" | ||
Description="overview of the low-code no-code specs" /> | ||
|
||
<div class="page-container"> | ||
<BitTypography Variant="BitTypographyVariant.H3" Gutter>Specifications</BitTypography> | ||
|
||
<BitTypography Variant="BitTypographyVariant.Subtitle1"> | ||
OOTB Specifications | ||
<br/> | ||
Ui components<br /> | ||
Dark light theme<br /> | ||
Localization<br /> | ||
RTL ltr<br /> | ||
Social sign in<br /> | ||
2fa<br /> | ||
Analytics<br /> | ||
Offline data storage for apps | ||
</BitTypography> | ||
|
||
|
||
</div> | ||
|
||
<NavigationButtons Prev="Benefits" PrevUrl="/lowcode-nocode/benefits" Next="Customizations" NextUrl="/templates/customizations" /> |
16 changes: 16 additions & 0 deletions
16
src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Lcnc/Lcnc03SpecsPage.razor.scss
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,16 @@ | ||
@import '../../Styles/abstracts/_colors.scss'; | ||
@import '../../Styles/abstracts/_mixins.scss'; | ||
@import '../../Styles/abstracts/_functions.scss'; | ||
@import '../../Styles/abstracts/_media-queries.scss'; | ||
|
||
.page-container { | ||
@include PageContainer; | ||
display: flex; | ||
flex-flow: column; | ||
} | ||
|
||
.video-container { | ||
width: 100%; | ||
display: flex; | ||
justify-content: center; | ||
} |
22 changes: 22 additions & 0 deletions
22
...sites/Platform/src/Bit.Websites.Platform.Client/Pages/Lcnc/Lcnc04CustomizationsPage.razor
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,22 @@ | ||
@page "/lowcode-nocode/customizations" | ||
@inherits AppComponentBase | ||
|
||
<PageOutlet Url="templates/customizations" | ||
Title="Overview - Low-code No-code platform customizations" | ||
Description="overview of the low-code no-code customizations" /> | ||
|
||
<div class="page-container"> | ||
<BitTypography Variant="BitTypographyVariant.H3" Gutter>Customizations</BitTypography> | ||
|
||
<BitTypography Variant="BitTypographyVariant.Subtitle1"> | ||
Customizations | ||
<br /> | ||
Export human/developer readable code at anytime<br /> | ||
Build time, build phase<br /> | ||
From mvp through designer to full code development as product scales with more than 6M C# .NET developers | ||
</BitTypography> | ||
|
||
|
||
</div> | ||
|
||
<NavigationButtons Prev="Specs" PrevUrl="/lowcode-nocode/specs" Next="Comparison" NextUrl="/templates/comparison" /> |
16 changes: 16 additions & 0 deletions
16
.../Platform/src/Bit.Websites.Platform.Client/Pages/Lcnc/Lcnc04CustomizationsPage.razor.scss
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,16 @@ | ||
@import '../../Styles/abstracts/_colors.scss'; | ||
@import '../../Styles/abstracts/_mixins.scss'; | ||
@import '../../Styles/abstracts/_functions.scss'; | ||
@import '../../Styles/abstracts/_media-queries.scss'; | ||
|
||
.page-container { | ||
@include PageContainer; | ||
display: flex; | ||
flex-flow: column; | ||
} | ||
|
||
.video-container { | ||
width: 100%; | ||
display: flex; | ||
justify-content: center; | ||
} |
25 changes: 25 additions & 0 deletions
25
src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Lcnc/Lcnc05ComparisonPage.razor
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,25 @@ | ||
@page "/lowcode-nocode/comparison" | ||
@inherits AppComponentBase | ||
|
||
<PageOutlet Url="templates/comparison" | ||
Title="Overview - Low-code No-code platform comparison" | ||
Description="overview of the low-code no-code comparison" /> | ||
|
||
<div class="page-container"> | ||
<BitTypography Variant="BitTypographyVariant.H3" Gutter>Comparison</BitTypography> | ||
|
||
<BitTypography Variant="BitTypographyVariant.Subtitle1"> | ||
Comparison | ||
<br /> | ||
What's our difference<br /> | ||
Secure by default<br /> | ||
Plugin model<br /> | ||
Manifest<br /> | ||
1 core cpu<br /> | ||
1.75 GB ram | ||
</BitTypography> | ||
|
||
|
||
</div> | ||
|
||
<NavigationButtons Prev="Customizations" PrevUrl="/lowcode-nocode/customizations" Next="Stats" NextUrl="/templates/stats" /> |
16 changes: 16 additions & 0 deletions
16
...ites/Platform/src/Bit.Websites.Platform.Client/Pages/Lcnc/Lcnc05ComparisonPage.razor.scss
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,16 @@ | ||
@import '../../Styles/abstracts/_colors.scss'; | ||
@import '../../Styles/abstracts/_mixins.scss'; | ||
@import '../../Styles/abstracts/_functions.scss'; | ||
@import '../../Styles/abstracts/_media-queries.scss'; | ||
|
||
.page-container { | ||
@include PageContainer; | ||
display: flex; | ||
flex-flow: column; | ||
} | ||
|
||
.video-container { | ||
width: 100%; | ||
display: flex; | ||
justify-content: center; | ||
} |
Oops, something went wrong.