-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (29 loc) · 1.35 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
---
layout: default
title: Home
description: Personal website showcasing my projects and academic pursuit to the world
---
<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 site serves as portfolio for my projects and publications. You can also find me on <a href="https://github.com/Tooa" target="_blank ">Github</a> and <a href="https://de.linkedin.com/in/ulifahrer" target="_blank ">LinkedIn</a>.
</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>