-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
188 lines (168 loc) · 8.02 KB
/
index.html
File metadata and controls
188 lines (168 loc) · 8.02 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#008080">
<title>Robin Baumann</title>
<!-- CSS -->
<link href="min/plugin-min.css" type="text/css" rel="stylesheet">
<link href="min/custom-min.css" type="text/css" rel="stylesheet">
<link href="img/icons/hackerrank/styles.css" type="text/css" rel="stylesheet">
</head>
<body id="top" class="scrollspy">
<!-- Pre Loader -->
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<!--Navigation-->
<div class="navbar-fixed">
<nav id="nav_f" class="default_color" role="navigation">
<div class="container">
<div class="nav-wrapper">
<a href="#" id="logo-container" class="brand-logo">Robin Baumann</a>
<ul class="right hide-on-med-and-down">
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i
class="mdi-navigation-menu"></i></a>
</div>
</div>
</nav>
</div>
<!--Hero-->
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<h1 class="text_h center header cd-headline letters type">
<span>HI! I'm <strong>Robin Baumann</strong></span> <br>
<span style="font-family: monospace, monospace; font-size: 30%; font-weight: lighter">Senior Computer
Vision Engineer <br> from Karlsruhe, Germany.</span>
</h1>
</div>
</div>
<!--Intro and service-->
<div id="about" class="section scrollspy">
<div class="container">
<div class="row">
<div class="col s12">
<h2 class="center header text_h2"> About Me </h2>
</div>
<div class="col s12 m4 l4">
<div class="center promo promo-example">
<h5 class="promo-caption">Profile</h5>
<p class="light center">I received my M.Sc. in Computer Science from Karlsruhe University of
Applied Sciences, where I specialized in Machine Learning. I work in Computer Vision with a
focus on Human Pose Estimation and human movement, driven by the intersection of sports and
technology — applying AI to understand and analyze real-world performance.
Outside of work, I enjoy staying active, playing sports, and spending time outdoors with
friends. I also love attending live sports events, especially games of my favourite football
club, KSC. Music is another creative outlet — I DJ and produce electronic music, which
balances my technical work.</p>
</div>
</div>
<div class="col s12 m4 l4">
<div class="center promo promo-example">
<img src="img/me_new.jpeg" alt="Picture of me in black/white" style="border-radius: 50%" />
</div>
</div>
<div class="col s12 m4 l4">
<div class="center promo promo-example">
<h5 class="promo-caption">Detail</h5>
<table>
<tr>
<td><span class="span_h2">Name:</span></td>
<td>Robin Baumann</td>
</tr>
<tr>
<td><span class="span_h2">Age:</span></td>
<td><span id="age"></span></td>
</tr>
<tr>
<td><span class="span_h2">Location:</span></td>
<td>Karlsruhe, Germany</td>
</tr>
<tr>
<td><span class="span_h2">Hobbies:</span></td>
<td>DJing and Music Production, Sports</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<!--Parallax-->
<div class="parallax-container">
<div class="parallax"><img src="img/parallax.jpeg"></div>
</div>
<!--Footer-->
<footer id="contact" class="page-footer default_color scrollspy">
<div class="container">
<div class="row">
<div class="col l3 s12">
<h5 class="white-text">Robin Baumann</h5>
<ul>
<li><a class="white-text" href="index.html">Home</a></li>
<li><a class="white-text" href="gsoc20.html">GSoC 2020</a></li>
<li>
<a class="white-text"
href="mailto:robin.baumann810@gmail.com">
Email
</a>
</li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Social</h5>
<ul>
<li>
<a class="white-text" href="https://www.linkedin.com/in/robin-baumann-272959159/">
<i title="Follow me on LinkedIn" class="small how fa fa-linkedin-square"></i>
</a>  
<a class="white-text" href="https://github.com/RobinBaumann">
<i title="see my projects on Github" class="small hov fa fa-github-square"></i>
</a>  
<a class="white-text" href="https://twitter.com/_RobinBaumann">
<i title="Follow me on Twitter" class="small hov fa fa-twitter-square"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright default_color">
<div class="container">
Made by <a class="white-text" href="index.html">Robin Baumann</a>
. Design framework:
<a class="white-text" href="http://materializecss.com/">materializecss</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="min/plugin-min.js"></script>
<script src="min/custom-min.js"></script>
<script>
// Calculate age automatically based on birthdate
function calculateAge() {
const birthDate = new Date(1996, 9, 8);
const today = new Date();
let age = today.getFullYear() - birthDate.getFullYear();
const monthDiff = today.getMonth() - birthDate.getMonth();
// Adjust age if birthday hasn't occurred yet this year
if (monthDiff < 0 || (monthDiff === 0 && today.getDate() < birthDate.getDate())) {
age--;
}
document.getElementById('age').textContent = age;
}
// Run when page loads
calculateAge();
</script>
</body>
</html>