mAi: #3 - mai-otto/lexsiebels Impressum + clemensplassmann Redirect

- mai-otto.de: shared Impressum (flexsiebels full)
- lexsiebels.de: shared Impressum (flexsiebels full)
- clemensplassmann.de: offline genommen, leitet per meta refresh + JS zur
  Hogan-Lovells-Profilseite weiter (https://www.hoganlovells.com/en/clemens-plassmann).
  Fallback-Link sichtbar, falls Redirect blockiert.

Refs: #3
This commit is contained in:
mAi
2026-04-23 00:03:21 +02:00
parent a4e37735f8
commit a5777ff65d
3 changed files with 15 additions and 108 deletions

View File

@@ -3,129 +3,34 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Clemens Plassmann</title> <title>Clemens Plassmann — Hogan Lovells</title>
<meta name="description" content="Clemens Plassmann — Patent Litigation, Hogan Lovells.">
<meta http-equiv="refresh" content="0; url=https://www.hoganlovells.com/en/clemens-plassmann">
<link rel="canonical" href="https://www.hoganlovells.com/en/clemens-plassmann">
<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>"> <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> <style>
* { margin: 0; padding: 0; box-sizing: border-box; } * { margin: 0; padding: 0; box-sizing: border-box; }
body { body {
font-family: 'Georgia', 'Times New Roman', serif; font-family: Georgia, 'Times New Roman', serif;
background: #0a0a0a; background: #0a0a0a;
color: #e8e6e3; color: #c9a96e;
min-height: 100vh; min-height: 100vh;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
}
.container {
text-align: center; text-align: center;
padding: 2rem; padding: 2rem;
max-width: 700px;
} }
a { color: #c9a96e; text-decoration: none; border-bottom: 1px solid rgba(201,169,110,0.4); }
.name { a:hover { border-bottom-color: #c9a96e; }
font-size: clamp(2.5rem, 6vw, 4rem); p { letter-spacing: 0.06em; line-height: 1.8; }
font-weight: 400;
letter-spacing: 0.08em;
margin-bottom: 0.5rem;
background: linear-gradient(135deg, #c9a96e 0%, #f0d89d 50%, #c9a96e 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.divider {
width: 60px;
height: 1px;
background: #c9a96e;
margin: 1.5rem auto;
opacity: 0.6;
}
.title {
font-size: 1.1rem;
font-weight: 400;
color: #8a8580;
letter-spacing: 0.15em;
text-transform: uppercase;
margin-bottom: 0.5rem;
}
.firm {
font-size: 1rem;
color: #6a6560;
letter-spacing: 0.1em;
}
.links {
margin-top: 3rem;
display: flex;
gap: 2rem;
justify-content: center;
flex-wrap: wrap;
}
.links a {
color: #c9a96e;
text-decoration: none;
font-size: 0.85rem;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 0.6rem 1.5rem;
border: 1px solid rgba(201, 169, 110, 0.3);
transition: all 0.3s ease;
}
.links a:hover {
border-color: #c9a96e;
background: rgba(201, 169, 110, 0.08);
}
.footer {
margin-top: 4rem;
font-size: 0.75rem;
color: #3a3530;
letter-spacing: 0.1em;
}
.footer a {
color: #3a3530;
text-decoration: none;
}
.footer a:hover {
color: #6a6560;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.container > * {
animation: fadeIn 0.8s ease forwards;
opacity: 0;
}
.container > *:nth-child(1) { animation-delay: 0.1s; }
.container > *:nth-child(2) { animation-delay: 0.3s; }
.container > *:nth-child(3) { animation-delay: 0.5s; }
.container > *:nth-child(4) { animation-delay: 0.7s; }
.container > *:nth-child(5) { animation-delay: 0.9s; }
.container > *:nth-child(6) { animation-delay: 1.1s; }
</style> </style>
<script>window.location.replace('https://www.hoganlovells.com/en/clemens-plassmann');</script>
</head> </head>
<body> <body>
<div class="container"> <div>
<h1 class="name">Clemens Plassmann</h1> <p>Clemens Plassmann — Patent Litigation, Hogan Lovells.</p>
<div class="divider"></div> <p>Weiter zu <a href="https://www.hoganlovells.com/en/clemens-plassmann">hoganlovells.com</a>.</p>
<p class="title">Patent Litigation</p>
<p class="firm">Hogan Lovells</p>
<div class="links">
<a href="https://www.hoganlovells.com/en/clemens-plassmann" target="_blank">Profile</a>
<a href="https://www.linkedin.com/in/clemens-plassmann/" target="_blank">LinkedIn</a>
</div>
<p class="footer">Built by <a href="https://flexsiebels.de">Otto</a></p>
</div> </div>
</body> </body>
</html> </html>

View File

@@ -550,5 +550,6 @@
document.querySelectorAll('.fade-in').forEach(el => observer.observe(el)); document.querySelectorAll('.fade-in').forEach(el => observer.observe(el));
</script> </script>
<script src="/shared/impressum.js" data-owner="flexsiebels" data-variant="full"></script>
</body> </body>
</html> </html>

View File

@@ -436,5 +436,6 @@
</div> </div>
</footer> </footer>
<script src="/shared/impressum.js" data-owner="flexsiebels" data-variant="full"></script>
</body> </body>
</html> </html>