Skip to content

Commit

Permalink
Docs: optimize homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki committed Oct 18, 2023
1 parent e0dac38 commit 4babd09
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Documentation/Blazorise.Docs/Components/PageHeader.razor
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Div Class="page-header" TextAlignment="TextAlignment.Center" Padding="Padding.Is5.OnY">
<Container>
<Image Display="Display.Block" Margin="Margin.IsAuto.OnX.Is4.FromTop.Is4.FromBottom" Source="@BlazoriseLogo" Text="Blazorise logo" Style="width: 120px; height: 120px;" />
<Image Display="Display.Block" Margin="Margin.IsAuto.OnX.Is4.FromTop.Is4.FromBottom" Source="@BlazoriseLogo" Text="Blazorise logo" Style="width: 160px; height: 160px;" />
@if ( Title != null )
{
<DisplayHeading Size="DisplayHeadingSize.Is4" TextWeight="TextWeight.Bold" Padding="Padding.Is3.OnY">
<DisplayHeading Size="DisplayHeadingSize.Is4" TextWeight="TextWeight.Bold" Padding="Padding.Is3.OnY.Is4.FromBottom">
@Title
</DisplayHeading>
}
Expand All @@ -21,7 +21,7 @@
}
@if ( Actions != null )
{
<Div Flex="Flex.Column.Row.OnDesktop.AlignItems.Stretch.JustifyContent.Center" Gap="Gap.Is3">
<Div Flex="Flex.Column.Row.OnDesktop.AlignItems.Stretch.JustifyContent.Center" Gap="Gap.Is3" Padding="Padding.Is4.FromTop">
@Actions
</Div>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Blazorise CSS Framework Integrations
</Heading>
<Heading Size="HeadingSize.Is5" TextWeight="TextWeight.Normal" TextColor="TextColor.Muted">
Enhance your workflow with seamless integrations for your favorite tools using Blazorise.
Blazorise is a <Strong>Blazor component library</Strong> with support for <Strong>multiple CSS frameworks</Strong> like Bootstrap, Tailwind, Bulma, AntDesign and Material.
</Heading>
</Column>
</Row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<Row>
<Column ColumnSize="ColumnSize.Is12" TextAlignment="TextAlignment.Center" Padding="Padding.Is5.FromBottom">
<Heading Size="HeadingSize.Is2" TextSize="TextSize.Heading1" TextWeight="TextWeight.Bold" Padding="Padding.Is3.FromBottom">
Explore some of its features
Work with a stack of your choice
</Heading>
<Heading Size="HeadingSize.Is5" TextWeight="TextWeight.Normal" TextColor="TextColor.Muted">
Get Blazorise and take advantage of its free components and features that will help you setup your web project quickly.
Get Blazorise and take advantage of its components and features that will help you setup your web project quickly.
</Heading>
</Column>
</Row>
Expand All @@ -16,7 +16,7 @@
Code better, launch faster
</Heading>
<Heading Size="HeadingSize.Is3" TextWeight="TextWeight.Bold" Margin="Margin.Is3.OnY">
With your favorite stack
Develop with your favourite technologies
</Heading>
<Paragraph>
Blazorise comes with stunning fully coded components based on Blazor, .NET and HTML. Choose you favorite technologies!
Expand Down
7 changes: 2 additions & 5 deletions Documentation/Blazorise.Docs/Pages/Home/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@

<PageHeader>
<Title>
Modern <Span Class="gradient-commercial">UI Component</Span> library for Blazor
Dev Focused <Span Class="gradient-commercial">Blazor Component</Span> Library
</Title>
<Subtitle>
A set of <Strong>80+</Strong> free and open source native Blazor UI controls.
Build Blazor web applications <Strong>from scratch</Strong> with a set of <Strong>80+</Strong> native Blazor UI components.
</Subtitle>
<Description>
Blazorise is a <Strong>Blazor component library</Strong> with support for <Strong>multiple CSS frameworks</Strong> like Bootstrap, Tailwind, Bulma, AntDesign and Material.
</Description>
<Actions>
<Button Class="btn-primary-gradient" Type="ButtonType.Link" To="docs" Color="Color.Primary" Size="Size.Large">
Get Started
Expand Down

0 comments on commit 4babd09

Please sign in to comment.