-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
107 lines (99 loc) · 3.09 KB
/
credits.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html>
<head lang="de">
<meta charset="iso-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css">
<title>Credits | The impossible Timefall</title>
</head>
<body id="credits">
<section id="wrapper">
<div id="stage">
<div id="text" class="text-center">
<h2>Credits</h2>
<h3>Developer</h3>
<div class="half">
<p>
<strong>Tom Witkowski</strong>
<br>
Management<br>
Pairprogramming<br>
Boss artificial intelligence<br>
JavaScript-Browser-Development
</p>
<p>
<strong>Sebastian Sacher</strong>
<br>
Level-Controlls<br>
Object- & Monsterspawns<br>
Highscore-System
</p>
</div>
<div class="half">
<p>
<strong>Alexander Dießner</strong>
<br>
Graphic-User-Interface<br>
Intro-Scene
</p>
<p>
<strong>Christian Langpaap</strong>
<br>
Player-Controlls<br>
Power-Ups<br>
Collision/Damage-Controlls
</p>
<p>
<strong>Eden Hagemeister</strong>
<br>
Enemy & Boss artificial intelligence<br>
Enemy & Boss Animations
</p>
</div>
<div class="clearfix"></div>
<h3>Designer</h3>
<div class="half">
<p>
<strong>Eilin Pham</strong>
<br>
"Iron Man"-Stage<br>
"Pony"-Stage<br>
"Kung Fu Panda"-Stage<br>
Cut-Scenes
</p>
<p>
<strong>Kjell Nehring</strong>
<br>
Graphic-User-Interface<br>
Power-Ups
</p>
</div>
<div class="half">
<p>
<strong>Maxim Simonenko</strong>
<br>
Intro<br>
Main-Character<br>
"Kung Fu Panda"-Stage<br>
"Pony"-Stage
</p>
</div>
<div class="clearfix"></div>
<h3>Sound-Artist</h3>
<p>
<strong>Valentino Mihut</strong>
<br>
Main-Theme<br>
Background-Sound<br>
Soundeffects
</p>
</div>
<div id="team-faces">
<img src="img/credits/team-faces.png" />
</div>
<div id="spawnedItems"></div>
</div>
</section>
</body>
</html>