Replaces FAIL-level (<3:1) and WEAK (<4.5:1) --text-muted/--text-dim/ --text-faint/--text-dimmer/--accent-dim/--gold-dim values across all 33 affected sites. Targets: text-muted >=4.6:1 (WCAG AA), text-dim/text-faint >=7:1 (WCAG AAA). Shared palette pattern (15 sites: deinesei, fragina, ichbinaufbali, ichbinaufbarley, insain, kainstress, kinowhow, knzlmgmt, kopffrai, legalais, martinsiebels, schulfrai, smartin3, sorgenfrai, vonschraitter): --text-muted #44444f -> #7a7a8e (2.06 -> 4.71) --text-dim #6e6e7a -> #9a9aab (3.93 -> 7.14) Otto/mai-otto pattern (purple-tinted): #404068 -> #7373bb, #7070a0 -> #9797d8. Per-site fixes for kainco, kainefrage, kilitaer (olive), killegal, killionaer, killuminati, killusion, killions, orakil (warm), paragraphenraiter (gold), keinefreun, julietensity, billableaua, allaisonme, allainallain, slopschild — each preserves its tint while crossing the AA threshold. Audit before: 31 FAIL, 2 WEAK / 33 sites flagged. Audit after: 0 FAIL, 0 WEAK / 0 sites flagged. Adds tools/contrast-audit.py (lifted from /tmp) so future edits can re-run the regression check from the repo.
710 lines
29 KiB
HTML
710 lines
29 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>sMARTin 3D — Smart in 3D</title>
|
|
<meta name="description" content="sMARTin 3D — Dein 3D-Druck-Shop. Individuelle Teile, Prototypen, Kleinserien. Smart gedacht, präzise gedruckt.">
|
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🧊</text></svg>">
|
|
<style>
|
|
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500&display=swap');
|
|
|
|
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
|
|
|
|
:root {
|
|
--bg: #0a0a0c;
|
|
--bg-elevated: #111115;
|
|
--bg-card: #16161b;
|
|
--border: #1e1e26;
|
|
--text: #e8e8ed;
|
|
--text-dim: #9a9aab;
|
|
--text-muted: #7a7a8e;
|
|
--orange: #f97316;
|
|
--orange-glow: rgba(249, 115, 22, 0.2);
|
|
--orange-subtle: rgba(249, 115, 22, 0.08);
|
|
--blue: #38bdf8;
|
|
--blue-glow: rgba(56, 189, 248, 0.15);
|
|
}
|
|
|
|
html { scroll-behavior: smooth; overflow-x: hidden; }
|
|
|
|
body {
|
|
font-family: 'Inter', sans-serif;
|
|
background: var(--bg);
|
|
color: var(--text);
|
|
line-height: 1.6;
|
|
-webkit-font-smoothing: antialiased;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
|
|
.container { max-width: 860px; margin: 0 auto; padding: 0 24px; }
|
|
|
|
/* Nav */
|
|
nav {
|
|
position: fixed; top: 0; left: 0; right: 0; z-index: 100;
|
|
padding: 20px 24px;
|
|
background: rgba(10, 10, 12, 0.8);
|
|
backdrop-filter: blur(20px);
|
|
border-bottom: 1px solid var(--border);
|
|
display: flex; justify-content: space-between; align-items: center;
|
|
max-width: 100vw; box-sizing: border-box;
|
|
}
|
|
.logo { font-family: 'Space Grotesk', sans-serif; font-size: 1.1rem; font-weight: 600; white-space: nowrap; }
|
|
.logo .s { color: var(--text-dim); font-weight: 300; text-transform: lowercase; }
|
|
.logo .martin { color: var(--orange); }
|
|
.logo .three { color: var(--blue); font-weight: 700; }
|
|
.logo .d { color: var(--text); }
|
|
.nav-links { display: flex; gap: 16px; align-items: center; }
|
|
nav a { color: var(--text-dim); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; white-space: nowrap; }
|
|
nav a:hover { color: var(--text); }
|
|
.nav-toggle { display: none; background: none; border: none; color: var(--text-dim); font-size: 1.4rem; cursor: pointer; padding: 4px; }
|
|
@media (max-width: 600px) {
|
|
.nav-links { display: none; position: absolute; top: 100%; right: 24px; background: var(--bg-elevated); border: 1px solid var(--border); border-radius: 0 0 12px 12px; flex-direction: column; padding: 16px 24px; gap: 14px; min-width: 160px; }
|
|
.nav-links.open { display: flex; }
|
|
.nav-toggle { display: block; }
|
|
nav a { font-size: 0.9rem; }
|
|
}
|
|
|
|
/* Hero */
|
|
.hero {
|
|
padding: 180px 0 120px;
|
|
text-align: center;
|
|
position: relative;
|
|
overflow: visible;
|
|
}
|
|
|
|
.hero::before {
|
|
content: '';
|
|
position: absolute;
|
|
top: 60px; left: 50%;
|
|
transform: translateX(-50%);
|
|
width: 100vw; height: 400px;
|
|
background:
|
|
radial-gradient(ellipse at 40% 50%, var(--orange-glow) 0%, transparent 50%),
|
|
radial-gradient(ellipse at 60% 40%, var(--blue-glow) 0%, transparent 50%);
|
|
pointer-events: none;
|
|
z-index: -1;
|
|
}
|
|
|
|
/* 3D text animation */
|
|
.text3d-wrapper {
|
|
perspective: 800px;
|
|
margin: 0 auto 40px;
|
|
display: flex; justify-content: center;
|
|
padding: 60px 40px;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.text3d-wrapper { touch-action: pan-y; }
|
|
}
|
|
|
|
.text3d {
|
|
transform-style: preserve-3d;
|
|
animation: rotateText 10s ease-in-out infinite;
|
|
transition: transform 0.1s ease-out;
|
|
font-family: 'Space Grotesk', sans-serif;
|
|
font-size: clamp(3rem, 10vw, 5rem);
|
|
font-weight: 700;
|
|
letter-spacing: 0.15em;
|
|
text-transform: uppercase;
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.text3d-face {
|
|
display: block;
|
|
color: var(--orange);
|
|
}
|
|
|
|
.text3d-depth {
|
|
position: absolute; top: 0; left: 0;
|
|
}
|
|
|
|
.text3d-depth:nth-child(2) { transform: translateZ(-1px); color: rgb(249,115,22); }
|
|
.text3d-depth:nth-child(3) { transform: translateZ(-2px); color: rgb(242,117,29); }
|
|
.text3d-depth:nth-child(4) { transform: translateZ(-3px); color: rgb(235,120,37); }
|
|
.text3d-depth:nth-child(5) { transform: translateZ(-4px); color: rgb(229,122,45); }
|
|
.text3d-depth:nth-child(6) { transform: translateZ(-5px); color: rgb(222,125,53); }
|
|
.text3d-depth:nth-child(7) { transform: translateZ(-6px); color: rgb(215,127,60); }
|
|
.text3d-depth:nth-child(8) { transform: translateZ(-7px); color: rgb(209,130,68); }
|
|
.text3d-depth:nth-child(9) { transform: translateZ(-8px); color: rgb(202,132,76); }
|
|
.text3d-depth:nth-child(10) { transform: translateZ(-9px); color: rgb(195,135,84); }
|
|
.text3d-depth:nth-child(11) { transform: translateZ(-10px); color: rgb(189,137,92); }
|
|
.text3d-depth:nth-child(12) { transform: translateZ(-11px); color: rgb(182,140,99); }
|
|
.text3d-depth:nth-child(13) { transform: translateZ(-12px); color: rgb(175,143,107); }
|
|
.text3d-depth:nth-child(14) { transform: translateZ(-13px); color: rgb(169,145,115); }
|
|
.text3d-depth:nth-child(15) { transform: translateZ(-14px); color: rgb(162,148,123); }
|
|
.text3d-depth:nth-child(16) { transform: translateZ(-15px); color: rgb(155,150,131); }
|
|
.text3d-depth:nth-child(17) { transform: translateZ(-16px); color: rgb(149,153,138); }
|
|
.text3d-depth:nth-child(18) { transform: translateZ(-17px); color: rgb(142,155,146); }
|
|
.text3d-depth:nth-child(19) { transform: translateZ(-18px); color: rgb(135,158,154); }
|
|
.text3d-depth:nth-child(20) { transform: translateZ(-19px); color: rgb(129,160,162); }
|
|
.text3d-depth:nth-child(21) { transform: translateZ(-20px); color: rgb(122,163,170); }
|
|
.text3d-depth:nth-child(22) { transform: translateZ(-21px); color: rgb(115,166,177); }
|
|
.text3d-depth:nth-child(23) { transform: translateZ(-22px); color: rgb(109,168,185); }
|
|
.text3d-depth:nth-child(24) { transform: translateZ(-23px); color: rgb(102,171,193); }
|
|
.text3d-depth:nth-child(25) { transform: translateZ(-24px); color: rgb(95,173,201); }
|
|
.text3d-depth:nth-child(26) { transform: translateZ(-25px); color: rgb(89,176,209); }
|
|
.text3d-depth:nth-child(27) { transform: translateZ(-26px); color: rgb(82,178,216); }
|
|
.text3d-depth:nth-child(28) { transform: translateZ(-27px); color: rgb(75,181,224); }
|
|
.text3d-depth:nth-child(29) { transform: translateZ(-28px); color: rgb(69,183,232); }
|
|
.text3d-depth:nth-child(30) { transform: translateZ(-29px); color: rgb(62,186,240); }
|
|
.text3d-depth:nth-child(31) { transform: translateZ(-30px); color: rgb(56,189,248); }
|
|
|
|
@keyframes rotateText {
|
|
0% { transform: rotateX(-20deg) rotateY(-45deg); }
|
|
50% { transform: rotateX(-20deg) rotateY(45deg); }
|
|
100% { transform: rotateX(-20deg) rotateY(-45deg); }
|
|
}
|
|
|
|
h1 {
|
|
font-family: 'Space Grotesk', sans-serif;
|
|
font-size: clamp(2.8rem, 6vw, 4.5rem);
|
|
font-weight: 700;
|
|
letter-spacing: -0.04em;
|
|
line-height: 1.05;
|
|
margin-bottom: 8px;
|
|
position: relative;
|
|
}
|
|
|
|
h1 .s { color: var(--text-dim); font-weight: 300; }
|
|
h1 .martin { color: var(--orange); }
|
|
h1 .three { color: var(--blue); }
|
|
|
|
.tagline {
|
|
font-family: 'Space Grotesk', sans-serif;
|
|
font-size: 1rem;
|
|
color: var(--text-dim);
|
|
letter-spacing: 0.15em;
|
|
text-transform: uppercase;
|
|
font-weight: 300;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.hero-desc {
|
|
font-size: 1.15rem;
|
|
color: var(--text-dim);
|
|
max-width: 540px;
|
|
margin: 0 auto 48px;
|
|
line-height: 1.7;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.hero-desc strong { color: var(--text); font-weight: 500; }
|
|
|
|
.cta-group { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
|
|
|
|
.btn {
|
|
display: inline-flex; align-items: center; gap: 8px;
|
|
padding: 14px 28px; border-radius: 10px;
|
|
font-family: 'Space Grotesk', sans-serif;
|
|
font-size: 0.9rem; font-weight: 500;
|
|
text-decoration: none; transition: all 0.2s; border: none; cursor: pointer;
|
|
}
|
|
|
|
.btn-primary {
|
|
background: var(--orange); color: #fff;
|
|
box-shadow: 0 0 30px var(--orange-glow), inset 0 1px 0 rgba(255,255,255,0.1);
|
|
}
|
|
.btn-primary:hover {
|
|
transform: translateY(-1px);
|
|
box-shadow: 0 0 50px var(--orange-glow);
|
|
filter: brightness(1.1);
|
|
}
|
|
|
|
.btn-ghost { background: transparent; color: var(--text-dim); border: 1px solid var(--border); }
|
|
.btn-ghost:hover { color: var(--text); border-color: #2a2a35; background: var(--bg-elevated); }
|
|
|
|
/* Sections */
|
|
section { padding: 100px 0; }
|
|
.section-label { font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); margin-bottom: 16px; }
|
|
h2 { font-family: 'Space Grotesk', sans-serif; font-size: 1.8rem; font-weight: 600; letter-spacing: -0.03em; margin-bottom: 16px; }
|
|
.section-desc { color: var(--text-dim); font-size: 1rem; max-width: 520px; margin-bottom: 56px; font-weight: 300; line-height: 1.7; }
|
|
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--border), var(--orange), var(--border), transparent); max-width: 860px; margin: 0 auto; }
|
|
|
|
/* Services */
|
|
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
|
|
|
|
.service-card {
|
|
background: var(--bg-card); border: 1px solid var(--border);
|
|
border-radius: 14px; padding: 32px;
|
|
transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
|
|
}
|
|
.service-card:hover {
|
|
border-color: var(--orange);
|
|
box-shadow: 0 0 30px rgba(249, 115, 22, 0.08);
|
|
transform: translateY(-2px);
|
|
}
|
|
|
|
.service-icon { font-size: 1.8rem; margin-bottom: 16px; }
|
|
.service-card h3 { font-family: 'Space Grotesk', sans-serif; font-size: 0.95rem; font-weight: 600; margin-bottom: 8px; }
|
|
.service-card p { color: var(--text-dim); font-size: 0.84rem; line-height: 1.6; font-weight: 300; }
|
|
|
|
/* Gallery */
|
|
.gallery-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 1fr);
|
|
gap: 12px;
|
|
}
|
|
|
|
.gallery-item {
|
|
border-radius: 12px;
|
|
overflow: hidden;
|
|
aspect-ratio: 4/3;
|
|
border: 1px solid var(--border);
|
|
transition: border-color 0.3s, transform 0.3s;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.gallery-item:hover {
|
|
border-color: var(--orange);
|
|
transform: scale(1.02);
|
|
}
|
|
|
|
.gallery-item img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
display: block;
|
|
}
|
|
|
|
.gallery-item figcaption {
|
|
padding: 12px 14px;
|
|
font-size: 0.78rem;
|
|
color: var(--text-dim);
|
|
line-height: 1.5;
|
|
font-weight: 300;
|
|
background: var(--bg-card);
|
|
}
|
|
|
|
.gallery-item figcaption strong {
|
|
color: var(--text);
|
|
font-weight: 500;
|
|
display: block;
|
|
margin-bottom: 4px;
|
|
font-family: 'Space Grotesk', sans-serif;
|
|
font-size: 0.82rem;
|
|
}
|
|
|
|
.gallery-item figure {
|
|
margin: 0;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.gallery-item figure img {
|
|
flex: 1;
|
|
min-height: 0;
|
|
}
|
|
|
|
.gallery-item.has-caption {
|
|
aspect-ratio: auto;
|
|
}
|
|
|
|
@media (max-width: 640px) {
|
|
.gallery-grid { grid-template-columns: repeat(2, 1fr); }
|
|
}
|
|
|
|
/* Lightbox */
|
|
.lightbox {
|
|
display: none; position: fixed; inset: 0; z-index: 200;
|
|
background: rgba(0,0,0,0.9); backdrop-filter: blur(10px);
|
|
justify-content: center; align-items: center;
|
|
cursor: pointer;
|
|
}
|
|
.lightbox.active { display: flex; }
|
|
.lightbox img {
|
|
max-width: 90vw; max-height: 85vh;
|
|
object-fit: contain; border-radius: 8px;
|
|
}
|
|
.lightbox-caption {
|
|
position: fixed; bottom: 24px; left: 50%;
|
|
transform: translateX(-50%);
|
|
color: var(--text-dim); font-size: 0.9rem;
|
|
font-family: 'Space Grotesk', sans-serif;
|
|
text-align: center; max-width: 80vw;
|
|
}
|
|
|
|
/* Process */
|
|
.process-steps {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
gap: 24px;
|
|
text-align: center;
|
|
}
|
|
|
|
.process-step { position: relative; }
|
|
|
|
.process-num {
|
|
font-family: 'Space Grotesk', sans-serif;
|
|
font-size: 2rem; font-weight: 700;
|
|
color: var(--orange); opacity: 0.3;
|
|
line-height: 1; margin-bottom: 12px;
|
|
}
|
|
|
|
.process-step h3 {
|
|
font-family: 'Space Grotesk', sans-serif;
|
|
font-size: 0.85rem; font-weight: 600; margin-bottom: 6px;
|
|
}
|
|
|
|
.process-step p {
|
|
color: var(--text-dim); font-size: 0.8rem; font-weight: 300; line-height: 1.5;
|
|
}
|
|
|
|
/* Materials */
|
|
.material-tags {
|
|
display: flex; gap: 10px; flex-wrap: wrap;
|
|
}
|
|
|
|
.material-tag {
|
|
padding: 8px 18px;
|
|
background: var(--bg-card); border: 1px solid var(--border);
|
|
border-radius: 100px;
|
|
font-family: 'Space Grotesk', sans-serif;
|
|
font-size: 0.8rem; font-weight: 500;
|
|
color: var(--text-dim);
|
|
transition: all 0.2s;
|
|
}
|
|
|
|
.material-tag:hover { border-color: var(--orange); color: var(--orange); }
|
|
|
|
/* CTA */
|
|
.cta-section { text-align: center; padding: 80px 0 120px; }
|
|
.cta-section h2 { margin-bottom: 12px; }
|
|
.cta-section .section-desc { margin: 0 auto 40px; }
|
|
|
|
footer { padding: 40px 0; text-align: center; border-top: 1px solid var(--border); }
|
|
footer p { font-family: 'Space Grotesk', sans-serif; color: var(--text-muted); font-size: 0.75rem; }
|
|
|
|
@media (max-width: 768px) {
|
|
.services-grid { grid-template-columns: 1fr; }
|
|
.process-steps { grid-template-columns: repeat(2, 1fr); }
|
|
}
|
|
@media (max-width: 640px) {
|
|
.hero { padding: 140px 0 80px; }
|
|
section { padding: 64px 0; }
|
|
.process-steps { grid-template-columns: 1fr; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<nav>
|
|
<div class="logo"><span class="s">s</span><span class="martin">MARTIN</span> <span class="three">3</span><span class="d">D</span></div>
|
|
<button class="nav-toggle" onclick="document.querySelector('.nav-links').classList.toggle('open')" aria-label="Menu">☰</button>
|
|
<div class="nav-links">
|
|
<a href="https://www.instagram.com/smartin3d/" target="_blank" rel="noopener">Instagram</a>
|
|
<a href="https://www.etsy.com/shop/Smartin3de" target="_blank" rel="noopener">Etsy Shop</a>
|
|
<a href="#kontakt" onclick="document.querySelector('.nav-links').classList.remove('open')">Anfrage</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<section class="hero">
|
|
<div class="container">
|
|
<div class="text3d-wrapper">
|
|
<div class="text3d">
|
|
<span class="text3d-face">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
<span class="text3d-depth" aria-hidden="true">smart</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tagline">Smart in 3D</div>
|
|
|
|
<p class="hero-desc">
|
|
<strong>3D-Druck</strong> für Ideen, die nicht warten können.
|
|
Vom Prototyp bis zur Kleinserie — präzise, schnell und genau so,
|
|
wie du es brauchst.
|
|
</p>
|
|
|
|
<div class="cta-group">
|
|
<a href="#kontakt" class="btn btn-primary" data-de="Projekt anfragen" data-en="Request project">Projekt anfragen</a>
|
|
<a href="#services" class="btn btn-ghost" data-de="Leistungen" data-en="Services">Leistungen</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<div class="divider"></div>
|
|
|
|
<section id="services">
|
|
<div class="container">
|
|
<div class="section-label">Leistungen</div>
|
|
<h2>Was wir drucken.</h2>
|
|
<div class="section-desc">
|
|
Egal ob Einzelstück oder Serie — jedes Teil wird individuell
|
|
für deinen Anwendungsfall optimiert.
|
|
</div>
|
|
|
|
<div class="services-grid">
|
|
<div class="service-card">
|
|
<div class="service-icon">🔩</div>
|
|
<h3 data-de="Prototypen" data-en="Prototypes">Prototypen</h3>
|
|
<p data-de="Von der Idee zum Anfassen. Schnelle Iterationen, funktionale Tests, Design-Validierung." data-en="From idea to touchable reality. Fast iterations, functional tests, design validation.">Von der Idee zum Anfassen. Schnelle Iterationen, funktionale Tests, Design-Validierung.</p>
|
|
</div>
|
|
|
|
<div class="service-card">
|
|
<div class="service-icon">📦</div>
|
|
<h3>Kleinserien</h3>
|
|
<p>10 bis 500 Stück. Ohne Werkzeugkosten, ohne Mindestmengen, ohne Wartezeit.</p>
|
|
</div>
|
|
|
|
<div class="service-card">
|
|
<div class="service-icon">⚙️</div>
|
|
<h3>Funktionsteile</h3>
|
|
<p>Mechanisch belastbar, maßgenau, einsatzbereit. Für Maschinen, Geräte, Anlagen.</p>
|
|
</div>
|
|
|
|
<div class="service-card">
|
|
<div class="service-icon">🎨</div>
|
|
<h3 data-de="Design-Objekte" data-en="Design objects">Design-Objekte</h3>
|
|
<p data-de="Architekturmodelle, Figuren, Kunst. Detailreich und in verschiedenen Materialien." data-en="Architectural models, figurines, art. Detailed and in various materials.">Architekturmodelle, Figuren, Kunst. Detailreich und in verschiedenen Materialien.</p>
|
|
</div>
|
|
|
|
<div class="service-card">
|
|
<div class="service-icon">🔧</div>
|
|
<h3 data-de="Ersatzteile" data-en="Spare parts">Ersatzteile</h3>
|
|
<p data-de="Das Teil gibt's nicht mehr? Wir drucken es nach. Reverse Engineering inklusive." data-en="Part no longer available? We print it. Reverse engineering included.">Das Teil gibt's nicht mehr? Wir drucken es nach. Reverse Engineering inklusive.</p>
|
|
</div>
|
|
|
|
<div class="service-card">
|
|
<div class="service-icon">💡</div>
|
|
<h3 data-de="Beratung" data-en="Consulting">Beratung</h3>
|
|
<p data-de="Welches Material? Welches Verfahren? Wir helfen bei der Entscheidung — bevor gedruckt wird." data-en="Which material? Which process? We help with the decision — before printing begins.">Welches Material? Welches Verfahren? Wir helfen bei der Entscheidung — bevor gedruckt wird.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<div class="divider"></div>
|
|
|
|
<section id="galerie">
|
|
<div class="container">
|
|
<div class="section-label">Galerie</div>
|
|
<h2>Unsere Drucke.</h2>
|
|
<p style="color: var(--text-dim); font-size: 1rem; margin-bottom: 56px; font-weight: 300; line-height: 1.7;">
|
|
Vom Prototyp bis zum fertigen Teil — ein paar Beispiele aus unserer Werkstatt.
|
|
</p>
|
|
|
|
<div class="gallery-grid">
|
|
<div class="gallery-item has-caption">
|
|
<figure>
|
|
<img src="img/vw-golf-mk1-abdeckung.jpg" alt="VW Golf MK1 Kofferraumklappe Abdeckung">
|
|
<figcaption>
|
|
<strong>VW Golf MK1 Kofferraumklappe</strong>
|
|
Abdeckung für die offenen Löcher in der Kofferraumklappe des alten Golfs. Auf Wunsch auch mit Kunstleder oder anderen Folien lieferbar.
|
|
</figcaption>
|
|
</figure>
|
|
</div>
|
|
<div class="gallery-item has-caption">
|
|
<figure>
|
|
<img src="img/flachkabel-halter.jpg" alt="Flachkabelhalter für Wandmontage">
|
|
<figcaption>
|
|
<strong>Flachkabelhalter für die Wandmontage</strong>
|
|
</figcaption>
|
|
</figure>
|
|
</div>
|
|
<div class="gallery-item has-caption">
|
|
<figure>
|
|
<img src="img/muenzhalter.jpg" alt="Münzhalter zum Reinigen von Sammlermünzen">
|
|
<figcaption>
|
|
<strong>Münzhalter zum Reinigen von Sammlermünzen</strong>
|
|
</figcaption>
|
|
</figure>
|
|
</div>
|
|
<div class="gallery-item has-caption">
|
|
<figure>
|
|
<img src="img/schaltanlage-panelhalter.jpg" alt="Schaltanlage Panelhalter Abdeckungen">
|
|
<figcaption>
|
|
<strong>Schaltschrank Abdeckungshalter für alte Schaltschränke in der Industrie</strong>
|
|
</figcaption>
|
|
</figure>
|
|
</div>
|
|
<div class="gallery-item has-caption">
|
|
<figure>
|
|
<img src="img/sonnenblendenhalter.jpg" alt="Sonnenblendenhalter für alte Opel Astra Modelle">
|
|
<figcaption>
|
|
<strong>Sonnenblendenhalter für alte Opel Astra Modelle</strong>
|
|
</figcaption>
|
|
</figure>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<div class="divider"></div>
|
|
|
|
<section>
|
|
<div class="container">
|
|
<div class="section-label" data-de="Prozess" data-en="Process">Prozess</div>
|
|
<h2 data-de="In 4 Schritten zum Teil." data-en="4 steps to your part.">In 4 Schritten zum Teil.</h2>
|
|
<div class="section-desc" data-de="Kein komplizierter Bestellprozess. Schick uns dein Modell oder deine Idee — wir kuemmern uns um den Rest." data-en="No complicated ordering process. Send us your model or your idea — we take care of the rest.">
|
|
Kein komplizierter Bestellprozess. Schick uns dein Modell oder deine Idee —
|
|
wir kümmern uns um den Rest.
|
|
</div>
|
|
|
|
<div class="process-steps">
|
|
<div class="process-step">
|
|
<div class="process-num">01</div>
|
|
<h3 data-de="Anfrage" data-en="Request">Anfrage</h3>
|
|
<p data-de="3D-Datei oder Skizze schicken. Wir beraten bei Material und Verfahren." data-en="Send a 3D file or sketch. We advise on material and process.">3D-Datei oder Skizze schicken. Wir beraten bei Material und Verfahren.</p>
|
|
</div>
|
|
<div class="process-step">
|
|
<div class="process-num">02</div>
|
|
<h3 data-de="Angebot" data-en="Quote">Angebot</h3>
|
|
<p data-de="Transparente Preise. Keine versteckten Kosten. Innerhalb von 24h." data-en="Transparent prices. No hidden costs. Within 24 hours.">Transparente Preise. Keine versteckten Kosten. Innerhalb von 24h.</p>
|
|
</div>
|
|
<div class="process-step">
|
|
<div class="process-num">03</div>
|
|
<h3>Druck</h3>
|
|
<p>Produktion auf professionellen Druckern. Qualitätskontrolle bei jedem Teil.</p>
|
|
</div>
|
|
<div class="process-step">
|
|
<div class="process-num">04</div>
|
|
<h3 data-de="Versand" data-en="Shipping">Versand</h3>
|
|
<p data-de="Sicher verpackt, schnell geliefert. Oder Abholung vor Ort." data-en="Securely packed, delivered quickly. Or pick up on site.">Sicher verpackt, schnell geliefert. Oder Abholung vor Ort.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<div class="divider"></div>
|
|
|
|
<section>
|
|
<div class="container">
|
|
<div class="section-label">Materialien</div>
|
|
<h2>Was wir verarbeiten.</h2>
|
|
<div class="section-desc">
|
|
Verschiedene Materialien für verschiedene Anforderungen.
|
|
</div>
|
|
|
|
<div class="material-tags">
|
|
<span class="material-tag">PLA</span>
|
|
<span class="material-tag">PETG</span>
|
|
<span class="material-tag">ABS</span>
|
|
<span class="material-tag" data-de="TPU (flexibel)" data-en="TPU (flexible)">TPU (flexibel)</span>
|
|
<span class="material-tag">Nylon</span>
|
|
<span class="material-tag">ASA (UV-beständig)</span>
|
|
<span class="material-tag">Carbon-Verbund</span>
|
|
<span class="material-tag">Holz-Filament</span>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<div class="divider"></div>
|
|
|
|
<section id="kontakt" class="cta-section">
|
|
<div class="container">
|
|
<div class="section-label" data-de="Kontakt" data-en="Contact">Kontakt</div>
|
|
<h2 data-de="Idee? Her damit." data-en="Got an idea? Let's hear it.">Idee? Her damit.</h2>
|
|
<div class="section-desc" data-de="Schick uns dein 3D-Modell, eine Skizze oder einfach eine Beschreibung. Wir melden uns innerhalb von 24 Stunden." data-en="Send us your 3D model, a sketch, or just a description. We'll get back to you within 24 hours.">
|
|
Schick uns dein 3D-Modell, eine Skizze oder einfach eine Beschreibung.
|
|
Wir melden uns innerhalb von 24 Stunden.
|
|
</div>
|
|
<a href="mailto:smartin3d@msbls.de" class="btn btn-primary">Projekt anfragen</a>
|
|
<a href="https://www.etsy.com/shop/Smartin3de" target="_blank" rel="noopener" class="btn btn-ghost">🛒 Etsy Shop</a>
|
|
<a href="https://www.instagram.com/smartin3d/" target="_blank" rel="noopener" class="btn btn-ghost">📸 Instagram</a>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<div class="container">
|
|
<p><span style="color:var(--text-dim)">s</span><span style="color:var(--orange)">MARTIN</span> <span style="color:var(--blue)">3</span>D — smartin3.de</p>
|
|
<p style="margin-top: 24px; font-size: 0.65rem; color: var(--text-muted); line-height: 1.8;"><a href="#impressum-section" style="color: var(--text-muted); text-decoration: none;">Impressum</a></p>
|
|
</div>
|
|
</footer>
|
|
|
|
<section id="impressum-section" style="padding: 60px 0 80px; border-top: 1px solid var(--border);">
|
|
<div class="container" style="max-width: 540px;">
|
|
<h2 style="font-size: 1.2rem; margin-bottom: 24px;">Impressum</h2>
|
|
<div id="impressum" style="font-size: 0.85rem; color: var(--text-dim); line-height: 1.8; font-weight: 300;"></div>
|
|
</div>
|
|
</section>
|
|
|
|
<script src="/shared/impressum.js" data-owner="martinsiebels" data-variant="full"></script>
|
|
|
|
<div class="lightbox" id="lightbox" onclick="this.classList.remove('active')">
|
|
<img id="lightbox-img" src="" alt="">
|
|
<div class="lightbox-caption" id="lightbox-cap"></div>
|
|
</div>
|
|
|
|
<script>
|
|
document.querySelectorAll('.gallery-item').forEach(function(item) {
|
|
item.addEventListener('click', function() {
|
|
var img = item.querySelector('img');
|
|
var cap = item.querySelector('figcaption strong');
|
|
document.getElementById('lightbox-img').src = img.src;
|
|
document.getElementById('lightbox-cap').textContent = cap ? cap.textContent : '';
|
|
document.getElementById('lightbox').classList.add('active');
|
|
});
|
|
});
|
|
document.addEventListener('keydown', function(e) {
|
|
if (e.key === 'Escape') document.getElementById('lightbox').classList.remove('active');
|
|
});
|
|
|
|
// Interactive 3D text
|
|
(function() {
|
|
var hero = document.querySelector('.hero');
|
|
var wrapper = document.querySelector('.text3d-wrapper');
|
|
var text = document.querySelector('.text3d');
|
|
if (!hero || !wrapper || !text) return;
|
|
|
|
function handleMove(x, y) {
|
|
var w = window.innerWidth;
|
|
var cx = x / w - 0.5;
|
|
var cy = y / (hero.getBoundingClientRect().bottom + 100) - 0.4;
|
|
var rotY = cx * 90;
|
|
var rotX = -cy * 30;
|
|
text.style.animation = 'none';
|
|
text.style.transform = 'rotateX(' + rotX + 'deg) rotateY(' + rotY + 'deg)';
|
|
}
|
|
|
|
hero.addEventListener('mousemove', function(e) { handleMove(e.clientX, e.clientY); });
|
|
if (window.matchMedia('(max-width: 768px)').matches) {
|
|
wrapper.addEventListener('touchmove', function(e) {
|
|
handleMove(e.touches[0].clientX, e.touches[0].clientY);
|
|
}, {passive: true});
|
|
} else {
|
|
hero.addEventListener('touchmove', function(e) {
|
|
e.preventDefault();
|
|
handleMove(e.touches[0].clientX, e.touches[0].clientY);
|
|
}, {passive: false});
|
|
}
|
|
hero.addEventListener('mouseleave', function() {
|
|
text.style.animation = '';
|
|
text.style.transform = '';
|
|
});
|
|
})();
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|