-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (29 loc) · 1.36 KB
/
index.html
File metadata and controls
35 lines (29 loc) · 1.36 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
---
layout: default
title: Home
description: Personal website for my projects and publications
---
<div class="row mb-5">
<div class="col-md-12 col-12">
<img class="me-5 float-start img-fluid rounded-circle" alt="Uli Fahrer" src="img/uli.jpg">
<h1>Hello,</h1>
<h3 class="fst-italic">question = ( to ) ? be : ! be; - William Shakespeare</h3>
<p class="dropcap">
My name is Uli Fahrer. I'm a software developer, technology enthusiast and interested in cyber security and software engineering.
I received my master's degree in computer science from the <a title="Technische Universität Darmstadt" href="http://www.tu-darmstadt.de" target="_blank">Technische Universität Darmstadt</a>.
</p>
</div>
</div>
<div class="row">
<p>
This is my portfolio of projects and publications. I also write short-form content on my <a href="/blog/">blog</a> about interesting problems I encounter and solve. If you'd like to connect or have questions about my work, feel free to reach out through any of the links below.
</p>
</div>
<div class="row">
<div class="col-md-12 col-12">
<ul class="social-icons text-end">
<li><a href="https://github.com/Tooa" target="_blank"><img class="social-icons" src="img/github.png"></a></li>
<li><a href="https://de.linkedin.com/in/ulifahrer" target="_blank"><img class="social-icons" src="img/linkedin.png"></a></li>
</ul>
</div>
</div>