AI-Studio/app/MindWork AI Studio/Pages/Supporters.razor

109 lines
7.4 KiB
Plaintext
Raw Normal View History

2024-08-21 06:30:01 +00:00
@attribute [Route(Routes.SUPPORTERS)]
2025-04-24 11:50:14 +00:00
@inherits MSGComponentBase
2024-06-01 10:08:48 +00:00
<div class="inner-scrolling-context">
2025-04-24 11:50:14 +00:00
<MudText Typo="Typo.h3" Class="mb-2">
@T("Supporters")
</MudText>
<InnerScrolling>
2025-02-09 14:04:07 +00:00
<MudExpansionPanels>
2025-04-24 11:50:14 +00:00
<ExpansionPanel HeaderText="@T("Financial Support")" IsExpanded="@true" HeaderIcon="@Icons.Material.Filled.AttachMoney">
2025-02-09 14:04:07 +00:00
<div class="border-solid border-2 rounded-lg pa-3 mb-6">
2025-04-24 11:50:14 +00:00
<MudText Typo="Typo.h4" Class="mb-2">
@T("Our Titans")
</MudText>
2025-02-09 14:04:07 +00:00
<MudText Typo="Typo.body1" Style="text-align: justify; hyphens: auto;" Class="mb-3">
2025-04-24 11:50:14 +00:00
@T("In this section, we highlight the titan supporters of MindWork AI Studio. Titans are prestigious companies that provide significant support to our mission.")
</MudText>
2025-02-09 14:04:07 +00:00
<MudText Typo="Typo.body1" Style="text-align: justify; hyphens: auto;" Class="mb-3">
2025-04-24 11:50:14 +00:00
@T("For companies, sponsoring MindWork AI Studio is not only a way to support innovation but also a valuable opportunity for public relations and marketing. Your company's name and logo will be featured prominently, showcasing your commitment to using cutting-edge AI tools and enhancing your reputation as an innovative enterprise.")
</MudText>
2025-02-09 14:04:07 +00:00
<MudButton Href="https://github.com/sponsors/MindWorkAI" StartIcon="@Icons.Material.Filled.Business" Variant="Variant.Filled" Target="_blank">
2025-04-24 11:50:14 +00:00
@T("Become our first Titan")
2025-02-09 14:04:07 +00:00
</MudButton>
</div>
2024-11-14 05:54:19 +00:00
2025-02-09 14:04:07 +00:00
<MudGrid Justify="Justify.Center" Spacing="2" Style="width: 100%;" Class="ma-0">
<MudItem Class="pa-0 pr-2" xs="6">
<MudPaper Elevation="3" Class="border-solid border rounded-lg pa-3">
<MudText Typo="Typo.h4" Class="mb-3 d-flex align-center">
<MudIcon Icon="@Icons.Material.Filled.People" Size="Size.Large" class="mr-2"/>
2025-04-24 11:50:14 +00:00
@T("Individual Contributors")
2025-02-09 14:04:07 +00:00
</MudText>
2024-06-01 10:08:48 +00:00
2025-02-09 14:04:07 +00:00
<MudButton Href="https://github.com/sponsors/MindWorkAI" StartIcon="@Icons.Material.Filled.People" Variant="Variant.Filled" Target="_blank">
2025-04-24 11:50:14 +00:00
@T("Become a contributor")
2025-02-09 14:04:07 +00:00
</MudButton>
2024-06-01 10:08:48 +00:00
2025-02-09 14:04:07 +00:00
<MudText Typo="Typo.h6" Class="mt-8">
2025-04-24 11:50:14 +00:00
@T("The first 10 supporters who make a monthly contribution:")
2025-02-09 14:04:07 +00:00
</MudText>
<MudList T="string">
2025-04-24 11:50:14 +00:00
<Supporter Name="richard-stanton" Type="SupporterType.INDIVIDUAL" URL="https://github.com/richard-stanton" Acknowledgment="@T("Thank you, Richard, for being the first.")"/>
<Supporter Name="peerschuett" Type="SupporterType.INDIVIDUAL" URL="https://github.com/peerschuett" Acknowledgment="@T("Thank you, Peer, for your courage in being the second person to support the project financially.")"/>
<Supporter Name="donework" Type="SupporterType.INDIVIDUAL" URL="https://github.com/donework" Acknowledgment="@T("Thanks Dominic for being the third supporter.")"/>
2025-02-09 14:04:07 +00:00
</MudList>
<MudText Typo="Typo.h6" Class="mt-8">
2025-04-24 11:50:14 +00:00
@T("The first 10 supporters who make a one-time contribution:")
2025-02-09 14:04:07 +00:00
</MudText>
<MudList T="string">
2025-04-24 11:50:14 +00:00
<Supporter Name="Bessieres" Type="SupporterType.INDIVIDUAL" URL="https://github.com/Bessieres" Acknowledgment="@T("Thank you for being the first to contribute a one-time donation.")"/>
2025-02-09 14:04:07 +00:00
</MudList>
</MudPaper>
</MudItem>
<MudItem xs="6" Class="pa-0 pl-2">
<MudPaper Elevation="3" Class="border-solid border rounded-lg pa-3">
<MudText Typo="Typo.h4" Class="mb-3 d-flex align-center">
<MudIcon Icon="@Icons.Material.Filled.Business" Size="Size.Large" class="mr-2"/>
2025-04-24 11:50:14 +00:00
@T("Business Contributors")
2025-02-09 14:04:07 +00:00
</MudText>
<MudButton Href="https://github.com/sponsors/MindWorkAI" StartIcon="@Icons.Material.Filled.Business" Variant="Variant.Filled" Target="_blank">
2025-04-24 11:50:14 +00:00
@T("Become a contributor")
2025-02-09 14:04:07 +00:00
</MudButton>
</MudPaper>
</MudItem>
</MudGrid>
</ExpansionPanel>
<ExpansionPanel HeaderText="Content Contributors" HeaderIcon="@Icons.Material.Filled.Code">
<MudGrid Justify="Justify.Center" Spacing="2" Style="width: 100%;" Class="ma-0">
<MudItem Class="pa-0 pr-2" xs="6">
<MudPaper Elevation="3" Class="border-solid border rounded-lg pa-3">
<MudText Typo="Typo.h4" Class="mb-3 d-flex align-center">
<MudIcon Icon="@Icons.Material.Filled.Code" Size="Size.Large" class="mr-2"/>
2025-04-24 11:50:14 +00:00
@T("Code Contributions")
2025-02-09 14:04:07 +00:00
</MudText>
<MudList T="string">
2025-04-24 11:50:14 +00:00
<Supporter Name="DevNullx64" Type="SupporterType.INDIVIDUAL" URL="https://github.com/DevNullx64" Acknowledgment="@T("Thanks Luc for your build script contribution.")"/>
<Supporter Name="SolsticeSpectrum" Type="SupporterType.INDIVIDUAL" URL="https://github.com/SolsticeSpectrum" Acknowledgment="@T("Thanks for your build script contribution.")"/>
<Supporter Name="peerschuett" Type="SupporterType.INDIVIDUAL" URL="https://github.com/peerschuett" Acknowledgment="@T("Thank you, Peer, for familiarizing yourself with C#, providing excellent contributions like the Alibaba and Hugging Face providers, and revising the settings management.")"/>
<Supporter Name="nilskruthoff" Type="SupporterType.INDIVIDUAL" URL="https://github.com/nilskruthoff" Acknowledgment="@T("Thanks, Nils, for taking the time to learn Rust and build the foundation for local retrieval.")"/>
2025-02-09 14:04:07 +00:00
</MudList>
</MudPaper>
</MudItem>
<MudItem Class="pa-0 pr-2" xs="6">
<MudPaper Elevation="3" Class="border-solid border rounded-lg pa-3">
<MudText Typo="Typo.h4" Class="mb-3 d-flex align-start">
<MudIcon Icon="@Icons.Material.Filled.Image" Size="Size.Large" class="mr-2"/>
2025-04-24 11:50:14 +00:00
@T("Moderation, Design, Wiki, and Documentation")
2025-02-09 14:04:07 +00:00
</MudText>
<MudList T="string">
2025-04-24 11:50:14 +00:00
<Supporter Name="KeSah001" Type="SupporterType.INDIVIDUAL" URL="https://github.com/KeSah001" Acknowledgment="@T("Thank you very much, Kerstin, for taking care of creating the Wiki.")"/>
2025-02-09 14:04:07 +00:00
</MudList>
</MudPaper>
</MudItem>
</MudGrid>
</ExpansionPanel>
2025-02-09 14:04:07 +00:00
</MudExpansionPanels>
</InnerScrolling>
</div>