You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.6 KiB
33 lines
1.6 KiB
<!DOCTYPE html>
|
|
<html lang="de" style="background-color: black;">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>zielke.studio - coming soon</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Kanit:wght@200&display=swap" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
h1, a, h2, h3, h4, p {
|
|
font-family: "Kanit", sans-serif;
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
color: rgb(134, 166, 182);
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="background-color: black; color: white; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;">
|
|
<img src="images/zielke.studio.logo.white.png" alt="Zielke Studio Logo" style="max-width: 300px; height: auto; margin-bottom: 20px;">
|
|
<h1 style="font-size: 2.5em; margin: 0; color: wheat;">STARTING 2026</h1>
|
|
<h2 style="font-size: 1.8em; margin: 0; margin-top: -1.4rem; color: gray;">INNOVATION AWAITS</h2>
|
|
<p style="text-align: left; color: white;">
|
|
<a href="mailto:info@zielke.studio">info@zielke.studio</a> | <a href="tel:">0151-12345678</a>
|
|
</p>
|
|
<a href="https://www.samuelzielke.de" style="position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); font-size: 0.8em; color: grey; text-decoration: none;">Impressum</a>
|
|
</div>
|
|
</body>
|
|
</html> |