-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
71 lines (63 loc) · 2.59 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
66
67
68
69
70
71
<!doctype HTML>
<html>
<head>
<meta charset="UTF-8">
<script type="text/javascript" src="js/main.js"> </script>
<link rel="stylesheet" href="css/main.css">
</head>
<body onload="TimeFunction()">
<div class="background"></div>
<div class='hidden-scrollbar'>
<div class='inner'>
<div class="SiteTable">
<div class="Row">
<div class="BannerCell">
<p style="text-align: center"> <img src="img/Loga.png" width="100%" alt="Logotype"> </p>
</div>
</div>
<div class="list">
<div class=" listcell" onclick="location.href='index.html'"> Home </div>
<div class=" listcell" onclick="location.href='games.html'"> Games </div>
<div class=" listcell selected" onclick="location.href='about.html'"> About </div>
<div class=" listcell" onclick="location.href='contact.html'"> Contact </div>
</div>
<br>
<div class="Row">
<div class="Cell" style="text-align: center">
<img src="img/johanimg.png" alt="" style="width: 150px;height: 150px;"><p> Johan Spånberg</p>
</div>
<div class="Cell" style="text-align: left">
<p><h33> Johan</h33> is not your average designer.</p>
<p> Everything basically started 21 years ago with a dream to become something else than just an industrial worker.</p>
</div>
</div>
<div class="Row">
<div class="Cell" style="text-align: center">
<img src="img/michaelimg.png" alt="" style="width: 150px;height: 150px;"><p> Michael Wood</p>
</div>
<div class="Cell">
<p><h33> Michael</h33> is not your average coder. Or is he?</p>
<p> Everything basically started 21 years ago with a dream to become something else than just an industrial worker.</p>
</div>
</div>
<div class="Row">
<div class="Cell" style="text-align: center">
<img src="img/ludwigimg.png" alt="" style="width: 150px;height: 150px;"><p> Ludwig Kleiser</p>
</div>
<div class="Cell">
<p><h33> Ludwig</h33> is not your average awesomeness.</p>
<p> Everything basically started 21 years ago with a dream to become something else than just an industrial worker.</p>
</div>
</div>
<div class="Row">
<div class="FooterCell">
<p class="time" id="timerAmPm"> </p>
</div>
</div>
</div>
<br>
<br>
</div>
</div>
</body>
</html>