Compare commits
2 Commits
v2.2.13-rc
...
v2.2.13-rc
| Author | SHA1 | Date | |
|---|---|---|---|
| 67dc56d3ee | |||
| e5933bad69 |
@@ -68,31 +68,7 @@ const defaultCertificates: Certificate[] = [
|
|||||||
type: 'tax',
|
type: 'tax',
|
||||||
date: '13.02.2025',
|
date: '13.02.2025',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'Unbedenklichkeit IHK',
|
|
||||||
description: 'Industrie- und Handelskammer',
|
|
||||||
type: 'general',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Unbedenklichkeit HWK',
|
|
||||||
description: 'Handwerkskammer',
|
|
||||||
type: 'general',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Handelsregisterauszug',
|
|
||||||
description: 'Amtsgericht Cottbus',
|
|
||||||
type: 'general',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Gewerbe-Anmeldung',
|
|
||||||
description: 'Stadt Guben',
|
|
||||||
type: 'general',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Gewerbezentralregister',
|
|
||||||
description: 'Auskunft aus dem Register',
|
|
||||||
type: 'general',
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
export function CertificatesBlock({ badge, title, description, certificates = defaultCertificates, hideHeader = false }: CertificatesBlockProps) {
|
export function CertificatesBlock({ badge, title, description, certificates = defaultCertificates, hideHeader = false }: CertificatesBlockProps) {
|
||||||
|
|||||||
@@ -5,13 +5,14 @@ excerpt: "Werden Sie Teil eines dynamischen Teams und bauen Sie mit uns die Infr
|
|||||||
layout: "fullBleed"
|
layout: "fullBleed"
|
||||||
---
|
---
|
||||||
|
|
||||||
<HomeHero
|
<HeroSection
|
||||||
badge="Karriere"
|
badge="Karriere"
|
||||||
title="Zukunft bauen"
|
title="Zukunft bauen"
|
||||||
description="Suchen Sie eine neue Herausforderung in einem zukunftssicheren Markt? Bei E-TIB arbeiten wir täglich daran, Deutschland zu vernetzen und die Energiewende voranzutreiben."
|
subtitle="Suchen Sie eine neue Herausforderung in einem zukunftssicheren Markt? Bei E-TIB arbeiten wir täglich daran, Deutschland zu vernetzen und die Energiewende voranzutreiben."
|
||||||
videoUrl="/assets/videos/web/hero-kabelpflug.mp4"
|
backgroundImage={{ url: '/assets/photos/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-28.jpg' }}
|
||||||
linkText="Offene Stellen"
|
alignment="center"
|
||||||
linkHref="#stellen"
|
ctaLabel="Offene Stellen"
|
||||||
|
ctaHref="#stellen"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<JobListingBlock showFairs={false} showJobs={true} />
|
<JobListingBlock showFairs={false} showJobs={true} />
|
||||||
|
|||||||
@@ -5,13 +5,14 @@ excerpt: "Become part of a dynamic team and help us build the infrastructure of
|
|||||||
layout: "fullBleed"
|
layout: "fullBleed"
|
||||||
---
|
---
|
||||||
|
|
||||||
<HomeHero
|
<HeroSection
|
||||||
badge="Careers"
|
badge="Careers"
|
||||||
title="Build the Future"
|
title="Build the Future"
|
||||||
description="Are you looking for a new challenge in a future-proof market? At E-TIB, we work daily to network Germany and drive the energy transition forward."
|
subtitle="Are you looking for a new challenge in a future-proof market? At E-TIB, we work daily to network Germany and drive the energy transition forward."
|
||||||
videoUrl="/assets/videos/web/hero-kabelpflug.mp4"
|
backgroundImage={{ url: '/assets/photos/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-28.jpg' }}
|
||||||
linkText="Open Positions"
|
alignment="center"
|
||||||
linkHref="#stellen"
|
ctaLabel="Open Positions"
|
||||||
|
ctaHref="#stellen"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<JobListingBlock showFairs={false} showJobs={true} />
|
<JobListingBlock showFairs={false} showJobs={true} />
|
||||||
|
|||||||
Reference in New Issue
Block a user