-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (88 loc) · 5.52 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
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
108
109
110
111
<!DOCTYPE html>
<html lang="en-DE">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jonas Hack</title>
<link rel="icon" href="resources/page/profileThumb.png">
<link rel="apple-touch-icon" sizes="180x180" href="resources/page/profileThumb.png">
<!-- Open Graph Protocol Metadata -->
<meta property="og:title" content="Jonas Hack">
<meta property="og:description" content="Game Dev - Programmer & Artist">
<meta property="og:image" content="https://jonas-hack.github.io/resources/page/profileThumb.png">
<meta property="og:url" content="https://jonas-hack.github.io/index.html">
<meta property="og:type" content="website">
<!-- Keywords-->
<meta name="description" content="Jonas Hack Game Development Portfolio">
<meta name="keywords" content="programming, art, 3d-art, portfolio, blog, game, development, game development, game dev, unity, c#">
<!-- Local style sheet relative to this file -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="reactive-flex">
<div style="padding: 0.5em 4em 0.5em 4em; vertical-align: middle;">
<h1 class="gradient-text home-button" onclick="window.location.href='index.html'" style="display: inline; padding: 0; margin: 0; vertical-align: middle;">Jonas Hack</h1></a>
<span style="padding: 0; padding-left: 1em; padding-right: 1em"></span>
<h2 style="display: inline-block; padding: 0; margin: 0; vertical-align: middle;">About Me</h2>
</div>
<nav class="horzontal-flex" style="flex-wrap: wrap; padding-left: 0.5em; padding-right: 0.5em; justify-content: center; align-content: center;">
<!-- <button onclick="window.location.href='sub-pages/style-test.html';">Style Sheet</button> -->
<button onclick="window.location.href='sub-pages/Games.html';">Games</button>
<button onclick="window.location.href='sub-pages/Code.html';">Code</button>
<button onclick="window.location.href='sub-pages/3D-Art.html';">3D Art</button>
<button onclick="window.location.href='sub-pages/Resume.html';">Resume</button>
<!--
So bots can crawl my page
-->
<div style="width:0; height: 0; opacity:0;">
<a href="sub-pages/Games.html" onclick="return false;"></a>
<a href="sub-pages/Code.html" onclick="return false;"></a>
<a href="sub-pages/3D-Art.html" onclick="return false;"></a>
<a href="sub-pages/Resume.html" onclick="return false;"></a>
</div>
</nav>
</div>
</header>
<div class="center">
<br style="margin: 2vh;">
<img src="resources/page/faces.png" alt="Home Page Banner Image" width="100%">
<br style="margin: 4vh;">
<section style="align-self: center; text-align: center; padding: 2em;">
<p>
Hi, my name is Jonas Hack. I'm a <b class="gradient-text">Game Programmer</b> by trade and <b class="gradient-text">3D Artist</b> by hobby.
<br>
I recently graduated from TUM with a B.Sc. in <b class="gradient-text">Informatics: Games Engineering</b>, and am now starting the masters.
<br>
Currently I'm looking to join a preferably Munich based studio, either as a working student or even full-time.
</p>
</section>
<br style="margin: 5vh;">
</div>
<footer>
<div class="horzontal-flex">
<a href="sub-pages/imprint.html" style="font-size: 0.75em;">Imprint</a>
<h4 style="display: block; text-align: center; margin-bottom: 0; padding: 0; margin-top: 0;">External Links</h4>
<a href="sub-pages/privacy-policy.html" style="font-size: 0.75em;">Privacy Policy</a>
</div>
<!--
<hr style="transform: translateY(2.1em);">
<hr style="transform: translateY(2.9em);">
-->
<div class="horzontal-flex" style="padding: 1em 1.5em 0em 1.5em; justify-content: space-evenly; align-content: center;">
<a href="mailto:hack@in.tum.de" target="_blank">
<img src="resources/branding/simplemail.svg" alt="Email" style="height: 1.7em; transform: translateY(-0.19em);">
</a>
<a href="https://zockchster.itch.io/" target="_blank">
<img src="https://static.itch.io/images/itchio-textless-white.svg" alt="Itch.io" style="height: 1.3em; transform: translateY(-0.02em);">
</a>
<a href="https://www.artstation.com/zockchster" target="_blank">
<img src="resources/branding/ArtStation-logomark-white.svg" alt="Artstation" style="height: 2.6em; transform: translateY(-0.66em);">
</a>
<a href="https://github.com/Jonas-Hack" target="_blank">
<img src="resources/branding/github-logo.svg" alt="Github" style="height: 1.25em; transform: translateY(-0em);">
</a>
</div>
</footer>
</body>
</html>