-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
executable file
·65 lines (65 loc) · 3.14 KB
/
about.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000">
<meta name="Description" content="lcarsde, LCARS Desktop Environment, Description, News">
<link rel="icon" href="images/icon-192.png">
<title>lcarsde - LCARS Desktop Environment</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header id="header">
<div class="bar--left header--left"></div>
<div class="bar--sep header--sep"></div>
<div class="bar--space header--space"></div>
<div class="header__logo">
<a class="header__link" href="index.html"><h1 class="header__header"><span class="header__name--short">lcarsde</span><span class="header__name--long">LCARS Desktop Environment - lcarsde</span></h1></a>
</div>
<div class="bar--right header--right"></div>
</header>
<div id="nav__container">
<div class="nav__bar--top"></div>
<nav class="nav">
<ul class="nav__list">
<li class="nav__entry"><a class="nav__link" data-num="05" href="index.html">Home</a></li>
<li class="nav__entry"><a class="nav__link" data-num="73" href="installation.html">Installation</a></li>
<li class="nav__entry"><a class="nav__link" data-num="12" href="manual.html">Manual</a></li>
<li class="nav__entry"><a class="nav__link" data-num="58" href="links.html">Links</a></li>
<li class="nav__entry"><a class="nav__link active" data-num="39" href="about.html">About</a></li>
</ul>
</nav>
<div class="nav__bar--bottom"></div>
</div>
<div class="bar__main-nav-separator">
<div class="bar--left bar__main-nav--left"></div>
<div class="bar--space bar__main-nav--space"></div>
<div class="bar--right bar__main-nav--right"></div>
</div>
<main id="main__container">
<h1>About</h1>
<h2>Information according to § 5 TMG</h2>
<p>
lcarsde<br>
Andreas Tennert<br>
D-01728 Bannewitz
</p>
<h2>Contact</h2>
<p>
Email: <a href="mailto:[email protected]">[email protected]</a>
</p>
<h2>Data protection</h2>
<p>The creator of this website does not gather any data. There is no third party code used in this website and this website does not use any cookies.</p>
<p>This page is hosted on GitHub. Please refer to <a href="https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-privacy-statement" rel="noopener noreferrer nofollow">GitHub's privary statement</a> for information on their data protection handling.</p>
<p>The promoted links section provides links to other websites. The creator of this website does not take any responsibility for the content of the linked pages. The linked pages have their own rules about cookies and third party code, which can be checked in their corresponding privacy and data regulation sections.</p>
</main>
<footer id="footer">
<div class="bar--left footer--left"></div>
<div class="bar--sep footer--sep"></div>
<div class="bar--space footer--space"></div>
<div class="bar--right footer--right"></div>
</footer>
<script src="register_sw.js"></script>
</body>
</html>