feat(ui): add dedicated certificates pages and block component
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 16s
Build & Deploy / 🧪 QA (push) Failing after 58s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 16s
Build & Deploy / 🧪 QA (push) Failing after 58s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s
This commit is contained in:
15
content/de/zertifikate.mdx
Normal file
15
content/de/zertifikate.mdx
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "Zertifikate & Nachweise"
|
||||
date: "2024-03-20"
|
||||
excerpt: "Geprüfte Qualität, Arbeitssicherheit und Umweltschutz sind das Fundament unserer täglichen Arbeit."
|
||||
layout: "fullBleed"
|
||||
---
|
||||
|
||||
<HeroSection
|
||||
badge="Die E-TIB Gruppe"
|
||||
title="Zertifikate & Nachweise"
|
||||
subtitle="Geprüfte Qualität, Arbeitssicherheit und Umweltschutz sind das Fundament unserer täglichen Arbeit."
|
||||
backgroundImage={{ url: "/assets/photos/DSC08653.JPG" }}
|
||||
/>
|
||||
|
||||
<CertificatesBlock hideHeader={true} />
|
||||
64
content/en/zertifikate.mdx
Normal file
64
content/en/zertifikate.mdx
Normal file
@@ -0,0 +1,64 @@
|
||||
---
|
||||
title: "Certificates & Credentials"
|
||||
date: "2024-03-20"
|
||||
excerpt: "Certified quality, occupational safety, and environmental protection are the foundation of our daily work."
|
||||
layout: "fullBleed"
|
||||
---
|
||||
|
||||
<HeroSection
|
||||
badge="The E-TIB Group"
|
||||
title="Certificates & Credentials"
|
||||
subtitle="Certified quality, occupational safety, and environmental protection are the foundation of our daily work."
|
||||
backgroundImage={{ url: "/assets/photos/DSC08653.JPG" }}
|
||||
/>
|
||||
|
||||
<CertificatesBlock
|
||||
hideHeader={true}
|
||||
badge="Certifications & Credentials"
|
||||
title="Certified Quality and Safety"
|
||||
description="Transparency and the highest standards are the foundation of our work. Here you can find our current certificates available for download."
|
||||
certificates={[
|
||||
{
|
||||
title: 'ISO 14001:2015',
|
||||
description: 'Environmental Management System',
|
||||
pdfUrl: '/assets/certificates/231214_Zertifikat ISO 14001 Umweltmanagement.pdf',
|
||||
type: 'iso',
|
||||
date: '14.12.2023',
|
||||
},
|
||||
{
|
||||
title: 'ISO 9001:2015',
|
||||
description: 'Quality Management System',
|
||||
pdfUrl: '/assets/certificates/231214_Zertifikat ISO 9001 Qualitätsmanagement.pdf',
|
||||
type: 'iso',
|
||||
date: '14.12.2023',
|
||||
},
|
||||
{
|
||||
title: 'DIN EN ISO 45001:2018',
|
||||
description: 'Occupational Health and Safety',
|
||||
pdfUrl: '/assets/certificates/Zertifizierung DIN EN ISO 45001 bis 05122028.pdf',
|
||||
type: 'iso',
|
||||
date: '05.12.2025',
|
||||
},
|
||||
{
|
||||
title: 'Exemption Certificate',
|
||||
description: 'According to § 48 b EStG',
|
||||
pdfUrl: '/assets/certificates/240209_Freistellungsbescheinigung § 48 b.pdf',
|
||||
type: 'tax',
|
||||
date: '09.02.2024',
|
||||
},
|
||||
{
|
||||
title: 'Proof § 13b UStG',
|
||||
description: 'Tax liability of the service recipient',
|
||||
pdfUrl: '/assets/certificates/240209_Nachweis § 13 b.pdf',
|
||||
type: 'tax',
|
||||
date: '09.02.2024',
|
||||
},
|
||||
{
|
||||
title: 'Certificate in Tax Matters',
|
||||
description: 'Tax Office Certificate',
|
||||
pdfUrl: '/assets/certificates/250213_Bescheinigung in Steuersachen.pdf',
|
||||
type: 'tax',
|
||||
date: '13.02.2025',
|
||||
}
|
||||
]}
|
||||
/>
|
||||
Reference in New Issue
Block a user