Skip to content

Commit

Permalink
Merge pull request #52 from dragonfruitnetwork/add-d6-termination
Browse files Browse the repository at this point in the history
add termination notice to homepage
  • Loading branch information
aspriddell authored Mar 24, 2023
2 parents f9511c2 + 8c60245 commit a63f808
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions DragonFruit.Sakura/Dragon6/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,25 @@

<style>
.sakura-hero {
justify-content: space-between;
background: url(https://d6static.dragonfruit.network/backgrounds/0.jpg);
}
.dragon6-icon {
margin: auto 0;
filter: invert(1);
filter: invert(75%);
height: max(250px, 35vh);
}
</style>
</HeadContent>

<SakuraHero>
<img src="/assets/appicons/dragon6.svg" alt="Dragon6 logo" class="dragon6-icon user-select-none"/>


<MudStack Row="false" Justify="Justify.Center" Spacing="5">
<img src="/assets/appicons/dragon6.svg" alt="Dragon6 logo" class="dragon6-icon user-select-none"/>
<MudAlert Class="w-100" Icon="@Icons.Material.Outlined.Info" Severity="Severity.Warning">Dragon6 will shut down on the 3rd April 2023. Check the <a href="/wiki/dragon6/legal/service-termination">wiki</a> for more details.</MudAlert>
</MudStack>

<PageHeader Title="Dragon6" Fixed="false">
<MudButton Variant="Variant.Text" Href="https://dragon6.dragonfruit.network" Target="_blank">Web</MudButton>
<MudButton Variant="Variant.Text" Href="https://play.google.com/store/apps/details?id=com.dragon.six" Target="_blank">Mobile</MudButton>
Expand Down

0 comments on commit a63f808

Please sign in to comment.