Skip to content

Commit

Permalink
Add Book a Demo on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki committed Aug 14, 2023
1 parent afebd73 commit eee61e2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@
Blazorise is an open-source toolkit for building high-quality, cross-platform native and web app experiences. Use one of the most advanced Blazor UI libraries to rapidly build amazing web applications without leaving C# language and toolchain.
</Description>
<Actions>
<Button Type="ButtonType.Link" To="book-a-demo" Color="Color.Primary" Size="Size.Large" Padding="Padding.Is4.OnX.Is3.FromEnd.OnTablet">Book a Demo</Button>
<Button Type="ButtonType.Link" To="pricing" Color="Color.Secondary" Size="Size.Large" Padding="Padding.Is4.OnX">Get a License</Button>
<Button Type="ButtonType.Link" To="pricing" Color="Color.Primary" Size="Size.Large" Padding="Padding.Is4.OnX.Is3.FromEnd.OnTablet">
<Icon Name="IconName.Key" />
Get a License
</Button>
<Button Type="ButtonType.Link" To="book-a-demo" Color="Color.Secondary" Size="Size.Large" Padding="Padding.Is4.OnX">
<Icon Name="IconName.Microphone" />
Book a Demo
</Button>
</Actions>
</PageHeader>

Expand Down
14 changes: 7 additions & 7 deletions Documentation/Blazorise.Docs/Pages/Home/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<Icon Name="IconName.Book" />
Get Started
</Button>
<Button Type="ButtonType.Link" To="https://github.com/Megabit/Blazorise" Target="Target.Blank" Color="Color.Secondary" Size="Size.Large">
<Icon Name="@("fab fa-github")" />
Star On GitHub
<Button Type="ButtonType.Link" To="book-a-demo" Color="Color.Secondary" Size="Size.Large">
<Icon Name="IconName.Microphone" />
Book a Demo
</Button>
</Actions>
</PageHeader>
Expand Down Expand Up @@ -397,12 +397,12 @@
</Column>
</Row>
<Row>
<Column>
<Div TextAlignment="TextAlignment.Center">
<Button Type="ButtonType.Link" To="contact" Color="Color.Primary" Size="Size.Large" Margin="Margin.Is2.OnY">
<Column Margin="Margin.Is2.OnY">
<Div Flex="Flex.Column.Row.OnDesktop.AlignItems.Stretch.JustifyContent.Center" Gap="Gap.Is3">
<Button Type="ButtonType.Link" To="contact" Color="Color.Primary" Size="Size.Large">
Contact us
</Button>
<Button Type="ButtonType.Link" To="docs" Color="Color.Primary" Outline Size="Size.Large" Margin="Margin.Is2.OnY">
<Button Type="ButtonType.Link" To="docs" Color="Color.Primary" Outline Size="Size.Large">
Read documentation
</Button>
</Div>
Expand Down

0 comments on commit eee61e2

Please sign in to comment.