master
parent
4175250ee6
commit
6105e0f7b3
|
@ -2,6 +2,7 @@
|
|||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<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" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
<h1>Steckersolar</h1>
|
||||
<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>
|
||||
</div>
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
<br>
|
||||
<small class="text-success">sofort verfügbar</small>
|
||||
<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 value="2">Anzahl: 2</option>
|
||||
<option value="3">Anzahl: 3</option>
|
||||
|
|
|
@ -6,6 +6,14 @@
|
|||
<div class="row">
|
||||
<div class="col-12">
|
||||
<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 class="col-12 col-md-8">
|
||||
|
||||
|
@ -170,4 +178,4 @@
|
|||
});
|
||||
});
|
||||
</script>
|
||||
@stop
|
||||
@stop
|
||||
|
|
Loading…
Reference in New Issue