Skip to content

Commit eadd26b

Browse files
committed
Landing page updates
2 parents 2d1a79d + 003693a commit eadd26b

2 files changed

Lines changed: 25 additions & 20 deletions

File tree

BlazorExpress.Bulma.Demo.RCL/Layout/MainLayout.razor

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@
1010
<ContentSection>
1111
@Body
1212
<div class="container is-max-desktop mb-4">
13-
<Notification Class="has-text-centered" Color="NotificationColor.Link" HideDeleteButton="true">
14-
<a href="@GithubUrl" class="be-bulma-text-decoration-none" target="_blank">
15-
<i class="bi bi-star-fill"></i>
16-
<span>If you like BlazorExpress.Bulma, give it a star on GitHub!</span>
17-
<i class="bi bi-star-fill"></i>
18-
</a>
19-
</Notification>
13+
<div class="px-5">
14+
<Notification Class="has-text-centered" Color="NotificationColor.Link" HideDeleteButton="true">
15+
<a href="@GithubUrl" class="be-bulma-text-decoration-none" target="_blank">
16+
<i class="bi bi-star-fill"></i>
17+
<span>If you like BlazorExpress.Bulma, give it a star on GitHub!</span>
18+
<i class="bi bi-star-fill"></i>
19+
</a>
20+
</Notification>
21+
</div>
2022
<MainLayoutBaseFooter Version="@Version"
2123
DotNetVersion="@DotNetVersion"
2224
DocsUrl="@DocsUrl"

BlazorExpress.Bulma.Demo.RCL/Pages/Home/Index.razor

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,26 @@
3131
</div>
3232
</div>
3333

34-
<div class="container is-max-desktop mb-4">
35-
<IndexComponentLinks Title="All Components" Category="@PageLinkCategory.All" />
34+
<div class="p-5">
35+
<div class="container is-max-desktop mb-4">
36+
<IndexComponentLinks Title="All Components" Category="@PageLinkCategory.All" />
3637

37-
<IndexComponentLinks Title="Form Components" Category="@PageLinkCategory.Form" />
38+
<IndexComponentLinks Title="Form Components" Category="@PageLinkCategory.Form" />
3839

39-
<IndexComponentLinks Title="Icon Components" Category="@PageLinkCategory.Icons" />
40+
<IndexComponentLinks Title="Icon Components" Category="@PageLinkCategory.Icons" />
4041

41-
<Message Class="mb-4" Color="MessageColor.Success">
42-
<MessageBody>
43-
<div class="is-size-5 has-text-weight-semibold mb-2"><BootstrapIcon Name="BootstrapIconName.Lightbulb" /> DO YOU KNOW?</div>
44-
<div>
45-
This demo website is built using the <strong><a href="@nugetUrl" target="_blank">BlazorExpress Bulma</a></strong> library and published on the Azure Web App.
46-
See our source code on <a href="@githubUrl" target="_blank">GitHub</a>.
47-
</div>
48-
</MessageBody>
49-
</Message>
42+
<Message Class="mb-4" Color="MessageColor.Success">
43+
<MessageBody>
44+
<div class="is-size-5 has-text-weight-semibold mb-2"><BootstrapIcon Name="BootstrapIconName.Lightbulb" /> DO YOU KNOW?</div>
45+
<div>
46+
This demo website is built using the <strong><a href="@nugetUrl" target="_blank">BlazorExpress Bulma</a></strong> library and published on the Azure Web App.
47+
See our source code on <a href="@githubUrl" target="_blank">GitHub</a>.
48+
</div>
49+
</MessageBody>
50+
</Message>
51+
</div>
5052
</div>
53+
5154
@code {
5255
private const string pageUrl = "/";
5356
private const string pageTitle = "BlazorExpress Bulma Components <br /> Fast, Free & Open Source";

0 commit comments

Comments
 (0)