-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
104 lines (74 loc) · 4.52 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
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
<!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.0, maximum-scale=1.0, user-scalable=no">
<title>Alexander Farber, Bochum</title>
<style type="text/css">
h2,p {
text-align: center;
}
img {
vertical-align: middle;
max-width: 100%;
height: auto;
}
#map {
max-width: 100%;
width: 320px;
height: 320px;
margin-left: auto;
margin-right: auto;
background-color: #CCCCFF;
}
a {
background-color: #E0EAF1;
border-bottom: 1px solid #3E6D8E;
border-right: 1px solid #7F9FB6;
padding: 3px 4px 3px 4px;
margin: 2px 2px 2px 0;
text-decoration: none;
line-height: 2.4;
//white-space: nowrap;
}
</style>
<link type="text/css" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.js"></script>
</head>
<body>
<p>I am experienced in many technical areas and programming languages.<br>
I like writing efficient, easy to read code.<br>
I am a friendly person 🙂 even in heated discussions or stressful work situations.</p>
<p><img src="images/farber.jpg" width="320" height="320" alt="Foto"></p>
<h2>Dipl.-Ing. Alexander Farber</h2>
<p><img src="images/pdf.png" width="90" height="90" alt="Pdf"><a href="Farber-English.pdf">Resume <img src="images/english.gif" width="14" height="12"></a> <a href="Farber-Deutsch.pdf">Lebenslauf<img src="images/german.gif" width="14" height="12"></a></p>
<p><img src="images/linkedin.png" width="90" height="90" alt="LinkedIn"><a href="https://www.linkedin.com/pub/alexander-farber/9/795/711">LinkedIn profile</a></p>
<p><img src="images/xing.png" width="90" height="90" alt="Xing"><a href="https://www.xing.com/profile/Alexander_Farber">Xing profile</a></p>
<h2>References / Referenzen</h2>
<p><img src="images/pdf.png" width="90" height="90" alt="Pdf"><a href="Farber-Volkswagen-Infotainment.pdf">Volkswagen Infotainment reference</a></p>
<p><img src="images/pdf.png" width="90" height="90" alt="Pdf"><a href="Farber-Blackberry.pdf">Blackberry reference</a></p>
<p><img src="images/pdf.png" width="90" height="90" alt="Pdf"><a href="Farber-novero-Fulltime.pdf">novero reference</a></p>
<p><img src="images/pdf.png" width="90" height="90" alt="Pdf"><a href="Farber-Nokia-Fulltime.pdf">Nokia reference</a></p>
<p><img src="images/pdf.png" width="90" height="90" alt="Pdf"><a href="Farber-Ericsson-Fulltime.pdf">Ericsson reference fulltime</a></p>
<p><img src="images/pdf.png" width="90" height="90" alt="Pdf"></td><a href="Farber-Ericsson-Parttime.pdf">Ericsson reference student</a></p>
<h2>Certificates / Zeugnisse</h2>
<p><img src="images/pdf.png" width="90" height="90" alt="Pdf"><a href="Farber-RWTH-Diplom.pdf">Diplom RWTH Aachen</a></p>
<p><img src="thesis/vecs-scal.gif" width="90" height="90" alt="3D"><a href="thesis">Diplom screenshots</a></p>
<p><img src="images/pdf.png" width="90" height="90" alt="Pdf"><a href="Farber-Abitur.pdf">Abitur Studienkolleg</a></p>
<p><img src="images/pdf.png" width="90" height="90" alt="Pdf"><a href="Farber-PhysTech-Fernschule.pdf">PhysTech Fernschule</a></p>
<p><img src="images/pdf.png" width="90" height="90" alt="Pdf"><a href="Farber-Physik-Olympiade.pdf">Physik-Olympiade 1. Platz</a></p>
<h2>Fun projects / Projekte</h2>
<p><img src="images/slova.png" width="90" height="70" alt="Slova"><a href="https://wordsbyfarber.com">Multiplayer word game for Android, desktop</a></p>
<p><img src="images/pref.png" width="90" height="70" alt="Preferans"><a href="https://preferans.de">Multiplayer card game for Android, iOS, desktop - no longer maintained</a></p>
<p><img src="images/github.png" width="90" height="90" alt="Github"><a href="https://github.com/afarber/">My Github repos</a></p>
<p><a href="https://stackoverflow.com/users/165071/alexander-farber" style="padding: 0; border: 0;"><img src="https://stackoverflow.com/users/flair/165071.png" width="208" height="58" alt="Profile for Alexander Farber at Stack Overflow" title="Profile for Alexander Farber at Stack Overflow" style="padding: 0;"></a></p>
<h2>Bochum, Germany / Deutschland</h2>
<p id="map"></p>
<script type="text/javascript">
var map = L.map('map').setView([51.4661, 7.2491], 13);
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);
</script>
</body>
</html>