diff --git a/public/images/header/logo_immowelt.svg b/public/images/header/logo_immowelt.svg new file mode 100644 index 00000000..7937a005 --- /dev/null +++ b/public/images/header/logo_immowelt.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/astro-typesafe-api-caller.ts b/src/astro-typesafe-api-caller.ts index c12f37e9..d0eba2c3 100644 --- a/src/astro-typesafe-api-caller.ts +++ b/src/astro-typesafe-api-caller.ts @@ -5,10 +5,10 @@ export const createCaller = createCallerFactory({ "postleitzahlen": await import("../src/pages/api/postleitzahlen.ts"), "aufnahme/[uid]": await import("../src/pages/api/aufnahme/[uid].ts"), "aufnahme": await import("../src/pages/api/aufnahme/index.ts"), - "bedarfsausweis-wohnen": await import("../src/pages/api/bedarfsausweis-wohnen/index.ts"), "auth/access-token": await import("../src/pages/api/auth/access-token.ts"), "auth/forgot-password": await import("../src/pages/api/auth/forgot-password.ts"), "auth/refresh-token": await import("../src/pages/api/auth/refresh-token.ts"), + "bedarfsausweis-wohnen": await import("../src/pages/api/bedarfsausweis-wohnen/index.ts"), "bilder/[uid]": await import("../src/pages/api/bilder/[uid].ts"), "objekt": await import("../src/pages/api/objekt/index.ts"), "rechnung": await import("../src/pages/api/rechnung/index.ts"), diff --git a/src/components/design/header/AusweisHeaderImmowelt.astro b/src/components/design/header/AusweisHeaderImmowelt.astro new file mode 100644 index 00000000..190b0b74 --- /dev/null +++ b/src/components/design/header/AusweisHeaderImmowelt.astro @@ -0,0 +1,86 @@ +--- +import HeaderLogin from "#components/design/header/HeaderLogin.svelte"; +--- + + + + \ No newline at end of file diff --git a/src/components/design/header/AusweisHeaderImmowelt2.astro b/src/components/design/header/AusweisHeaderImmowelt2.astro new file mode 100644 index 00000000..5fe4051b --- /dev/null +++ b/src/components/design/header/AusweisHeaderImmowelt2.astro @@ -0,0 +1,86 @@ +--- +import HeaderLogin from "#components/design/header/HeaderLogin.svelte"; +--- + + + + \ No newline at end of file diff --git a/src/layouts/AusweisLayoutDatenImmowelt.astro b/src/layouts/AusweisLayoutDatenImmowelt.astro new file mode 100644 index 00000000..95fd7914 --- /dev/null +++ b/src/layouts/AusweisLayoutDatenImmowelt.astro @@ -0,0 +1,156 @@ +--- +import "../style/global.css"; +import "../style/formular.css"; +import "../../svelte-dialogs.config" +import Header from "#components/design/header/AusweisHeaderImmowelt.astro"; +import Footer from "#components/design/footer/Footer.astro"; +import { NotificationWrapper } from "@ibcornelsen/ui"; + +export interface Props { + title: string; +} + +const { title } = Astro.props; +--- + + + + + + + + + + + + + + + + + + + + + + + + + {title || 'Energieausweis online erstellen - Online Energieausweis'} + + + + + +
+ +
+ + +
+ +
+ +
+ +