Update Foodampel Pix u html
|
@ -72,15 +72,15 @@
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td><img src="pictures/foodampel_rot.png"></td>
|
||||
<td><img src="pictures/food_ampel_rot.png"></td>
|
||||
<td>muss sofort verarbeitet werden</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="pictures/foodampel_gelb.png"></td>
|
||||
<td><img src="pictures/food_ampel_gelb.png"></td>
|
||||
<td>kann ein paar Tage liegen</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="pictures/foodampel_gruen.png"></td>
|
||||
<td><img src="pictures/food_ampel_gruen.png"></td>
|
||||
<td>lange Haltbarkeit</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 409 B After Width: | Height: | Size: 409 B |
Before Width: | Height: | Size: 436 B After Width: | Height: | Size: 436 B |
Before Width: | Height: | Size: 460 B After Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
@ -71,7 +71,7 @@
|
|||
<div class="produkte">
|
||||
<img src="pictures/karotten.png" width="300" height="300" alt="Karotten" data-id="karotte">
|
||||
<div class ="produktbottom">
|
||||
<img src ="pictures/FoodAmpel_gelb.png" width = "50" height="50" alt="FoodAmpel gelb">
|
||||
<img src ="pictures/food_ampel_gelb.png" width = "50" height="50" alt="FoodAmpel gelb">
|
||||
<select name="quantity">
|
||||
<option value="1">1 Stück</option>
|
||||
<option value="2">2 Stück</option>
|
||||
|
@ -85,7 +85,7 @@
|
|||
<div class="produkte">
|
||||
<img src="pictures/sellerie.png" width = "300" height="300" alt="Sellerie" data-id="sellerie">
|
||||
<div class ="produktbottom">
|
||||
<img src ="pictures/FoodAmpel_gelb.png" width = "50" height="50" alt="FoodAmpel gelb">
|
||||
<img src ="pictures/food_ampel_gelb.png" width = "50" height="50" alt="FoodAmpel gelb">
|
||||
<select name="quantity" >
|
||||
<option value="1">1 Stück</option>
|
||||
<option value="2">2 Stück</option>
|
||||
|
@ -98,7 +98,7 @@
|
|||
<div class="produkte">
|
||||
<img src="pictures/birnen.png" width = "300" height= "300" alt="Birnen" data-id="birnen">
|
||||
<div class ="produktbottom">
|
||||
<img src ="pictures/FoodAmpel_rot.png" width = "50" height="50" alt="FoodAmpel gelb">
|
||||
<img src ="pictures/food_ampel_rot.png" width = "50" height="50" alt="FoodAmpel rot">
|
||||
<select name="quantity">
|
||||
<option value="1">1 Stück</option>
|
||||
<option value="2">2 Stück</option>
|
||||
|
@ -111,7 +111,7 @@
|
|||
<div class="produkte">
|
||||
<img src="pictures/kiwi.png" width = "300" height="300" alt="Kiwi" data-id="kiwi">
|
||||
<div class ="produktbottom">
|
||||
<img src ="pictures/FoodAmpel_gruen.png" width = "50" height="50" alt="FoodAmpel gelb">
|
||||
<img src ="pictures/food_ampel_gruen.png" width = "50" height="50" alt="FoodAmpel gruen">
|
||||
<select name="quantity" >
|
||||
<option value="1">1 Stück</option>
|
||||
<option value="2">2 Stück</option>
|
||||
|
@ -124,7 +124,7 @@
|
|||
<div class="produkte">
|
||||
<img src="pictures/orangen.png" width = "300" height="300" alt="Orangen" data-id="orangen">
|
||||
<div class ="produktbottom">
|
||||
<img src ="pictures/FoodAmpel_gelb.png" width = "50" height="50" alt="FoodAmpel gelb">
|
||||
<img src ="pictures/food_ampel_gelb.png" width = "50" height="50" alt="FoodAmpel gelb">
|
||||
<select name="quantity">
|
||||
<option value="1">1 Stück</option>
|
||||
<option value="2">2 Stück</option>
|
||||
|
@ -137,7 +137,7 @@
|
|||
<div class="produkte">
|
||||
<img src="pictures/aepfel.png" width = "300" height="300" alt="Äpfel" data-id="äpfel">
|
||||
<div class ="produktbottom">
|
||||
<img src ="pictures/FoodAmpel_gelb.png" width ="50" height="50" alt="FoodAmpel gelb">
|
||||
<img src ="pictures/food_ampel_gelb.png" width ="50" height="50" alt="FoodAmpel gelb">
|
||||
<select name="quantity">
|
||||
<option value="1">1 Stück</option>
|
||||
<option value="2">2 Stück</option>
|
||||
|
|