-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimpressum.html
More file actions
58 lines (50 loc) · 2.52 KB
/
Copy pathimpressum.html
File metadata and controls
58 lines (50 loc) · 2.52 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Impressum | OPPRO.NET Development</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<canvas id="particleCanvas"></canvas>
<header>
<div class="container">
<nav>
<div class="logo">OPPRO<span>.NET</span></div>
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="bots.html">Bots</a></li>
<li><a href="libraries.html">Libraries</a></li>
<li><a href="projects.html">Projekte</a></li>
<li><a href="impressum.html" class="active">Impressum</a></li>
<li><a href="agb.html">AGB</a></li>
<li><a href="datenschutz.html">Datenschutz</a></li>
</ul>
</nav>
</div>
</header>
<main class="container" style="margin-top: 100px;">
<section class="card feature-card">
<div class="badge badge-live">Development Team</div>
<h1 class="main-title"><span>Impressum</span></h1>
<div style="color: var(--text-dim); line-height: 1.8;">
<p><strong>OPPRO.NET Development</strong><br>
Ein privates Projekt des OPPRO.NET Networks.</p>
<p style="margin-top: 20px;"><strong>Angaben gemäß § 5 TMG:</strong><br>
Lenny Steiger<br>
Eulauer Str. 24<br>
04523 Pegau</p>
<p style="margin-top: 20px;"><strong>Kontakt:</strong><br>
E-Mail: <a href="mailto:contact@oppro-network.de" style="color: var(--primary); text-decoration: none;">contact@oppro-network.de</a></p>
<p style="margin-top: 20px;"><strong>Hosting:</strong><br>
Diese Webseite wird als statische Seite via <strong>GitHub Pages</strong> (GitHub Inc., 88 Colin P. Kelly Jr St, San Francisco, CA 94107, USA) bereitgestellt.</p>
<p style="margin-top: 30px; font-size: 0.85rem; border-top: 1px solid var(--border); padding-top: 15px;">
<em>Rechtlicher Hinweis:</em> Da dies eine rein private Seite ohne Gewinnerzielungsabsicht ist, dient dieses Impressum primär der Transparenz und Kontaktaufnahme gemäß geltender Web-Standards.
</p>
</div>
</section>
</main>
<script src="js/particles.js"></script>
</body>
</html>