mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-11-10 06:37:21 +01:00
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:
parent
2e2b2be520
commit
a3f88c1998
15
src/y4f/Shared/Feedback/FBestätigung.razor
Normal file
15
src/y4f/Shared/Feedback/FBestätigung.razor
Normal 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 {
|
||||
|
||||
}
|
9
src/y4f/Shared/Feedback/FBestätigung.razor.css
Normal file
9
src/y4f/Shared/Feedback/FBestätigung.razor.css
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
h4 {
|
||||
text-align: center;
|
||||
margin-top: 45%;
|
||||
}
|
||||
|
||||
form {
|
||||
margin-bottom: 45%;
|
||||
}
|
21
src/y4f/Shared/Feedback/Feedback.razor
Normal file
21
src/y4f/Shared/Feedback/Feedback.razor
Normal 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 {
|
||||
|
||||
|
||||
}
|
38
src/y4f/Shared/Feedback/Feedback.razor.css
Normal file
38
src/y4f/Shared/Feedback/Feedback.razor.css
Normal 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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -34,4 +34,12 @@ img {
|
||||
}
|
||||
h4 {
|
||||
text-align: center;
|
||||
}
|
||||
<<<<<<< HEAD:Shared/Yummy-Punkte.razor.css
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
=======
|
||||
}
|
||||
>>>>>>> dev:src/y4f/Shared/Yummy-Punkte.razor.css
|
||||
|
Loading…
Reference in New Issue
Block a user