This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 100 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 45 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 75 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 102 KiB |
@@ -1,9 +1,9 @@
|
|||||||
import { Target, Network, Award, Clock, Lightbulb, Truck, MessageSquare, ShieldCheck, Linkedin } from 'lucide-react';
|
import { Award, Clock, Lightbulb, Linkedin, MessageSquare, ShieldCheck, Truck } from 'lucide-react';
|
||||||
|
|
||||||
const About = () => (
|
const About = () => (
|
||||||
<div>
|
<div>
|
||||||
<section style={{
|
<section style={{
|
||||||
background: 'linear-gradient(to right, rgba(255,255,255,0.95) 40%, rgba(255,255,255,0.7) 100%), url("/media/profile/mb-grid-solutions-team.webp")',
|
background: 'linear-gradient(to right, rgba(255,255,255,0.95) 40%, rgba(255,255,255,0.7) 100%), url("/media/drums/iStock-487538226 (1).jpg")',
|
||||||
backgroundSize: 'cover',
|
backgroundSize: 'cover',
|
||||||
backgroundPosition: 'center',
|
backgroundPosition: 'center',
|
||||||
minHeight: 'clamp(60vh, 70vh, 80vh)',
|
minHeight: 'clamp(60vh, 70vh, 80vh)',
|
||||||
@@ -45,37 +45,13 @@ const About = () => (
|
|||||||
marginBottom: 'clamp(3rem, 6vw, 4rem)'
|
marginBottom: 'clamp(3rem, 6vw, 4rem)'
|
||||||
}}>
|
}}>
|
||||||
<h2 className="no-underline">Die Köpfe und Koordinatoren hinter MB Grid Solution</h2>
|
<h2 className="no-underline">Die Köpfe und Koordinatoren hinter MB Grid Solution</h2>
|
||||||
<p style={{
|
|
||||||
color: 'var(--text-secondary)',
|
|
||||||
fontSize: 'clamp(1rem, 2.5vw, 1.1rem)'
|
|
||||||
}}>
|
|
||||||
Expertise, die Energie zum Laufen bringt.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="grid team-grid" style={{
|
<div className="grid team-grid" style={{
|
||||||
gridTemplateColumns: 'repeat(auto-fit, minmax(400px, 1fr))',
|
gridTemplateColumns: 'repeat(auto-fit, minmax(400px, 1fr))',
|
||||||
gap: 'var(--spacing-xl)'
|
gap: 'var(--spacing-xl)'
|
||||||
}}>
|
}}>
|
||||||
<div className="card">
|
<div className="card">
|
||||||
<div className="team-card-header" style={{
|
<div style={{ display: 'flex', alignItems: 'center', gap: '0.75rem', marginBottom: '0.5rem' }}>
|
||||||
display: 'flex',
|
|
||||||
gap: 'var(--spacing-xl)',
|
|
||||||
marginBottom: 'var(--spacing-lg)'
|
|
||||||
}}>
|
|
||||||
<img
|
|
||||||
src="/media/profile/michael-bodemer.webp"
|
|
||||||
alt="Michael Bodemer - Geschäftsführung"
|
|
||||||
style={{
|
|
||||||
width: '120px',
|
|
||||||
height: '120px',
|
|
||||||
objectFit: 'cover',
|
|
||||||
flexShrink: 0,
|
|
||||||
borderRadius: '12px'
|
|
||||||
}}
|
|
||||||
loading="lazy"
|
|
||||||
/>
|
|
||||||
<div>
|
|
||||||
<div style={{ display: 'flex', alignItems: 'center', gap: '0.75rem', marginBottom: '0.25rem' }}>
|
|
||||||
<h3 style={{ marginBottom: 0 }}>Michael Bodemer</h3>
|
<h3 style={{ marginBottom: 0 }}>Michael Bodemer</h3>
|
||||||
<a
|
<a
|
||||||
href="https://www.linkedin.com/in/michael-bodemer-33b493122/"
|
href="https://www.linkedin.com/in/michael-bodemer-33b493122/"
|
||||||
@@ -92,51 +68,14 @@ const About = () => (
|
|||||||
fontWeight: 600,
|
fontWeight: 600,
|
||||||
fontSize: 'clamp(0.8125rem, 2vw, 0.85rem)',
|
fontSize: 'clamp(0.8125rem, 2vw, 0.85rem)',
|
||||||
textTransform: 'uppercase',
|
textTransform: 'uppercase',
|
||||||
letterSpacing: '0.05em'
|
letterSpacing: '0.05em',
|
||||||
}}>
|
}}>
|
||||||
Geschäftsführung und Inhaber
|
Geschäftsführung und Inhaber
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<p style={{
|
|
||||||
fontStyle: 'italic',
|
|
||||||
marginBottom: 'var(--spacing-lg)',
|
|
||||||
color: 'var(--primary-color)',
|
|
||||||
fontWeight: 500,
|
|
||||||
fontSize: 'clamp(0.9375rem, 2vw, 1rem)',
|
|
||||||
lineHeight: 1.6
|
|
||||||
}}>
|
|
||||||
„Herausforderungen sind da, um gelöst zu werden – nicht, um über ihre Komplexität zu diskutieren."
|
|
||||||
</p>
|
|
||||||
<p style={{
|
|
||||||
fontSize: 'clamp(0.9375rem, 2vw, 0.95rem)',
|
|
||||||
color: 'var(--text-secondary)',
|
|
||||||
lineHeight: 1.7
|
|
||||||
}}>
|
|
||||||
Michael Bodemer ist der Experte für komplexe Kabelnetze. Mit seinem scharfen Blick für praktikable Lösungen treibt er Projekte in der Planung und technischen Umsetzung voran. Er stellt sicher, dass für jedes Vorhaben die optimalen Komponenten ausgewählt werden.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className="card">
|
<div className="card">
|
||||||
<div className="team-card-header" style={{
|
<div style={{ display: 'flex', alignItems: 'center', gap: '0.75rem', marginBottom: '0.5rem' }}>
|
||||||
display: 'flex',
|
|
||||||
gap: 'var(--spacing-xl)',
|
|
||||||
marginBottom: 'var(--spacing-lg)'
|
|
||||||
}}>
|
|
||||||
<img
|
|
||||||
src="/media/profile/klaus-mintel.webp"
|
|
||||||
alt="Klaus Mintel - Geschäftsführung"
|
|
||||||
style={{
|
|
||||||
width: '120px',
|
|
||||||
height: '120px',
|
|
||||||
objectFit: 'cover',
|
|
||||||
flexShrink: 0,
|
|
||||||
borderRadius: '12px'
|
|
||||||
}}
|
|
||||||
loading="lazy"
|
|
||||||
/>
|
|
||||||
<div>
|
|
||||||
<div style={{ display: 'flex', alignItems: 'center', gap: '0.75rem', marginBottom: '0.25rem' }}>
|
|
||||||
<h3 style={{ marginBottom: 0 }}>Klaus Mintel</h3>
|
<h3 style={{ marginBottom: 0 }}>Klaus Mintel</h3>
|
||||||
<a
|
<a
|
||||||
href="https://www.linkedin.com/in/klaus-mintel-b80a8b193/"
|
href="https://www.linkedin.com/in/klaus-mintel-b80a8b193/"
|
||||||
@@ -153,31 +92,12 @@ const About = () => (
|
|||||||
fontWeight: 600,
|
fontWeight: 600,
|
||||||
fontSize: 'clamp(0.8125rem, 2vw, 0.85rem)',
|
fontSize: 'clamp(0.8125rem, 2vw, 0.85rem)',
|
||||||
textTransform: 'uppercase',
|
textTransform: 'uppercase',
|
||||||
letterSpacing: '0.05em'
|
letterSpacing: '0.05em',
|
||||||
}}>
|
}}>
|
||||||
Geschäftsführung
|
Geschäftsführung
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p style={{
|
|
||||||
fontStyle: 'italic',
|
|
||||||
marginBottom: 'var(--spacing-lg)',
|
|
||||||
color: 'var(--primary-color)',
|
|
||||||
fontWeight: 500,
|
|
||||||
fontSize: 'clamp(0.9375rem, 2vw, 1rem)',
|
|
||||||
lineHeight: 1.6
|
|
||||||
}}>
|
|
||||||
„Manchmal braucht es nur einen klaren Kopf und das richtige Kabel, um die Welt ein Stück besser zu machen."
|
|
||||||
</p>
|
|
||||||
<p style={{
|
|
||||||
fontSize: 'clamp(0.9375rem, 2vw, 0.95rem)',
|
|
||||||
color: 'var(--text-secondary)',
|
|
||||||
lineHeight: 1.7
|
|
||||||
}}>
|
|
||||||
Klaus Mintel bewahrt auch bei komplexesten Anforderungen den Weitblick. Mit jahrzehntelanger Erfahrung und einem stabilen Netzwerk sorgt er für reibungslose Abläufe. Er bringt technische Themen präzise auf den Punkt und sichert den Projekterfolg.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ const Home = () => (
|
|||||||
gap: 'clamp(2rem, 6vw, 4rem)'
|
gap: 'clamp(2rem, 6vw, 4rem)'
|
||||||
}}>
|
}}>
|
||||||
<img
|
<img
|
||||||
src="/media/10432-DSC07539-Large.webp"
|
src="/media/27158-power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp"
|
||||||
alt="Technical Engineering and Cable Infrastructure"
|
alt="Technical Engineering and Cable Infrastructure"
|
||||||
className="split-img"
|
className="split-img"
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
Reference in New Issue
Block a user