-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·28 lines (27 loc) · 967 Bytes
/
Copy pathindex.html
File metadata and controls
executable file
·28 lines (27 loc) · 967 Bytes
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
---
layout: home
---
<section id="home">
<div class="container">
<div class="row">
<div class="col h-100 d-flex justify-content-center align-items-center text-center">
<div>
<div class="avatar">
<img
class="img-circle"
height="250"
src="{{ site.baseurl }}static/img/{{ site.avatar }}"
alt="Responsive image"
/>
</div>
<p>
I'm <strong>{{ site.author }}</strong>, a Data Scientist at <a href="https://innoloft.com/public/">Innoloft</a> with a master's degree in Data Science from <a href="https://www.rwth-aachen.de/">RWTH Aachen University</a>.
</p>
<p>You can read more about me <a href="{{ site.baseurl }}about.html"> here</a>.</p>
<p>Contact me by <a href="mailto:{{ site.email }}">email</a>.</p>
{% include social.html %}
</div>
</div>
</div>
</div>
</section>