#10 Promotion Modul, Kommentar 2
This commit is contained in:
parent
f0da981737
commit
c9e1545693
128 changed files with 8194 additions and 637 deletions
51
resources/views/web/promotion/_show_around.blade.php
Normal file
51
resources/views/web/promotion/_show_around.blade.php
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
<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">
|
||||
Nachhaltigkeit ohne …
|
||||
</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">
|
||||
Nachhaltigkeit ohne …
|
||||
</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">
|
||||
Nachhaltigkeit ohne …
|
||||
</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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue