www.nclazz.de/site/index.html

72 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>nclazz : : coding</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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=Poppins:ital,wght@0,300;0,400;0,700;0,900;1,300&display=swap" rel="stylesheet">
<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=Overpass+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/theme.css">
<link rel="stylesheet" href="styles/main.css">
<link rel="icon" href="favicon.ico?v=1" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico?v=1" type="image/x-icon" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
<header>
<img src="img/logo_light.png" alt="nclazz logo">
</header>
<nav class="fhw-slide">
<ul>
<li class="entry"><a href="#en">english</a></li>
<li class="entry"><a href="#de">deutsch</a></li>
</ul>
</nav>
<main>
<section id="en" class="fhw-slide">
<h1>Welcome at the construction site!</h1>
<article>
<p> You will find information about me and my work as a software developer here soon.
Going-Live is planned to be on <b>7th February 2022</b>
</p><br><br>
<p style="font-size: 1.3em; padding-left: 2em"><i>Until then i wish everyone who stumbled upon this site <b>all the best and good health</b> in these tough times!</i>
<br><br>
Niclas Thobaben
</p><br><br>
<p>You want to contact me? Just write me at <a href="mailto:info@nclazz.de">info@nclazz.de</a></p>
</article>
</section>
<section id="de" class="fhw-slide">
<h1>Wilkommen auf der Baustelle!</h1>
<article>
<p>In Kürze finden Sie hier Informationen über mich und meine Arbeit als Software Entwickler.
Geplanter Start der Website ist am <b>07. Februar 2022</b>.
</p><br><br>
<p style="font-size: 1.3em; padding-left: 2em"><i>Bis dahin wünsche ich allen, die auf diese Seite gestoßen sind alles <b>Gute und Gesundheit</b> in diesen schweren Zeiten!</i>
<br><br>
Niclas Thobaben
</p><br><br>
<p>Möchten Sie Kontakt zu mir aufnehmen? Schreiben Sie mir unter <a href="mailto:info@nclazz.de">info@nclazz.de</a></p>
</article>
</section>
</main>
<!-- <footer>
<ul>
<li><a href="#">Impressum</a></li>
<li><a href="#">Datenschutz</a></li>
<li><a href="#">AGB</a></li>
</ul>
</footer> -->
</body>
</html>