master
parent
4175250ee6
commit
6105e0f7b3
|
@ -2,6 +2,7 @@
|
||||||
<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 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/master.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/master.blade.php" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/content/master.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/master.blade.php" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
|
|
|
@ -7,6 +7,8 @@
|
||||||
<h1>Steckersolar</h1>
|
<h1>Steckersolar</h1>
|
||||||
<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>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
<br>
|
<br>
|
||||||
<small class="text-success">sofort verfügbar</small>
|
<small class="text-success">sofort verfügbar</small>
|
||||||
<br>
|
<br>
|
||||||
<select class="form-select form-select-sm" aria-label="Default select example">
|
<select class="form-select form-select-sm" style="width:125px;" aria-label="Default select example">
|
||||||
<option selected value="1">Anzahl: 1</option>
|
<option selected value="1">Anzahl: 1</option>
|
||||||
<option value="2">Anzahl: 2</option>
|
<option value="2">Anzahl: 2</option>
|
||||||
<option value="3">Anzahl: 3</option>
|
<option value="3">Anzahl: 3</option>
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<h1 class="mb-5">Angebot anfragen</h1>
|
<h1 class="mb-5">Angebot anfragen</h1>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 col-md-8">
|
<div class="col-12 col-md-8">
|
||||||
|
|
||||||
|
@ -170,4 +178,4 @@
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@stop
|
@stop
|
||||||
|
|
Loading…
Reference in New Issue