Skip to content

Commit

Permalink
Merge pull request #51 from dragonfruitnetwork/dragon6-updates
Browse files Browse the repository at this point in the history
Dragon6 page updates
  • Loading branch information
aspriddell authored Feb 8, 2023
2 parents 8d26bfc + a31c736 commit 155fbe3
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 99 deletions.
3 changes: 1 addition & 2 deletions DragonFruit.Sakura/Changelogs/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
<img src="/assets/appicons/dragon6.svg" height="24" style="filter: invert(13%) sepia(84%) saturate(3579%) hue-rotate(351deg) brightness(102%) contrast(95%);"/>
<MudDivider Vertical="true" FlexItem="true" Light="true"/>
<ChangelogApplication Id="dragon6" Name="Web" Colour="#bd1818"/>
<ChangelogApplication Id="dragon6electron" Name="Desktop" Colour="#f44336"/>
<ChangelogApplication Id="dragon6mobile" Name="Mobile" Colour="#00e676"/>
<ChangelogApplication Id="d6client" Name="Client" Colour="#f44336"/>
</MudStack>
</MudStack>
</MudStack>
Expand Down

This file was deleted.

This file was deleted.

93 changes: 35 additions & 58 deletions DragonFruit.Sakura/Dragon6/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -43,75 +43,52 @@
</MudStack>

<MudGrid Justify="Justify.FlexStart" Class="my-4">
@* dragon6 web *@
<Dragon6GridProduct>
@* dragon6 client *@
<Dragon6GridProduct FullWidth="true">
<MudStack Spacing="1" AlignItems="AlignItems.Center" Justify="Justify.Center">
<SakuraSubheading Colour="#fff" Text="Dragon6 Client" Icon="fa-brands fa-windows"/>
<MudText Align="Align.Center" Typo="Typo.h5">The ultimate Dragon6 experience</MudText>
<MudText Align="Align.Center">The mobile and desktop app takes the power of the site one step further by bringing in faster load times, more stats, news and saved/recent account lists</MudText>
</MudStack>
<MudStack Justify="Justify.Center" Row="true" Spacing="4">
<MudButton Target="_blank"
Color="Color.Primary"
StartIcon="@Icons.Custom.Brands.Microsoft"
Href="https://www.microsoft.com/en-us/p/dragon6/9n88cqpkgs15">
View on Microsoft Store
</MudButton>
<MudButton Target="_blank"
Color="Color.Success"
StartIcon="@Icons.Custom.Brands.Google"
Href="https://play.google.com/store/apps/details?id=com.dragon.six">
View on Google Play
</MudButton>
<MudButton Target="_blank"
Color="Color.Error"
StartIcon="@Icons.Custom.Brands.GitHub"
Href="https://github.com/dragonfruitnetwork/dragon6">
View on GitHub
</MudButton>
</MudStack>
<MudImage Fluid="true" Src="/assets/d6-client.png" Alt="Dragon6 client stats page"/>
</Dragon6GridProduct>

@* dragon6 web *@
<Dragon6GridProduct Centered="false">
<MudStack Spacing="1">
<SakuraSubheading Colour="#bd1818" Text="Dragon6 Web" Icon="fa-brands fa-chrome"/>
<MudText Align="Align.Center" Typo="Typo.h5">Stats on any device</MudText>
<MudText Align="Align.Center">Look up an account or customise your own using the website on any device, complete with recent and all-time stats, previous ranks and newly added Deatchmatch stats</MudText>
<MudText Typo="Typo.h5">Stats on any device</MudText>
<MudText>Look up an account or customise your own using the website on any device, complete with recent and all-time stats, previous ranks and newly added Deatchmatch stats</MudText>
</MudStack>
<MudButton Target="_blank"
Color="Color.Info"
Href="https://dragon6.dragonfruit.network/"
EndIcon="@Icons.Rounded.KeyboardArrowRight">
Visit Website
</MudButton>
<MudImage Fluid="true" Src="/assets/dragon6-web.png" Alt="Dragon6 website homepage"/>
</Dragon6GridProduct>

@* dragon6 desktop *@
<Dragon6GridProduct>
<MudStack Spacing="1" AlignItems="AlignItems.Center" Justify="Justify.Center">
<SakuraSubheading Colour="#fff" Text="Dragon6 Desktop" Icon="fa-brands fa-windows"/>
<MudText Align="Align.Center" Typo="Typo.h5">More stats, less time</MudText>
<MudText Align="Align.Center">The desktop app takes the power of the site one step further by bringing in faster load times, more stats, news and saved/recent account lists</MudText>
</MudStack>
<MudButton Target="_blank"
Color="Color.Success"
EndIcon="@Icons.Rounded.KeyboardArrowRight"
Href="https://www.microsoft.com/en-us/p/dragon6/9n88cqpkgs15">
View on Microsoft Store
</MudButton>
<MudImage Fluid="true" Src="/assets/dragon6-desktop.png" Alt="Dragon6 desktop stats page"/>
</Dragon6GridProduct>

@* dragon6 android *@
<Dragon6GridProduct>
<MudStack Spacing="1" AlignItems="AlignItems.Center" Justify="Justify.Center">
<SakuraSubheading Colour="#28a745" Text="Dragon6 Mobile" Icon="fa-brands fa-android"/>
<MudText Align="Align.Center" Typo="Typo.h5">Access stats on the move</MudText>
<MudText Align="Align.Center">Find users while on the move with minimal effort. Stay up-to-date with the latest news a single swipe away and save your most viewed profiles to the home screen.</MudText>
</MudStack>
<MudButton Target="_blank"
Color="Color.Success"
EndIcon="@Icons.Rounded.KeyboardArrowRight"
Href="https://www.microsoft.com/en-us/p/dragon6/9n88cqpkgs15">
View on Google Play
</MudButton>
<MudImage Style="max-height: max(50vh, 350px); width: auto" Fluid="true" Src="/assets/dragon6-android.png" Alt="Dragon6 android homepage"/>
</Dragon6GridProduct>

@* dragon6 discord *@
<Dragon6GridProduct>
<MudStack Spacing="1" AlignItems="AlignItems.Center" Justify="Justify.Center">
<SakuraSubheading Colour="#5865f2" Text="Dragon6 Discord" Icon="fa-brands fa-discord"/>
<MudText Align="Align.Center" Typo="Typo.h5">Discord integration is here</MudText>
<MudText Align="Align.Center">Get stats displayed in your Discord server for any user. Now with slash commands, a choice of seasonal stats and last activity dates for any user.</MudText>
</MudStack>
<MudButton Target="_blank"
Color="Color.Primary"
EndIcon="@Icons.Rounded.KeyboardArrowRight"
Href="https://dragon6.dragonfruit.network/discord">
Learn More
</MudButton>

<MudStack AlignItems="AlignItems.Stretch" Spacing="2">
<DiscordEmbedSteamPlayers/>
<DiscordEmbedPlayerStats/>
</MudStack>
</Dragon6GridProduct>

<Dragon6GridProduct FullWidth="true" Centered="false">
<Dragon6GridProduct Centered="false">
<MudStack Spacing="1">
<SakuraSubheading Colour="#f44336" Text="Dragon6 Developers" Icon="fa-brands fa-github"/>
<MudText Typo="Typo.h5">Add stats to your own program</MudText>
Expand Down
14 changes: 7 additions & 7 deletions DragonFruit.Sakura/DragonFruit.Sakura.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DragonFruit.Data" Version="2022.1207.0" />
<PackageReference Include="DragonFruit.Data.Serializers.SystemJson" Version="2022.1207.0" />
<PackageReference Include="DragonFruit.Data" Version="2023.123.0" />
<PackageReference Include="DragonFruit.Data.Serializers.SystemJson" Version="2023.123.0" />
<PackageReference Include="Markdig" Version="0.30.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="7.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.1" PrivateAssets="all" />
<PackageReference Include="MudBlazor" Version="6.1.6" />
<PackageReference Include="Sentry.Serilog" Version="3.25.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="7.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.2" PrivateAssets="all" />
<PackageReference Include="MudBlazor" Version="6.1.8" />
<PackageReference Include="Sentry.Serilog" Version="3.27.1" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" />
<PackageReference Include="Serilog.Sinks.BrowserConsole" Version="1.0.0" />
Expand Down
Binary file added DragonFruit.Sakura/wwwroot/assets/d6-client.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file removed DragonFruit.Sakura/wwwroot/assets/dragon6-web.png
Binary file not shown.

0 comments on commit 155fbe3

Please sign in to comment.