forked from diethardsteiner/diethardsteiner.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
31 lines (26 loc) · 1.17 KB
/
about.html
File metadata and controls
31 lines (26 loc) · 1.17 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
---
layout: about
---
<div class="container">
<div class="container">
<div class="row">
<div class="user-card">
<div class="row">
<div class="card col-md-3">
<img src="{{ site.baseurl }}/images/self.jpg">
</div>
<div class="col-md-9">
<h1>{{site.author}}</h1>
<p><i class="fa fa-map-marker"></i> {{site.location}}</p>
<p><i class="fa fa-envelope-o"></i> <a href='{{site.basurl}}/contact.html'>Contact me</a> </p>
<hr />
</div>
</div>
<div class="row">
<div class="col-md-12 letter">
<p>It's been an interesting journey so far: There is every day a new adventure in the world of business intelligence, new challenges, new learnings ... in fact it is so diverse, that it's really never getting boring. I've been setting up business intellingence solutions for big and small companies in various sectors. The customers have been amazed by how much can be achieved with open source technologies. These days I run my own consultancy - a one man band with a lot of ambition: See my <a href='http://www.linkedin.com/in/diethardsteiner'>Linkedin Profile</a> for details.</p>
</div>
</div>
</div>
</div>
</div>