-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (49 loc) · 2.38 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
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Georg Auge's personal website, showing nothing but a logo thus far.">
<link rel="icon" type="image/png" href="assets/images/logo.png" />
<!-- bootstrap css sheet -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha2/css/bootstrap.min.css"
integrity="sha384-DhY6onE6f3zzKbjUPRc2hOzGAdEf4/Dz+WJwBvEYL/lkkIsI3ihufq9hk9K4lVoK" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css">
<title>Home</title>
</head>
<body>
<header class="d-flex logo mx-auto mt-3">
<img src="assets/images/logo.png" width="600" height="600" alt="Georg Auge logo">
<div class="ml-1">
<div class="logo-title px-1">Georg Auge</div>
<div class="logo-subtitle px-1">IT-Systems Engineering</div>
</div>
</header>
<main>
<div class="container">
<!--h1 class="mt-3 text header">Georg Auge</h1>
<h3 class="text subheader">currently studying <span class="lovelo-black">IT-Systems Engineering</span> at <a
href="https://www.hpi.de">HPI</a></h3-->
<div id="gif404" class="mt-5">
<video src="assets/images/404.webm" autoplay loop muted width="400" height="300">
</div>
</div>
</main>
<footer class="p-3">
<div class="d-flex justify-content-around social-links">
<a href="https://github.com/gwauge">GitHub</a>
<!-- • -->
</div>
<div class="credits mt-2">
Favicon made by <a href="https://www.flaticon.com/authors/pixel-perfect" title="Pixel perfect">Pixel
perfect</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>
<br>404 GIF made by <a href="https://www.pinterest.com/dribbble/">Dribble</a> from <a
href="https://www.pinterest.com/pin/550565123177949029/">Pinterest</a>
</div>
</footer>
<!-- bootstrap js package -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha2/js/bootstrap.min.js"
integrity="sha384-5h4UG+6GOuV9qXh6HqOLwZMY4mnLPraeTrjT5v07o347pj6IkfuoASuGBhfDsp3d"
crossorigin="anonymous"></script>
</body>
</html>