-
Notifications
You must be signed in to change notification settings - Fork 0
/
imprint.html
50 lines (48 loc) · 1.27 KB
/
imprint.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Jason Paignigiannes</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h1>Impressum</h1>
<p class="sub"><a href="index.html">← back to main page.</a></p>
</header>
<section>
<h1>Angaben gemäß § 5 TMG</h1>
</section>
<section>
<h2>Diensteanbieter</h2>
<p>
Jason Paignigiannes<br/>
Oldenburger Str. 30<br/>
10551 Berlin
</p>
</section>
<section>
<h2>Kontaktmöglichkeiten</h2>
<p>
<img src="contact.png" alt="contact possibilities" width="362px"/>
</p>
</section>
<section>
<h2>Angaben zum Unternehmen</h2>
<p>
Umsatzsteuer Identifikationsnummer (USt-ID): USTID
</p>
</section>
<section>
<h2>Social Media und andere Onlinepräsenzen</h2>
<p>
Dieses Impressum gilt auch für die folgenden Social-Media-Präsenzen und Onlineprofile:<br/><br/>
https://www.xing.com/profile/Jason_Paignigiannes<br/>
https://www.linkedin.com/in/jason-paignigiannes-496150165<br/>
https://github.com/jasonpai
</p>
</section>
</body>
</html>