-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (75 loc) · 2.86 KB
/
index.html
File metadata and controls
76 lines (75 loc) · 2.86 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
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
---
layout: default
---
<main>
<a id="name" href="/">
<h1 class="headline">
<img id="avatar" src="./img/lars-greiving.jpg" aria-label="image of a bearded software developer in the icelandic plains">
<span id="first-name">Lars</span>
<span id="last-name">Greiving</span>
<span id="full-name">Lars Greiving</span>
</h1>
</a>
<article>
<header>
<p>
I develop (web) applications and get excited about technology. I like to see places around the world. I press <em>play</em> on my turntables and <em>sync</em> in my DJ software. I photograph stuff. I enjoy expanding my knowledge and exploring new technologies.
</p>
<p>
In the past, I have worked for for the fintech company <a href="https://compeon.de">COMPEON</a> as Lead Architect, both remotely and at the Düsseldorf office, and <a href="https://zweitag.de">Zweitag</a> in Münster as Software Engineer.
</p>
</header>
<div class="links">
<ul id="personal-links">
<!-- <li>Creative</li> -->
<li><a class="personal-link" href="https://44hz.de">
Blog
<i class="fa fa-commenting"></i>
</a></li>
<li><a class="personal-link" href="https://instagram.com/lgreiv">
Instagram
<i class="fa fa-instagram"></i>
</a></li>
<li><a class="personal-link" href="https://twitter.com/larsgreiving">
Twitter
<i class="fa fa-twitter"></i>
</a></li>
<li><a class="personal-link" href="https://soundcloud.com/44hz_music">
Soundcloud
<i class="fa fa-soundcloud"></i>
</a></li>
<li><a class="personal-link" href="https://flickr.com/photos/larsgreiving/">
Flickr
<i class="fa fa-flickr"></i>
</a></li>
</ul>
<ul id="professional-links">
<!-- <li>Professional</li> -->
<li><a class="professional-link" href="https://github.com/lagr">
<i class="fa fa-github"></i>
Github
</a></li>
<li><a class="professional-link" href="https://www.linkedin.com/in/lars-greiving-3845b2a7">
<i class="fa fa-linkedin"></i>
LinkedIn
</a></li>
<li><a class="professional-link" href="https://www.xing.com/profile/Lars_Greiving">
<i class="fa fa-xing"></i>
Xing
</a></li>
<li><a class="professional-link" href="http://stackoverflow.com/users/6574504/lagr">
<i class="fa fa-stack-overflow"></i>
Stack Overflow
</a></li>
<!-- <li><a class="professional-link" href="https://twitter.com/larsgreiving">
<i class="fa fa-diamond"></i>
RubyGems
</a></li> -->
<li><a class="professional-link" href="https://keybase.io/lagr">
<i class="fa fa-key"></i>
Keybase
</a></li>
</ul>
</div>
</article>
</main>