diff --git a/App.razor b/App.razor index 6fd3ed1..9a33de8 100644 --- a/App.razor +++ b/App.razor @@ -1,11 +1,11 @@  - + Not found - +

Sorry, there's nothing at this address.

diff --git a/Pages/Index.razor b/Pages/Index.razor index 8ef66ac..a23e84e 100644 --- a/Pages/Index.razor +++ b/Pages/Index.razor @@ -1,5 +1,5 @@ -@page "/" -@layout Startseite + @page "/" + Yummy4Friends @@ -9,11 +9,11 @@

Herzlich Willkommen!

- -
- + + +
- + diff --git a/Shared/Bestellabschluss.razor b/Shared/Bestellabschluss.razor new file mode 100644 index 0000000..82af40d --- /dev/null +++ b/Shared/Bestellabschluss.razor @@ -0,0 +1,37 @@ +@page "/Bestellabschluss" +@layout MainLayout + + +
+

Sie haben derzeit 1 Yummy-Punkt(e)

+

Bei einem Mindestbestellwert von 8€ erhalten Sie ein Yummy-Punkt. + Ab der 10ten Bestellung gibt es einen Rabatt zu Ihrer nächsten Bestellung.

+ +
+ @for(int i = 0; i < 10; i++) + { + + } +
+
+ +

Achtung: Bitte beachten Sie, dass keine online Bezahlung zur Verfügung steht. + Diese dient nur zur Vorbestellung und muss selbst abgeholt werden.

+ +
+
+ +
+ +
+ +
+
+ +
+ + +@code { + + +} diff --git a/Shared/Bestellabschluss.razor.css b/Shared/Bestellabschluss.razor.css new file mode 100644 index 0000000..9c5f2ac --- /dev/null +++ b/Shared/Bestellabschluss.razor.css @@ -0,0 +1,40 @@ +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 { + + text-align: center; +} + +#button1, #button2 { + margin: 10px; + display: inline-block; + border-radius: 50px; +} + +#button1 { + background-color: #F9BE89; +} + +#button2 { + background-color: #89F9A5; +} + diff --git a/Shared/Footer.razor b/Shared/Footer.razor index fcca73f..eb20d2f 100644 --- a/Shared/Footer.razor +++ b/Shared/Footer.razor @@ -13,14 +13,15 @@ *@ - + @code { } diff --git a/Shared/Footer.razor.css b/Shared/Footer.razor.css index cbe854c..e50cd4b 100644 --- a/Shared/Footer.razor.css +++ b/Shared/Footer.razor.css @@ -13,7 +13,7 @@ h6 { } -.footer { +footer { position: fixed; left: 0; bottom: 0; @@ -23,4 +23,5 @@ h6 { text-align: center; padding-top: 15px; padding-bottom: 15px; + margin-top: 100px; } diff --git a/Shared/Kontoverwaltung.razor b/Shared/Kontoverwaltung.razor index 09a17d8..258e349 100644 --- a/Shared/Kontoverwaltung.razor +++ b/Shared/Kontoverwaltung.razor @@ -1,4 +1,5 @@ @page "/Kontoverwaltung" +@layout MainLayout

Wichtige Informationen


diff --git a/Shared/NavMenu.razor b/Shared/NavMenu.razor index aa121e4..c010acd 100644 --- a/Shared/NavMenu.razor +++ b/Shared/NavMenu.razor @@ -2,7 +2,7 @@
@*Yummy4Friends*@ - Yummy4Friends + Yummy4Friends