feature: Manager Logos

This commit is contained in:
daniel-c-harvey
2026-06-22 22:41:30 -04:00
parent 4e1f540945
commit 7917d56af3
4 changed files with 34 additions and 6 deletions
@@ -6,9 +6,23 @@
<MudLayout> <MudLayout>
<MudAppBar Dense="true" Elevation="1" Color="Color.Primary"> <MudAppBar Dense="true" Elevation="1" Color="Color.Primary">
<MudText Typo="Typo.h6" Class="ml-3" Style="font-family: 'DM Sans', sans-serif; letter-spacing: 0.05em;"> <MudStack Row AlignItems="AlignItems.Center">
Deep Drft — Admin <a href="/">
</MudText> <MudImage Src="img/deepdrft-logo-l.webp"
Alt="Deep Drft Ornamental Logo Left"
Width="24"
Height="24 "
Style="filter: invert(1);"/>
<span class="mx-2">Deep DRFT Management</span>
<MudImage Src="img/deepdrft-logo-r.webp"
Alt="Deep Drft Ornamental Logo Right"
Width="24"
Height="24"
Style="filter: invert(1);"/>
</a>
</MudStack>
</MudAppBar> </MudAppBar>
<MudMainContent> <MudMainContent>
<MudContainer MaxWidth="MaxWidth.Small" <MudContainer MaxWidth="MaxWidth.Small"
@@ -13,9 +13,23 @@
Color="Color.Inherit" Color="Color.Inherit"
Edge="Edge.Start" Edge="Edge.Start"
OnClick="ToggleDrawer" /> OnClick="ToggleDrawer" />
<MudText Typo="Typo.h6" Class="ml-3" Style="font-family: 'DM Sans', sans-serif; letter-spacing: 0.05em;"> <MudStack Row AlignItems="AlignItems.Center">
Deep Drft — Admin <a href="/">
</MudText> <MudImage Src="img/deepdrft-logo-l.webp"
Alt="Deep Drft Ornamental Logo Left"
Width="24"
Height="24 "
Style="filter: invert(1);"/>
<span class="mx-2">Deep DRFT Management</span>
<MudImage Src="img/deepdrft-logo-r.webp"
Alt="Deep Drft Ornamental Logo Right"
Width="24"
Height="24"
Style="filter: invert(1);"/>
</a>
</MudStack>
<MudSpacer /> <MudSpacer />
<MudTooltip Text="Catalogue"> <MudTooltip Text="Catalogue">
<MudIconButton Icon="@Icons.Material.Filled.Home" <MudIconButton Icon="@Icons.Material.Filled.Home"
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB