-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
83 lines (80 loc) · 3.01 KB
/
index.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NawVecBdK</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style media="screen">
.clogo {
/*height: 500px;*/
width: 45%;
}
.slogo {
height: 100px;
width: auto;
}
</style>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<center>
<h1>NawVecBdK</h1>
<img src="img/nawvecbdk_logo.png" alt="" class="img-rounded clogo">
<p>
Der peinlich emotionale Spielekritiker mit dem seltsam sinnlosen Pseudonym.
</p>
<a href=" https://twitter.com/NawVecBdK" target="_blank">
<img src="img/twitter_logo.png" alt="" class="img-circle slogo">
</a>
<a href="https://www.youtube.com/user/NawVecBdK" target="_blank">
<img src="img/youtube_logo.png" alt="" class="img-rounded slogo">
</a>
<a href=" http://steamcommunity.com/groups/nawvecbdk" target="_blank">
<img src="img/steam_logo.png" alt="" class="img-circle slogo">
</a>
<br>
<br>
<div class="btn-group" role="group" aria-label="...">
<button type="button" class="btn btn-default" onclick="javascript:location.href='mailto:mail@nawvecbdk.de?subject=Kontakt via Website'">Kontakt</button>
<button type="button" class="btn btn-default" data-toggle="modal" data-target="#impressumModal">Impressum</button>
</div>
</center>
</div>
<div class="col-md-2"></div>
</div>
</div>
<div class="modal fade" tabindex="-1" role="dialog" id="impressumModal">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<center>
<h4 class="modal-title">Impressum</h4>
</center>
</div>
<div class="modal-body">
<center>
<p>
POWMedia GbR<br>
Redaktion: NawVecBdK<br>
Amsinckstr. 70<br>
20097 Hamburg<br>
</p>
</center>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>