-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (92 loc) · 2.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>johannestrepesch.de</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Johannes Trepesch" />
<meta name="description" content="Software Developer living in Munich" />
<meta name="robots" content="index,nofollow" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; child-src 'none';"
/>
<link rel="icon" href="./assets/img/favicon.png" />
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<main>
<section>
<h1>Hey there!</h1>
<p>
I'm Johannes, software developer with his roots in history. Currently
working as Software Engineer for
<a
href="https://www.iteratec.com"
target="_blank"
rel="noreferrer noopener"
>
iteratec</a
>
in Munich. Formerly at
<a
href="https://www.sinnerschrader.com"
target="_blank"
rel="noreferrer noopener"
>
SinnerSchrader</a
>
and
<a
href="https://www.docufy.de"
target="_blank"
rel="noreferrer noopener"
>
Docufy</a
>.
</p>
<p>
My focus was in the JavaScript universe for most of my professional
days but lately I've been working in Java / Kotlin land as well.
</p>
<p>
Amongst other things, the stacks of my teams included Angular, React,
NextJS, Vue3 on Frontend side. Backends consisted of AWS Lambdas,
Spring Boot, Micronaut, Apache Camel, and OpenShift.
</p>
<p>
Feel free to
<a href="mailto:[email protected]">contact me</a> -
<a
href="https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x7C785FE7DA036ECC"
target="_blank"
rel="noreferrer noopener"
>Encryption</a
>
always appreciated.
</p>
<p>
You can also look me up on
<a
href="https://github.com/HannesT117/"
target="_blank"
rel="noreferrer noopener"
>GitHub</a
>
or
<a
href="https://www.linkedin.com/in/jotre/"
target="_blank"
rel="noreferrer noopener"
>LinkedIn</a
>.
</p>
</section>
</main>
<footer>
<section>
<a href="./imprint.html">Imprint</a>
</section>
</footer>
</body>
</html>