mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-28 16:08:20 +01:00
Konto Seite fertig (#22)
Bitte review. Co-authored-by: FUH22860 <FUH22860@spengergasse.at>
This commit is contained in:
parent
47ddfda738
commit
ea4bf9d490
23
src/y4f/Pages/Kontakt.razor
Normal file
23
src/y4f/Pages/Kontakt.razor
Normal file
@ -0,0 +1,23 @@
|
||||
@page "/Kontakt"
|
||||
|
||||
<h3>Kontakt</h3>
|
||||
|
||||
<h4>Kundenservice</h4>
|
||||
<p>
|
||||
Für Anfragen, Hilfe oder Beschwerden wenden Sie sich bitte an:
|
||||
<br />
|
||||
<a href="">yummy.kitchen@gmail.com</a>
|
||||
</p>
|
||||
|
||||
<h4>Adresse</h4>
|
||||
<p>
|
||||
<strong>Yummy Kitchen</strong>
|
||||
<br />
|
||||
Musterstraße 15
|
||||
<br />
|
||||
1010 Wien
|
||||
</p>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
14
src/y4f/Pages/Kontakt.razor.css
Normal file
14
src/y4f/Pages/Kontakt.razor.css
Normal file
@ -0,0 +1,14 @@
|
||||
h3 {
|
||||
margin-bottom: 80px;
|
||||
font-size: 32px;
|
||||
font-weight: bold;
|
||||
}
|
||||
h4 {
|
||||
margin-bottom: 10px;
|
||||
font-size: 26px;
|
||||
font-weight: bold;
|
||||
}
|
||||
p {
|
||||
margin-bottom: 50px;
|
||||
font-size: 22px;
|
||||
}
|
@ -16,7 +16,7 @@
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<a href="">Kontakt</a> |
|
||||
<a href="Kontakt">Kontakt</a> |
|
||||
<a href="">Impressum</a> |
|
||||
<a href="datenschutzerklärung">Datenschutzerklärung</a> |
|
||||
<a href="cookies">Cookies</a>
|
||||
|
@ -8,8 +8,8 @@
|
||||
<h4>AccountID: #1234</h4>
|
||||
<h4>Ihr QR-Code: </h4>
|
||||
<img src="assets/K-QR.png" class="img" title="logo image">
|
||||
|
||||
<p>Ihr Konto wird 30 Tage nach der Deaktivierung unwiderruflich gelöscht.</p>
|
||||
|
||||
<p><br>Ihr Konto wird 30 Tage nach der Deaktivierung unwiderruflich gelöscht.</p>
|
||||
<button class="btn" type="button" onclick="@ChangeButton" id="button1">@button1</button>
|
||||
|
||||
</div>
|
||||
|
@ -3,6 +3,9 @@
|
||||
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 150px;
|
||||
|
Loading…
Reference in New Issue
Block a user