mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-02 19:07:08 +01:00
Finish Yummy-Punkte
This commit is contained in:
parent
992c300458
commit
5430086746
@ -24,7 +24,7 @@
|
|||||||
</NavLink>
|
</NavLink>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<NavLink class="nav-link" href="yummy_points">
|
<NavLink class="nav-link" href="yummy-punkte">
|
||||||
Yummy-Punkte
|
Yummy-Punkte
|
||||||
</NavLink>
|
</NavLink>
|
||||||
</li>
|
</li>
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
@page "/Bestellabschluss"
|
@page "/Yummy-Punkte"
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container col-lg-5 col-md-9 col-sm-12 d-flex flex-column " id="content">
|
<div class="container col-lg-5 col-md-9 col-sm-12 d-flex flex-column " id="content">
|
||||||
<p>Sie haben derzeit <b>1 Yummy-Punkt(e)</b></p>
|
<h4><b>Ihre Yummy-Punkte</b></h4>
|
||||||
<p class="text">Bei einem Mindestbestellwert von 8€ erhalten Sie ein Yummy-Punkt.
|
|
||||||
Ab der 10ten Bestellung gibt es einen Rabatt zu Ihrer nächsten Bestellung.</p>
|
|
||||||
|
|
||||||
<div class="img" >
|
<div class="img" >
|
||||||
@for(int i = 0; i < 10; i++)
|
@for(int i = 0; i < 10; i++)
|
||||||
@ -14,11 +12,10 @@
|
|||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="text">Achtung: Bitte beachten Sie, dass keine online Bezahlung zur Verfügung steht.
|
<p class="text">Bei einem Mindestbestellwert von 8€ erhalten Sie ein Yummy-Punkt. Ab der 10ten Bestellung gibt es einen Rabatt zu Ihrer nächsten Bestellung.</p>
|
||||||
Diese dient nur zur Vorbestellung und muss selbst abgeholt werden.</p>
|
|
||||||
|
|
||||||
<div class="button">
|
<div class="button">
|
||||||
<form id="button1" action="Warenkorb">
|
<form id="button1" action="/">
|
||||||
<input type="submit" value="Zurück" class="btn">
|
<input type="submit" value="Zurück" class="btn">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -20,21 +20,22 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
|
padding-left: 25%;
|
||||||
|
padding-right: 25%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#button1, #button2 {
|
|
||||||
margin: 10px;
|
|
||||||
display: inline-block;
|
|
||||||
border-radius: 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#button1 {
|
#button1 {
|
||||||
background-color: #F9BE89;
|
background-color: #F9BE89;
|
||||||
|
padding-left: 25%;
|
||||||
|
padding-right: 25%;
|
||||||
|
display: inline-block;
|
||||||
|
border-radius: 50px;
|
||||||
|
}
|
||||||
|
h4 {
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#button2 {
|
|
||||||
background-color: #89F9A5;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user