-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
40 lines (35 loc) · 1.5 KB
/
about.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
---
layout: default
title: About
---
<div id="about">
<div id="aboutText">
<h2>About</h2>
<p>
My name is Franz J. Lanzendorfer and I'm a software engineer.<br />
I thrive when collaborating on complex problems in interdisciplinary teams, doing work that I consider to be contributing to society in a positive way.<br />
What motivates me the most is providing useful tools for my users and customers while writing clean and simple code.<br />
For my employment history, please visit my <a href="http://www.linkedin.com/in/franzlanzendorfer" target="_blank">Linkedin</a>, or <a href="https://www.xing.com/profile/FranzJ_Lanzendorfer?sc_o=mxb_p" target="_blank">XING</a> profile.
</p>
<p>
On this site you can view projects I worked on during my time at the <a href="https://www.fh-salzburg.ac.at">Salzburg University of Applied Sciences</a>, where I majored in game development.
</p>
<h2>Contact</h2>
<div class="contact">
<a href="mailto:[email protected]">E-Mail</a>
</div>
<div class="contact">
<a href="https://github.com/Joe-Z" target="_blank">Github</a>
</div>
<div class="contact">
<a href="http://www.linkedin.com/in/franzlanzendorfer" target="_blank">Linkedin</a>
</div>
<div class="contact">
<a href="https://www.xing.com/profile/FranzJ_Lanzendorfer?sc_o=mxb_p" target="_blank">XING</a>
</div>
</div>
<div id="portrait">
<img src="/images/portrait/portrait.png" alt="a portrait of me" />
</div>
<div class="floatClear"> </div>
</div>