feat: overhaul competence pages, unify brand colors, and polish site integrity
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 23s
Build & Deploy / 🧪 QA (push) Failing after 1m8s
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 1s
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 23s
Build & Deploy / 🧪 QA (push) Failing after 1m8s
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 1s
- Rewrote all 5 competence pages (Kabeltiefbau, Bohrtechnik, Glasfaser, Planung, Vermessung) with factual data from references - Unified brand colors: replaced toxic neon green with brand-aligned teal (#10a379) - Fixed ReferencesSlider injection in dynamic MDX pages - Enhanced Footer with icon parity, improved branding placement, and unified hover effects - Refined Header with 3D micro-animations and improved dropdown visibility - Fixed localized tracking API (rewrites for /stats/api/send) - Resolved ReferenceErrors in InteractiveGermanyMap and Header state management - Cleaned reference titles and truncated metadata in lists
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
---
|
||||
title: "Modern Methods in Cable Civil Engineering"
|
||||
date: "2024-03-15T10:00:00.000Z"
|
||||
excerpt: "Learn more about the latest technologies and methods in modern cable civil engineering, from horizontal directional drilling to trenchless installation techniques."
|
||||
featuredImage: "/assets/images/blog/tiefbau.jpg"
|
||||
category: "Technology"
|
||||
public: true
|
||||
---
|
||||
|
||||
# Modern Methods in Cable Civil Engineering
|
||||
|
||||
Cable civil engineering has evolved rapidly in recent years. New technologies enable more efficient and environmentally friendly installation of utility lines.
|
||||
|
||||
## Trenchless Installation Techniques
|
||||
|
||||
One of the most important methods is **Horizontal Directional Drilling (HDD)**. This method allows pipes to be laid under obstacles such as roads, rivers, or buildings without having to break open the surface.
|
||||
|
||||
### Benefits of HDD Drilling:
|
||||
- Minimal impact on traffic
|
||||
- Protection of the environment and existing vegetation
|
||||
- Shorter construction times
|
||||
- Lower costs for complex crossings
|
||||
|
||||
## Classic Civil Engineering in New Quality
|
||||
|
||||
Classic trench construction also benefits from modern machinery and precise planning. By using suction excavators and GPS-supported surveying, we can virtually eliminate damage to existing utility lines.
|
||||
|
||||
## Conclusion
|
||||
|
||||
The combination of proven craftsmanship and state-of-the-art technology is the key to successful infrastructure projects. At E-TIB, we consistently focus on innovation to deliver the best possible results for our customers.
|
||||
60
content/en/bohrtechnik.mdx
Normal file
60
content/en/bohrtechnik.mdx
Normal file
@@ -0,0 +1,60 @@
|
||||
---
|
||||
title: "Trenchless Line Laying"
|
||||
date: "2024-03-20"
|
||||
excerpt: "Precise horizontal directional drilling and earth rockets in all soil classes for surface-friendly and trenchless line laying."
|
||||
layout: "fullBleed"
|
||||
---
|
||||
|
||||
<HeroSection
|
||||
badge="Core Competency"
|
||||
title="Trenchless Laying"
|
||||
subtitle="Surface-friendly horizontal directional drilling and earth rockets"
|
||||
backgroundImage={{ url: '/assets/photos/DSC08653.JPG' }}
|
||||
alignment="center"
|
||||
ctaLabel="Request a project"
|
||||
ctaHref="/en/kontakt"
|
||||
/>
|
||||
|
||||
<ServiceDetailGrid
|
||||
badge="Procedures"
|
||||
title="Efficient & Environmentally Friendly"
|
||||
descriptionParagraphs={[
|
||||
"If classic trench construction is out of the question for reasons of space, environment, or cost, we rely on **state-of-the-art trenchless techniques**.",
|
||||
"This not only protects nature but also significantly saves on restoration costs for complex surfaces."
|
||||
]}
|
||||
panels={[
|
||||
{
|
||||
id: "hdd",
|
||||
title: "Horizontal Directional Drilling (HDD)",
|
||||
icon: "hdd",
|
||||
fullWidth: false,
|
||||
lists: [
|
||||
[
|
||||
"Max. drilling length: 250 m",
|
||||
"Max. diameter: 400mm pipe",
|
||||
"Complex crossing of railways, highways & water bodies"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "erdrakete",
|
||||
title: "Earth Rocket",
|
||||
icon: "hdd",
|
||||
fullWidth: false,
|
||||
lists: [
|
||||
[
|
||||
"Max. crossing length: 15 m",
|
||||
"Max. diameter: 160mm pipe",
|
||||
"Fast house connections without trenches"
|
||||
]
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
<CallToAction
|
||||
title="Looking for a trenchless solution?"
|
||||
text="We would be happy to advise you on the possibilities of horizontal directional drilling for your project."
|
||||
buttonText="Contact us"
|
||||
buttonLink="/en/kontakt"
|
||||
/>
|
||||
60
content/en/glasfaser.mdx
Normal file
60
content/en/glasfaser.mdx
Normal file
@@ -0,0 +1,60 @@
|
||||
---
|
||||
title: "Cable Civil Engineering in Telecommunications"
|
||||
date: "2024-03-20"
|
||||
excerpt: "Future-proof infrastructure through competent cable civil engineering for fiber optic and telecommunications networks."
|
||||
layout: "fullBleed"
|
||||
---
|
||||
|
||||
<HeroSection
|
||||
badge="Core Competency"
|
||||
title="Fiber Optics & Telecommunications"
|
||||
subtitle="Complete infrastructure solutions for future-proof broadband networks (FTTX)"
|
||||
backgroundImage={{ url: '/assets/photos/DSC01129.JPG' }}
|
||||
alignment="center"
|
||||
ctaLabel="Request a project"
|
||||
ctaHref="/en/kontakt"
|
||||
/>
|
||||
|
||||
<ServiceDetailGrid
|
||||
badge="Service Portfolio"
|
||||
title="Backbone of Digitalization"
|
||||
descriptionParagraphs={[
|
||||
"Fast internet and state-of-the-art telecommunications networks require a **smooth and professional network expansion**.",
|
||||
"With state-of-the-art machinery and specialized assembly teams, E-TIB ensures the highest quality in fiber optic expansion."
|
||||
]}
|
||||
panels={[
|
||||
{
|
||||
id: "tiefbau",
|
||||
title: "Civil Engineering & Routes",
|
||||
icon: "fiber",
|
||||
fullWidth: false,
|
||||
lists: [
|
||||
[
|
||||
"Production of cable and pipe trenches",
|
||||
"Production of empty conduit routes",
|
||||
"Setting up multi-function enclosures"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "montage",
|
||||
title: "Cable Pulling & Assembly",
|
||||
icon: "fiber",
|
||||
fullWidth: false,
|
||||
lists: [
|
||||
[
|
||||
"Pulling of TK/FO cables",
|
||||
"Blowing in of fiber optic cables",
|
||||
"Cable assembly TK/FO"
|
||||
]
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
<CallToAction
|
||||
title="Are you planning an FTTX expansion?"
|
||||
text="We are happy to advise you on all aspects of FTTX and fiber optic expansion."
|
||||
buttonText="Contact us"
|
||||
buttonLink="/en/kontakt"
|
||||
/>
|
||||
@@ -139,42 +139,4 @@ description: "E-TIB GmbH is your reliable partner for complex cable routes, hori
|
||||
]}
|
||||
/>
|
||||
|
||||
<HomeReferencesSlider
|
||||
references={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Broadband Expansion FTTC, Spreewald Planning Region",
|
||||
slug: "broadband-expansion-fttc-spreewald",
|
||||
category: "Telecommunications",
|
||||
image: "/assets/photos/DSC01123.JPG"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Broadband Expansion FTTH, 29699 Bomlitz / 29690 Schwarmstedt",
|
||||
slug: "broadband-expansion-ftth-bomlitz",
|
||||
category: "Telecommunications",
|
||||
image: "/assets/photos/DSC00850.JPG"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "New Cable Route, 03149 Forst",
|
||||
slug: "new-cable-route-forst",
|
||||
category: "Cable Construction",
|
||||
image: "/assets/photos/DSC01129.JPG"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Cable Connection U30 - T10, 15890 Eisenhüttenstadt",
|
||||
slug: "cable-connection-eisenhuettenstadt",
|
||||
category: "Cable Construction",
|
||||
image: "/assets/photos/DSC00010.JPG"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "PV System Feed-in 14728 Görne",
|
||||
slug: "pv-system-feed-in-goerne",
|
||||
category: "Renewable Energy",
|
||||
image: "/assets/photos/DSC01123.JPG"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<HomeReferencesSlider />
|
||||
|
||||
61
content/en/kabeltiefbau.mdx
Normal file
61
content/en/kabeltiefbau.mdx
Normal file
@@ -0,0 +1,61 @@
|
||||
---
|
||||
title: "Cable Civil Engineering in Medium and Low Voltage"
|
||||
date: "2024-03-20"
|
||||
excerpt: "Professional cable civil engineering for medium and low voltage networks: From the construction of cable routes to cable assemblies and street lighting."
|
||||
layout: "fullBleed"
|
||||
---
|
||||
|
||||
<HeroSection
|
||||
badge="Core Competency"
|
||||
title="Cable Civil Engineering"
|
||||
subtitle="Complete infrastructure solutions for medium and low voltage networks"
|
||||
backgroundImage={{ url: '/assets/photos/DSC01123.JPG' }}
|
||||
alignment="center"
|
||||
ctaLabel="Request a project"
|
||||
ctaHref="/en/kontakt"
|
||||
/>
|
||||
|
||||
<ServiceDetailGrid
|
||||
badge="Service Portfolio"
|
||||
title="Everything for your network"
|
||||
descriptionParagraphs={[
|
||||
"Our services cover the **complete spectrum** for the construction of modern cable routes and energy infrastructure.",
|
||||
"We offer the highest precision, modern machines, and certified experts for every project."
|
||||
]}
|
||||
panels={[
|
||||
{
|
||||
id: "grabenbau",
|
||||
title: "Trench Construction & Laying",
|
||||
icon: "energy",
|
||||
fullWidth: false,
|
||||
lists: [
|
||||
[
|
||||
"Production of cable and pipe trenches",
|
||||
"Cable laying from 0.4 kV - 110 kV",
|
||||
"Cable assembly 0.4 kV - 30 kV"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "anlagen",
|
||||
title: "Systems & Lighting",
|
||||
icon: "energy",
|
||||
fullWidth: false,
|
||||
lists: [
|
||||
[
|
||||
"Construction of transformer stations",
|
||||
"Establishment of grounding systems",
|
||||
"Erection of street lighting",
|
||||
"Switching operations"
|
||||
]
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
<CallToAction
|
||||
title="Do you have a specific project?"
|
||||
text="We would be happy to advise you on all questions regarding cable civil engineering and line laying."
|
||||
buttonText="Contact us"
|
||||
buttonLink="/en/kontakt"
|
||||
/>
|
||||
@@ -7,58 +7,94 @@ layout: "fullBleed"
|
||||
|
||||
<HomeHero
|
||||
badge="Careers"
|
||||
title="Build the Future\nwith Us"
|
||||
description="We are looking for motivated talents who want to shape the digital and energy infrastructure of tomorrow. Join the E-TIB team."
|
||||
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."
|
||||
videoUrl="/assets/videos/web/hero-kabelpflug.mp4"
|
||||
linkText="View Open Positions"
|
||||
linkHref="#jobs"
|
||||
linkText="Open Positions"
|
||||
linkHref="#stellen"
|
||||
/>
|
||||
|
||||
<div id="jobs">
|
||||
<JobListingBlock
|
||||
showFairs={false}
|
||||
showJobs={true}
|
||||
title="Current Job Offers"
|
||||
fairsTitle="Upcoming Trade Fairs 2026"
|
||||
fairs={[
|
||||
{ name: 'Intersolar Munich', date: 'June 19 - 21, 2026', type: 'Energy Fair' },
|
||||
{ name: 'Wind Energy Days Linstow', date: 'Nov 04 - 06, 2026', type: 'Specialist Congress' },
|
||||
{ name: 'Cable Workshop Wiesbaden', date: 'Dec 02 - 03, 2026', type: 'Trade Fair' }
|
||||
]}
|
||||
emptyStateMessage="Currently all positions are filled. However, we welcome your speculative application!"
|
||||
emptyStateLinkText="Contact us now"
|
||||
emptyStateLinkHref="/en/kontakt"
|
||||
/>
|
||||
</div>
|
||||
<JobListingBlock showFairs={false} showJobs={true} />
|
||||
|
||||
<div className="bg-white py-24 border-t border-neutral-100">
|
||||
<div className="container max-w-4xl mx-auto px-4 prose prose-lg md:prose-xl prose-headings:font-bold prose-headings:text-neutral-dark prose-p:text-text-secondary prose-li:text-text-secondary prose-ul:space-y-2">
|
||||
<h2>Careers at E-TIB</h2>
|
||||
<div>
|
||||
E-TIB GmbH was founded in 2015 out of the motivation to enable high-quality services for our customers as well as fair remuneration for our employees. In addition to remuneration, the appreciation of each individual employee is our top priority.
|
||||
</div>
|
||||
|
||||
<h3>We offer our employees:</h3>
|
||||
<ul>
|
||||
<li>Deployment in regional and supra-regional construction projects</li>
|
||||
<li>Secure, permanent full-time employment contract</li>
|
||||
<li>Appropriate training in a committed team</li>
|
||||
<li>Performance-related and fair remuneration</li>
|
||||
<li>Daily allowance up to 30.00 EUR per working day</li>
|
||||
<li>31 days of vacation plus vacation pay</li>
|
||||
<li>Work clothing (Engelbert Strauss)</li>
|
||||
<li>Monthly additional payments (personal MasterCard)</li>
|
||||
<li>Contribution to company pension scheme</li>
|
||||
<li>Individual training and development opportunities</li>
|
||||
<li>Provision of vehicle for operational use and trips to the construction site</li>
|
||||
<li>Family atmosphere with company-organized events</li>
|
||||
</ul>
|
||||
|
||||
<div>
|
||||
Our successful corporate development enables us to continuously hire new workers. We are always looking for committed and motivated employees. Become a part of our team. Take a look at our open positions or apply speculatively.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<BenefitGrid
|
||||
badge="E-TIB Standard"
|
||||
title="We offer our employees"
|
||||
description="E-TIB GmbH was founded with the motivation to provide high-quality services and fair remuneration. In addition to remuneration, the appreciation of each individual employee is our top priority."
|
||||
benefits={[
|
||||
{
|
||||
id: "region",
|
||||
title: "Exciting Projects",
|
||||
description: "Deployment in interesting regional and supra-regional construction projects.",
|
||||
icon: "region"
|
||||
},
|
||||
{
|
||||
id: "contract",
|
||||
title: "Permanent Contract",
|
||||
description: "Secure job with a permanent full-time employment contract.",
|
||||
icon: "contract"
|
||||
},
|
||||
{
|
||||
id: "money",
|
||||
title: "Fair Remuneration",
|
||||
description: "Performance-related, above-average, and fair payment.",
|
||||
icon: "money"
|
||||
},
|
||||
{
|
||||
id: "allowance",
|
||||
title: "Daily Allowance",
|
||||
description: "We pay a tax-free daily allowance of up to 30.00 EUR per working day.",
|
||||
icon: "allowance"
|
||||
},
|
||||
{
|
||||
id: "vacation",
|
||||
title: "31 Days of Vacation",
|
||||
description: "31 days of annual vacation plus additional vacation pay for relaxation.",
|
||||
icon: "vacation"
|
||||
},
|
||||
{
|
||||
id: "clothes",
|
||||
title: "Premium Workwear",
|
||||
description: "High-quality Engelbert Strauss work clothing is fully provided.",
|
||||
icon: "clothes"
|
||||
},
|
||||
{
|
||||
id: "card",
|
||||
title: "Additional Payments",
|
||||
description: "Monthly bonuses via a personal MasterCard.",
|
||||
icon: "card"
|
||||
},
|
||||
{
|
||||
id: "retirement",
|
||||
title: "Pension Scheme",
|
||||
description: "Attractive contribution to the company pension scheme.",
|
||||
icon: "retirement"
|
||||
},
|
||||
{
|
||||
id: "education",
|
||||
title: "Further Training",
|
||||
description: "Individual development and promotion opportunities within the company.",
|
||||
icon: "education"
|
||||
},
|
||||
{
|
||||
id: "car",
|
||||
title: "Company Vehicle",
|
||||
description: "Provision of a vehicle for operational use and trips to the construction site.",
|
||||
icon: "car"
|
||||
},
|
||||
{
|
||||
id: "team",
|
||||
title: "Intensive Onboarding",
|
||||
description: "Professional onboarding in a helpful and committed team.",
|
||||
icon: "team"
|
||||
},
|
||||
{
|
||||
id: "family",
|
||||
title: "Family Atmosphere",
|
||||
description: "Strong cohesion through regular company-organized events.",
|
||||
icon: "family"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
<CallToAction
|
||||
title="Speculative Application (m/f/d)"
|
||||
|
||||
@@ -6,12 +6,54 @@ layout: "fullBleed"
|
||||
---
|
||||
|
||||
<HomeHero
|
||||
badge="Competencies"
|
||||
title="Everything from a\nsingle source"
|
||||
description="From the first planning sketch to the final documentation – we are your reliable partner for complex infrastructure projects."
|
||||
badge="Our Services"
|
||||
title="Everything from a single source"
|
||||
description="As a full-service partner in the field of cable civil engineering, we cover the entire spectrum of modern infrastructure projects."
|
||||
videoUrl="/assets/videos/web/hero-bohrung.mp4"
|
||||
linkText="Get in Touch"
|
||||
linkHref="/en/kontakt"
|
||||
secondaryCtaLabel="View References"
|
||||
secondaryCtaHref="/en/#referenzen"
|
||||
/>
|
||||
|
||||
<HomeCompetenceBentoGrid
|
||||
badge="Core Competencies"
|
||||
title="Precision & Performance"
|
||||
ctaLabel="Request a project"
|
||||
ctaHref="/en/kontakt"
|
||||
items={[
|
||||
{
|
||||
title: "Cable Construction",
|
||||
description: "Classic trench construction and professional laying of medium and low voltage cables.",
|
||||
tag: "Energy",
|
||||
size: "large",
|
||||
href: "/en/kabeltiefbau",
|
||||
image: { url: "/assets/photos/DSC01123.JPG", alt: "Cable Construction" }
|
||||
},
|
||||
{
|
||||
title: "Drilling Technology",
|
||||
description: "Horizontal directional drilling (HDD) for trenchless, surface-friendly installation.",
|
||||
tag: "Innovation",
|
||||
size: "medium",
|
||||
href: "/en/bohrtechnik",
|
||||
image: { url: "/assets/photos/DSC08653.JPG", alt: "Drilling Technology" }
|
||||
},
|
||||
{
|
||||
title: "Fiber Optics",
|
||||
description: "Expansion of future-proof broadband networks (FTTX).",
|
||||
tag: "Communication",
|
||||
size: "small",
|
||||
href: "/en/glasfaser",
|
||||
image: { url: "/assets/photos/DSC01129.JPG", alt: "Fiber Optics" }
|
||||
},
|
||||
{
|
||||
title: "Planning & Docu",
|
||||
description: "Route planning, approval procedures, and precise GIS documentation.",
|
||||
tag: "Digital",
|
||||
size: "accent",
|
||||
href: "/en/planung"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
<ServiceDetailGrid
|
||||
@@ -19,50 +61,53 @@ layout: "fullBleed"
|
||||
title="No compromises in construction"
|
||||
problemStatement={{
|
||||
title: "The reality on many construction sites",
|
||||
text: "Everywhere you look, digging and drilling are happening, but unfortunately, many things go wrong. Safety standards and documentation requirements are often ignored. This results in accidents, damaged external lines, and expensive construction delays."
|
||||
text: "Cheap providers are increasingly being used on many construction sites. Safety standards and documentation requirements are often ignored. This results in accidents, damaged external lines (electricity, water, gas, etc.), and expensive construction delays, meaning a supposed bargain turns out to be a cost trap."
|
||||
}}
|
||||
solutionStatement={{
|
||||
title: "The E-TIB Standard",
|
||||
text: "We work differently. Through our many years of experience, we identify problems early and develop safe solutions. Supported by our partner engineering firm, we offer planning, execution, and documentation at the highest level."
|
||||
text: "Through our many years of experience, we identify problems early and develop safe solutions. Supported by our partner engineering firm, we offer planning, execution, and documentation at the highest level to avoid planning errors."
|
||||
}}
|
||||
panels={[
|
||||
{
|
||||
id: "energy",
|
||||
title: "Energy & High Voltage",
|
||||
title: "Cable Civil Engineering (Medium/Low Voltage)",
|
||||
icon: "energy",
|
||||
lists: [
|
||||
[
|
||||
"Cable and pipe trenches",
|
||||
"Production of cable and pipe trenches",
|
||||
"Cable laying (0.4kV - 110kV)",
|
||||
"Cable assembly (0.4kV - 30kV)",
|
||||
"Cable assembly 0.4 kV - 30 kV",
|
||||
"Construction of transformer stations",
|
||||
"Grounding systems & street lighting"
|
||||
"Establishment of grounding systems",
|
||||
"Erection of street lighting",
|
||||
"Switching operations"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "fiber",
|
||||
title: "Fiber Optics & Telecom",
|
||||
title: "Cable Civil Engineering (Telecommunications)",
|
||||
icon: "fiber",
|
||||
lists: [
|
||||
[
|
||||
"Production of cable and pipe trenches",
|
||||
"Production of empty conduit routes",
|
||||
"Pulling/blowing in fiber optic cables",
|
||||
"Pulling/blowing in TK/FO cables",
|
||||
"Setting up multi-function enclosures",
|
||||
"Fiber optic cable assembly"
|
||||
"Cable assembly TK/FO"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "hdd",
|
||||
title: "Trenchless Laying",
|
||||
title: "Trenchless Line Laying",
|
||||
icon: "hdd",
|
||||
lists: [
|
||||
[
|
||||
"Horizontal directional drilling (HDD)",
|
||||
"Max. drilling length: 250m",
|
||||
"Max. diameter: 400mm pipe",
|
||||
"Earth rocket (up to 15m / 160mm pipe)"
|
||||
"Horizontal directional drilling (up to 250m)",
|
||||
"Horizontal directional drilling (up to 400mm pipe)",
|
||||
"Earth rocket (up to 15m crossing length)",
|
||||
"Earth rocket (up to 160mm pipe)"
|
||||
]
|
||||
]
|
||||
},
|
||||
@@ -72,10 +117,10 @@ layout: "fullBleed"
|
||||
icon: "planning",
|
||||
lists: [
|
||||
[
|
||||
"Structural & execution planning",
|
||||
"Tendering & construction supervision",
|
||||
"Structural/approval/execution planning",
|
||||
"Tendering, awarding & construction supervision",
|
||||
"Approval planning",
|
||||
"Feasibility studies & project review"
|
||||
"Project review, studies"
|
||||
]
|
||||
]
|
||||
},
|
||||
@@ -86,14 +131,38 @@ layout: "fullBleed"
|
||||
fullWidth: true,
|
||||
lists: [
|
||||
[
|
||||
"Staking out and surveying of cable routes",
|
||||
"Digital as-built documentation (GIS)"
|
||||
],
|
||||
[
|
||||
"360° photo/video recording of the construction site",
|
||||
"Creation of databases for project accounting"
|
||||
"Staking out and surveying of line routes",
|
||||
"Creation of databases for project accounting",
|
||||
"360° photo/video recording of the construction site"
|
||||
]
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
<JsonLd data={[
|
||||
{
|
||||
"@type": "Service",
|
||||
"name": "Cable Construction",
|
||||
"description": "Classic trench construction and professional laying of medium and low voltage cables.",
|
||||
"provider": { "@type": "Organization", "name": "E-TIB GmbH" }
|
||||
},
|
||||
{
|
||||
"@type": "Service",
|
||||
"name": "Horizontal Directional Drilling",
|
||||
"description": "Horizontal directional drilling (HDD) for trenchless, surface-friendly installation.",
|
||||
"provider": { "@type": "Organization", "name": "E-TIB GmbH" }
|
||||
},
|
||||
{
|
||||
"@type": "Service",
|
||||
"name": "Fiber Optic Expansion",
|
||||
"description": "Expansion of future-proof broadband networks (FTTX) and fiber optic cable assemblies.",
|
||||
"provider": { "@type": "Organization", "name": "E-TIB GmbH" }
|
||||
},
|
||||
{
|
||||
"@type": "Service",
|
||||
"name": "Planning and Surveying",
|
||||
"description": "Approval and execution planning, electrical and grid connection planning, as well as digital as-built documentation via GIS.",
|
||||
"provider": { "@type": "Organization", "name": "E-TIB GmbH" }
|
||||
}
|
||||
]} />
|
||||
|
||||
@@ -1,35 +1,29 @@
|
||||
---
|
||||
title: "Trade Fairs & Events"
|
||||
title: "Fairs & Events"
|
||||
date: "2024-03-20"
|
||||
excerpt: "Meet the E-TIB Group team in person at trade fairs and industry events."
|
||||
excerpt: "Meet the team of the E-TIB Group personally at trade fairs and industry events."
|
||||
layout: "fullBleed"
|
||||
---
|
||||
|
||||
<HomeHero
|
||||
badge="Events"
|
||||
title="Meet us\nin person"
|
||||
description="Get in touch with our experts. We are represented at the most important industry trade fairs and look forward to speaking with you personally."
|
||||
videoUrl="/assets/videos/web/hero-messe.mp4"
|
||||
linkText="View dates"
|
||||
linkHref="#dates"
|
||||
badge="Fairs & Events"
|
||||
title="Meet us personally"
|
||||
description="Get to know the E-TIB Group at the leading industry trade fairs."
|
||||
videoUrl="/assets/videos/web/hero-bahnkreuzung.mp4"
|
||||
linkText="Get in Touch"
|
||||
linkHref="/en/kontakt"
|
||||
/>
|
||||
|
||||
<div id="dates">
|
||||
<div id="termine">
|
||||
<JobListingBlock
|
||||
showFairs={true}
|
||||
showJobs={false}
|
||||
fairsTitle="Upcoming Trade Fairs 2026"
|
||||
showJobs={false}
|
||||
fairs={[
|
||||
{ name: 'Intersolar Munich', date: 'June 19 - 21, 2026', type: 'Energy Fair' },
|
||||
{ name: 'Wind Energy Days Linstow', date: 'Nov 04 - 06, 2026', type: 'Specialist Congress' },
|
||||
{ name: 'Cable Workshop Wiesbaden', date: 'Dec 02 - 03, 2026', type: 'Trade Fair' }
|
||||
{ name: 'Intersolar Munich', date: '2024 / 2025', type: 'Fair', location: 'Munich' },
|
||||
{ name: 'Wind Energy Days Linstow', date: '2024 / 2025', type: 'Specialist Congress', location: 'Linstow' },
|
||||
{ name: 'Cable Workshop Wiesbaden', date: '2024 / 2025', type: 'Trade Fair', location: 'Wiesbaden' }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<CallToAction
|
||||
title="Ready for Your Project?"
|
||||
description="We are always looking for new challenges and strong partners. Contact us for a non-binding consultation on your project."
|
||||
ctaLabel="Contact Us Now"
|
||||
ctaHref="/en/kontakt"
|
||||
/>
|
||||
<CallToAction />
|
||||
|
||||
62
content/en/planung.mdx
Normal file
62
content/en/planung.mdx
Normal file
@@ -0,0 +1,62 @@
|
||||
---
|
||||
title: "Planning and Consulting"
|
||||
date: "2024-03-20"
|
||||
excerpt: "Professional planning and consulting in the field of energy and telecommunications networks: route planning, approval procedures, and project review."
|
||||
layout: "fullBleed"
|
||||
---
|
||||
|
||||
<HeroSection
|
||||
badge="Core Competency"
|
||||
title="Planning & Consulting"
|
||||
subtitle="Competent support for energy and telecommunications networks"
|
||||
backgroundImage={{ url: '/assets/photos/DJI_0048.JPG' }}
|
||||
alignment="center"
|
||||
ctaLabel="Request a project"
|
||||
ctaHref="/en/kontakt"
|
||||
/>
|
||||
|
||||
<ServiceDetailGrid
|
||||
badge="Engineering Services"
|
||||
title="Foundation for Success"
|
||||
descriptionParagraphs={[
|
||||
"Solid planning is the foundation of every successful construction project. Avoid expensive planning errors and benefit from our comprehensive expertise.",
|
||||
"Our partner engineering firm **E-TIB Ingenieurgesellschaft mbH** supports us in the smooth implementation of complex network expansion projects."
|
||||
]}
|
||||
panels={[
|
||||
{
|
||||
id: "planung",
|
||||
title: "Planning",
|
||||
icon: "planning",
|
||||
fullWidth: false,
|
||||
lists: [
|
||||
[
|
||||
"Structural planning",
|
||||
"Approval planning",
|
||||
"Execution planning",
|
||||
"Consent planning"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "beratung",
|
||||
title: "Consulting & Management",
|
||||
icon: "planning",
|
||||
fullWidth: false,
|
||||
lists: [
|
||||
[
|
||||
"Tendering & awarding",
|
||||
"Construction supervision",
|
||||
"Project review",
|
||||
"Feasibility studies"
|
||||
]
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
<CallToAction
|
||||
title="Do you need planning security?"
|
||||
text="Let's talk about your project. We are at your side with help and advice."
|
||||
buttonText="Contact us"
|
||||
buttonLink="/en/kontakt"
|
||||
/>
|
||||
@@ -1,12 +1,14 @@
|
||||
---
|
||||
title: "Breitbandausbau FTTH, Landkreis Börde"
|
||||
title: "Broadband Expansion FTTH, Börde District"
|
||||
client: "EKN Breitband GmbH & Co. KG"
|
||||
date: "2026-01-01"
|
||||
dateString: "seit 05/2019"
|
||||
location: "Landkreis Börde"
|
||||
date: "2019-05-01"
|
||||
dateString: "Since 05/2019"
|
||||
location: "Börde District"
|
||||
featuredImage: "/assets/photos/etib_ingenieure_tiefbau_solar_pv_planung_vermessung_gis-294.jpg"
|
||||
---
|
||||
|
||||
- 109.000 m Leitungstrasse herstellen (Tiefbau/HDD)
|
||||
- 63 Stück Aufstellung Netzverteiler
|
||||
- 747 Stück Herstellung Hausanschlüsse
|
||||
- 109,000 m production of cable route (civil engineering/HDD)
|
||||
- 63 units installation of network distributors
|
||||
- 747 units production of house connections
|
||||
- Coordination and realization of the entire route guidance
|
||||
- Documentation and acceptance of the house connections
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
---
|
||||
title: "Breitbandausbau FTTH, Planungsregion Bomlitz"
|
||||
client: "Telekom Deutschland GmbH"
|
||||
date: "2018-12-31"
|
||||
dateString: "04/2018 bis 12/2018"
|
||||
location: "Bomlitz"
|
||||
featuredImage: "/assets/photos/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-100.jpg"
|
||||
title: "Broadband Expansion FTTH, Bomlitz / Schwarmstedt"
|
||||
client: "inexio Informationstechnologie und Telekommunikation GmbH"
|
||||
date: "2018-08-01"
|
||||
dateString: "08/2018 to 03/2021"
|
||||
location: "29699 Bomlitz / 29690 Schwarmstedt"
|
||||
featuredImage: "/assets/photos/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-60.jpg"
|
||||
---
|
||||
|
||||
- 88.890 m Leitungstrasse herstellen (Tiefbau/HDD)
|
||||
- 23 Stück Aufstellung Multifunktionsgehäuse
|
||||
- 52 Stück Aufstellung Netzverteiler
|
||||
- 571 Stück Herstellung Hausanschlüsse
|
||||
- 88,890 m production of cable route (civil engineering/HDD)
|
||||
- 23 units installation of multi-functional cabinets
|
||||
- 52 units installation of network distributors
|
||||
- 571 units production of house connections
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
---
|
||||
title: "Kabelverbindung U30 - T10, 15890 Eisenhüttenstadt"
|
||||
title: "Cable Connection U30 - T10, Eisenhüttenstadt"
|
||||
client: "ArcelorMittal Eisenhüttenstadt GmbH"
|
||||
date: "2019-12-31"
|
||||
dateString: "07/2019 bis 12/2019"
|
||||
location: "Eisenhüttenstadt"
|
||||
date: "2019-07-01"
|
||||
dateString: "07/2019 to 12/2019"
|
||||
location: "15890 Eisenhüttenstadt"
|
||||
featuredImage: "/assets/photos/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung_(24_von_99)_groß2.jpg"
|
||||
---
|
||||
|
||||
- 2.095 m Kabelgraben ausheben und verfüllen
|
||||
- 180 m Horizontalspülbohrung d 160 + d 50
|
||||
- 5.700 m Lieferung und Verlegung MS-Kabel 240 mm², 18/30 kV
|
||||
- 3.000 m Lieferung und Verlegung PE-Schutzrohr 50 x 4,6 mm
|
||||
- 3.000 m Lieferung und Einblasen LWL-Kabel, 12 Fasern
|
||||
- 3.000 m Lieferung und Verlegung Steuerkabel, 0,6/1 kV
|
||||
- 16 Satz Lieferung und Montage MS-Verbindungsmuffe 240 mm², 18/30 kV
|
||||
- 1 Stück Lieferung und Montage LWL-Verbindungsmuffe, 12 Fasern
|
||||
- 4 Satz Lieferung und Montage MS-T-Stecker 240 mm², 18/30 kV
|
||||
- Hauptprüfung / Mantelprüfung / OTDR-Messung
|
||||
- 2,095 m cable trench excavation and backfilling
|
||||
- 180 m horizontal directional drilling d 160 + d 50
|
||||
- 5,700 m delivery and installation of MV cable 240 mm², 18/30 kV
|
||||
- 3,000 m delivery and installation of PE protection pipe 50 x 4.6 mm
|
||||
- 3,000 m delivery and blowing in of FO cable, 12 fibers
|
||||
- 3,000 m delivery and installation of control cable, 0.6/1 kV
|
||||
- 16 sets delivery and assembly of MV connection joint 240 mm², 18/30 kV
|
||||
- 1 unit delivery and assembly of FO connection joint, 12 fibers
|
||||
- 4 sets delivery and assembly of MV T-connectors 240 mm², 18/30 kV
|
||||
- Main testing / sheath testing / OTDR measurement
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
---
|
||||
title: "Neubau Kabeltrasse, 03149 Forst"
|
||||
title: "New Cable Route, Forst"
|
||||
client: "Mitteldeutsche Netzgesellschaft Strom mbH"
|
||||
date: "2020-09-30"
|
||||
dateString: "03/2020 bis 09/2020"
|
||||
location: "Forst"
|
||||
date: "2020-03-01"
|
||||
dateString: "03/2020 to 09/2020"
|
||||
location: "03149 Forst"
|
||||
featuredImage: "/assets/photos/DSC02156.jpg"
|
||||
---
|
||||
|
||||
- 2984 m Kabelgraben ausheben und verfüllen
|
||||
- 945 m Horizontalspülbohrung d 160 + d 50
|
||||
- 3.929 m Verlegung MS-Kabel 240 mm², 12/20 kV
|
||||
- 3.929 m Verlegung PE-Schutzrohr 50 x 4,6 mm
|
||||
- 11 Satz Montage MS-Verbindungsmuffe 240 mm², 12/20 kV
|
||||
- 1 Satz Montage MS-Endverschluss 240 mm², 12/20 kV
|
||||
- 2.000 m Rückbau Freileitung (inkl. 16 Stück Maste)
|
||||
- 2,984 m cable trench excavation and backfilling
|
||||
- 945 m horizontal directional drilling d 160 + d 50
|
||||
- 3,929 m installation of MV cable 240 mm², 12/20 kV
|
||||
- 3,929 m installation of PE protection pipe 50 x 4.6 mm
|
||||
- 11 sets assembly of MV connection joint 240 mm², 12/20 kV
|
||||
- 1 set assembly of MV end termination 240 mm², 12/20 kV
|
||||
- 2,000 m dismantling of overhead line (incl. 16 poles)
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
---
|
||||
title: "Einspeisung PV-Anlage 14728 Görne"
|
||||
title: "PV System Feed-in, Görne"
|
||||
client: "EVH GmbH"
|
||||
date: "2020-07-31"
|
||||
dateString: "05/2020 bis 07/2020"
|
||||
location: "Görne"
|
||||
date: "2020-05-01"
|
||||
dateString: "05/2020 to 07/2020"
|
||||
location: "14728 Görne"
|
||||
featuredImage: "/assets/photos/DSC08744.JPG"
|
||||
---
|
||||
|
||||
- 4.215 m Kabelgraben ausheben und verfüllen
|
||||
- 1.285 m Horizontalspülbohrung d 140 + d 50
|
||||
- 5.500 m Verlegung MS-Kabel 300 mm², 12/20 kV
|
||||
- 4.500 m Verlegung MS-Kabel 300 mm², 12/20 kV mittels Kabelpflug
|
||||
- 10.000 m Verlegung PE-Schutzrohr 50 x 4,6 mm
|
||||
- 10.000 m Einblasen LWL-Kabel, 12 Fasern
|
||||
- 3 Stück Lieferung und Montage LWL-Verbindungsmuffe, 12 Fasern
|
||||
- 16 Satz Montage MS-Verbindungsmuffe 300 mm², 12/20 kV
|
||||
- 4 Satz Montage MS-T-Stecker 300 mm², 12/20 kV
|
||||
- Mantelprüfung, VLF-Prüfung, OTDR-Messung
|
||||
- 4,215 m cable trench excavation and backfilling
|
||||
- 1,285 m horizontal directional drilling d 140 + d 50
|
||||
- 5,500 m installation of MV cable 300 mm², 12/20 kV
|
||||
- 4,500 m installation of MV cable 300 mm², 12/20 kV by cable plow
|
||||
- 10,000 m installation of PE protection pipe 50 x 4.6 mm
|
||||
- 10,000 m blowing in of FO cable, 12 fibers
|
||||
- 3 units delivery and assembly of FO connection joint, 12 fibers
|
||||
- 16 sets assembly of MV connection joint 300 mm², 12/20 kV
|
||||
- 4 sets assembly of MV T-connectors 300 mm², 12/20 kV
|
||||
- Sheath testing, VLF testing, OTDR measurement
|
||||
|
||||
@@ -1,19 +1,17 @@
|
||||
---
|
||||
title: "Breitbandausbau FTTC, Planungsregion Spreewald"
|
||||
title: "Broadband Expansion FTTC, Spreewald Planning Region"
|
||||
client: "Telekom Deutschland GmbH"
|
||||
date: "2018-01-31"
|
||||
dateString: "09/2017 bis 01/2018"
|
||||
location: "Spreewald"
|
||||
date: "2017-09-01"
|
||||
dateString: "09/2017 to 01/2018"
|
||||
location: "Spreewald Planning Region"
|
||||
featuredImage: "/assets/photos/DSC01129.JPG"
|
||||
---
|
||||
|
||||
- 4.006 m Kabelgraben ausheben und verfüllen
|
||||
- 4.006 m Verlegung PE-Schutzrohr 50 x 4,6 mm
|
||||
- 13.008 m Horizontalspülbohrung D 50
|
||||
- 94.951 m Einblasen von Kabel/Rohren unbelegt
|
||||
- 42 Stück Stellen von Multifunktionsgehäusen
|
||||
- Aufbau von Energieanschlusssäulen
|
||||
- Aufbau elektrischer Anlagen 230V
|
||||
- Koordination mit Energieversorgungsunternehmen
|
||||
- Inbetriebnahme der elektrischen Anlagen
|
||||
- Oberflächen- und Tiefbauarbeiten für Multifunktionsgehäuse
|
||||
- 4,006 m cable trench excavation and backfilling
|
||||
- 4,006 m installation of PE protection pipe 50 x 4.6 mm
|
||||
- 13,008 m horizontal directional drilling D 50
|
||||
- 94,951 m blowing in of cables/pipes (unoccupied)
|
||||
- 42 units installation of multi-functional cabinets
|
||||
- Setup of energy connection pillars and electrical systems 230V
|
||||
- Coordination with utility companies and commissioning of the electrical systems
|
||||
- Surface and civil engineering work for multi-function enclosures
|
||||
|
||||
@@ -7,7 +7,7 @@ layout: "fullBleed"
|
||||
|
||||
<HomeHero
|
||||
badge="The E-TIB Group"
|
||||
title="Reliability has\na Tradition"
|
||||
title="Reliability has a Tradition"
|
||||
description="Since 2015, we have been growing continuously to meet the demands of the energy transition and digitalization. As a corporate group, we pool specialized expertise under one roof."
|
||||
videoUrl="/assets/videos/web/hero-bahnkreuzung.mp4"
|
||||
linkText="Open Positions"
|
||||
@@ -95,66 +95,6 @@ layout: "fullBleed"
|
||||
{ value: '100', suffix: '%', label: 'Nationwide Reach' },
|
||||
{ value: '2', suffix: '+', label: 'Operating Locations' }
|
||||
]}
|
||||
locations={[
|
||||
{
|
||||
id: 'guben',
|
||||
name: 'Guben (Headquarters)',
|
||||
type: 'hq',
|
||||
x: 85,
|
||||
y: 48,
|
||||
description: 'E-TIB GmbH Holding & Bohrtechnik GmbH',
|
||||
details: ['Central Management', 'Cable Civil Engineering', 'Machinery Park']
|
||||
},
|
||||
{
|
||||
id: 'buelstedt',
|
||||
name: 'Bülstedt (Engineering Firm)',
|
||||
type: 'branch',
|
||||
x: 37,
|
||||
y: 25,
|
||||
description: 'E-TIB Ingenieurgesellschaft mbH',
|
||||
details: ['Planning & Projecting', 'Surveying', 'Documentation']
|
||||
},
|
||||
{
|
||||
id: 'spreewald',
|
||||
name: 'Spreewald (Project)',
|
||||
type: 'project',
|
||||
x: 82,
|
||||
y: 45,
|
||||
description: 'Broadband Expansion FTTC'
|
||||
},
|
||||
{
|
||||
id: 'bomlitz',
|
||||
name: 'Bomlitz (Project)',
|
||||
type: 'project',
|
||||
x: 45,
|
||||
y: 30,
|
||||
description: 'Broadband Expansion FTTH'
|
||||
},
|
||||
{
|
||||
id: 'forst',
|
||||
name: 'Forst (Project)',
|
||||
type: 'project',
|
||||
x: 88,
|
||||
y: 50,
|
||||
description: 'New Cable Route Construction'
|
||||
},
|
||||
{
|
||||
id: 'eisenhuettenstadt',
|
||||
name: 'Eisenhüttenstadt (Project)',
|
||||
type: 'project',
|
||||
x: 85,
|
||||
y: 40,
|
||||
description: 'Cable Connection U30 - T10'
|
||||
},
|
||||
{
|
||||
id: 'goerne',
|
||||
name: 'Görne (Project)',
|
||||
type: 'project',
|
||||
x: 70,
|
||||
y: 35,
|
||||
description: 'PV System Feed-in'
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
<div id="structure">
|
||||
|
||||
60
content/en/vermessung.mdx
Normal file
60
content/en/vermessung.mdx
Normal file
@@ -0,0 +1,60 @@
|
||||
---
|
||||
title: "Surveying and Documentation"
|
||||
date: "2024-03-20"
|
||||
excerpt: "Precise surveying, staking out, and digital documentation of line routes to ensure the highest safety and quality standards."
|
||||
layout: "fullBleed"
|
||||
---
|
||||
|
||||
<HeroSection
|
||||
badge="Core Competency"
|
||||
title="Surveying & Documentation"
|
||||
subtitle="Seamless and legally compliant recording of all construction phases"
|
||||
backgroundImage={{ url: '/assets/photos/DSC08653.JPG' }}
|
||||
alignment="center"
|
||||
ctaLabel="Request a project"
|
||||
ctaHref="/en/kontakt"
|
||||
/>
|
||||
|
||||
<ServiceDetailGrid
|
||||
badge="Precision"
|
||||
title="Highest Safety Standards"
|
||||
descriptionParagraphs={[
|
||||
"Increasing documentation requirements and strict safety standards demand **the highest precision on the construction site**.",
|
||||
"With state-of-the-art technology, we ensure seamless and legally compliant recording of all lines. This is the best protection against unpleasant surprises during construction acceptance."
|
||||
]}
|
||||
panels={[
|
||||
{
|
||||
id: "vermessung",
|
||||
title: "Geodesy",
|
||||
icon: "survey",
|
||||
fullWidth: false,
|
||||
lists: [
|
||||
[
|
||||
"Staking out of line routes",
|
||||
"Surveying of line routes",
|
||||
"GPS-supported terrain recording"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "dokumentation",
|
||||
title: "Digital Documentation",
|
||||
icon: "survey",
|
||||
fullWidth: false,
|
||||
lists: [
|
||||
[
|
||||
"Creation of databases for project accounting",
|
||||
"360° photo/video recording of the construction site",
|
||||
"Integration into geographic information systems (GIS)"
|
||||
]
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
<CallToAction
|
||||
title="Are you facing high documentation requirements?"
|
||||
text="Contact us for professional surveying and documentation services."
|
||||
buttonText="Contact us"
|
||||
buttonLink="/en/kontakt"
|
||||
/>
|
||||
Reference in New Issue
Block a user