Skip to content

Commit 9bffb74

Browse files
committed
doc: Add link to video + minor update on Index page.
1 parent bb011ed commit 9bffb74

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ which also serves its API. The application includes:
4545
* "Authentication" – a GitHub authentication sample with Google-style real-time
4646
session tracking, "Kick", and "Sign-out everywhere" actions.
4747

48+
> Check out a [7-min. video walk-through](https://www.youtube.com/watch?v=nBJo9Y2TvEo)
49+
> for this sample - the animations below show just some of its features.
50+
4851
![](docs/img/Samples-Blazor.gif)
4952

5053
Note that "Composition" sample shown in a separate window in the bottom-right corner

src/Blazor/Client/Pages/Index.razor

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
@page "/"
22

3-
<div class="jumbotron">
3+
<div class="jumbotron" xmlns="http://www.w3.org/1999/html">
44
<h1 class="display-4">Welcome!</h1>
5-
<p class="lead">This is Stl.Fusion Blazor sample.</p>
6-
<p><BlazorModeSwitch /></p>
7-
<p class="lead">Please share your feedback once you're done with it!</p>
5+
<p class="lead">This is Fusion+Blazor sample - the most advanced one we have.</p>
6+
<p>
7+
Choose the mode to use:<br/>
8+
<BlazorModeSwitch/>
9+
</p>
810
<hr class="my-4">
11+
<p class="lead">Please share your feedback once you're done playing with it!</p>
912
<p class="lead">
1013
<a class="btn btn-primary btn-lg" href="https://forms.gle/TpGkmTZttukhDMRB6" role="button">Share your feedback</a>
1114
</p>

0 commit comments

Comments
 (0)