2024-08-13 19:51:33 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" href="https://fenpa.ws//css/tailwind.css">
|
|
|
|
|
|
|
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title> Impressum | Soxx Refsheet</title>
|
|
|
|
|
|
|
|
<meta property="og:title" content="Impressum" />
|
|
|
|
<meta property="og:description" content="" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:url" content="https://fenpa.ws/impressum/" />
|
|
|
|
|
|
|
|
<meta name="twitter:title" content="Impressum"/>
|
|
|
|
<meta name="twitter:description" content=""/>
|
|
|
|
<style>
|
|
|
|
:root{
|
|
|
|
--main: #f39a32;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body class="">
|
|
|
|
<img src="https://fenpa.ws//images/mainbg.webp" alt="" class="fixed inset-0 -z-10 h-full object-cover w-full">
|
2024-08-20 18:58:45 +00:00
|
|
|
<nav class="text-neutral-50 w-full fixed top-0 z-30 bg-neutral-900/50 flex-wrap duration-100 backdrop-blur-sm"
|
2024-08-13 19:51:33 +00:00
|
|
|
id="navbar">
|
|
|
|
<div class="sm:mx-[15vw]">
|
|
|
|
<div
|
|
|
|
class="container gap-5 justify-between items-center p-3 mx-auto flex">
|
|
|
|
<div class="flex flex-wrap gap-1 items-center sm:gap-4">
|
|
|
|
|
|
|
|
<a href="/"
|
2024-08-20 19:46:38 +00:00
|
|
|
class="px-1 py-1 rounded sm:px-2 text-white hover:font-bold hover:text-[var(--main)]">Home</a>
|
2024-08-13 19:51:33 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="ml-auto">
|
2024-08-20 19:46:38 +00:00
|
|
|
<a href="/impressum" class="px-1 py-1 rounded sm:px-2 text-white hover:font-bold hover:text-[var(--main)]">Impressum</a>
|
2024-08-13 19:51:33 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<div class="relative w-full mt-24 sm:mt-40 p-4 mb-8">
|
|
|
|
<div class="w-full">
|
|
|
|
<div class="bg-neutral-800 rounded max-w-7xl mx-auto mt-4">
|
|
|
|
<div class="p-4">
|
2024-08-20 20:30:00 +00:00
|
|
|
<div class="prose prose-invert prose-h1:text-[var(--main)] max-w-none">
|
2024-08-20 20:03:53 +00:00
|
|
|
<p>E-Mail: <a href="mailto:soxx@fenpa.ws">soxx@fenpa.ws</a></p>
|
2024-08-13 19:51:33 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|