Yum04 70 feedback (#26)

* Start

* Finish Yummy-Punkte

* Finish Feedback

* FBestätigung fertig

* Feddback changed button and text

* Feedback and confirm finish

* Deleted a break (Feedback confirm)

---------

Co-authored-by: ProfessionalUwU <andreas.fuhry@gmail.com>
This commit is contained in:
zha19115 2023-06-06 22:37:58 +02:00 committed by GitHub
parent 2e2b2be520
commit a3f88c1998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 92 additions and 1 deletions

View File

@ -0,0 +1,15 @@
@page "/FBestätigung"
<div class="container col-lg-5 col-md-9 col-sm-12 d-flex flex-column " id="content">
<h4>Vielen Dank für Ihr Feedback. Durch Feedbacks können wir uns stets verbessern.<br></h4>
<form id="button1" action="Startseite">
<input type="submit" value="Zur Startseite" class="btn">
</form>
</div>
@code {
}

View File

@ -0,0 +1,9 @@

h4 {
text-align: center;
margin-top: 45%;
}
form {
margin-bottom: 45%;
}

View File

@ -0,0 +1,21 @@
@page "/Feedback"
<body>
<div class="container col-lg-5 col-md-9 col-sm-12 d-flex flex-column " id="content">
<h4 for="feedback">Ihr Feedback: </h4>
<textarea class="form-control" rows="10" id="feedback" name="text"></textarea>
<div class="button">
<br>
<form id="button1" action="FBestätigung">
<input type="submit" value="Absenden" class="btn">
</form>
</div>
</div>
</body>
@code {
}

View File

@ -0,0 +1,38 @@
body, html {
padding: 0px;
margin: 0px;
margin-bottom: 15px;
}
p {
text-align:center;
}
img {
width: 20%;
height: auto;
padding: 5px;
}
.text {
color: grey;
font-size: 13px;
}
.button {
padding-left: 25%;
padding-right: 25%;
text-align: center;
}
#button1 {
background-color: #89F9A5;
padding-left: 25%;
padding-right: 25%;
display: inline-block;
border-radius: 50px;
}

View File

@ -34,4 +34,12 @@ img {
}
h4 {
text-align: center;
}
<<<<<<< HEAD:Shared/Yummy-Punkte.razor.css
}
=======
}
>>>>>>> dev:src/y4f/Shared/Yummy-Punkte.razor.css