-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (33 loc) · 1.56 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
---
layout: frontpage
title: Haris Dimitriou
sitemap:
priority: 0.9
changefreq: daily
---
<style type="text/css">
i.icon-linkedin { background-image : url("{% asset_path linkedin.png %}"); }
i.icon-linkedin:hover { background-image : url("{% asset_path linkedin_blue.png %}"); }
</style>
<div class="gravatar">
<img src="http://s.gravatar.com/avatar/768aaf134f50e8aabc39ebea90bd565e?s=80">
</div>
<div class="about-blurb">
<h1>Hello! I'm Haris Dimitriou.</h1>
<p>
I'm a software engineer living in Thessaloniki, Greece.
<br/>I love Ruby, I have a crush for Python, I am starting my journey in electronics with Raspberry Pi, I am trying to learn woodworking and I participate in <a href="http://thessrb.io">meetups</a>.
</p>
<p>
You can read <a href="/about/">more about me</a> or explore <a href="http://github.com/xarisd" rel="nofollow">my projects</a> and <a href="/presentations/" rel="nofollow">things I like to talk about</a>.
</p>
<p>If you need to contact me, feel free to <a href="mailto:xaris.dimitriou@gmail.com">email me</a>!</p>
<p class="about-blurb__icons">
<a rel="nofollow" href="http://github.com/xarisd/"><i class="icon-github"></i></a>
<a rel="nofollow" href="http://twitter.com/xarisd/"><i class="icon-twitter"></i></a>
<a rel="nofollow" href="https://plus.google.com/+HarisDimitriou/"><i class="icon-googleplus"></i>
<a rel="nofollow" href="mailto:xaris.dimitriou@gmail.com"><i class="icon-mail"></i></a>
<a rel="nofollow" href="http://gr.linkedin.com/in/xarisd/en"><i class="icon-linkedin"></i>
</a>
</p>
</div>