-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImpressum.html
More file actions
123 lines (103 loc) · 4.83 KB
/
Copy pathImpressum.html
File metadata and controls
123 lines (103 loc) · 4.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Gaming, Reviews, Guides, Technik">
<meta name="description" content="Gaming website für Reviews Guides und News für die Informationen von Gamern">
<meta name="author" content="Metrorealms">
<meta http-equiv="Permissions-Policy" content="accelerometer=(), autoplay=(), clipboard-write=(), encrypted-media=(), gyroscope=(), picture-in-picture=()">
<title>Impressum Metrorealms</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=Poppins:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="Metrorealms-Logo.png" type="image/png">
</head>
<body id="impressum-page">
<header class="header-container">
<a href="index.html" class="logo-link">
<div class="logo-title-group">
<img class="Logo" src="Metrorealms-Logo.png" alt="Metrorealms Logo">
<h1 class="Haupttitel">Metrorealms</h1>
</div>
</a>
<nav class="main-nav">
<ul>
<li><a href="news.html">News</a></li>
<li><a href="reviews.html">Reviews</a></li>
<li><a href="guides.html">Guides</a></li>
<li><a href="Kontakt.html">Kontakt</a></li>
</ul>
</nav>
</header>
<main>
<header class="page-header">
<h1>Impressum</h1>
</header>
<div class="article-container">
<div class="legal-content card">
<h2>Angaben gemäß § 5 DDG</h2>
<p>
<strong>Hinweis:</strong> Dies ist ein rein privates, nicht-kommerzielles Web-Portfolio zu Demonstrationszwecken.<br>
Aufgrund des nicht-kommerziellen Charakters dieses Projekts werden hier bewusst keine vollständigen persönlichen Daten wie Anschrift oder Telefonnummer aufgeführt, um die Privatsphäre zu schützen.
</p>
<p>
Max Mustermann<br>
Musterstadt, Deutschland
</p>
<hr> <h3>Kontakt</h3>
<p class="contact-line">
<i class="fa-solid fa-envelope"></i> E-Mail: <a href="mailto:deine-projekt-email@provider.com">deine-projekt-email@provider.com</a>
</p>
<hr>
<h3>Verantwortlich für den Inhalt nach § 18 Abs. 2 MStV</h3>
<p>
Max Mustermann<br>
(Anschrift wie oben)
</p>
</div>
</div>
</main>
<footer class="site-footer">
<div class="footer-container">
<div class="footer-column">
<h4>Navigation</h4>
<ul>
<li><a href="news.html">News</a></li>
<li><a href="reviews.html">Reviews</a></li>
<li><a href="guides.html">Guides</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Rechtliches</h4>
<ul>
<li><a href="Impressum.html">Impressum</a></li>
<li><a href="Datenschutz.html">Datenschutz</a></li>
<li><a href="Kontakt.html">Kontakt</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Folge uns</h4>
<div class="social-links">
<a href="https://www.linkedin.com/in/duncan-lohmann-a95378255/" target="_blank" aria-label="LinkedIn"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/Voyeger12" target="_blank" aria-label="GitHub"><i class="fa-brands fa-github"></i></a>
<a href="https://www.youtube.com/@Metrorealms" aria-label="YouTube"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Metrorealms. Alle Rechte vorbehalten.</p>
</div>
</footer>
<div class="cookie-banner">
<p>
Wir verwenden Cookies und binden externe Dienste wie YouTube ein, um dir das bestmögliche Erlebnis zu bieten.
<a href="Datenschutz.html">Mehr dazu in unserer Datenschutzerklärung.</a>
</p>
<button id="cookieAcceptBtn" class="cookie-accept-btn">Verstanden & Akzeptieren</button>
</div>
<script src="script.js" defer></script>
</body>
</html>