mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-30 20:07:08 +01:00
Finish Startpage
This commit is contained in:
parent
57042af156
commit
450388e933
@ -1,20 +1,18 @@
|
|||||||
@page "/"
|
@page "/"
|
||||||
|
@layout Startseite
|
||||||
|
|
||||||
<PageTitle>Index</PageTitle>
|
<PageTitle>Yummy4Friends</PageTitle>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container col-md-6" id="content">
|
<div class="container col-md-6 col-sm-12 d-flex flex-column " id="content">
|
||||||
<h1 class="center">Herzlich Willkommen!</h1>
|
<center><h2>Herzlich Willkommen!</h2></center>
|
||||||
<img src="assets/Logo_new.png" class="center">
|
|
||||||
<br><button type="button" class="btn btn-light center">Zur Speisekarte</button>
|
<img src="assets/Logo_new.png" class="img" title="logo image">
|
||||||
|
|
||||||
|
<button type="button" class=" btn btn-light justify-content-center">Zur Speisekarte</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
@*<a class="navbar-brand" href="">Yummy4Friends</a>*@
|
@*<a class="navbar-brand" href="">Yummy4Friends</a>*@
|
||||||
<a class="navbar-brand" href="">
|
<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>
|
</a>
|
||||||
|
|
||||||
<button class="navbar-toggler @NavButtonCssClass" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"
|
<button class="navbar-toggler @NavButtonCssClass" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"
|
||||||
|
11
Shared/Startseite.razor
Normal file
11
Shared/Startseite.razor
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
@inherits LayoutComponentBase
|
||||||
|
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<main class="container">
|
||||||
|
|
||||||
|
<article class="content px-4">
|
||||||
|
@Body
|
||||||
|
</article>
|
||||||
|
</main>
|
||||||
|
</div>
|
@ -1,27 +1,20 @@
|
|||||||
#center {
|
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
|
||||||
|
|
||||||
margin-left: auto;
|
body {
|
||||||
margin-right: auto;
|
margin: 0px;
|
||||||
width: 50%;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
background-color: #C7FFD1;
|
background-color: #C7FFD1;
|
||||||
padding: 10%;
|
padding: 5%;
|
||||||
|
margin-top: 1%;
|
||||||
|
border-radius: 10px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.img {
|
||||||
img {
|
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 50%;
|
max-width: 100%;
|
||||||
text-align: center;
|
margin: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
button {
|
|
||||||
text-align: center;
|
|
||||||
position: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
2
y4f.sln
2
y4f.sln
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||||||
# Visual Studio Version 17
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 17.4.33205.214
|
VisualStudioVersion = 17.4.33205.214
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
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
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Loading…
Reference in New Issue
Block a user