master
parent
d65fd09242
commit
8ebdc4e43d
|
@ -0,0 +1,63 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/content/contents/produkt.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/contents/produkt.blade.php" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/content/index.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/index.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" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
<option name="LAST_RESOLUTION" value="IGNORE" />
|
||||
</component>
|
||||
<component name="ComposerSettings">
|
||||
<execution />
|
||||
</component>
|
||||
<component name="Git.Settings">
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="MarkdownSettingsMigration">
|
||||
<option name="stateVersion" value="1" />
|
||||
</component>
|
||||
<component name="ProjectId" id="2E1kqNxmgHFATQwzBxsYh3wkmgg" />
|
||||
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
||||
<component name="ProjectViewState">
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent">
|
||||
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
||||
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
||||
<property name="WebServerToolWindowFactoryState" value="false" />
|
||||
<property name="last_opened_file_path" value="$PROJECT_DIR$/content/pages" />
|
||||
</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="$PROJECT_DIR$/content/pages" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
||||
<component name="TaskManager">
|
||||
<task active="true" id="Default" summary="Default task">
|
||||
<changelist id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="" />
|
||||
<created>1661770675373</created>
|
||||
<option name="number" value="Default" />
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1661770675373</updated>
|
||||
<workItem from="1661770681303" duration="11519000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
<component name="Vcs.Log.Tabs.Properties">
|
||||
<option name="TAB_STATES">
|
||||
<map>
|
||||
<entry key="MAIN">
|
||||
<value>
|
||||
<State />
|
||||
</value>
|
||||
</entry>
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
|
@ -14,17 +14,16 @@
|
|||
@endif
|
||||
<section>
|
||||
<div class="row">
|
||||
<div class="col-5 offset-1">
|
||||
<img src="picsum.photos/300/300" class="rounded img-fluid border">
|
||||
<div class="col-5">
|
||||
<img src="https://picsum.photos/200/100" class="card-img-top img-fluid" alt="...">
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
<div class="col-5 offset-1">
|
||||
<h1>{{$content->title}}</h1>
|
||||
<h1 class="h2">{{$content->title}}</h1>
|
||||
<div class="ms-3 mt-3 mb-3">
|
||||
<span class="fs-4 fw-bold" style="color: #546c8a;">{{$content->data_fields['preis']}}
|
||||
€</span>
|
||||
<span class="fs-4 fw-bold" style="color: #546c8a;">{{$content->data_fields['preis']}}€</span>
|
||||
<span class="text-muted fs-7">Inkl. MwSt.</span>
|
||||
</div>
|
||||
<div class="ms-3 mt-3 mb-3 fs-6 fw-bolder" style="color: #79b27f;">
|
||||
|
|
|
@ -32,5 +32,38 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2 class="mt-3 mb-4">Steckersolaranlagen</h2>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@foreach($contents as $content)
|
||||
|
||||
<div class="col-12 col-md-6">
|
||||
<a href="{{route_content($content)}}" class="text-decoration-none">
|
||||
<div class="card">
|
||||
|
||||
<img src="https://picsum.photos/200/100" class="card-img-top img-fluid" alt="...">
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
<h5 class="card-title">{{$content->title}}</h5>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
@endforeach
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@stop
|
||||
@stop
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
<tr>
|
||||
<td class="text-start">
|
||||
<img class="rounded img-fluid" src="https://picsum.photos/120/120">
|
||||
<img class="rounded img-fluid" src="https://picsum.photos/100/100">
|
||||
|
||||
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue