-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (55 loc) · 2.31 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<html lang="en">
<head>
<title>Chris Kaiser</title>
<link rel="apple-touch-icon" sizes="180x180" href="./img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<link rel="stylesheet" type="text/css" href="./font/open-sans.css">
<link rel="stylesheet" type="text/css" media="(prefers-color-scheme: light)" href="./css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="(prefers-color-scheme: dark)" href="./css/bootstrap-dark.min.css">
<link rel="stylesheet" type="text/css" href="./css/main.css">
<link rel="stylesheet" type="text/css" media="(prefers-color-scheme: dark)" href="./css/main-dark.css">
<script src="./js/bootstrap.min.js" ></script>
</head>
<body>
<div class="container-md page-wrap">
<header>
<h1>Chris Kaiser</h1>
</header>
<h2 class="mt-5">Public</h2>
<div class="row">
<div class="col-sm mb-2">
<a href="https://github.com/kaiser-chris/" target="_blank" class="card-link">
<div class="img-bg card" style="background-image: url('./img/github-bg.png');">
<img alt="Github Logo" class="img-logo" src="./img/github-logo.png">
</div>
</a>
</div>
<div class="col-sm mb-2">
<a href="https://www.linkedin.com/in/kaiser-chris/" target="_blank" class="card-link">
<div class="img-bg card" style="background-image: url('./img/linkedin-bg.jpg');">
<img alt="Linkedin Logo" class="img-logo" src="./img/linkedin-logo.png">
</div>
</a>
</div>
</div>
<h2 class="mt-5">Private</h2>
<div class="row">
<div class="col-sm mb-2">
<a href="https://manga.bahmut.de/" target="_blank" class="card-link">
<div class="img-bg card" style="background-image: url('./img/book-bg.jpg');">
</div>
</a>
</div>
<div class="col-sm mb-2">
<a href="https://games.bahmut.de/" target="_blank" class="card-link">
<div class="img-bg card" style="background-image: url('./img/game-bg.jpg');">
</div>
</a>
</div>
</div>
</div>
<div class="footer"><a href="disclaimer.html">Impressum & Copyright</a> - <a target="_blank" href="https://stats.uptimerobot.com/ZGRj1HMWy0">Status</a></div>
</body>
</html>