Added the creditcard and cash icon buttons

This commit is contained in:
Yarne Coppens 2024-08-05 14:16:20 +02:00
parent aa921cc88d
commit b51a555392

View file

@ -27,7 +27,7 @@
</svg></i>
</span>
<span class="product_price">Home</span>
<span class="product_price"></span>
</div>
<div class="column is-one-fifth product_placeholder">
@ -37,7 +37,7 @@
</svg></i>
</span>
<span class="product_price">Home</span>
<span class="product_price"></span>
</div>
<div class="column is-one-fifth product_placeholder">
@ -47,7 +47,7 @@
</svg></i>
</span>
<span class="product_price">Home</span>
<span class="product_price"></span>
</div>
<div class="column is-one-fifth product_placeholder">
@ -57,7 +57,7 @@
</svg></i>
</span>
<span class="product_price">Home</span>
<span class="product_price"></span>
</div>
<div class="column is-one-fifth product_placeholder">
@ -67,17 +67,35 @@
</svg></i>
</span>
<span class="product_price">Home</span>
<span class="product_price"></span>
</div>
</div>
<p id="totalprice">&euro; 0</p>
<button class="button is-success"><i><svg width="90" height="90">
<image class="product_image" xlink:href="http://127.0.0.1:8000/icons/cart" width="50" height="50"/>
</svg></i></button>
<button class="button is-success">Card</button>
<button class="button is-success">
<i>
<svg width="90" height="90">
<image class="product_image" xlink:href="http://127.0.0.1:8000/icons/cart" width="50" height="50"/>
</svg>
</i>
</button>
<button class="button is-success">
<i>
<svg width="90" height="90">
<image class="product_image" xlink:href="http://127.0.0.1:8000/icons/creditcard" width="50" height="50"/>
</svg>
</i>
</button>
<button class="button is-success">
<i>
<svg width="90" height="90">
<image class="product_image" xlink:href="http://127.0.0.1:8000/icons/cash" width="50" height="50"/>
</svg>
</i>
</button>
</body>