gruene-seele/resources/views/web/promotion/_show_around.blade.php
2021-11-26 18:23:10 +01:00

51 lines
2 KiB
PHP

<section>
<h2 class="text-center">Schau Dich gerne noch etwas um ...</h2>
<div class="row">
<div class="col-md-6 col-lg-4 text-center p-4">
<img src="/images/web/gs-bio-deocreme.jpg" class="mb-2 img-fluid" alt=""
style="max-height: 350px">
<h3 class="product-title mt-2">
Bio Deocremes
</h3>
<div class="mb-1 product-description-samll">
Nachhaltig ohne Plastik und in Bio-Qualität
</div>
<div class="mt-4 mb-3">
<a href="" class="btn btn-primary btn-lg">
<i class="ion ion-ios-share-alt"></i> Ansehen</i>
</a>
</div>
</div>
<div class="col-md-6 col-lg-4 text-center p-4">
<img src="/images/web/gs-bio-aloevera.jpg" class="mb-2 img-fluid" alt=""
style="max-height: 350px">
<h3 class="product-title mt-2">
Bio Aloe Vera
</h3>
<div class="mb-2 product-description-samll">
Aus Direktsaft höchster Güte aus Mallorca
</div>
<div class="mt-4 mb-3">
<a href="" class="btn btn-primary btn-lg">
<i class="ion ion-ios-share-alt"></i> Ansehen</i>
</a>
</div>
</div>
<div class="col-md-6 col-lg-4 text-center p-4">
<img src="/images/web/gs-bio-refill.jpg" class="mb-2 img-fluid" alt=""
style="max-height: 350px">
<h3 class="product-title mt-2">
Verantwortung
</h3>
<div class="mb-2 product-description-samll">
Refill-System, CO2 und Mithelfen
</div>
<div class="mt-4 mb-3">
<a href="" class="btn btn-primary btn-lg">
<i class="ion ion-ios-share-alt"></i> Ansehen</i>
</a>
</div>
</div>
</div>
</section>