-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (17 loc) · 874 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: home
---
<section id="about">
<div class="container">
<div class="avatar">
<img class="img-circle" src="{{ site.baseurl }}static/img/{{ site.avatar }}" alt="Responsive image" width="220px" height="auto">
</div>
<h3>I'm <strong>{{ site.author }}</strong>, a Software Engineer.</h3>
<h3>Curious person who loves to tinker by experimenting.</h3>
<h3> Balancing my life between contributing to open source and parenting.</h3>
<!--h3>Have a look at some of my working <a href="{{ site.baseurl }}projects.html"> projects</a>.</h3>
<h3>For more check out my academic & professional <a href="http://jekyller.github.io/vitae">Resume</a>.</h3-->
<h3>Contact me at <a href="http://twitter.com/{{ site.twitter }}">@{{ site.twitter }}</a> or by <a href="mailto:{{ site.email }}">email</a>.</h3>
{% include social.html %}
</div>
</section>