diff --git a/public/images/partner/ohne-makler/gewerbegebaeude.svg b/public/images/partner/ohne-makler/gewerbegebaeude.svg new file mode 100644 index 00000000..6d8f132c --- /dev/null +++ b/public/images/partner/ohne-makler/gewerbegebaeude.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/partner/ohne-makler/hero-energieausweis.jpg b/public/images/partner/ohne-makler/hero-energieausweis.jpg new file mode 100644 index 00000000..b2aea339 Binary files /dev/null and b/public/images/partner/ohne-makler/hero-energieausweis.jpg differ diff --git a/public/images/partner/ohne-makler/immonet.svg b/public/images/partner/ohne-makler/immonet.svg new file mode 100644 index 00000000..a182803b --- /dev/null +++ b/public/images/partner/ohne-makler/immonet.svg @@ -0,0 +1 @@ +Immonet Startseite \ No newline at end of file diff --git a/public/images/partner/ohne-makler/wohngebaeude.svg b/public/images/partner/ohne-makler/wohngebaeude.svg new file mode 100644 index 00000000..2bf9887b --- /dev/null +++ b/public/images/partner/ohne-makler/wohngebaeude.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/widgets/ohnemakler/WelcherAusweisWidget_ohnemakler.svelte b/src/components/widgets/ohnemakler/WelcherAusweisWidget_ohnemakler.svelte new file mode 100644 index 00000000..6387dab7 --- /dev/null +++ b/src/components/widgets/ohnemakler/WelcherAusweisWidget_ohnemakler.svelte @@ -0,0 +1,390 @@ + + + +
+ + + +
+ + +
+ + + +
+
Anlass
+ +
+ +
+
Gebäudetyp
+ +
+ + {#if isTwoBoxReason} +
+
Sanierungsstand
+ +
+ {/if} + +
+ + {#if isTwoBoxReason} +
+
+
Baujahr
+ +
+ +
+
Heizungsalter
+ +
+ +
+
Wohneinheiten
+ +
+ +
+
Leerstand
+ +
+
+ {/if} + +
+ + + {#if isTwoBoxReason && (gebaeudetyp != "Gewerbegebäude") && (ausnahme === false)} + + + + + {/if} + + {#if isTwoBoxReason && (gebaeudetyp != "Gewerbegebäude")} + + + + {/if} + + {#if isTwoBoxReason && isGewerbe && (leerStand != "mehr als 30")} + + + + {/if} + + {#if isTwoBoxReason && isGewerbe} + + + + {/if} + + {#if (anlass != "bitte auswählen") && !isTwoBoxReason && (gebaeudetyp != "Gewerbegebäude")} + + + + {/if} + + {#if (anlass != "bitte auswählen") && !isTwoBoxReason && isGewerbe} + + + + {/if} + +
+
+
+ + + diff --git a/src/components/widgets/ohnemakler/WidgetCardTemplate.svelte b/src/components/widgets/ohnemakler/WidgetCardTemplate.svelte new file mode 100644 index 00000000..56d73ac1 --- /dev/null +++ b/src/components/widgets/ohnemakler/WidgetCardTemplate.svelte @@ -0,0 +1,116 @@ + + +
+ +{#if empfehlung === "ja"} +
Empfehlung
+{/if} +

{name}

+ + +
+
{variant}
+ +
+

+ ab {price} € +

+
+ +
+ +
+ {cta} + + + Produkt-Übersicht + +
+ +
+ + {#each services as [service, check]} +
+ {@html service} + {check ? "✔" : "✘"} +
+ {/each} + +
+
+ + + diff --git a/src/pages/energieausweis-erstellen/index.astro b/src/pages/energieausweis-erstellen/index.astro index 94f0a6de..b19c6562 100644 --- a/src/pages/energieausweis-erstellen/index.astro +++ b/src/pages/energieausweis-erstellen/index.astro @@ -1,6 +1,28 @@ --- import Layout from "#layouts/Layout.astro"; +import ProduktVergleich from "#components/design/content/ProduktVergleich.svelte"; +import ProduktVergleichGewerbe from "#components/design/content/ProduktVergleichGewerbe.svelte"; +import WelcherAusweisWidget from "#components/widgets/ibcornelsen/WelcherAusweisWidget_ibcornelsen.svelte"; --- - + + +

Schnell und einfach Ihren Energieausweis erstellen

+ +
+ +
+ +

Übersicht Verbrauchsausweis und Bedarfsausweis für Wohngebäude:

+ + + +

Übersicht Verbrauchsausweis und Bedarfsausweis für Gewerbegebäude:

+ + +
+ + + + diff --git a/src/pages/widgets/ohne-makler.astro b/src/pages/widgets/ohne-makler.astro new file mode 100644 index 00000000..31d2adf6 --- /dev/null +++ b/src/pages/widgets/ohne-makler.astro @@ -0,0 +1,20 @@ +--- +const { vermittler } = Astro.params; +import WelcherAusweisWidget from "#components/widgets/ohnemakler/WelcherAusweisWidget_ohnemakler.svelte"; + +--- + + + + + + + + + + + + + + + \ No newline at end of file