Benjamin Völkl 2023-07-17 23:04:05 +02:00
parent 1f271e4d85
commit 010493c7b8
7 changed files with 58 additions and 30 deletions

View File

@ -3,7 +3,7 @@
@unless(Request::is('checkout'))


<div style="background-color: #355bb3">
<div style="background-color: {{$_primary_color}}">
<div class="container pb-5">
<div class="row">
<div class="col-12 col-md-4">
@ -44,13 +44,13 @@
</div>
</div>
@endunless
<div style=" background-color: #10307b">
<div style=" background-color: {{$_secondary_color}}">
<div class="container pt-2 pb-3">
<div class="row">
<div class="col-12 col-sm-6 text-md-start text-center mt-3">
Erstellt mit dem
<a href="https://www.areya.de/software/cms" class="text-decoration-none fw-bolder">Areya CMS
<svg style="width: 11px; fill: currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!-- Font Awesome Pro 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --><path d="M440,256H424a8,8,0,0,0-8,8V464a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V112A16,16,0,0,1,48,96H248a8,8,0,0,0,8-8V72a8,8,0,0,0-8-8H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V264A8,8,0,0,0,440,256ZM500,0,364,.34a12,12,0,0,0-12,12v10a12,12,0,0,0,12,12L454,34l.7.71L131.51,357.86a12,12,0,0,0,0,17l5.66,5.66a12,12,0,0,0,17,0L477.29,57.34l.71.7-.34,90a12,12,0,0,0,12,12h10a12,12,0,0,0,12-12L512,12A12,12,0,0,0,500,0Z"/></svg>
<svg style="width: 11px; fill: currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M440,256H424a8,8,0,0,0-8,8V464a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V112A16,16,0,0,1,48,96H248a8,8,0,0,0,8-8V72a8,8,0,0,0-8-8H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V264A8,8,0,0,0,440,256ZM500,0,364,.34a12,12,0,0,0-12,12v10a12,12,0,0,0,12,12L454,34l.7.71L131.51,357.86a12,12,0,0,0,0,17l5.66,5.66a12,12,0,0,0,17,0L477.29,57.34l.71.7-.34,90a12,12,0,0,0,12,12h10a12,12,0,0,0,12-12L512,12A12,12,0,0,0,500,0Z"/></svg>
</a>
</div>
<div class="col-12 col-sm-6 text-md-end text-center mt-3">

View File

@ -23,9 +23,9 @@
<br>
<br>
</p>
<a href="tel:+4996514099825" class="fs-4 text-decoration-none">
<a href="tel:{{$_telefonnummer}}" class="fs-4 text-decoration-none">
<svg style="fill: currentColor; width:24px; margin-bottom: 2px; margin-right: 8px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M368 336h-32c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-48-80v32c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16zm112 144h32c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16zm0-96h32c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16zm80-272H269.06C262.45 13.4 244.87 0 224 0h-80c-20.87 0-38.45 13.4-45.06 32H64C28.65 32 0 60.65 0 96v352c0 35.35 28.65 64 64 64h448c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM144 48h80v320h-80V48zm384 400c0 8.82-7.18 16-16 16H64c-8.82 0-16-7.18-16-16V96c0-8.82 7.18-16 16-16h32v288c0 26.51 21.49 48 48 48h80c26.51 0 48-21.49 48-48V80h48v72c0 22.06 17.94 40 40 40h168v256zm0-304H368V80h144c8.82 0 16 7.18 16 16v48z"/></svg>
09651 4099825</a>
{{$_telefonnummer}}</a>
</div>
<div class="col-sm-12 col-lg-5">
<lottie-player src="https://assets9.lottiefiles.com/private_files/lf30_kcwpiswk.json" background="transparent" speed="1" style="width: 400; height: 400px;" loop autoplay></lottie-player>

View File

@ -8,6 +8,12 @@
@include('template.'.config('settings.template').'.content.includes.meta')
@include('template.'.config('settings.template').'.content.includes.css')
@yield('head')

<style>
h1,h2,h3{
color: {{$_postleitzahl}};
}
</style>
</head>
<body>
<nav style="background-color: {{$_secondary_color}}" class="pt-1 pb-1 text-light">

View File

@ -16,9 +16,9 @@
<br/>


Pfarrgasse 21
{{$_street}} {{$_street_nr}}
<br/>
92648 Vohenstrauss
{{$_postleitzahl}} {{$_city}}
<br/>
<br/>
Geschäftsführer: {{$_ceo}}
@ -36,9 +36,9 @@
<br/>
<br/>

USt.-IdNr.: DE360625751
USt.-IdNr.: {{$_vatid}}
<br/>
HRB 6077 (eingetragen im Handelsregister des Amtsgerichts Weiden)
HRB {{$_vatid}} (eingetragen im Handelsregister des {{$_vatid}}

<br/>
<br/>

View File

@ -17,7 +17,7 @@
<svg style="fill: #10307b; width: 50px; margin-bottom: 40px; margin-top:60px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M487.8 24.1L387 .8c-14.7-3.4-29.8 4.2-35.8 18.1l-46.5 108.5c-5.5 12.7-1.8 27.7 8.9 36.5l53.9 44.1c-34 69.2-90.3 125.6-159.6 159.6l-44.1-53.9c-8.8-10.7-23.8-14.4-36.5-8.9L18.9 351.3C5 357.3-2.6 372.3.8 387L24 487.7C27.3 502 39.9 512 54.5 512 306.7 512 512 307.8 512 54.5c0-14.6-10-27.2-24.2-30.4zM55.1 480l-23-99.6 107.4-46 59.5 72.8c103.6-48.6 159.7-104.9 208.1-208.1l-72.8-59.5 46-107.4 99.6 23C479.7 289.7 289.6 479.7 55.1 480z"/></svg>
<div class="description">
<h4 class="info-title">Telefonnummer</h4>
<h5><a href="tel:+4996514099825" class="text-decoration-none">+49 9651 4099825</a></h5>
<h5><a href="tel: {{$_telefonnummer}}" class="text-decoration-none"> {{$_telefonnummer}}</a></h5>
</div>
</div>
</div>
@ -39,9 +39,9 @@
<h4 class="info-title">Firmenadresse</h4>
<h5>{{$_legal_name}}</h5>
<p>
Pfarrgasse 21
{{$_street}} {{$_street_nr}}
<br>
92648 Vohenstrauß
{{$_postleitzahl}} {{$_city}}
</p>
</div>
</div>

View File

@ -1,17 +1,5 @@
[
{
"name": "Balkonkraftwerke",
"slug": "balkonkraftwerke",
"description": "",
"search_terms": "",
"seo_title": "",
"seo_description": "",
"blade": "balkonkraftwerk",
"content_types": [
"Balkonkraftwerk"
],
"sorting": "Created At (DESC)"
},

{
"name": "Produkte",
"slug": "produkte",
@ -21,7 +9,7 @@
"seo_description": "",
"blade": "produkte",
"content_types": [
"Solarmodul"
"Produkte"
],
"sorting": "Created At (DESC)"
}

View File

@ -18,12 +18,24 @@
"type": "string",
"required": true
},
{
"name": "Street",
"value": "Schlossstrasse",
"type": "string",
"required": true
},
{
"name": "street_nr",
"value": "123",
"type": "string",
"required": true
},
{

"name": "Postleitzahl",
"value": "12345",
"type": "number",
"required": true
"name": "Postleitzahl",
"value": "12345",
"type": "number",
"required": true
},
{

@ -45,5 +57,27 @@
"value": "#205347db",
"type": "color",
"required": true
},

{

"name": "title_color",
"value": "#205347db",
"type": "color",
"required": true
},
{

"name": "vatid",
"value": "DE123456789",
"type": "string",
"required": true
},
{

"name": "HRB",
"value": "12345",
"type": "string",
"required": true
}
]