Added @richard-stanton as the first supporter (#162)

This commit is contained in:
Thorsten Sommer 2024-10-11 08:30:13 +02:00 committed by GitHub
parent 2463c85b77
commit e717b84fb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
</MudButton> </MudButton>
</div> </div>
<MudGrid Justify="Justify.Center" Spacing="2" Style="width: 100%;" Class="align-center ma-0"> <MudGrid Justify="Justify.Center" Spacing="2" Style="width: 100%;" Class="ma-0">
<MudItem Class="pa-0 pr-2" xs="6"> <MudItem Class="pa-0 pr-2" xs="6">
<MudPaper Elevation="3" Class="border-solid border rounded-lg pa-3"> <MudPaper Elevation="3" Class="border-solid border rounded-lg pa-3">
<MudText Typo="Typo.h4" Class="mb-3 d-flex align-center"> <MudText Typo="Typo.h4" Class="mb-3 d-flex align-center">
@ -28,6 +28,20 @@
<MudButton Href="https://github.com/sponsors/MindWorkAI" StartIcon="@Icons.Material.Filled.People" Variant="Variant.Filled" Target="_blank"> <MudButton Href="https://github.com/sponsors/MindWorkAI" StartIcon="@Icons.Material.Filled.People" Variant="Variant.Filled" Target="_blank">
Become a contributor Become a contributor
</MudButton> </MudButton>
<MudText Typo="Typo.h6" Class="mt-8">
The first 10 supporters who make a monthly contribution:
</MudText>
<MudList T="string">
<MudListItem T="string" Icon="@Icons.Material.Filled.Person">
<MudLink Href="https://github.com/richard-stanton" Target="_blank">
richard-stanton
</MudLink>
<MudText Typo="Typo.body1" Class="ml-3" Inline="@true">
Thank you, Richard, for being the first.
</MudText>
</MudListItem>
</MudList>
</MudPaper> </MudPaper>
</MudItem> </MudItem>