Benjamin Völkl 2022-08-31 13:14:55 +02:00
parent 8cfe55d350
commit 581b1f4a01
3 changed files with 31 additions and 5 deletions

View File

@ -2,9 +2,9 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/content/pages/anlagen.blade.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/content/includes/footer.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/includes/footer.blade.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/content/master.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/master.blade.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/content/pages/anlagen.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/pages/anlagen.blade.php" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />

View File

@ -61,8 +61,22 @@
</div>
<div class="modal-body">
<div class="row">
<div style="display: none;" class="col-12" id="no-products">
<p>No Products</p>
<div style="display: none;" class="col-12 text-center" id="no-products">

<br>
<br>
<br>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets2.lottiefiles.com/packages/lf20_3VDN1k.json" background="transparent" speed="1" style="width: 150px; height: 150px; margin-left: 40%" loop autoplay></lottie-player>
<br>
<br>
<br>
<i>Es befinden sich keine Produkte im Warenkorb</i>
<br>
<br>
<br>


</div>
<div class="col-12">
<table class="table table-striped">

View File

@ -3,7 +3,7 @@
<div class="container">
<section>
<div class="row">
<div class="col">
<div class="col-12">
<h1 class="mb-5">Realisierte Kundenanlagen</h1>
<p class="fs-5">
Hier stellen unsere Kunden Ihre Steckeranlagen von uns vor.
@ -16,6 +16,18 @@
<br>
<br>
</div>

<div class="col-12 col-md-4">
<div class="card">
<img src="https://picsum.photos/200/500" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>

</div>
</div>
</div>
</section>
</div>