-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (34 loc) · 1.74 KB
/
index.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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" href="stylesheets/stylesheet.css" />
<head>
<title>A tribute to Friedrich Kautz</title>
</head>
<div class="container-fluid">
<div class="background-box">
<h1 class="text-center text-primary">A tribute to Friedrich Kautz</h1>
<h4 class="text-center">the artist also known as Prinz Pi</h4>
<a href="https://de.wikipedia.org/wiki/Prinz_Pi#/media/File:MK39275_Prinz_Pi.jpg">
<img class="displayed" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/MK39275_Prinz_Pi.jpg/1024px-MK39275_Prinz_Pi.jpg"/>
</a>
<h3 class="text-center"><b>Some random wikipedia facts of Prinz Pi</b></h3>
<ul class="dates-text">
<li><b>1979</b> - Friedrich was born in Berlin</li>
<li><b>1998</b> - His first Sampler "Porno Privat" leaked into the internet</li>
<li><b>2002 till 2008</b> - studied something at Kunsthochschule Berlin-Weißensee</li>
<li><b>2009</b> - his daughter Leni was born</li>
<li><b>2011</b> - released his best album called "Hallo Musik" <i>imho</i>
</li>
<li><b>2015</b> - his son Oskar was born</li>
</ul>
<div class="box">
<div class="quote-text">Ich reduzier mich auf das Minimum, selbst die Ärzte schauten dumm: Der Patient weiß Bescheid und bleibt trotz Hypnose stumm
</div>
<div class="q-text">- Prinz Pi
</div>
</div>
<a class="bottom" href="https://de.wikipedia.org/wiki/Prinz_Pi">Further Information about Prinz Pornobi Wan Kenobi</a>
</div>
</div>
</html>