master
parent
1c3e21c8c1
commit
a1a38350f3
|
@ -2,12 +2,9 @@
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
|
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
|
||||||
<change afterPath="$PROJECT_DIR$/content/pages/bestellablauf.blade.php" afterDir="false" />
|
|
||||||
<change afterPath="$PROJECT_DIR$/content/pages/lager-vohenstrauss.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$/.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/lists/produkte.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/lists/produkte.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" />
|
<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/checkout.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/pages/checkout.blade.php" afterDir="false" />
|
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
<section>
|
<section>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h1>Steckersolar</h1>
|
<h1>Produkte</h1>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<p class="fs-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus aperiam asperiores consectetur dicta eaque et eveniet ex illo ipsa iste maiores maxime, modi optio perferendis, quaerat quisquam, sapiente vitae voluptas!</p>
|
<p class="fs-5">Finden Sie hier eine grosse Auswahl an Solar Produkten</p>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
<a href="{{url('/balkonkraftwerke')}}" class="text-decoration-none mt-2 fw-bold">Balkonkraftwerke</a>
|
<a href="{{url('/balkonkraftwerke')}}" class="text-decoration-none mt-2 fw-bold">Balkonkraftwerke</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-2 fs-5 mt-2 text-center ">
|
<div class="col-2 fs-5 mt-2 text-center ">
|
||||||
<a href="{{url('/produkte')}}" class="text-decoration-none mt-2 fw-bold">Zubehör</a>
|
<a href="{{url('/produkte')}}" class="text-decoration-none mt-2 fw-bold">Produkte</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-2 fs-5 mt-2 text-center ">
|
<div class="col-2 fs-5 mt-2 text-center ">
|
||||||
<a href="{{url('/service')}}" class="text-decoration-none mt-2 fw-bold">Service</a>
|
<a href="{{url('/service')}}" class="text-decoration-none mt-2 fw-bold">Service</a>
|
||||||
|
@ -75,6 +75,7 @@
|
||||||
<i>Es befinden sich keine Produkte im Warenkorb</i>
|
<i>Es befinden sich keine Produkte im Warenkorb</i>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
<a class="btn btn-success mb-3" href="{{url('/produkte')}}">Jetzt Produkte entdecken</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -34,9 +34,8 @@
|
||||||
|
|
||||||
<div class="description">
|
<div class="description">
|
||||||
<h4 class="info-title">Kontakt per E-Mail</h4>
|
<h4 class="info-title">Kontakt per E-Mail</h4>
|
||||||
<a class="btn btn-round btn-success" href="mailto:info@areya.energy">
|
<h5><a href="mailto:info@areya.energy" class="text-decoration-none">info@areya.energy</a></h5>
|
||||||
info@areya.energy
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue