first commit
This commit is contained in:
97
apps/frontend/templates/theme/watch/_icons-underbanner.html
Normal file
97
apps/frontend/templates/theme/watch/_icons-underbanner.html
Normal file
@@ -0,0 +1,97 @@
|
||||
<div id="icons-underbanner">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<img class="img-responsive" src="/images/frontend/theme/watch/icons/icon1.png" />
|
||||
</td>
|
||||
<td>
|
||||
<div class="h4">Wysyłka od 9,90 zł</div>
|
||||
<p>do paczkomatu</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<img class="img-responsive" src="/images/frontend/theme/watch/icons/icon2.png" />
|
||||
</td>
|
||||
<td>
|
||||
<div class="h4">Szybka wysyłka</div>
|
||||
<p>w 24h</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<img class="img-responsive" src="/images/frontend/theme/watch/icons/icon3.png" />
|
||||
</td>
|
||||
<td>
|
||||
<div class="h4">Bezpieczne płatności</div>
|
||||
<p>szybkie płatności BLIK</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<img class="img-responsive" src="/images/frontend/theme/watch/icons/icon4.png" />
|
||||
</td>
|
||||
<td>
|
||||
<div class="h4">Możliwośc zwrotu</div>
|
||||
<p>do 30 dni</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- <div id="icons-underbanner" class="flex flex-wrap">
|
||||
<div class="item flex">
|
||||
<div class="icon-img">
|
||||
<img class="img-responsive" src="{image_path image='icons/icon1.png'}" />
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="h4">Wysyłka od 9,90 zł</div>
|
||||
<p>do paczkomatu</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item flex">
|
||||
<div class="icon-img">
|
||||
<img class="img-responsive" src="{image_path image='icons/icon2.png'}" />
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="h4">Szybka wysyłka</div>
|
||||
<p>w 24h</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item flex">
|
||||
<div class="icon-img">
|
||||
<img class="img-responsive" src="{image_path image='icons/icon3.png'}" />
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="h4">Bezpieczne płatności</div>
|
||||
<p>szybkie płatności BLIK</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item flex">
|
||||
<div class="icon-img">
|
||||
<img class="img-responsive" src="{image_path image='icons/icon4.png'}" />
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="h4">Możliwośc zwrotu</div>
|
||||
<p>do 30 dni</p>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
Reference in New Issue
Block a user