-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimpressum.html
51 lines (48 loc) · 2.28 KB
/
impressum.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Impressum</title>
</head>
<body>
<div class="center head">
<h1>TheRedstoneDEV_DE</h1>
<h5>##### References #####</h5>
<a class="icon" href="https://team.devellight.space:8096/TheRedstoneDEV_DE"><span class="icon"></span></a>
<a class="icon" href="https://github.com/theredstonedev-de"><span class="icon"></span></a>
<a class="icon" href="https://www.youtube.com/@theredstonedev_de5808"><span class="icon"></span></a>
<a class="icon" href="https://devellight.space/@theredstonedev_de"><span class="icon"></span></a>
</div>
<div class="impressum section">
<a href="index.html" class="lnk">[<- Home]</a>
<h2>## Impressum</h2>
<div class="text">
This personal website is administrated and operated by me, Robert Richter. If there are any problems
or legal issues with this site or if I got something wrong, please contact me.
</div>
<div class="information subsection">
<h3>### Contact:</h3>
<ul>
<li>E-Mail: [email protected]</li>
<li>Matrix: @theredstonedev_de:matrix.devellight.space</li>
</ul>
</div>
</div>
<div class="links section">
<h2>## Local References</h2>
<ul>
<li><a href="index.html" class="lnk">[<- Home]</a></li>
<li><a class="lnk inactive" href="">[Blog (to be added)]</a>
<li><a class="lnk" href="hardware.html">[Hardware]</a>
<li><a class="lnk" href="https://github.com/TheRedstoneDEV-DE/dotfiles">[Dotfiles]</a>
<li><a class="lnk" href="credits.html">[Credits]</a></li>
<li><a class="lnk" href="art-lib.html">[Art library]</a>
<li><a class="lnk" href="podcasts.html">[Podcasts]</a>
<li><a class="lnk inactive" href=impressum.html>[Impressum]</a>
</ul>
</div>
<div class="footer center">Robert Richter. All rights reserved. © 2024</div>
</body>
</html>