Finish Startpage

This commit is contained in:
zha19115 2023-02-27 19:31:01 +01:00 committed by FUH22860
parent 742ee5c6c8
commit 5e30e0af12
3 changed files with 13 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div class="container-fluid">
@*<a class="navbar-brand" href="">Yummy4Friends</a>*@
<a class="navbar-brand" href="">
<img src="assets/Logo_new.png" alt="Yummy4Friends" width="100" height="100">
<img src="assets/Logo_new.png" alt="Yummy4Friends" width="8%" height="auto">
</a>
<button class="navbar-toggler @NavButtonCssClass" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"

11
Shared/Startseite.razor Normal file
View File

@ -0,0 +1,11 @@
@inherits LayoutComponentBase
<div>
<main class="container">
<article class="content px-4">
@Body
</article>
</main>
</div>

View File

@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "y4f", "y4f.csproj", "{1B083D74-9507-4510-A532-8AAAD1FB6035}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "y4f", "y4f.csproj", "{1B083D74-9507-4510-A532-8AAAD1FB6035}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution